I noticed that my SSD indicates that 2.55 TB of space is being used, but when I select all the files on the drive, they only total 1.7 TB. I'm puzzled about where that extra 1 TB has gone. What could be causing this discrepancy?
3 Answers
Try downloading WinDirStat! It's a handy tool that shows you folder by folder where space is being used. It can really help you identify what's taking up the most space on your SSD.
You might have hidden files using space, like thumbnails your OS generates or files sitting in the recycle bin. Make sure to check there and clear anything you find.
I cleared the recycle bin but still see no change. Any other tips?
This could be due to how file systems allocate space. They typically reserve chunks, like 8kb or 16kb. If you have a 17kb file, it needs two chunks, which means the second chunk is mostly empty. This impacts you more with lots of small files. For instance, if you had a million 1kb files, you might end up using 16GB instead of just 1GB because of the chunk size.
So should I aim for smaller chunk sizes on my drive to optimize space?
Is there any way to compress the storage to recover some of that lost 1TB?

Sounds good! I’ll check it out, thanks!