Skip to content
Windows laptop displaying a desktop screen

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.

9 min readWindows Update, Windows 11, stuck update

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

  1. Plug into AC power
  2. Restart (real Restart, not Shut down with Fast Startup only)
  3. Free 15–20 GB on C: (speed up Windows, 100% disk)
  4. Disconnect flaky VPN (VPN guide)
  5. 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:

  1. Note the KB number from Update history
  2. On another PC if needed, download from the Microsoft Update Catalog
  3. Install the matching x64 package
  4. Reboot

Do not download KBs from random “driver” SEO sites.

8. In-place repair install

If the update stack stays corrupt:

  1. Download the official Windows 11 ISO from Microsoft
  2. Run setup.exe
  3. 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 System32 folders 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):

  1. services.msc → ensure Background Intelligent Transfer Service (BITS), Windows Update, and Cryptographic Services are not Disabled
  2. Set BITS to Manual or Automatic (Delayed Start) as defaulted, then Start
  3. Retry Update

Corporate proxies can stall BITS — home users should reset WinHTTP (netsh winhttp reset proxy) as in the MSA sign-in article.

Checklist

  1. AC power + free space
  2. Restart + Troubleshooter
  3. Reset SoftwareDistribution / catroot2
  4. DISM + SFC
  5. BITS / Update services running
  6. Manual KB or in-place repair
  7. 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.

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.

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.