
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
Checklist for Low C Drive Space
When space is tight, follow this list to check updates, browser/WeChat caches, Downloads, and temp folders.

MaintenanceWindows
C Drive Cache and Temp Cleanup Guide
Cover Temp and log leftovers, selectively clear browser caches, and clean regularly to keep performance steady.

MaintenanceWindows
Win7 C Drive Safe Cleanup
Safe cleanup under Win7 path rules—focus on restore points and backups, avoid deleting system files.
Newsletter
Join the community
Subscribe to our newsletter for the latest news and updates