My computer reports that the C: drive has about 237 GB of usable space, even though it was sold as a 250 GB drive. The free space has gradually dropped from around 70 GB to 60 GB over time. I checked the drive and added up every major folder and file, including games, user folders, application data, downloads, and other locations. Files larger than 500 MB total roughly 140–150 GB, and the remaining files are generally very small, so I expected to have closer to 90 GB free. Windows cleanup and defragmentation have barely recovered any space. What could be using the missing storage, and how can I identify or safely remove it?
4 Answers
Game and graphics-driver caches can also account for several gigabytes. NVIDIA shader caches and DirectX caches are generally safe to clear because games and drivers will recreate them when needed. Windows may also be reserving space for hibernation, the page file, restore points, or update operations, none of which necessarily appear like ordinary user files. TreeSize running as administrator should help distinguish these cases.
Windows cleanup can remove update leftovers and other temporary system files, but make sure to run it with the option to clean system files. You can also inspect temporary folders and Windows component storage. For component storage, an elevated terminal can run `DISM /Online /Cleanup-Image /StartComponentCleanup`; be careful with manually deleting protected Windows folders, since removing the wrong files can damage the installation.
First, the difference between the advertised capacity and what Windows shows is normal. Drive manufacturers use decimal gigabytes, while Windows generally displays the capacity using binary units but labels them as GB. A drive sold as 250 or 256 GB will therefore appear closer to 237 GB in Windows. The remaining space can be used by Windows itself, temporary files, update leftovers, component storage, restore data, caches, and system files. A 256 GB system drive can fill surprisingly quickly, especially with games.
That explains the difference between the advertised size and the usable capacity. I was mainly confused about the much larger gap between the files I could find and the space Windows reported as used.
Use a disk visualizer such as TreeSize, preferably launched with administrator privileges, and scan the entire C: drive. A normal folder view may not show protected system files or folders you do not have permission to inspect. The results should reveal which directories are actually consuming the space instead of requiring you to add everything manually.

The Windows temporary folder and component store can grow over time, particularly after updates. Cleanup tools are safer than deleting random files from those directories by hand.