
Guide to Finding and Handling Large Files on C
Scan for the biggest directories, delete unused images and packages, and keep critical drivers and docs.
Want a quick slim-down? Start with the giants.
- Scan: Use WinDirStat/TreeSize to chart the top 10 files/folders by size.
- Delete/move:
.iso,.zip,.rar, old installers, recordings,Windows.old(remove via Disk Cleanup). - Handle with care: Drivers, databases, certificates, VM images—either back up and move or leave untouched.
- Log dumps: Compress/archive
CBS.logand*.dmp, keep one timestamped copy. - Order of operations: Move to external storage first, confirm, then delete; whitelist key paths to avoid repeat mishaps.
Big files often free tens of GB in one pass.
Scenarios
- Video editing: Intermediate renders are huge—purge after the project wraps.
- Dev/test: Android emulators and Docker images are space-hungry; relocate to another drive.
- Design: PSD/AI sources don’t belong on C; move to project drives or NAS.
Backup reminder
Before moving large files, verify with MD5 or by opening briefly to avoid preserving corrupt data.
Moving tips
When moving to HDD, cut instead of copy+delete to save time and avoid duplicates; update app paths after cross-drive moves.
Further reading
More Posts

Lightweight Command-Line C Drive Cleanup
A set of light command-line actions for remote/batch cleanup, with admin reminders.

Post-Cleanup Reminders and Maintenance
Set recurring reminders, enable free-space alerts, and archive reports after cleaning.

Complete Manual C Drive Cleanup
Step through deletable paths, remove update caches manually, and recheck after emptying Recycle Bin.
Newsletter
Join the community
Subscribe to our newsletter for the latest news and updates