Is Windows Bad At Math?
You have a huge amount of files and folders.
It also depends on whether you have folders that have ntfs compression enabled or not - that can reduce the size of files down to around 50%, if the files are compressible.
Also, NTFS keeps file information in a reserved area, they keep there the file name, creation time, modification time, last access time, and other metadata. If the file is very small, like let's say 100-200 bytes, NTFS also stores this data in the reserved area, instead of reserving the minimum of 512 bytes or 4096 bytes or whatever the sector size is configured at.
So, for example, if you have 50 000 files all less than 100-200 bytes (let's say average 150 bytes), you may have 50 000 x 150 = ~ 7.5 MB that don't show up anywhere because they're stored in that reserved area for file records and metadata.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now