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:
- 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.
- System Volume Information Folder (10 GB – 50 GB+): Protected system directory storing restore points and search index databases.
- Hibernation File (
hiberfil.sys) (8 GB – 32 GB): Stores RAM state for Fast Startup. - 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)
- Open Command Prompt as Administrator (
Win + X> Terminal (Admin)). - Check how much space shadow copies are consuming:
vssadmin list shadowstorage
- 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
- Open File Explorer > click View > Show > Hidden items.
- Click Options (three dots menu) > Change folder and search options.
- Go to View tab > uncheck Hide protected operating system files (Recommended).
- 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.
Related Guides
- Read our Windows 11 Master Storage Cleanup Guide.
- Learn about hiberfil.sys.
Discussion
Loading authentication...