Windows Update is essential for keeping your computer secure, stable, and equipped with the latest features. However, it’s not uncommon for updates to become stuck at 0% downloading, preventing new updates from installing. This issue can occur due to a poor internet connection, corrupted update files, disabled Windows services, insufficient storage space, or software conflicts.
In many cases, the problem can be resolved using Windows’ built-in troubleshooting tools or by resetting the Windows Update components. Before attempting more advanced solutions, it’s a good idea to verify your internet connection and restart your PC, as temporary glitches can sometimes interrupt the update process.
In this guide, you’ll learn 10 effective methods to fix Windows Update stuck at 0% downloading in Windows 11 and Windows 10.
Why Is Windows Update Stuck at 0%?
Several factors can prevent Windows Update from downloading updates properly, including:
- Slow or unstable internet connection
- Corrupted Windows Update cache
- Disabled Windows Update services
- Damaged system files
- Insufficient disk space
- VPN or proxy interference
- Third-party antivirus software conflicts
- Microsoft server issues
Identifying the cause will help you apply the most effective solution.
Method 1: Restart Your Computer
A simple restart can clear temporary glitches that prevent Windows Update from working.
- Save all open files.
- Click Start.
- Select Power > Restart.
- After Windows restarts, open Settings > Windows Update.
- Click Check for updates.
If the download begins, the issue was likely temporary.
Method 2: Check Your Internet Connection
Windows Update requires a stable internet connection.
- Open a web browser and visit a few websites.
- If pages load slowly, restart your router or modem.
- Disconnect any VPN if you’re using one.
- Switch from a metered or mobile hotspot connection to a stable Wi-Fi or Ethernet network if possible.
- Try Windows Update again.
A poor or interrupted connection can keep downloads stuck at 0%.
Method 3: Run the Windows Update Troubleshooter
Windows includes a built-in troubleshooter that can automatically detect and repair update problems.
- Press Windows + I to open Settings.
- Go to System > Troubleshoot > Other troubleshooters.
- Locate Windows Update.
- Click Run.
- Allow Windows to detect and fix any issues.
- Restart your PC if prompted.
After restarting, check for updates again.
Method 4: Restart Windows Update Services
Windows Update depends on several background services.
- Press Windows + R.
- Type:
services.msc
- Press Enter.
- Locate Windows Update.
- Right-click it and select Restart.
Also verify that these services are running:
- Background Intelligent Transfer Service (BITS)
- Cryptographic Services
- Windows Update
If any service is stopped, right-click it and choose Start.
Method 5: Clear the Windows Update Cache
Corrupted update files can prevent downloads from starting.
Open Command Prompt as Administrator.
Stop the update services:
net stop wuauserv
net stop bits
Open File Explorer and navigate to:
C:\Windows\SoftwareDistribution
Delete all files and folders inside the SoftwareDistribution folder.
Return to Command Prompt and restart the services:
net start wuauserv
net start bits
Restart your PC and try Windows Update again.
Method 6: Run the System File Checker
Damaged Windows system files can interfere with updates.
Open Command Prompt as Administrator.
Run:
sfc /scannow
Wait for the scan to finish.
If Windows repairs corrupted files, restart your computer and retry the update.
Method 7: Repair Windows Image Using DISM
If SFC doesn’t resolve the issue, use the Deployment Image Servicing and Management (DISM) tool.
Open Command Prompt as Administrator.
Run:
DISM /Online /Cleanup-Image /RestoreHealth
Allow the process to complete. It may take several minutes.
Restart your computer after the repair finishes.
Method 8: Free Up Disk Space
Large Windows updates require sufficient free storage.
To free space:
- Open Settings > System > Storage.
- Remove temporary files.
- Empty the Recycle Bin.
- Delete unnecessary downloads.
- Uninstall unused applications if needed.
Aim to keep at least 20 GB of free space available for major feature updates.
Method 9: Temporarily Disable Third-Party Antivirus
Some antivirus programs can interfere with Windows Update.
- Temporarily disable your third-party antivirus software.
- Check for Windows updates.
- If the update installs successfully, re-enable your antivirus immediately.
If the issue continues, consider updating or reinstalling the antivirus software.
Note: Do not disable Microsoft Defender unless another antivirus program is actively protecting your system.
Method 10: Reset Windows Update Components Using CMD
If none of the previous methods work, resetting the Windows Update components often resolves persistent download issues.
Open Command Prompt as Administrator and run the following commands one by one:
net stop wuauserv
net stop bits
net stop cryptSvc
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start msiserver
net start cryptSvc
net start bits
net start wuauserv
Restart your computer after completing the commands.
Windows will automatically recreate the required update folders the next time it checks for updates.
Additional Tips
If Windows Update remains stuck at 0%, consider these additional troubleshooting steps:
- Disconnect unnecessary USB devices.
- Check the system date and time are correct.
- Pause and resume Windows Update.
- Install the update manually using the Microsoft Update Catalog if you know the KB number.
- Perform a Clean Boot to rule out software conflicts.
- Ensure your device meets the storage and hardware requirements for the update.
Conclusion
Windows Update getting stuck at 0% downloading is usually caused by network issues, corrupted update files, damaged system components, or problems with Windows Update services. Fortunately, the issue can often be resolved by restarting your PC, running the Windows Update troubleshooter, clearing the update cache, repairing system files, or resetting the update components.
If the problem persists after trying all ten methods, the update itself may be temporarily unavailable or affected by Microsoft’s servers. In that case, waiting a few hours and checking again can sometimes resolve the issue automatically.
Frequently Asked Questions
Why is Windows Update stuck at 0% downloading?
Common causes include a slow internet connection, corrupted update cache, disabled update services, damaged system files, insufficient storage, or software conflicts.
Is it safe to delete the SoftwareDistribution folder?
Yes. Windows automatically recreates the SoftwareDistribution folder when it checks for updates again. Deleting its contents is a common troubleshooting step.
Will resetting Windows Update delete my files?
No. Resetting Windows Update components only resets the update service and cache. Your personal files and installed applications remain unchanged.
How long should Windows Update stay at 0%?
It’s normal for Windows Update to remain at 0% for a few minutes while it prepares the download. However, if it stays there for 30 minutes or longer with no progress, troubleshooting is recommended.


