SpaceSentinel

C: Drive Full? What You Can Safely Delete (and What You Must Not)

Do the safe things first (caches), then the structural things (relocate growth sources), and only then touch uncertain big folders — with evidence. A machine that was down to 8GB free ended up recovering 38GB this way.

  1. Step 1 · Zero-risk cleanup: temp files, Recycle Bin, browser/npm/pip caches, Windows Update cache — use Storage Sense or the open-source CleanMyPC tool (whitelist-only, never touches documents or photos)
  2. Step 2 · Cut the growth sources: move chat-app storage (WeChat/Telegram) to another drive in their settings; developers run npm config set cache D:\npm-cache; if you never hibernate, run powercfg /h off as admin (saves 4-8GB)
  3. Step 3 · Compress system storage: run Dism /Online /Cleanup-Image /StartComponentCleanup as admin to shrink the WinSxS component store (10-20 min, typically 2-5GB)
  4. Step 4 · Investigate big unknown folders with evidence: is a running process using it? is it on the system PATH? is it in "Installed apps"? If any answer is yes — leave it alone
  5. Never: delete Windows/WinSxS/System Volume Information directly, or delete folders just because the name looks like a cache (some folders named "cache" actually hold your CLI tools)
Download the free open-source Windows cleaner

FAQ

What happens when the C: drive is full?

Slowdowns, failed Windows updates, crashing apps. Windows needs roughly 10-15GB free for updates and virtual memory.

Why does my disk fill up again right after cleaning?

Most cleaners only delete temp files. The real growth sources — chat media, dev caches, the hibernation file — keep growing on C:. Relocating them to another drive fixes the root cause.