What is safe to delete on your C: drive

When the C: drive turns red, it is tempting to start deleting folders to free up space. Some of that is genuinely safe junk. Some of it will break Windows. Here is the honest line between the two.

For Windows 10 and 11. When in doubt, preview first and delete to the Recycle Bin.

Safe to clear

These build back up on their own and removing them costs you nothing but a slightly slower next launch:

Safe, but think first

Do not touch

Leave these alone. C:\Windows and System32, Program Files and Program Files (x86), ProgramData, your drivers, and the page file (pagefile.sys). Deleting from here does not free meaningful space and will break applications or Windows itself.

The fast, safe way to do all of it

Rather than hunt through each folder, run one read-only scan. Sifty's checkup looks across everything without changing a thing:

PS C:\> sifty checkup

To see reclaimable junk broken down by category, still without deleting:

PS C:\> sifty junk scan
  User temp files       537 MB
  Browser caches        1.2 GB
  Thumbnail cache       13 MB
  OneDrive sync logs    83 MB
Total reclaimable: 1.8 GB

Sifty covers eleven junk categories out of the box (plus Windows.old and old installers as opt-in extras), and it knows the protected folders above are off-limits. When you want to actually clean, add --apply:

PS C:\> sifty junk clean --apply   # asks first, sends to Recycle Bin

Everything goes to the Recycle Bin, and sifty undo reverses the last clean. To find what is actually eating the space beyond junk, point the analyzer at a folder:

PS C:\> sifty disk analyze C:\Users\you   # biggest folders and files

Free up space without the guesswork

One read-only scan, clear categories, and an undo for everything.

pipx install sifty