Appearance
How to Fix Windows 11 Update Failures
Applies to: Windows 11
Article Type: Troubleshooting
Last Updated: 2026-01-14
Summary
Windows Updates are crucial for security, but they sometimes get stuck or fail to install. This article guides you through the built-in troubleshooting steps to resolve update errors.
Prerequisites
- Ensure you have at least 10GB of free disk space.
- Disconnect non-essential peripherals (USB drives, printers).
Instructions
1. Run the Windows Update Troubleshooter
Windows has an automated tool to fix update services.
- Go to Settings > System > Troubleshoot.
- Click Other troubleshooters.
- Click Run next to Windows Update.
- Follow the on-screen prompts and apply any fixes.
- Restart your computer.
2. Reset Update Components (Command Prompt)
If the troubleshooter fails, manually clearing the update cache often works.
- Press the Start key, type
cmd. - Right-click Command Prompt and select Run as administrator.
- Type the following commands, pressing Enter after each:powershell
net stop wuauserv net stop bits ren C:\Windows\SoftwareDistribution SoftwareDistribution.old net start wuauserv net start bits - Close the Command Prompt and try updating again.
Troubleshooting
DANGER
If a specific update keeps failing, you can pause updates for 7 days to let Microsoft fix the bug.
| Symptom / Error | Potential Cause | Solution |
|---|---|---|
| Error 0x80070002 | Corrupted Files | Run Method 2 (Reset Components). |
| Update Stuck at x% | Slow Server | Wait at least 1 hour before force-restarting. |