How-To

How to Fix Windows Update Error 0x80070422 and Other Common Update Issues

5 min read Editorial

Windows Update keeps your PC secure, but error codes like 0x80070422 can leave you stuck on a spinning screen or a red error banner. This specific code usually means the Windows Update service is disabled or blocked, often due to a misconfigured background service or a corrupted component store. I will walk you through the exact steps to restore the service, clear cached update files, and resolve other frequent update failures on Windows 11 and Windows 10.

Before You Start: If your device is managed by an organization, Windows 11 Pro, Enterprise, or Education editions may have updates controlled by Group Policy. Domain-joined machines often show error 0x80070422 because IT administrators disable the local update service. Contact your help desk before modifying services or group policies on a work device.

  1. Step 1: Restart Your PC and Clear Pending Installations

    Restart your computer and check for updates again. A stalled installation often triggers service conflicts. Navigate to Settings > Windows Update and click Check for updates. If the screen spins indefinitely or returns an error within seconds, your system is likely stuck in a download loop. Proceed to the next step to reset the underlying service.

    Advertisement
  2. Step 2: Enable the Windows Update Service via Services.msc

    Turn on the Windows Update service using the Services console. Press Win + R, type services.msc, and press Enter. Scroll to Windows Update in the list, double-click it, and change the Startup type to Automatic. Click Start, then Apply and OK. This service handles every download and installation task, and disabling it directly triggers error 0x80070422. If the service refuses to start or immediately stops, a corrupted system file is blocking it, so move to Step 3.

  3. Step 3: Clear the Windows Update Cache

    Delete the contents of the SoftwareDistribution folder. Open services.msc again and stop the Windows Update service. Press Win + E to open File Explorer, navigate to C:\Windows\SoftwareDistribution, and open the Download and DataStore folders. Select all files inside each folder and delete them. Return to services.msc and start the Windows Update service again. Corrupted download fragments often block new installations, and wiping this folder forces Windows to fetch fresh files from Microsoft servers. You will see the update progress bar resume normally after the next check.

  4. Step 4: Run the Built-in Windows Update Troubleshooter

    Launch the system diagnostic tool for Windows Update. Go to Settings > System > Troubleshoot > Other troubleshooters. Locate Windows Update in the list and click Run. The diagnostic tool scans for misconfigured components and applies automatic fixes. You will see a progress bar followed by a summary of detected issues and actions taken. If the tool reports that no fixes were applied, the problem lies deeper in the component store, so proceed to Step 5.

  5. Step 5: Repair System Files with DISM and SFC

    Scan and repair protected Windows files using Command Prompt. Right-click the Start button and select Terminal (Admin) or Command Prompt (Admin). Run the following command and wait for it to finish: DISM /Online /Cleanup-Image /RestoreHealth. Once complete, run sfc /scannow. These commands scan protected Windows files and replace damaged copies with cached originals. A successful run displays Windows Resource Protection found corrupt files and successfully repaired them. If DISM fails with its own error code, your component store requires a manual rebuild, which we cover in the troubleshooting section.

  6. Step 6: Reset Windows Update Components via Script

    Execute Microsoft’s official reset script for persistent failures. Download the latest Windows Update Reset Script from the official Microsoft support page. Right-click the downloaded file and select Run as administrator. The script stops services, renames folders, and restarts everything in the correct order. You will see a command prompt window processing each step automatically. This method resolves deep-seated service conflicts that manual fixes often miss.

Troubleshooting Common Failure Points

  • Error 0x80070422 returns after Step 2: Check Group Policy restrictions. Press Win + R, type gpedit.msc, and navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Update. Ensure Configure Automatic Updates is set to Not Configured or Enabled. If it is set to Disabled, your local policy is blocking the service.
  • Troubleshooter reports The service cannot be started repeatedly: Your antivirus or third-party security suite is likely blocking the service. Temporarily disable real-time protection, run the cache clear from Step 3 again, and re-enable your security software. Some endpoint protection tools quarantine the wuauserv.exe process by default.
  • DISM fails with error 0x800f081f: Your component store is severely corrupted. You will need to perform an in-place upgrade using the Windows 11 Installation Media to rebuild the store without losing files. Download the Media Creation Tool from Microsoft, run it, and choose Upgrade this PC now.

Pro Tip: If you manage multiple PCs, enable Delivery Optimization in Windows Update settings. It allows your devices to download updates from each other on the local network, reducing server load and speeding up installations across your home or office.

Keep your drivers updated through Device Manager before running major feature updates. Disable third-party launchers or overlay apps temporarily during installation, as they can interfere with the process. Check Microsoft’s known issues page if a specific update fails across many devices, as a known bug may require a waiting period for a hotfix.

Which Windows Update error has caused you the most headaches recently?

Over to you: Which Windows Update error has caused you the most headaches recently?

Advertisement
Share:
Editorial
Written by
Editorial

Windows & Microsoft news editor at 9to5Windows. Covering everything from Windows 11 builds to enterprise updates.

Advertisement