My computer reports that the C: drive has about 237 GB available for use, even though it is sold as a 250–256 GB drive. Its free space has gradually dropped from around 70 GB to about 60 GB over time. I added up the major folders and files, including games, user folders, downloads, and other directories larger than 500 MB, and they total only about 140–150 GB. That seems to leave roughly 87–97 GB unaccounted for, yet Windows reports much less free space. I have already tried Windows cleanup and defragmentation, but neither recovered much space. What could be consuming the missing storage, and how can I identify and safely remove it?
2 Answers
Game and graphics-driver caches are worth checking, especially NVIDIA shader caches and DirectX caches. Some games can leave several gigabytes behind, and certain titles may rebuild large caches after extended play. These cache files are generally safe to clear because the games or drivers recreate them, although the next launch may take longer while the cache is rebuilt. Also run Windows Disk Cleanup as administrator and choose the system-file cleanup option, while leaving Downloads unchecked if you need to keep those files.
The difference between the advertised 250–256 GB and the roughly 237 GB shown by Windows is normal. Drive manufacturers use decimal gigabytes, while Windows traditionally displays the capacity using binary units but labels them as GB. A drive marketed as 256 GB ends up showing around 237 GiB in Windows. The remaining space is likely being used by Windows system files, temporary data, update leftovers, caches, restore data, and other hidden or protected folders. On a drive this size, even a few large caches or system files can make a noticeable difference.
Some of those temporary files can be removed, but they will eventually come back as Windows and installed programs continue creating caches and update data.
The Windows component store can also grow. An administrator Command Prompt or Terminal can run DISM /Online /Cleanup-Image /StartComponentCleanup /ResetBase, but it is best to use the command carefully because it removes the ability to uninstall older component updates.

I had already deleted some NVIDIA temporary files and they grew back later, so that may explain why the space improved briefly and then disappeared again.