
Fix Windows Update Error: Step-by-Step Guide
Few things are more frustrating than clicking “Check for updates” only to be met with an error message. Whether you’re on Windows 10 or 11, update failures can stop your system from getting critical security patches and new features.
Windows Update requires at least 16 GB free space for feature updates: 16 GB ·
Most common error code caused by missing update files: 0x80070002 ·
Windows Update troubleshooter available since version: 1607
Quick snapshot
- Cause: Missing or corrupted update files (Microsoft Learn)
- Fix: Run SFC and DISM (Microsoft Learn)
- Severity: Common (Microsoft Learn)
- Cause: Insufficient system partition space
- Fix: Extend system partition or free space
- Severity: Moderate
- Cause: Service hang or conflicted downloads
- Fix: Restart Windows Update service
- Severity: Common
Three key facts summarise the official approach to fixing Windows Update errors.
| Label | Value |
|---|---|
| Built-in troubleshooter location | Settings > System > Troubleshoot > Other troubleshooters > Windows Update (Microsoft Support) |
| Approximate time for DISM scan | 15–30 minutes (WinTips) |
| Minimum free space required | 16 GB for feature updates |
How to Repair a Corrupted Windows Update?
What is a corrupted update?
A corrupted update means the downloaded update files are incomplete, damaged, or missing. This often triggers error code 0x80070002, which Microsoft (Microsoft Learn) links to missing or corrupted update files. The fix involves repairing the system component store.
Run System File Checker (SFC)
- Open Command Prompt as Administrator.
- Type
sfc /scannowand press Enter. - Wait for the scan to complete — it repairs corrupted system files automatically (Microsoft Learn).
Use Deployment Imaging Servicing and Management (DISM)
- In the same Command Prompt, run
DISM /Online /Cleanup-Image /RestoreHealth. - The scan takes 15–30 minutes and repairs the component store that Windows Update relies on (WinTips).
Reset Windows Update components
If SFC and DISM don’t help, resetting the update components manually clears the cache. The standard sequence involves stopping the BITS, Windows Update, Application Identity, and Cryptographic services, then renaming the SoftwareDistribution and Catroot2 folders before restarting services (WinTips). This forces Windows to download fresh update files.
For most corrupted update errors, running SFC and DISM resolves the issue without needing a component reset. Microsoft’s own troubleshooting page (Microsoft Learn) recommends these tools as the first line of defense.
Why Does the Windows 11 Update Keep Failing?
Insufficient disk space
Windows 11 feature updates require at least 16 GB of free space. If your drive is full, the update fails silently. Check free space in Settings > System > Storage.
Conflicting software or drivers
Third-party antivirus programs can block Windows Update. Temporarily disable any security software and try again. Outdated drivers, especially graphics and network drivers, can also cause failures (Microsoft Support).
Corrupted system files
Corruption in the SoftwareDistribution folder is a common cause. Resetting this folder forces Windows to re-download all update files (WinTips).
Windows Update service issues
The Windows Update service itself may be stopped or hung. Restarting it often resolves transient failures, as noted by Windows IT Pro (4sysops).
Most Windows 11 update failures stem from three causes: low disk space, conflicting software, or corrupted components. The official troubleshooter (Microsoft Support) catches all of these automatically.
How Do I Force Windows Update to Update?
Use the Windows Update Troubleshooter
- On Windows 11: Settings > System > Troubleshoot > Other troubleshooters > Windows Update.
- On Windows 10: Settings > Update & Security > Troubleshoot > Additional troubleshooters.
- Run the troubleshooter and apply any suggested fixes (Microsoft Support).
Install updates manually from Microsoft Update Catalog
If automatic checking fails, visit the Microsoft Update Catalog, search for the update by KB number, and download it manually. This bypasses the Windows Update client completely.
Run Windows Update in Safe Mode
Boot into Safe Mode with Networking, then run Windows Update. Safe Mode loads only essential drivers and services, which can isolate conflicts (Microsoft Support).
Use the Windows Update Assistant for feature updates
Microsoft provides the Windows Update Assistant tool that forces the latest feature update onto your system. Download it from Microsoft Support and run it.
Forcing an update is sometimes the only way to get past a stuck update when the built-in check keeps failing. The Update Assistant is Microsoft’s official tool for this exact scenario.
How Do I Delete a Windows Update Error?
Clear the SoftwareDistribution folder
- Stop the Windows Update service:
net stop wuauserv - Navigate to
C:\Windows\SoftwareDistributionand delete all contents. - Restart the service:
net start wuauserv