Windows Update Stuck at 0%? Here’s How to Fix It (2026 Complete Guide)

Meta Description:
Windows Update stuck at 0% downloading or installing? Learn how to fix Windows 10 and Windows 11 update stuck at 0 percent with proven step-by-step solutions.


Why Is Windows Update Stuck at 0%?

If your Windows Update is stuck at 0% downloading or 0% installing, it usually means:

  • Corrupted update files
  • Broken Windows Update services
  • Internet connection problems
  • Insufficient disk space
  • Background process conflicts

This issue often appears alongside other update errors like:

If you’re seeing a specific error code, check our dedicated error guides as well.


Quick Fix Checklist (Try This First)

Before performing advanced steps:

✔ Restart your computer
✔ Restart your router
✔ Pause update → Resume update
✔ Free at least 10–20 GB disk space
✔ Disable antivirus temporarily

If it’s still stuck at 0%, follow the detailed fixes below.


Method 1: Wait (Sometimes It’s Not Actually Stuck)

Large cumulative updates may stay at 0% for 10–20 minutes while preparing files in the background.

Check:

  • Is your disk usage high in Task Manager?
  • Is your internet still active?

If yes, wait at least 20–30 minutes before moving on.


Method 2: Restart Windows Update Services

Corrupted services are a very common cause.

Step 1:

Open Command Prompt as Administrator

Step 2:

Run:

net stop wuauserv
net stop bits
net stop cryptsvc
net stop msiserver

Step 3:

Restart them:

net start wuauserv
net start bits
net start cryptsvc
net start msiserver

Restart PC and try updating again.


Method 3: Clear SoftwareDistribution Folder

This folder stores temporary update files. If corrupted, update freezes at 0%.

Step 1:

Stop update services (same commands above).

Step 2:

Navigate to:

C:\Windows\SoftwareDistribution

Delete all files inside.

Step 3:

Restart services and reboot.

This method also fixes issues similar to Windows Update Error 0x80070002.


Method 4: Run Windows Update Troubleshooter

Windows 11:

Settings → System → Troubleshoot → Other troubleshooters → Windows Update

Windows 10:

Settings → Update & Security → Troubleshoot → Windows Update

Apply recommended fixes.


Method 5: Run SFC and DISM Scan

If system files are corrupted, updates may freeze.

Open Command Prompt (Admin) and run:

sfc /scannow

After it finishes:

DISM /Online /Cleanup-Image /RestoreHealth

Restart your computer.

This also helps fix installation-related errors like 0x800f0922 and 0x80070057.


Method 6: Check Disk Space

Windows updates require significant space.

Minimum recommended free space:

  • 20 GB for major updates
  • 10 GB for cumulative updates

If your PC is slow overall, you may also want to follow:

👉 Windows 11 Running Slow? 15 Ways to Speed It Up (2026 Complete Guide)

Low disk space + slow drive = updates stuck.


Method 7: Reset Network Settings

If update download never moves from 0%, network may be blocked.

Open Command Prompt (Admin):

netsh winsock reset
ipconfig /flushdns

Restart PC.

If you previously configured proxy settings, disable them (this is also common in 0x8024402C cases).


Method 8: Perform Manual Update

If automatic update fails:

  1. Press Windows + R
  2. Type:
winver
  1. Note your Windows version.
  2. Download update manually from Microsoft Update Catalog.

Install manually and reboot.


When Should You Consider a Repair Install?

If:

  • Update stuck repeatedly
  • Multiple error codes appear
  • System crashes frequently

Then a repair install (keeping files) may be necessary.

But in 90% of cases, resetting update components fixes it.


Frequently Asked Questions

Is it safe to turn off PC if update is stuck at 0%?

If it’s stuck for more than 1–2 hours with no disk or network activity, yes — restart is safe.

Why does Windows Update freeze at 0% for hours?

Usually corrupted update cache or service malfunction.

Can slow PC cause update to stay at 0%?

Indirectly, yes. A heavily overloaded or fragmented system may delay update processing.


Final Thoughts

Windows Update stuck at 0% looks scary, but it’s usually fixable without reinstalling Windows.

Start simple:

✔ Restart services
✔ Clear SoftwareDistribution
✔ Run SFC & DISM

Only move to advanced repair if necessary.


Related Windows Update Guides


Leave a Comment