How to Fix Windows Update When It Gets Stuck
By Site Editor · Updated September 15, 2026 · 9 min read
Windows Update can stall at a percentage for hours or fail with a cryptic error code. These are the most reliable fixes, starting with the least disruptive.
1. Restart and try again
Before anything else, restart your PC and check Windows Update again. Some updates that appear stuck are actually still running in the background — the progress bar just stops moving on screen. After a restart, Windows often continues the update automatically. If you see the update still listed, click Retry.
2. Run the Windows Update Troubleshooter
Go to Settings → System → Troubleshoot → Other troubleshooters → Windows Update → Run. The troubleshooter automatically detects and fixes common update problems: it resets the update service, clears the download cache, and re-registers update components. Restart after it finishes and check for updates again.
3. Clear the Windows Update cache manually
Open Command Prompt as administrator and run these commands in order:net stop wuauservnet stop bits
Then navigate to C:WindowsSoftwareDistributionDownload and delete all files inside that folder. Finally, run:net start wuauservnet start bits
This forces Windows to re-download the update files from scratch, clearing any corruption.
4. Use the Windows Update Assistant
If a major Windows version update is stuck, download the Windows Update Assistant or the Media Creation Tool from Microsoft's official website. These tools download and apply the update directly, bypassing the built-in Windows Update mechanism entirely. This is the most reliable path when the standard update consistently fails.
5. Look up your error code for a specific fix
Windows Update error codes like 0x80070005, 0x800f081f, or 0x8024a105 each point to a specific cause. Press Win + I → Windows Update → View update history to see the exact error code. Search that code on Microsoft's support pages to find a targeted fix — generic solutions often fail when the root cause is something specific like a missing component or a permissions issue.
Frequently asked questions
How long should a Windows update take?
Small security updates usually take 5–15 minutes. Major feature updates can take 30–90 minutes depending on your PC speed and internet connection. If an update has shown no progress for more than two hours, it is likely stuck and needs intervention.
Is it safe to restart my PC when an update is stuck?
If the update has been stuck at the same percentage for more than an hour, a restart is safe. Windows is designed to resume or roll back an interrupted update on the next boot rather than leaving the system in a broken state.
Will clearing the update cache delete my files?
No. The SoftwareDistribution\Download folder only contains downloaded update packages, not your personal files. Deleting its contents only forces Windows to re-download those update files — your documents, photos, and installed programs are completely unaffected.