
Why Does My Computer Say It Has Less Storage Than I Bought?
Or: where did 69 gigabytes of my 1 TB drive go? Nobody stole them. The manufacturer and your computer are just counting the same bytes differently.
Or: Where Did 69 Gigabytes of My 1 TB Drive Go?
You buy a new computer. The box says 1 TB SSD. You turn it on, open the storage settings, and Windows tells you the drive has something closer to 931 GB. You haven't installed a single thing yet. Where did nearly 70 gigabytes go?
Nobody stole them. The manufacturer didn't lie. The drive isn't broken. The missing space is mostly the result of computers and storage manufacturers using two different ways of counting the exact same bytes — and we've been living with this confusion for decades.
The Problem With "Kilo"
In most of the world, kilo means 1,000. A kilometer is 1,000 meters. A kilogram is 1,000 grams. So a kilobyte should be 1,000 bytes — and by the modern standardized definition, it is.
But computers are built around binary: zeros and ones. That makes powers of two extremely convenient, and 1,024 happens to be 2¹⁰ — very close to 1,000, and a tidy fit for how early computer memory was addressed. So historically, computer engineers started using "kilobyte" to mean 1,024 bytes rather than 1,000. That 2.4% difference seemed harmless at the kilobyte scale. Keep multiplying it through megabytes, gigabytes, and terabytes, and it becomes much harder to ignore.
Two Different Rulers
Storage manufacturers count capacity in decimal — the conventional scientific meaning of the prefixes. For them, 1 GB is exactly one billion bytes, and 1 TB is exactly one trillion bytes. That's what's on the box, and it's accurate.
Your operating system has historically counted those same bytes using binary-based measurements. Take one trillion bytes, divide by 1,024 three times, and you get approximately 931 — not 1,000. The drive contains exactly the bytes that were advertised. The software is reporting those bytes using a different scale and getting a smaller-looking number.
Same bytes. Different ruler.
To make things properly confusing, the standards organizations that tried to clean this up in 1998 introduced new names for the binary units: kibibyte (KiB), mebibyte (MiB), gibibyte (GiB), tebibyte (TiB). Yes, kibibyte. Someone really did name them that. The idea was to reserve "gigabyte" for the decimal meaning and use "gibibyte" when you mean 1,024³ bytes. In practice, most software still uses "GB" for both, which is exactly the kind of clarity you'd expect from decades of inconsistent industry terminology.
The Gap Gets Bigger With Larger Drives
Because the difference compounds at each step, it becomes more dramatic as drives get larger. A 500 GB drive works out to roughly 466 GiB. A 1 TB drive is roughly 931 GiB. A 2 TB drive is roughly 1.82 TiB. A 4 TB drive is roughly 3.64 TiB. The bytes are all there — the apparent gap just keeps widening because you're multiplying a percentage difference through increasingly large numbers.
But Some Space Really Is Gone
The binary-versus-decimal difference accounts for the largest chunk of the apparent missing capacity. But even after you account for that, you may still not have every remaining byte available for your files — because storage has real overhead too.
Before your computer can store files on a drive, that drive needs a file system: the organizational structure that keeps track of files, folders, names, locations, free space, and permissions. Think of it like the shelving system, labels, and catalog that make an enormous warehouse actually usable. Those structures require storage space themselves.
If you're looking at available space on your main drive, the operating system also lives there. Windows or macOS, system files, recovery files, updates, drivers, pre-installed applications — all of that is on the advertised 1 TB SSD. The box was promising the capacity of the storage device, not the amount of empty space remaining after everything needed to run the computer is installed.
Many computers also include hidden recovery partitions — dedicated areas for system recovery tools and boot information that don't appear alongside your regular files. They're using real storage, intentionally, so that if something goes seriously wrong the machine has a way to recover itself.
SSDs add one more layer: over-provisioning. Flash memory has a finite number of write cycles, and SSD controllers do sophisticated work behind the scenes to distribute writes, replace degrading cells, and maintain performance. Manufacturers often reserve a portion of the drive's raw capacity as working room for that management system. It's not missing — it's doing a job that extends the drive's usable life.
Is This False Advertising?
Generally, no — though it's genuinely understandable to feel misled. A drive sold as 1 TB really does contain roughly one trillion bytes of storage capacity. The confusion is in how those bytes get described afterward. Storage manufacturers use the decimal meaning of "tera," which is internationally standardized. The operating system may count those bytes using binary-based measurements and label the result with the same "GB" abbreviation. The number changes. The bytes don't.
A US court case addressed exactly this question and ruled that the decimal definition of gigabyte is the legally preferred one for trade and commerce — meaning the manufacturer was using the correct definition, not the computer.
The Bard's Take
You bought a 1 TB drive. Your computer says 931 GB. Nobody owes you 69 gigabytes.
The manufacturer counted the drive's capacity in decimal: one trillion bytes, accurately described. Your computer counted those same bytes using a binary scale and got a smaller number. Then the file system, the operating system, recovery partitions, and SSD overhead each claimed a bit more. By the time you open File Explorer, the gap between what the box promised and what's available has grown considerably — without a single byte actually disappearing.
The computers just can't agree on what to call what they've got.
Sources
- Here's Why Your 2TB Drive Is Actually 1.8TB — How-To Geek
- Prefixes for Binary Multiples — International Electrotechnical Commission
- Binary Prefix — Wikipedia — Wikipedia
- SSD Over-Provisioning and Its Benefits — Kingston Technology