Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Gadgets & Lifestyle for Everyone
Gadgets & Lifestyle for Everyone
Few things are more frustrating than a Windows Update stuck at 0%, 37%, or 99% for hours. Your computer becomes unusable, and you cannot install critical security patches. This leaves you vulnerable to malware like the fake Windows Update 2026 campaign.
This Windows Update stuck fix guide gives you 10 proven solutions. Start with the simplest and work your way down. Most issues resolve within minutes.
Updates can freeze for several reasons:
Understanding the cause helps you choose the right fix. Let us start with the easiest solutions.
| Error Type | Typical Message | Best Fix |
|---|---|---|
| Stuck at 0% | “Downloading 0%” | Restart Windows Update service |
| Stuck at 99% | “Installing 99%” | Run Windows Update Troubleshooter |
| Loop (restart cycle) | “Configuring updates” then reverts | Boot into Safe Mode + reset |
| Error code 0x80070002 | “File missing” | Run DISM and SFC scans |
| Error code 0x80073712 | “Corrupted store” | Use DISM with restore health |
Microsoft built a dedicated tool for this. It fixes most common issues automatically.
Steps:
This tool resolves about 60% of stuck update cases. (For a complete walkthrough, see our Windows Update Troubleshooter guide.)
If the troubleshooter fails, manually restart the services.
Steps:
services.msc, press EnterThis folder stores temporary update files. Corrupted files here are a common cause of a Windows Update stuck issue.
Steps:
net stop wuauserv and press Enternet stop bits and press EnterC:\Windows\SoftwareDistributionnet start wuauserv then net start bitsCorrupted system files can block updates. These built-in tools repair them.
Steps:
sfc /scannow and wait (10-15 minutes)DISM /Online /Cleanup-Image /RestoreHealthThese commands fix underlying system corruption. (Learn why system health matters for security in our Windows Update security patches guide.)
Windows needs at least 10GB free space for updates. Low space causes a Windows Update stuck at random percentages.
Steps:
Some antivirus programs interfere with Windows Update. This is rare but possible.
Steps:
Warning: Only disable antivirus for a few minutes. Never browse the web or download files while it is off.
Background applications can conflict with updates. A clean boot starts Windows with minimal drivers and programs.
Steps:
msconfig, press EnterIf this works, enable services one by one to find the culprit.
This advanced fix resets everything related to Windows Update.
Steps (run in Command Prompt as administrator, one line at a time):
text
net stop wuauserv net stop cryptSvc net stop bits net stop msiserver ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 catroot2.old net start wuauserv net start cryptSvc net start bits net start msiserver
Restart your computer after these commands.
If a Windows Update stuck problem started recently, roll back to a working state.
Steps:
This does not affect your personal files. (To manage and track restore points, see our Windows Update history guide.)
The nuclear option. This reinstalls Windows while keeping your files and apps.
Steps:
This fixes even the most stubborn Windows Update stuck problems.
Scenario A: Home User with Stuck Download
John’s Windows Update stuck at 0% for two hours. He runs the Windows Update Troubleshooter (Fix #1). It finds corrupted files and repairs them. Updates complete in 15 minutes.
Scenario B: IT Admin for Small Office
A receptionist’s computer shows error 0x80070002. The admin runs SFC and DISM (Fix #4). The scans repair system files. Updates then install normally.
Scenario C: Gamer with Update Loop
Sarah’s PC restarts repeatedly trying to install a feature update. She boots into Safe Mode and clears the SoftwareDistribution folder (Fix #3). The next restart works perfectly.
If none of these fixes work, consider:
chkdsk /f /r)For enterprise environments, proper Group Policy Windows Update configuration prevents many issues before they start.
Wait 1-2 hours for major updates. Small updates should finish in 30 minutes. If no progress for 1 hour, start with Fix #1.
No. It only removes temporary files. Windows will redownload what it needs. Your installed updates remain intact.
Yes. The fake Windows Update 2026 malware can disable Windows Update entirely. If you see unusual behavior, run a full antivirus scan immediately.
Hardware differences, installed software conflicts, disk health, and system file corruption vary between computers. Follow the fixes in order for your specific machine.
A Windows Update stuck problem is frustrating but rarely permanent. Start with the Windows Update Troubleshooter. Then try restarting services, clearing the SoftwareDistribution folder, and running SFC/DISM scans. Most issues resolve within 30 minutes.
If you continue having problems, your system may have deeper issues. Check for malware, free up disk space, or consider an in-place upgrade.
Next steps: Bookmark our Windows Update settings guide to prevent future issues. For persistent errors, try our Windows Update Troubleshooter guide.