How to Fix Windows 11 Update Stuck at 0%, 10%, 91%, or 98% (Complete Guide)
Are you updating Windows 11 and facing problems like:
-
Update stuck at 0%
-
Update frozen at 10%, 91%, or 98%
-
Windows Update not downloading
-
Errors during installation
-
Update keeps processing but never completes
If yes, this guide will walk you through six proven methods to permanently fix Windows 11 update issues. Follow each process step-by-step. After completing every method, make sure to restart your PC before checking the update again.
Method 1: Run Windows Update Troubleshooter
The built-in troubleshooter automatically detects and fixes common update issues.
Steps:
-
Open Start Menu
-
Click Settings
-
Go to System
-
Scroll down and click Troubleshoot
-
Select Other troubleshooters
-
Find Windows Update
-
Click Run
Windows will now scan for update-related problems and fix them automatically.
After it completes:
-
Restart your computer
-
Check Windows Update again
If the issue persists, move to Method 2.
Method 2: Restart Windows Update Service
Sometimes the Windows Update service is disabled or stuck.
Steps:
-
Press Windows + R
-
Type:
services.msc -
Press Enter
A Services window will open.
-
Scroll down and find Windows Update
-
Right-click → Select Properties
Now check:
-
Startup type → Set it to Automatic
-
If Service Status is Stopped, click Start
-
Click Apply → OK
Close the window and restart your PC.
Check for updates again.
Method 3: Run System File Checker (SFC Scan)
Corrupted system files often cause update failures.
Steps:
-
Search for CMD
-
Right-click Command Prompt
-
Select Run as Administrator
Type the following command:
sfc /scannow
Press Enter.
The system will:
-
Scan all protected files
-
Repair corrupted system files automatically
Wait until it reaches 100% verification.
After completion:
-
Type
exit -
Restart your computer
If the problem remains, proceed further.
Method 4: Clear SoftwareDistribution Folder (Reset Update Cache)
Windows stores update files in the SoftwareDistribution folder. If corrupted, updates fail.
Step 1: Stop Windows Update Service
Open Command Prompt as Administrator and type:
net stop wuauserv
Press Enter.
Step 2: Delete Update Cache Files
-
Open This PC
-
Go to:
C:\Windows\SoftwareDistribution -
Select all files inside the folder
-
Delete them
These are temporary update files and safe to remove.
Step 3: Restart Update Service
Go back to Command Prompt and type:
net start wuauserv
Press Enter.
Restart your PC and check updates again.
Method 5: Repair Windows Image Using DISM
If system health is damaged, updates won’t install properly.
Open Command Prompt as Administrator and run the following commands one by one:
Check Health:
DISM /Online /Cleanup-Image /CheckHealth
Scan Health:
DISM /Online /Cleanup-Image /ScanHealth
Restore Health:
DISM /Online /Cleanup-Image /RestoreHealth
Important:
-
Make sure you are connected to the internet.
-
Wait for each command to complete before running the next one.
After finishing:
-
Type
exit -
Restart your PC
Now check if Windows Update works properly.
Method 6: Use System Restore
If the update problem started recently, restore your system to a previous working state.
Steps:
-
Search Control Panel
-
Click View by → Select Large Icons
-
Click Recovery
-
Select Open System Restore
-
Choose Select a different restore point
-
Click Next
-
Choose a restore date (before the issue started)
-
Click Next → Finish
Important:
-
Backup important files from Desktop, Downloads, or Documents (stored in C drive).
-
System Restore may remove recently installed programs or files.
Wait for restoration to complete. This may take 15 minutes to 2 hours depending on your system.
After restore, check Windows Update again.
Final Option: Reset Windows 11
If none of the above methods work, your last solution is:
Reset Windows 11
Go to:
-
Settings → System → Recovery → Reset this PC
You can choose:
-
Keep my files
-
Remove everything
Resetting will completely fix deep system issues.
Final Thoughts
Windows Update problems can occur due to:
-
Corrupted system files
-
Broken update services
-
Damaged update cache
-
Incomplete installations
-
System image corruption
By following these six methods step-by-step, most users can permanently fix Windows 11 update stuck issues.
Always remember:
✔ Restart after every method
✔ Wait for scans to reach 100%
✔ Do not interrupt repair processes
If the problem still persists after reset, it may indicate a hardware issue or deep OS corruption, and a clean Windows installation might be required.

0 Comments