Why Storage Page in Settings Reports Wrong Free Space on Windows 11
🔍 WiseChecker

Why Storage Page in Settings Reports Wrong Free Space on Windows 11

You open Settings > System > Storage on Windows 11 and see a free space number that does not match what File Explorer shows. This mismatch can be confusing when you try to manage disk space or decide whether to install new software. The discrepancy is usually caused by how Windows 11 calculates storage for system protection, reserved storage, and hidden shadow copies. This article explains the exact reasons behind the false free space reading and shows you how to verify the real available capacity.

Key Takeaways: Why Storage Settings Displays Incorrect Free Space

  • Settings > System > Storage > Show more categories: Reveals hidden system files and reserved storage that File Explorer does not count.
  • Settings > System > Storage > Storage Sense > Cleanup suggestions: Lists temporary files, previous Windows installations, and shadow copies that inflate the used space.
  • Command Prompt: fsutil volume diskfree C: Displays the true byte-level free space that bypasses both Settings and File Explorer calculations.

ADVERTISEMENT

Why the Storage Page Shows a Different Free Space Number

The Storage page in Windows 11 Settings uses a different data source than File Explorer. Settings aggregates space from multiple categories including system files, reserved storage, hibernation file, page file, and shadow copies. File Explorer only shows the volume-level free space reported by the NTFS file system. This fundamental difference causes the two numbers to diverge.

Windows 11 includes a feature called Reserved Storage. This sets aside about 7 GB to 12 GB of disk space for updates, system caches, and temporary files. File Explorer treats this space as used. The Storage page, however, may display it as a separate category under System & Reserved, making the free space appear smaller or larger depending on how you read the chart.

Shadow copies created by System Protection or previous Windows installations also contribute to the discrepancy. These are volume snapshots stored in the System Volume Information folder. File Explorer hides this folder by default and does not count its size in the free space calculation. The Storage page includes shadow copies in the Temporary Files or System & Reserved categories, which reduces the reported free space.

The Role of Compression and Deduplication

NTFS compression and file deduplication can further confuse the numbers. When files are compressed, File Explorer reports the logical size of the uncompressed data. The Storage page reports the actual physical space used on the disk. For heavily compressed folders like the WinSxS component store, this difference can be several gigabytes.

Steps to Verify the Real Free Space on a Windows 11 Drive

Use the following methods to get an accurate free space reading. Each method reveals a different layer of the storage calculation.

  1. Open File Explorer and check the drive properties
    Right-click the drive in File Explorer and select Properties. The General tab shows Used space, Free space, and Capacity. This is the volume-level NTFS report. Write down the free space number.
  2. Check Storage settings in Windows 11
    Go to Settings > System > Storage. The top bar shows a high-level breakdown. Click Show more categories to expand all sections. Compare the total used space shown here with the File Explorer number. The difference is often due to hidden system files.
  3. Run the fsutil command for byte-level accuracy
    Open Command Prompt as administrator. Type fsutil volume diskfree C: and press Enter. The output shows Total bytes, Total free bytes, and Total available bytes. The Total free bytes value is the most accurate free space on the volume.
  4. Review Storage Sense cleanup suggestions
    In Settings > System > Storage, click Cleanup suggestions. Review Temporary files, Previous Windows installation, and Delivery Optimization files. These items are counted as used space by File Explorer but may be listed separately in Storage settings.
  5. Disable Reserved Storage to see its impact
    Open an elevated Command Prompt. Run DISM /Online /Set-ReservedStorageState /State:Disabled. Restart the PC. Check the Storage page again. The free space should increase by the reserved amount. Re-enable it with /State:Enabled after testing.

Using the Disk Cleanup Tool to Identify Hidden Space

The legacy Disk Cleanup tool can show files that the Storage page does not display clearly. Press Windows Key + R, type cleanmgr, and press Enter. Select the drive and click Clean up system files. This reveals Windows Update Cleanup, Windows Defender, and Previous Windows installations. These items are often the cause of the free space mismatch.

ADVERTISEMENT

Common Misconceptions About Free Space Reporting

File Explorer Shows Less Free Space Than Storage Settings

This happens when the Storage page excludes certain system files from its used space calculation. File Explorer counts everything including the hibernation file, page file, and system restore points. The Storage page may group these into System & Reserved and not subtract them from the free space shown in the top bar. The actual free space is the File Explorer value.

Storage Settings Shows Less Free Space Than File Explorer

This occurs when the Storage page double-counts certain folders or includes temporary files that File Explorer ignores. For example, the WinSxS folder is counted by both the System & Reserved category and the Temporary Files category in some Windows 11 builds. The real free space is the File Explorer value plus the size of any double-counted items.

Third-Party Disk Tools Report Different Numbers

Tools like TreeSize, WinDirStat, and WizTree read the NTFS Master File Table directly. They show the actual physical size of each file, including compressed and sparse files. These tools often report a lower used space than File Explorer because they account for NTFS compression correctly. The Storage page does not use this method and may show a higher used space number.

Storage Settings vs File Explorer vs fsutil: Free Space Reporting

Item Storage Settings File Explorer
Data source Aggregated category totals from Windows system APIs NTFS volume free space from file system driver
Includes Reserved Storage Yes, shown as a separate category Yes, counted as used space
Includes shadow copies Yes, under Temporary Files or System & Reserved No, hidden in System Volume Information
Handles NTFS compression Reports logical size Reports logical size

The fsutil command provides the most accurate free space because it reads the raw NTFS volume information without any category grouping or hidden file exclusions. Use it as your reference when the other two tools disagree.

Conclusion

The free space mismatch between Storage Settings and File Explorer on Windows 11 is caused by Reserved Storage, shadow copies, hidden system files, and differences in how each tool calculates used space. You can now use the fsutil command to get the true free space, review Storage Sense cleanup suggestions to remove hidden temporary files, and check the Disk Cleanup tool for previous Windows installations. For daily monitoring, rely on File Explorer properties for a consistent number. If you need to reclaim space, always run Cleanup suggestions first to remove the largest hidden items.

ADVERTISEMENT