Windows 11 Update Stuck? How to Unfreeze Downloads and Installs
Unstick Windows Update when it hangs at 0%, 87%, or Preparing — reset update components, free space, use Troubleshooter, and install safely.
Windows Update sits at 0%, 87%, or Preparing Windows until you lose patience. Most freezes are full disks, broken download caches, or a feature update that needs hours on a slow drive — not a reason to install sketchy “update booster” tools.
Snapshot first if you can still use the desktop: create a restore point. After a bad feature update, also read 25H2 problems. Boot trouble: BSOD / black screen.
Is it stuck or just slow?
| Signal | Interpretation |
|---|---|
| Disk/network active in Task Manager | Probably still working — wait |
| Same % for 60+ minutes, 0 disk | Stuck — troubleshoot |
| Laptop on battery, lid closed | Wake, plug in, retry |
| HDD system drive | Budget hours for feature updates |
Errors like 0x80070070 |
Disk full |
1. Basics before surgery
- Plug into AC power
- Restart (real Restart, not Shut down with Fast Startup only)
- Free 15–20 GB on
C:(speed up Windows, 100% disk) - Disconnect flaky VPN (VPN guide)
- Try Ethernet or a stable WiFi band (WiFi disconnects)
2. Windows Update Troubleshooter
Settings → System → Troubleshoot → Other troubleshooters → Windows Update → Run
Apply fixes, reboot, retry Check for updates.
3. Pause / resume trick
Settings → Windows Update → Pause for a week → resume → check again.
Sometimes clears a wedged state machine.
4. Reset Windows Update components (safe pattern)
Open Terminal (Admin) / Command Prompt (Admin).
Stop services:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
Rename caches (not delete blindly mid-write — services must be stopped):
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
Start services:
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
Reboot, then Check for updates.
If something fails on ren, reboot to Safe Mode and retry, or ensure Explorer is not locking files.
5. DISM and SFC
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
These repair the component store updates depend on. A reputable repair toolkit (affiliate card) can automate similar repairs when the GUI will not open — download only from the vendor’s official site.
6. Clear leftover feature update files
Settings → System → Storage → Temporary files — remove Windows Update cleanup / Delivery Optimization files carefully.
cleanmgr → clean up system files → Windows Update cleanup.
7. Manual install from Microsoft Update Catalog
When one KB loops:
- Note the KB number from Update history
- On another PC if needed, download from the Microsoft Update Catalog
- Install the matching x64 package
- Reboot
Do not download KBs from random “driver” SEO sites.
8. In-place repair install
If the update stack stays corrupt:
- Download the official Windows 11 ISO from Microsoft
- Run
setup.exe - Choose to keep apps and files
This refreshes system files without a wipe. Back up first anyway.
9. When updates break the PC after install
| Symptom | Guide |
|---|---|
| Blue screens | BSOD fix |
| Black screen | Black screen |
| Start menu dead | Start menu |
| MSA “no internet” | Account sign-in |
| Within rollback window | Settings → Recovery → Go back |
Uninstall a bad cumulative: Update history → Uninstall updates.
10. Delivery Optimization and WSUS weirdness
Home: Settings → Windows Update → Advanced → Delivery Optimization — try pausing downloads from other PCs on LAN if your network is tiny.
Work PCs: update rings / WSUS may hold KBs — ask IT before fighting the machine for hours.
What not to do
- Fake “Windows Update Repair” pop-ups
- Delete
System32folders by hand - Disable the Update service permanently
- Hard power off during “Do not turn off” screens unless the PC has been inert for many hours and you accept risk
Feature updates vs quality updates
| Type | Size / time | Stuck behaviour |
|---|---|---|
| Security / cumulative (KB) | Minutes–1 hour | Often fixed by cache reset |
| Feature / enablement (e.g. 25H2) | Longer; HDD much slower | Needs space + patience; see 25H2 |
| Optional driver | Varies | Uninstall if it bricks devices |
If the PC reboots into a loop during a feature update, use WinRE → Startup Repair, then Uninstall Updates if needed. Black screen after reboot → black screen guide. Blue stop codes → BSOD.
BITS and Services checklist
If downloads never start (0% forever with no network activity):
services.msc→ ensure Background Intelligent Transfer Service (BITS), Windows Update, and Cryptographic Services are not Disabled- Set BITS to Manual or Automatic (Delayed Start) as defaulted, then Start
- Retry Update
Corporate proxies can stall BITS — home users should reset WinHTTP (netsh winhttp reset proxy) as in the MSA sign-in article.
Checklist
- AC power + free space
- Restart + Troubleshooter
- Reset SoftwareDistribution / catroot2
- DISM + SFC
- BITS / Update services running
- Manual KB or in-place repair
- Rollback only if the new build is unusable
Patience plus cache reset fixes most stuck updates. Keep disk space healthy and you will visit this page less often.
Delivery Optimization and metered links
On weak rural WiFi or hotspot data, set the connection as metered temporarily so huge feature updates do not stall halfway, then switch back on solid Ethernet when you are ready. Pause Delivery Optimization peer sharing if your LAN is tiny. If updates fail only on VPN, disconnect and retry (VPN setup). Keep restore points before optional driver batches.
HDD feature update expectations
On spinning disks, feature updates can sit on one percentage with low CPU but steady disk activity for a long time — watch the Disk column before declaring a freeze. Plug into AC, close heavy apps, and wait if activity exists. If zero activity for an hour, then reset caches.
Related FixingHacks guides
Frequently Asked Questions
How long should I wait before calling an update stuck?
Feature updates can sit on one percentage for 30–60 minutes on HDDs. If there is zero progress after an hour with no disk activity, troubleshoot.
Is it safe to turn off the PC during a stuck update?
Prefer a controlled restart from WinRE if frozen for hours. Hard power-offs mid-install risk boot issues — keep AC power connected on laptops.
Does low disk space block Windows Update?
Yes. Aim for 10–20 GB free before large feature updates.
Will resetting update cache delete my files?
No. Clearing SoftwareDistribution removes download caches, not Documents.
Stuck after 25H2?
Install later cumulatives, free space, and see our 25H2 problems guide for driver holds.
Related fixes
Windows Taskbar Missing Icons? Restore System Tray and Pinned Apps
Fix missing Windows 11 taskbar icons: Explorer restart, icon cache rebuild, notification area settings, ShellExperienceHost, and when a stuck update is the real culprit.
Read the fixWindows 11 Black Screen on Startup? Pro Fixes That Actually Work
Diagnose a Windows 11 black screen like a technician: monitor signal, Safe Mode, graphics driver rollback, WinRE repair, and when the disk is failing.
Read the fixNo Sound on Windows 11? Fix Audio Like a Technician
Restore Windows 11 sound step-by-step: wrong output device, disabled Realtek/NVIDIA audio, exclusive mode conflicts, driver reinstall, and HDMI audio traps.
Read the fix