
2025/03/22
Tips to Quickly Pinpoint Junk Files on C
Sort scan reports by size, target browser/WeChat caches, and spot hidden usage quickly.
Finding junk = sorting + filtering. Use the right method to lock the big hitters in minutes.
- After scanning, sort by folder size, focus on the top 10, and drill down to files.
- Show hidden files—logs in
AppDataandProgramDataare often ignored. - Filter extensions:
.log,.tmp,.bak,.dmp,*.oldare usually safe to delete; when unsure, back up first. - Browser/WeChat/QQ/Steam caches are common fat, usually in
AppData\LocalorAppData\Roaming. - On corporate machines, use AV/Defender hints, avoid protected directories, and pause real-time protection if needed.
- Save the report so next time you jump straight to the same hotspots.
Command-line locating
dir /s /a:-d | sortgives a rough view of big files, but TreeSize is more visual.- PowerShell
Get-ChildItem -Recurse | Sort Length -Descending | Select -First 20is also fast.
Small tip
Screenshot or save the CSV; next time, compare the top folders directly instead of hunting again.
Further reading
More Posts

MaintenanceWindows
Cleanup Plan When the C Drive Is Full
When C is full, prioritize Downloads and caches, tidy update leftovers, and confirm Recycle Bin.

MaintenanceWindows
Office PC C Drive Cleanup Approach
Clean office PCs without breaking corp configs; handle browser caches and keep VPN/driver files.

MaintenanceWindows
Practical Steps to Free C Drive Space
Scan in steps, act by risk level, and preserve personal docs/Desktop.
Newsletter
Join the community
Subscribe to our newsletter for the latest news and updates