Why Is Windows 11 Update Stuck at 0%?
Windows 11 updates getting stuck at 0% is one of the most searched Windows problems in 2026, especially after cumulative updates like KB5089549. The download sits frozen for minutes or hours, then either fails with an error code or silently resets. The root causes include:
- Corrupt or incomplete files in the Windows Update cache (SoftwareDistribution folder)
- Insufficient free disk space — Windows 11 requires at least 20 GB free for 64-bit updates
- Windows Update service not running or stuck in a failed state
- Antivirus or firewall blocking connections to Microsoft's update servers
- Corrupted system files that prevent update installation
- Background Intelligent Transfer Service (BITS) service failure
Fix 1: Run the Windows Update Troubleshooter
Microsoft's built-in troubleshooter detects and auto-fixes the most common update issues in under two minutes:
- Go to Settings → System → Troubleshoot → Other troubleshooters
- Find Windows Update and click Run
- Follow the prompts and apply any fixes it recommends
- Restart your PC and try Windows Update again
If the troubleshooter finds "Windows Update components must be repaired," let it repair them before retrying the update.
Fix 2: Clear the Windows Update Cache
Corrupt cached update files cause the download to stall at 0% because Windows can't overwrite the incomplete files. Clearing the cache forces a fresh download:
- Open Command Prompt as Administrator (right-click Start → Terminal (Admin))
- Stop the Windows Update services:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
- Delete the cached update files:
rd /s /q C:\Windows\SoftwareDistribution
rd /s /q C:\Windows\System32\catroot2
- Restart the services:
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
- Restart your PC and try Windows Update again
This fix resolves the 0% stuck issue in the majority of cases.
Fix 3: Free Up Disk Space
Windows 11 updates require a minimum of 20 GB of free space on your C: drive. Check your available space:
- Open File Explorer → This PC
- Look at the free space shown under your C: drive
If you have less than 20 GB free, clean up:
- Go to Settings → System → Storage → Temporary Files
- Check Windows Update Cleanup, Delivery Optimization Files, Recycle Bin, and Temporary Files
- Click Remove Files
For deeper cleaning, run Disk Cleanup as Administrator: search "Disk Cleanup" → click "Clean up system files" → select all categories.
Fix 4: Repair System Files with SFC and DISM
Corrupted Windows system files prevent updates from installing. The System File Checker and DISM tools repair them:
Open Command Prompt as Administrator and run:
sfc /scannow
Wait for the scan to complete (5–15 minutes). If it reports corrupted files repaired, restart and try updating. If SFC can't fix everything, run DISM:
DISM /Online /Cleanup-Image /RestoreHealth
DISM downloads replacement files from Microsoft's servers, so ensure you have internet access. After DISM completes, run sfc /scannow again, then restart.
Fix 5: Restart Windows Update and BITS Services
The Windows Update and Background Intelligent Transfer services sometimes get stuck in a failed state without displaying an error:
- Press Win + R → type
services.msc→ press Enter - Find Windows Update, right-click → Restart
- Find Background Intelligent Transfer Service (BITS), right-click → Restart
- Also restart Cryptographic Services
After restarting these services, go back to Windows Update and click Check for updates.
Fix 6: Temporarily Disable Antivirus and Firewall
Security software sometimes blocks update downloads by flagging Microsoft's servers or the update cache directory:
- Temporarily disable real-time protection in your antivirus (Windows Security, Norton, Bitdefender, etc.)
- In Windows Defender Firewall: allow the update through by going to Control Panel → Windows Defender Firewall → Allow an app through Windows Firewall
- Try the update again
- Re-enable your antivirus after the update completes
Note: Only disable antivirus temporarily. Never leave it off for extended periods.
Fix 7: Download the Update Manually from Microsoft Update Catalog
If the built-in updater keeps failing, download and install the specific update package directly:
- Note the KB number of the stuck update (shown in Windows Update, e.g., KB5089549)
- Visit the Microsoft Update Catalog at catalog.update.microsoft.com
- Search for the KB number
- Download the version matching your system (x64 for 64-bit Windows 11)
- Run the downloaded .msu file as Administrator
- Restart when prompted
Manual installation bypasses the Windows Update service entirely, making it effective when the update infrastructure itself is broken.
Fix 8: Reset Windows Update Components
If all else fails, Microsoft provides an official script to reset all Windows Update components to their default state:
- Open Command Prompt as Administrator
- Run these commands one at a time:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
regsvr32 /u wuaueng.dll
regsvr32 /u wuaueng1.dll
regsvr32 /u atl.dll
regsvr32 /u wucltui.dll
regsvr32 /u wups.dll
regsvr32 /u wups2.dll
regsvr32 /u wuweb.dll
regsvr32 atl.dll
regsvr32 wuapi.dll
regsvr32 wuaueng.dll
regsvr32 wucltui.dll
regsvr32 wups.dll
regsvr32 wups2.dll
regsvr32 wuweb.dll
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
Restart your PC and attempt the update again.
If Windows 11 updates continue to fail after all methods above, or if your system is in a critical business environment, CloudHouse Technologies provides expert Windows 11 update support on a pay-per-ticket basis — no subscription required.
Frequently Asked Questions
How long should I wait for a Windows 11 update stuck at 0%?
If an update has been at 0% for more than 30 minutes with no disk activity (check Task Manager), it's genuinely stuck. Restart your PC — Windows Update will resume from where it left off in most cases. If it stalls again, use the SoftwareDistribution cache clear (Fix 2).
Is it safe to turn off my PC while Windows update is stuck at 0%?
Yes — at 0%, no files have been written to your system. A restart is safe. Do NOT interrupt an update that shows "Working on updates" at the restart/shutdown screen with a percentage above 0%.
Why does Windows 11 update get stuck at 0% after the June 2026 update?
Post-update stuck issues are typically caused by SoftwareDistribution cache conflicts from the previous update. Clear the cache using Fix 2 above to resolve it.
Does a VPN cause Windows Update to get stuck?
Yes — VPNs can route update traffic through servers that block Microsoft's update CDN. Disconnect your VPN and try updating on a direct internet connection.
Can I use Windows normally while an update is stuck?
If the update is stuck in Windows Update settings (not at the startup/shutdown screen), yes — you can continue using Windows and retry later. Never leave a restart-stage update interrupted.
