ErrorFixDB Logo
← Back to Database

How to Fix Error 0x80070422

Topic: Windows 11 Update Errors | Status: Updated

What is this error?

Error 0x80070422 is a Windows update error that typically occurs when the Windows Update service is disabled or has encountered issues. This error prevents users from downloading and installing critical updates, leading to potential security vulnerabilities and system instability.

How to Fix It

  1. Check Windows Update Service: Press Win + R to open the Run dialog, type services.msc, and hit Enter. Locate "Windows Update" in the list.
  2. Enable the Service: Right-click on "Windows Update" and select "Properties." Set the Startup type to "Automatic" and click "Start" if the service is stopped.
  3. Apply Changes: Click "Apply" and then "OK" to save the changes before closing the Services window.
  4. Run Windows Update Troubleshooter: Open Settings by pressing Win + I. Navigate to "System," then "Troubleshoot," and select "Other troubleshooters."
  5. Start Troubleshooting: Find "Windows Update" and click "Run." Follow the on-screen instructions to identify and fix any issues.
  6. Reset Windows Update Components: Open Command Prompt as an administrator. Type the following commands one at a time, pressing Enter after each:
    • net stop wuauserv
    • net stop cryptSvc
    • net stop bits
    • net stop msiserver
    • net start wuauserv
    • net start cryptSvc
    • net start bits
    • net start msiserver
  7. Check for Additional Issues: Restart your computer and check for updates again by going to Settings > Windows Update and clicking "Check for updates."
Disclaimer: This is an educational guide. We are not responsible for data loss. Always backup your system.