Windows Update keeps your PC secure, but error 0x80070422 is one of the most frustrating roadblocks you will encounter. This code typically means the Windows Update service is disabled or blocked, often due to group policy restrictions, corrupted system files, or misconfigured network settings. In this guide, you will walk through a complete troubleshooting sequence that resolves the underlying service issue and addresses other frequent update failures like 0x80070003 and 0x80240034.
Before You Start: If you are on a work or school device managed by an IT department, group policy restrictions may override local fixes. Contact your system administrator before proceeding if this applies to you. Enterprise variants like Windows 11 Enterprise LTSC also rely on the same service architecture, so these steps apply across editions.
Step 1: Restart Your PC and Verify the Windows Update Service Status
Press Win + R, type services.msc, and press Enter. This opens the Services console where you can inspect the status of background processes. Look for Windows Update in the alphabetical list and double-click it to open its properties window. You will see a Service status field that should read Running. If it shows Stopped, the update service is disabled, which directly triggers error 0x80070422. Change the Startup type to Automatic (Delayed Start) and click Start under the Service status section. Click Apply and OK to save your changes.
Step 2: Enable the Windows Update Service via Services.msc
Right-click the Windows Update entry and select Properties if you did not already open it. You will notice a Service status dropdown that allows you to manually trigger the service. If the Start button is grayed out, your system policies are blocking the change. In that case, proceed to Step 6 to adjust Group Policy or Registry restrictions. Otherwise, click Start, wait for the status to switch to Running, and confirm the change. Close the Services window and return to Settings > Windows Update to test the update again.
Step 3: Reset the Windows Update Component Store
Open an elevated Command Prompt by searching for cmd, right-clicking the result, and choosing Run as administrator. You will need administrator privileges to modify protected system folders. Type the following commands one at a time, pressing Enter after each line:
net stop wuauservnet stop cryptSvcnet stop bitsnet stop msiserver
These commands pause the background update processes safely. Next, rename the folder that stores downloaded update files by typing ren C:\Windows\SoftwareDistribution SoftwareDistribution.old and pressing Enter. The system will recreate a fresh folder on the next update attempt. Restart the paused services by typing net start wuauserv, net start cryptSvc, net start bits, and net start msiserver, pressing Enter after each. Close the Command Prompt and check Windows Update again.

Step 4: Run the Built-in Windows Update Troubleshooter
Navigate to Settings > System > Troubleshoot > Other troubleshooters in Windows 11. You will see a list of diagnostic tools provided by Microsoft. Locate Windows Update in the list and click the Run button next to it. The tool will scan for service misconfigurations, network connectivity problems, and corrupted update metadata. Wait for the diagnostic process to finish, then review the results panel. If the troubleshooter identifies a fixable issue, click Apply this fix and follow the on-screen prompts. Restart your PC after the process completes.
Step 5: Repair Corrupted System Files with DISM and SFC
Open another elevated Command Prompt and type DISM /Online /Cleanup-Image /RestoreHealth, then press Enter. This Deployment Image Servicing and Management tool scans your system image for component store corruption. You will see a progress percentage that may pause at certain checkpoints. Allow it to reach 100 percent before proceeding. After DISM finishes, type sfc /scannow and press Enter. The System File Checker will replace damaged or missing system files with cached copies from Windows. Wait for the verification to complete, then restart your computer.
Pro Tip: If DISM reports that it cannot repair the component store, download the matching Windows 11 ISO from Microsoft, mount it, and point DISM to the source folder using the /Source parameter.
Step 6: Verify Group Policy and Registry Settings
Press Win + R, type gpedit.msc, and press Enter to open the Local Group Policy Editor. You will navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Update. Look for the policy named Configure Automatic Updates and double-click it. If the setting is configured to Disabled, change it to Not Configured or Enabled, then click Apply. Close the Group Policy Editor and open the Registry Editor by typing regedit in the Run dialog. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU. If you see a NoAutoUpdate value set to 1, double-click it and change the value to 0. Restart your PC to apply the registry changes.

Step 7: Check Network and Proxy Configurations
Open Settings > Network & internet > Proxy and review your connection settings. You will see toggles for both Automatic setup and Manual setup. If your organization uses a corporate proxy, ensure the Use a proxy server switch is enabled and the address matches your network configuration. Incorrect proxy settings will block Windows Update from reaching Microsoft servers, causing timeout errors like 0x80240034. If you are on a home network, toggle the manual proxy switch to Off and test the update again.
Troubleshooting: Common Failure Points
If you still encounter update failures after completing the steps above, review these specific scenarios:
- Error persists after enabling the service: Some third-party antivirus programs block Windows Update services. Open your security suite, locate the Firewall or Service Protection settings, and temporarily disable the block for
wuauserv. Re-enable protection after the update installs. - DISM fails with error 0x800f081f: This indicates a missing Windows component source. Download the official Windows 11 ISO, mount it, and run
DISM /Online /Cleanup-Image /RestoreHealth /Source:D:\sources\install.wim:1 /LimitAccess, replacingD:with your mounted drive letter. - Update downloads but fails at 0% or 100%: Clear the
C:\Windows\SoftwareDistribution\Downloadfolder manually, then restart the Windows Update service. Corrupted partial downloads often stall the installation process.
Final Tips and Next Steps
Keep your system drivers up to date, as outdated chipset or storage drivers frequently interfere with update installation. You can check for driver updates through Settings > Windows Update > Advanced options > Optional updates. If you manage multiple PCs, consider using Windows Update for Business deployment rings to stage updates gradually. Always create a system restore point before modifying services or registry keys, especially on production machines.
Quick Tip: Enable Delivery Optimization in Settings > Windows Update > Advanced options to allow your PC to share update files with other devices on your local network, reducing bandwidth usage and speeding up future installations.
Over to you: Which Windows Update error code has caused you the most trouble?



