How to Fix Windows 11 Update Stuck: Step by Step

How to Fix Windows 11 Update Stuck: Step by Step

A Windows 11 update that hangs at a percentage for hours is frustrating but almost always fixable without losing data. Work through these steps in order, from the least invasive to the most thorough, and the stuck update should clear.

First, Confirm It’s Actually Stuck

Some updates legitimately sit at the same percentage for a long time, especially feature updates on slower drives. Before intervening, give it at least 2-3 hours, and check whether the hard drive light is still flickering. If the percentage hasn’t moved in hours and there’s no disk activity, it’s genuinely stuck.

Restart and Run the Update Troubleshooter

The simplest fix often works:

  1. Force a restart by holding the power button for 10 seconds, then powering back on. Windows usually rolls back or resumes cleanly.
  2. Go to Settings > System > Troubleshoot > Other troubleshooters.
  3. Run the Windows Update troubleshooter and apply any fixes it finds.
  4. Restart and retry the update from Settings > Windows Update.

Clear the Windows Update Cache

Corrupted downloaded files are a common cause. Resetting the cache forces Windows to re-download cleanly. Open Command Prompt as Administrator and run these commands one at a time:

  • net stop wuauserv
  • net stop bits
  • net stop cryptsvc

Then rename the cache folder so Windows rebuilds it: ren C:\Windows\SoftwareDistribution SoftwareDistribution.old. Restart the services with net start wuauserv, net start bits, and net start cryptsvc, then try the update again.

Repair System Files

If the update keeps failing, corrupted system files may be the cause. In an elevated Command Prompt, run these in sequence and let each finish:

  1. DISM /Online /Cleanup-Image /RestoreHealth
  2. sfc /scannow

DISM repairs the underlying component store, and SFC fixes protected system files. Reboot afterward and retry the update.

Last Resorts

If nothing above works, try these:

  • Free up disk space: Feature updates need several GB free. Use Disk Cleanup to clear room.
  • Disconnect peripherals: External drives and docks sometimes interfere with updates.
  • Manual installation: Download the specific update (KB number) from the Microsoft Update Catalog and install it directly.
  • Installation Assistant or Media Creation Tool: For major version updates, these tools from Microsoft’s website often succeed where Windows Update stalls and perform an in-place upgrade that keeps your files.

If you can’t even reach the desktop, boot into Safe Mode or use System Restore from the recovery environment to roll back to before the update.

Frequently Asked Questions

Can I turn off my PC during a stuck Windows update?

If the update has shown no progress and no disk activity for several hours, a forced restart is reasonable and usually safe. Windows is designed to roll back incomplete updates. Avoid interrupting an update that is still actively writing to disk.

What does renaming the SoftwareDistribution folder do?

It clears the Windows Update download cache. Windows automatically recreates the folder and re-downloads update files cleanly, which resolves errors caused by corrupted or partial downloads.

Will fixing a stuck update delete my files?

None of these steps delete personal files. Cache clearing, SFC, DISM, and in-place upgrades all preserve your data and apps. Still, keep a backup before major troubleshooting as a precaution.

How long should I wait before assuming an update is stuck?

Wait at least 2-3 hours, especially for large feature updates on slower hardware. Check the disk activity light; ongoing flickering means it is still working. No movement and no activity indicates a genuine stall.

Similar Posts