After performing two System Restore operations on Windows 10 Pro 22H2, my system drive (C:) lost more than 60 GB of free space (about 30 GB per restore).
However, I cannot determine what is occupying this space.
System:
- Windows 10 Pro 22H2
- 32 GB RAM
- C: drive ~292 GB (NTFS)
What I have checked:
-
vssadmin list shadows
→ Only 1 shadow copy listed -
vssadmin list shadowstorage
→ Used shadow storage ~121 MB
→ Maximum shadow storage ~2.92 GB -
DISM cleanup:
DISM /Online /Cleanup-Image /StartComponentCleanup
→ Completed successfully -
fsutil fsinfo ntfsinfo C:
→ MFT size: 128 KB
Disk analysis tools (Sniffer and TreeSize-like scanners) do not show any obvious large folders accounting for this 60+ GB difference.
The space is categorized by Windows Storage as “System & Reserved”.
Questions:
- Can System Restore create hidden data not reflected in current VSS shadow storage?
- Could restore operations leave behind hidden system files or differential data?
- Is there a way to precisely locate what consumed ~60 GB after restore?
- Can this space be safely reclaimed?
I am comfortable using PowerShell and low-level disk tools if necessary.