How to Clear Windows Update Cache

Windows updates are essential for keeping your system secure and running smoothly. But sometimes, updates can fail, get stuck, or cause performance issues due to a corrupted update cache. The good news? You can clear the Windows Update cache to fix many of these problems quickly.
In this step-by-step guide, we’ll show you how to clear the Windows Update cache safely.
🛠️ Why Clear the Windows Update Cache?
Clearing the update cache can help when:
Updates are stuck at a certain percentage
You’re getting Windows Update errors
Your system becomes sluggish after an update
Updates fail to install repeatedly
The cache may hold temporary files that become corrupted, so deleting them can help force Windows to download updates afresh.
📌 Step-by-Step: How to Clear the Windows Update Cache
Step 1: Stop Windows Update Services
Press
Windows + Rto open the Run dialog.Type
services.mscand press Enter.In the Services window, scroll down and find:
Windows Update
Background Intelligent Transfer Service (BITS)
- Right-click each one and select Stop.
Step 2: Delete Update Cache Files
- Open File Explorer and navigate to:
makefile
CopyEdit
C:\Windows\SoftwareDistribution\Download
Select all files and folders in the Download folder.
Press
Shift + Deleteto permanently delete them.
📌 Note: Do not delete the entire SoftwareDistribution folder — just the contents inside the “Download” subfolder.
Step 3: Restart Update Services
Go back to the Services window (
services.msc).Right-click Windows Update and click Start.
Do the same for BITS.
✅ Optional: Restart Your PC
Restarting helps Windows refresh its update components and settings.
🧼 Bonus Tip: Use Command Prompt for Faster Cleanup
If you’re comfortable with the command line:
Open Command Prompt as Administrator.
Run these commands one by one:
cmd
CopyEdit
net stop wuauserv
net stop bits
rd /s /q %windir%\SoftwareDistribution\Download
net start wuauserv
net start bits
This does the same cleanup in less time.
🧩 Final Thoughts
Clearing the Windows Update cache is a simple but powerful troubleshooting step. It doesn’t harm your system and often solves annoying update problems.
If you continue to face update errors even after clearing the cache, you may need to run the Windows Update Troubleshooter or check for system file corruption using the SFC /scannow command.
source:-https://justeasyfix.com/how-to-clear-windows-update-cache/