Estimated reading time: 2 minutes
Common Windows Update Errors
- 0x80070002 – Corrupt or missing update files.
- 0x800f081f – Missing or damaged system files.
- 0x80240034 – Incomplete installation of updates.
- 0x80073712 – Corrupted Windows Update components.
- 0x80070005 – Permission issues preventing update installation.
Solution 1: Run the Windows Update Troubleshooter
- Press
Win + I
and select Update & Security. - Click on Troubleshoot from the left panel.
- Select Additional troubleshooters.
- Under Get up and running, click Windows Update.
- Click Run the troubleshooter and follow the on-screen instructions.
- Restart your PC and try updating again.
Solution 2: Clear Windows Update Cache
- Press
Win + R
, typeservices.msc
, and press Enter. - Scroll down to Windows Update, right-click it, and select Stop.
- Open File Explorer and navigate to
C:\Windows\SoftwareDistribution
. - Delete all files and folders inside SoftwareDistribution.
- Restart the Windows Update service and check for updates again.
Solution 3: Use the System File Checker (SFC) and DISM Commands
Open Command Prompt as Administrator and run the following commands:
sfc /scannow
If the issue persists, run these commands:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
Solution 4: Reset Windows Update Components
Run the following commands in Command Prompt as Administrator:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
Solution 5: Manually Download and Install Updates
- Go to Microsoft Update Catalog.
- Search for the KB number of the failed update (found in Windows Update History).
- Download and install the update manually.
- Restart your PC after installation.
Solution 6: Perform a Clean Boot
- Press
Win + R
, typemsconfig
, and press Enter. - Go to the Services tab, check Hide all Microsoft services, and click Disable all.
- Go to the Startup tab and click Open Task Manager.
- Disable all unnecessary startup programs.
- Restart your PC and try updating again.
Solution 7: Check for Malware
- Open Windows Security (Win + I > Update & Security > Windows Security).
- Click Virus & threat protection.
- Click Quick Scan or Full Scan.
- Remove any detected threats and restart your PC.
Conclusion
By following these steps, you should be able to fix most Windows Update errors. If none of these solutions work, you may need to reset your PC or perform a clean installation of Windows.
For additional troubleshooting, check out this helpful video guide:
Share this content:
Click to rate this post!
[Total: 0 Average: 0]
How to Fix Windows Update Errors (Step-by-Step Guide)