Windows Update stuck at 0%? Try These Proven Fixes Now

It’s stuck right there—that progress bar, completely frozen at 0%. You’ve been staring at it for the past 30 minutes. You refreshed the page, wiggled the mouse, and even silently offered up a prayer. But this issue of Windows Update stuck at 0% simply refuses to budge.

This was one of the most frequently reported issues on Windows in 2026—affecting users of both Windows 10 and Windows 11 equally. It occurs when the update process initiates but fails to make any actual progress—typically due to a corrupted update cache, a stopped service, or a silently dropped internet connection.

The good news is that you don’t need to be a tech expert to fix this. This guide provides 10 proven solutions—ranging from a simple restart to an advanced clean boot—so you can resume your updates and make your PC secure again.

Before You Start – Try These First

Before diving any deeper, try out these quick checks. For many users, these resolve the issue of Windows Update frozen at 0% in less than two minutes:

Wait 30 minutes — Sometimes Windows genuinely needs time before the bar moves. Don’t close it immediately.

Check your internet connection — run a speed test at fast.com. If the connection is interrupted, the download stops immediately.

Switch to a wired connection — Plug in an Ethernet cable instead of using Wi-Fi for more stable downloads.

Restart your PC normally — Press Start → Power → Restart. Not Shut Down — Restart.

Free up disk space — Windows needs at least 10GB of free space on your C: drive to install updates.

What Does “Windows Update Stuck at 0%” Mean?

Definition: Windows Update stuck at 0% means the download has started but isn’t progressing. It’s usually caused by internet issues, corrupted update files, or disabled services. As a result, Windows can’t begin downloading updates from Microsoft’s servers.

This problem affects Windows 10 update stuck downloading scenarios as well as Windows 11 — especially after Microsoft releases large cumulative updates.

The solution you need depends on the root cause of the problem. Try the solutions listed below in order—starting with the easiest one—and you will find the solution that works for your situation.

Why Does Windows Update Get Stuck at 0%?

  • Slow or unstable internet connection — The most common cause. When the signal is weak, the download silently stops midway.
  • Windows Update service stopped — The background service that handles updates has crashed or was disabled.
  • Corrupted SoftwareDistribution Folder — The folder where Windows stores downloaded update files contains corrupted data.
  • Not enough free disk space — Windows needs space to download and unpack update files on C: drive.
  • Antivirus or firewall blocking update — Security software mistakenly flags Microsoft’s update servers.
  • Corrupted system files — Damaged Windows system files stop the update process from starting properly.
  • Missing prerequisite update — Some cumulative updates require a specific KB update to be installed first.
  • Third-party software conflict — Background apps interfere with the Windows Update process silently.

10 Proven Fixes for Windows Update Stuck at 0%

1. Run the Windows Update Troubleshooter

This is always the first step. Windows has a built-in tool that automatically detects and fixes the most common Windows update not downloading problems — in just a few clicks.

Window 11:

  • Press Win + I → go to System → Troubleshoot → Other troubleshooters.
  • Find Windows Update → click Run.
  • Wait for the scan to finish → apply any fixes it finds → restart your PC.

Windows 10:

  • Press Win + I → go to Update & Security → Troubleshoot → Additional troubleshooters.
  • Click Windows Update → Run the troubleshooter.
  • Follow the on-screen steps and restart when done.

2. Restart the Windows Update Service

The Windows Update service runs silently in the background. If it crashes or freezes, the download comes to a complete halt at 0% without any warning. Restarting it takes less than 60 seconds.

  • Press Win + R → type services.msc → press Enter.
  • Scroll down and find Windows Update in the list.
  • Right-click on it → click Restart.
  • Also restart Background Intelligent Transfer Service (BITS) the same way.
  • Go back to Windows Update and click Check for updates again.

3. Clear the SoftwareDistribution Folder

This is the most effective fix for Windows 11 update stuck at 0 — The SoftwareDistribution folder stores downloaded update files. When these files get corrupted, Windows freezes at 0% every single time.

  • Press Win + R → type services.msc → find Windows Update → right-click → Stop.
  • Also stop Background Intelligent Transfer Service (BITS).
  • Now open File Explorer → navigate to C:\Windows\SoftwareDistribution
  • Select all files inside → delete them all. Don’t delete the folder itself — only its contents.
  • Go back to Services → restart Windows Update and BITS.
  • Restart your PC and try checking for updates again.

⚠️ This is completely safe. Windows will re-download fresh update files automatically. You will not lose any personal data or installed programs.

4. Run SFC and DISM Scans to Fix Corrupted Files

Corrupted Windows system files silently block the update process. Two built-in tools — SFC and DISM — scan and repair these files automatically. Run both for best results.

  • Open Command Prompt as Administrator (search CMD → right-click → Run as administrator).
  • First run SFC scan — type this and press Enter:
sfc /scannow
  • Wait for it to complete — this takes 5–15 minutes. Do not close the window.
  • Then run the DISM scan — type this and press Enter:
DISM /Online /Cleanup-Image /RestoreHealth
  • Wait for it to finish → restart your PC → try updating again.

5. Disable Antivirus and Firewall Temporarily

Your antivirus or Windows Firewall may be blocking the connection to Microsoft’s update servers — causing the Windows update frozen at 0 issue silently in the background.

  • Right-click your antivirus icon in the system tray → Disable temporarily (10–15 minutes).
  • Press Win + R → type firewall.cpl → click Turn Windows Defender Firewall on or off.
  • Select Turn off for both Private and Public networks → click OK.
  • Try the update again. If it works — re-enable both immediately after the update downloads.

6. Free Up Disk Space on C: Drive

Windows silently stops downloading updates when your C: drive runs low on space. You need at least 10GB of free space for most updates — and more for major feature updates.

  • Press Win + R → type cleanmgr → press Enter.
  • Select C: drive → click OK.
  • Check all boxes → click Clean up system files for even more space.
  • Click OK → confirm deletion → restart and try updating again.

7. Reset Windows Update Components Using Command Prompt

This is the most throughout reset available—it stops all update services, clears all cached data, and starts everything from scratch. Use this if Fixes 1–6 do not work.

  • Open Command Prompt as Administrator.
  • Run these commands one by one — press Enter after each:
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 PC and check for updates again.

8. Perform a Clean Boot to Remove Software Conflicts

clean boot starts Windows with only essential Microsoft services running. This instantly reveals if a third-party program is causing the Windows update stuck downloading problem.

  • Press Win + R → type msconfig → press Enter.
  • Go to Services tab → check “Hide all Microsoft services” → click Disable all.
  • Go to Startup tab → click “Open Task Manager” → disable all startup items..
  • Click OK → restart your PC → try Windows Update again.
  • If the update works — re-enable startup apps one by one to find the conflicting program.

9. Manually Download and Install the Update

If a specific cumulative update is stuck at 0 on Windows 11 — you can skip Windows Update entirely and install it manually. This bypasses all service and cache issues.

  • Note the KB number shown in Windows Update — for example, KB5035853.
  • Go to catalog.update.microsoft.com and search for that KB number.
  • Download the correct version for your system (x64 for most PCs).
  • Double-click the downloaded file and follow the installation steps.
  • Restart your PC.

⚠️ If the installer says “already installed” but Windows Update still shows it stuck — you may be missing a prerequisite KB. Search for and install the previous KB update first, then retry.

10. Use Windows Update Assistant for Major Upgrades

If you are trying to upgrade to a newer version of Windows (such as 22H2 or 23H2) and it gets stuck at 0%, the Windows Update Assistant is the most reliable way to perform a direct upgrade.

  • Visit microsoft.com/en-us/software-download/windows11
  • Click Download Now under the Windows 11 Installation Assistant.
  • Run the downloaded tool and follow the on-screen steps.
  • This tool downloads the update directly from Microsoft — bypassing the broken Windows Update process entirely.
How to Prevent Windows Update From Getting Stuck
  • Always keep at least 15–20GB free on your C: drive — especially before major Windows updates.
  • Use a wired Ethernet connection when downloading large updates — Wi-Fi drops cause silent download failures.
  • Run Disk Cleanup monthly to remove old update files, temp files, and junk.
  • Never force-shut down your PC during an update — this corrupts the SoftwareDistribution folder.
Best Practices
Clearing the SoftwareDistribution folder resolves the issue of getting stuck at 0% in over 70% of cases. Always try this method before attempting more complex solutions. It is completely safe and takes less than 3 minutes to complete.
If Windows Update says an update is "already installed" but still shows it stuck at 0% — the issue is usually a missing prerequisite KB update. Go to the Microsoft Update Catalog, find the previous KB update, install it first, then retry the stuck update.
Is it safe to restart your PC when Windows Update is stuck at 0%? Yes — if it's been stuck at 0% for more than 1 hour with no disk activity, it's safe to restart. A stuck download at 0% means nothing has been written to your system yet. Restarting at 0% will not corrupt Windows.
Frequently Asked Questions

The most common reasons are a stopped Windows Update service, corrupted files in the SoftwareDistribution folder, a dropped internet connection, not enough disk space on C: drive, or an antivirus blocking Microsoft’s update servers.

Run the Windows Update Troubleshooter first. If that doesn’t work, restart the Windows Update service and clear the SoftwareDistribution folder contents. Then run an SFC scan using Command Prompt. 

Cumulative updates are large and often require a specific prerequisite KB update to be installed first. If that prerequisite is missing, the download freezes at 0% every time. Go to the Microsoft Update Catalog, find and install the previous KB update for your Windows version, then retry the cumulative update.

Leave a Reply

Your email address will not be published. Required fields are marked *