Safe to Delete

Why Is My Hard Drive Full But No Files Are Showing? (Hidden Bloat Solved)

Quick Answer: Fix hard drives that appear full despite selecting all files showing low storage. Discover hidden shadow copies, System Volume Information, and pagefiles.

Bottom Line: If File Explorer shows your C: drive bar in red, but selecting all folders on your drive only adds up to a fraction of the occupied space, hidden system protected files (System Volume Information, System Restore shadow copies, or hiberfil.sys) are hoarding tens to hundreds of gigabytes.


Why Does Hard Drive Show Full When Files Add Up to Less?

File Explorer hides protected operating system files by default. Additionally, standard folder properties queries skip system directories where your user account lacks read permissions.

Top 4 Culprits Hoarding Hidden Storage:

  1. System Restore Shadow Copies (20 GB – 100 GB+): Windows creates Volume Shadow Copy Service (VSS) snapshots. If VSS max storage is unmanaged, shadow copies eat up remaining SSD space.
  2. System Volume Information Folder (10 GB – 50 GB+): Protected system directory storing restore points and search index databases.
  3. Hibernation File (hiberfil.sys) (8 GB – 32 GB): Stores RAM state for Fast Startup.
  4. Virtual Memory Pagefile (pagefile.sys) (8 GB – 32 GB): Swap space on disk.

Step-by-Step Fixes to Reclaim Hidden Storage

Fix 1: Delete Volume Shadow Copies (VSS Snapshots)

  1. Open Command Prompt as Administrator (Win + X > Terminal (Admin)).
  2. Check how much space shadow copies are consuming:
vssadmin list shadowstorage
  1. Delete old shadow copies to reclaim instant gigabytes:
vssadmin delete shadows /all /quiet

Fix 2: Disable Windows Hibernation (hiberfil.sys)

If you don’t use Hibernation, delete hiberfil.sys instantly:

powercfg -h off

Fix 3: Reveal Hidden System Files in File Explorer

  1. Open File Explorer > click View > Show > Hidden items.
  2. Click Options (three dots menu) > Change folder and search options.
  3. Go to View tab > uncheck Hide protected operating system files (Recommended).
  4. Click Apply.

Frequently Asked Questions (FAQ)

Is it safe to delete System Volume Information?

Do not delete the folder itself. Purging old restore points inside via vssadmin or Disk Cleanup is 100% safe.


Discussion

Loading authentication...

Related in windows

Chia Blockchain Mainnet Database (~/.chia/mainnet/db)

The Chia mainnet db folder stores full node blockchain blocks (blockchain_v2_mainnet.sqlite). Deleting forces re-sync.

Use Caution

How to Force Delete a Locked File or Folder in Windows 11 / 10

Fix 'The action cannot be completed because the file is open in another program' with Command Prompt, PowerShell, and Task Manager.

Safe to Delete

The Windows 11 Master Storage Cleanup Compendium: Free Up 150GB Safely

The definitive 2,200-word master guide on what files and folders are safe to delete on Windows 11 to free up space without breaking your operating system.

Safe to Delete
Back to all files