This guide helps you troubleshoot Windows Update download problems, including stuck updates, slow downloads, error codes, and updates that fail to install. These steps apply to Windows 10 and Windows 11.
Common Symptoms
- Updates stuck at 0%, 20%, 99%, or “Downloading…”
- Error codes such as 0x800f081f, 0x8024a105, 0x80070020
- Updates download extremely slowly
- Windows Update keeps retrying and failing
- PC restarts but the update does not install
Quick Fixes
- Restart the PC and try again
- Check your internet connection
- Disable VPN or proxy temporarily
- Ensure at least 10 GB of free disk space
Run the Windows Update Troubleshooter
Settings → System → Troubleshoot → Other troubleshooters → Windows Update.
Reset Windows Update Components
Open Command Prompt (Admin) and run:
net stop wuauserv
net stop bits
net stop cryptsvc
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start bits
net start cryptsvc
Run DISM and SFC Repairs
dism /online /cleanup-image /restorehealth
sfc /scannow
Check for Corrupted Update Files
Delete the SoftwareDistribution folder if updates repeatedly fail to download.
Pause and Resume Updates
Settings → Windows Update → Pause updates → Resume.
This forces Windows to reinitialize the update session.
Install Updates Manually
You can download individual updates from the Microsoft Update Catalog using the KB number.
Check for Third‑Party Conflicts
- Temporarily disable antivirus
- Perform a clean boot to rule out startup conflicts
Advanced Fixes
Repair Windows Using In‑Place Upgrade
Download the Windows ISO from Microsoft and choose Upgrade this PC now to repair system files without losing data.
When a Reset May Be Required
If updates consistently fail after repair attempts, a Windows Reset may be necessary.