
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
C Drive Cleanup for Multi-User Environments
Separate per-user caches, handle public downloads in bulk, and ensure permissions/auditability.

MaintenanceWindows
Fixing C Drive When the Bar Turns Red
Quickly spot large files and caches, clear Windows update packages, and inspect download/temp folders when the C drive goes red.

MaintenanceWindows
C Drive Cleanup Reports and Retrospectives
After cleanup, record deleted items and space saved, note risks handled, and review for improvements.
Newsletter
Join the community
Subscribe to our newsletter for the latest news and updates