“Fix Tech Daily helps you solve real-world IT problems, with daily tips on Windows, Office, networks, and devices.”
Tuesday, August 26, 2025
How to Fix “Windows 10 Update Stuck” Problem
You're trying to update Windows 10, but it gets stuck at 0%, 100%, during “Preparing to install”, or in a restart loop. This issue is often due to corrupted update files, system glitches, or software conflicts.
Solution 1: Wait Patiently (Yes, Really!)
Sometimes updates just take a long time.
-
Especially on older systems, allow 2–3 hours before assuming it’s frozen.
-
If your system is stuck for more than 3 hours with no change, move on to other fixes.
Solution 2: Reboot the PC
Steps:
-
If you’re stuck at the update screen, force shut down the system by holding the power button for 10 seconds.
-
Wait 1 minute, then restart.
-
The update may roll back or resume properly.
Solution 3: Run the Windows Update Troubleshooter
Steps:
-
Go to Settings → Update & Security → Troubleshoot.
-
Click Additional troubleshooters.
-
Select Windows Update → Click Run the troubleshooter.
-
Let it detect and fix the problems.
Solution 4: Clear Windows Update Cache (SoftwareDistribution Folder)
This is a very effective method to fix stuck updates.
Steps:
-
Press Windows + X, select Command Prompt (Admin) or Windows PowerShell (Admin).
-
Run the following commands one by one:
net stop wuauserv net stop bits
-
Navigate to the folder:
C:\Windows\SoftwareDistribution
-
Delete all files/folders inside.
-
Now start services again:
net start wuauserv net start bits
-
Restart your PC and try updating again.
Solution 5: Use DISM and SFC to Repair System Files
Corrupted files can cause update issues.
Steps:
-
Open Command Prompt as Administrator.
-
Run these commands:
DISM /Online /Cleanup-Image /RestoreHealth sfc /scannow
-
Wait for the process to complete.
-
Restart and check for updates again.
Solution 6: Disable Antivirus/Firewall Temporarily
Third-party antivirus software can block updates.
Steps:
-
Temporarily disable your antivirus.
-
Turn off any third-party firewalls.
-
Reattempt the update.
-
Re-enable protection after successful update.
Solution 7: Use the Windows 10 Update Assistant
Steps:
-
Visit the official Microsoft site: https://www.microsoft.com/en-us/software-download/windows10
-
Download the Update Assistant tool.
-
Run it and follow on-screen instructions to complete the update.
Solution 8: Install Update via Media Creation Tool (MCT)
Steps:
-
Go to: https://www.microsoft.com/en-us/software-download/windows10
-
Download and run the Media Creation Tool.
-
Choose Upgrade this PC now.
-
Follow prompts to install the latest updates manually.
Solution 9: Boot into Safe Mode and Retry Update
Steps:
-
Press Windows + R, type
msconfig
, and hit Enter. -
Go to the Boot tab → check Safe boot → select Minimal → Click OK.
-
Restart your PC into Safe Mode.
-
Try updating again via Settings → Update & Security.
-
Once complete, go back to
msconfig
and uncheck Safe Boot to return to normal mode.
Solution 10: Check Disk Space
Lack of space can block updates.
Steps:
-
Go to Settings → System → Storage.
-
Free up at least 20 GB on the C: drive.
-
Use Disk Cleanup or uninstall unnecessary apps/files.
🔧 Bonus Tip: Use “Show or Hide Updates” Tool (Microsoft)
Sometimes specific updates are faulty. You can hide them using this official tool: