Seeing a Windows Update error in Windows 11 can be frustrating—especially when updates fail to install, get stuck at a certain percentage, or show error codes like 0x80070002, 0x800f0922, or 0x8024a105. These errors are usually caused by corrupted update files, damaged system components, network issues, or misconfigured services—not hardware failure.
The good news is that most Windows Update errors can be fixed using built-in troubleshooting tools.
Fix Windows Update Error in Windows 11
The fixes below focus on clearing corrupted update files, repairing system components, and resetting update services. Follow them in order and check for updates after each step.
1. Run the Windows Update Troubleshooter (Recommended)
This is the fastest and safest first step.
- Open Settings.
- Go to System > Troubleshoot > Other troubleshooters.
- Find Windows Update.
- Click Run.
- Follow the on-screen instructions.
Windows will automatically detect and repair common update problems.
2. Restart Your PC
Temporary glitches can block update installation.
- Click Start > Power > Restart.
- After reboot, open Settings > Windows Update.
- Click Check for updates.
Sometimes a simple restart resolves the error immediately.
3. Check Internet Connection and Disable VPN
Network instability often causes update errors.
- Restart your router.
- Disable VPN or proxy temporarily.
- Make sure your connection is not set as Metered:
- Go to Settings > Network & internet
- Select your active connection
- Turn Metered connection Off
Stable internet is required for successful updates.
4. Clear Windows Update Cache
Corrupted update cache files are a common cause of errors.
- Press Windows + S, search for Services, and open it.
- Find Windows Update.
- Right-click and select Stop.
- Open File Explorer and navigate to:
C:\Windows\SoftwareDistribution - Delete all files inside the folder.
- Return to Services and start Windows Update again.
- Restart your PC and check for updates.
This forces Windows to download fresh update files.
5. Run System File Checker (SFC)
Corrupted system files may block updates.
- Right-click Start and open Windows Terminal (Admin).
- Run:
sfc /scannow - Wait for the scan to complete.
- Restart your PC.
This repairs damaged system components.
6. Run DISM Tool
If SFC doesn’t fix the issue, use DISM to repair the Windows image.
- Open Windows Terminal (Admin).
- Run:
DISM /Online /Cleanup-Image /RestoreHealth - Wait for completion.
- Restart your PC.
DISM repairs deeper system-level corruption.
7. Reset Windows Update Components (Advanced Fix)
If errors continue, reset update services completely.
- Open Command Prompt (Admin).
- Stop update services:
net stop wuauserv net stop bits net stop cryptsvc - Rename update folders:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 catroot2.old - Restart services:
net start wuauserv net start bits net start cryptsvc - Restart your PC.
This fully resets Windows Update components.
8. Free Up Disk Space
Low storage space can prevent updates from installing.
- Open Settings > System > Storage.
- Remove unnecessary temporary files.
- Ensure you have several GB of free space.
Windows updates require adequate disk space.
9. Install the Update Manually
If a specific update fails repeatedly, you can download it manually.
- Note the update’s KB number.
- Visit the Microsoft Update Catalog website.
- Download and install the update manually.
This bypasses Windows Update and installs the patch directly.
10. Keep Windows Updated
Outdated builds can cause repeated update errors.
- Open Settings > Windows Update.
- Install all available updates.
- Restart your PC.
Updates from Microsoft often fix previous update bugs.
Wrapping Up
Windows Update errors in Windows 11 are usually caused by corrupted update files, network interruptions, or damaged system components—not serious hardware issues. Running the troubleshooter, clearing the SoftwareDistribution folder, and repairing system files resolve most problems.
Once fixed, updates on Microsoft Windows should download and install smoothly again, keeping your PC secure and fully up to date.