
2025/03/22
Safe Removal of Windows Update Cache
Separate download vs install leftovers and safely clear SoftwareDistribution and DriverStore temp caches.
Delete update caches safely so future updates stay healthy.
- Stop services as admin:
net stop wuauserv
net stop bits- Delete contents of Download, keep DataStore; old logs under
Logscan go. - In DriverStore, only touch temporary/duplicate driver packages; confirm versions with
pnputil /enum-driversfirst. - Restart services:
net start wuauserv
net start bits- Open Windows Update to verify; if issues, run
sfc /scannowandDISM /Online /Cleanup-Image /RestoreHealth. - If cautious, create a restore point first or only clear Download and leave other folders.
Remember the trio: stop services → clear cache → start services.
Common errors
- Update stuck at 0%: clear cache, restart services—usually fixes it.
- “Access denied”: run as admin or delete in Safe Mode.
Easy mode
Save the commands to a .bat on the desktop—one double-click runs all three steps.
Further reading
More Posts

MaintenanceWindows
Ways to Speed Up Boot via C Drive Cleanup
Improve boot by removing auto-start items, clearing update caches, and pairing with disk maintenance.

MaintenanceWindows
Settings to Avoid Accidental Deletion on C Drive
Use whitelists and pre-delete prompts to avoid mistakes, and log actions for easy traceability.

MaintenanceWindows
Post-Cleanup System Optimization Tips
After cleaning, reboot to verify space, check update services, and set recurring reminders.
Newsletter
Join the community
Subscribe to our newsletter for the latest news and updates