Skip to main content

Command Palette

Search for a command to run...

How to Clear Windows Update Cache

Published
2 min read

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

  1. Press Windows + R to open the Run dialog.

  2. Type services.msc and press Enter.

  3. In the Services window, scroll down and find:

  • Windows Update

  • Background Intelligent Transfer Service (BITS)

  1. Right-click each one and select Stop.

Step 2: Delete Update Cache Files

  1. Open File Explorer and navigate to:
  • makefile

  • CopyEdit

  • C:\Windows\SoftwareDistribution\Download

  1. Select all files and folders in the Download folder.

  2. Press Shift + Delete to permanently delete them.

📌 Note: Do not delete the entire SoftwareDistribution folder — just the contents inside the “Download” subfolder.

Step 3: Restart Update Services

  1. Go back to the Services window (services.msc).

  2. Right-click Windows Update and click Start.

  3. 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:

  1. Open Command Prompt as Administrator.

  2. 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/