How Do I Fix Windows Update Stuck at 100 Percent and Not Finishing?
Windows Update reaches 100% but never finishes or restarts? This guide explains what is actually happening at 100% and the exact steps to get the update to complete — without data loss.
Issue type: Windows Update — update reaches 100% download but stalls without completing or restarting
SEO focus: If you are looking for windows update stuck at 100 percent not finishing, this guide starts with the fastest diagnosis, then moves to the exact fix that matches the symptom.
Short answer: Stuck at 100% means the download finished. Windows is staging, verifying, and extracting the update. Wait if TiWorker.exe or update services still show disk activity. Reset update components only after confirming it is truly idle.
Windows Update Stuck At 100 Percent Not Finishing: Quick Diagnosis
Open Task Manager and watch Disk activity for TiWorker.exe, WUDFHost.exe, or svchost hosting Windows Update.
If there is disk activity, Windows is still staging files and the visible progress bar is misleading.
If 100% remains for more than 45 minutes with zero disk activity, staging is stuck.
What to do first
- Wait up to 45 minutes while monitoring Task Manager before interrupting.
- Run Settings > System > Troubleshoot > Other troubleshooters > Windows Update > Run.
- Reset update components with
net stop wuauserv,net stop bits,net stop cryptSvc,net stop msiserver, rename SoftwareDistribution and catroot2, then restart the services. - Run
DISM /Online /Cleanup-Image /RestoreHealth, thensfc /scannow. - Download the specific KB manually from catalog.update.microsoft.com and install the .msu file.
- Check C: free space and keep at least 10 GB available for update staging.
Common mistake
Force-restarting while the staging phase is active can corrupt update files. If update processes still show disk activity, wait.
Best next step
If every attempt stalls at 100%, check drive health with CrystalDiskInfo and run chkdsk C: /f /r. Bad sectors can freeze extraction during staging.
Official reference: For official update guidance, check Microsoft’s Windows Update FAQ before using advanced repair steps.
Quick Q&A
Why does it fail after exactly 20 minutes?
That suggests an internal update phase timeout. Check Event Viewer for WindowsUpdateClient or WUSA errors.
What does Undoing changes mean?
Windows is rolling back a partial update. Let it finish, then run DISM and SFC before retrying.
I have lots of free space. What else causes it?
Focus on component store corruption and the update cache rather than disk space.