Binary vs Decimal Storage Converter – Why Drives Look Small

Binary vs Decimal Storage Converter

Drive makers count in decimal gigabytes (10^9 bytes) while your operating system counts in binary gibibytes (2^30 bytes). That mismatch is why a 1 TB drive shows about 931 GiB. Enter a capacity and this tool converts between decimal and binary units, reports the exact byte count, and reveals the percent and gigabytes of apparent capacity lost at every prefix level.

💾Real Drive Capacity Presets

📝Capacity Inputs

The number printed on the box or spec sheet.

Pick the unit that matches the value above.

Decimal is what marketers print; binary is what the OS shows.

Choose the prefix for the result cards.

Controls rounding on every result and table cell.

Toggles the apparent capacity shortfall summary.

Decimal capacity 0 powers of ten, SI prefix
Binary capacity (IEC) 0 powers of two, what the OS shows
Apparent capacity lost 0 decimal to binary shortfall
OS reads a marketed size as 0 same bytes, binary label

🔢Prefix Snapshot

2.34%KiB vs kB gap
4.86%MiB vs MB gap
7.37%GiB vs GB gap
9.95%TiB vs TB gap

📊Advertised vs OS-Reported Comparison Grid

Advertised SizeExact BytesOS Binary SizeDifferencePercent Lost
256 GB256,000,000,000238.42 GiB17.58 GiB7.37%
500 GB500,000,000,000465.66 GiB34.34 GiB7.37%
1 TB1,000,000,000,000931.32 GiB68.68 GiB7.37%
2 TB2,000,000,000,0001.819 TiB0.181 TiB7.37%
4 TB4,000,000,000,0003.638 TiB0.362 TiB7.37%
8 TB8,000,000,000,0007.276 TiB0.724 TiB7.37%
16 TB16,000,000,000,00014.55 TiB1.449 TiB7.37%
20 TB20,000,000,000,00018.19 TiB1.811 TiB7.37%

📏Decimal vs Binary Prefix Reference

LevelDecimal (SI)Binary (IEC)Ratio Gap
KilokB = 10^3 = 1,000KiB = 2^10 = 1,0242.34%
MegaMB = 10^6MiB = 2^204.86%
GigaGB = 10^9GiB = 2^307.37%
TeraTB = 10^12TiB = 2^409.95%
PetaPB = 10^15PiB = 2^5012.6%

📈How the Gap Grows Per Prefix

Prefix StepBinary FactorDecimal FactorCumulative Gap
1 KiB vs 1 kB1,0241,0002.34% larger
1 MiB vs 1 MB1,048,5761,000,0004.86% larger
1 GiB vs 1 GB1,073,741,8241,000,000,0007.37% larger
1 TiB vs 1 TB2^4010^129.95% larger
1 PiB vs 1 PB2^5010^1512.6% larger

Formula Breakdown

Bytes = value × base^powerConvert the entry to raw bytes first. A decimal GB is 10^9 bytes, so 1 TB = 1 × 10^12 = 1,000,000,000,000 bytes.
Decimal unit = bytes / 10^(3n)Divide by 1000 per step: kB uses 10^3, MB 10^6, GB 10^9, TB 10^12. These are the SI powers of ten drive makers advertise.
Binary unit = bytes / 2^(10n)Divide by 1024 per step: KiB uses 2^10, MiB 2^20, GiB 2^30, TiB 2^40. This is how the OS actually counts capacity.
OS binary from decimal1,000,000,000,000 bytes / 2^30 = 931.32 GiB. The same bytes simply carry a smaller binary label, so a 1 TB drive reads as 931 GiB.
Percent lost = 1 − 10^(3n)/2^(10n)At the giga level: 1 − 10^9 / 2^30 = 0.0737, a 7.37% apparent shortfall. The gap widens 2.34% at kilo, 4.86% mega, 9.95% tera.
Lost GB on 1 TB1000 GB advertised − 931.32 GiB shown = 68.68 GiB of apparent shortfall. No bytes vanish; only the counting base differs.

💡Storage Capacity Tips

The gap widens with each prefix: KiB is only 2.34% larger than kB, but MiB is 4.86% larger than MB, GiB is 7.37% larger than GB, and TiB is 9.95% larger than TB. That is why a 1 TB drive loses about 68.7 GiB of apparent space while a 500 GB drive loses only about 34.3 GiB. The bigger the prefix, the wider the marketing-versus-OS split.
No storage actually disappears: A 1 TB drive really holds 1,000,000,000,000 bytes. Windows just divides by 2^30 and labels the result 931 GiB, while showing the GB symbol. Formatting then reserves a further slice for the filesystem and metadata, so usable space is a little lower still. Buy on the byte count, not the label.

Plug a drive marked as a terabyte into your PC. Watch it spin up. Wait for whole thing to show up in your file explorer. What you get is about nine hundred thirty gigabytes. You feel cheated. How could this be? It’s not. There’s nothing wrong here. No storage has been lost from the drive.

The drive really does hold a trillion bytes and the reason why you’re getting two different answers, on the box and on your operating system, all comes down to some simple math, and not deceptive marketing at all.

Why Your Drive Shows Less Space

Why does this matter? Storage companies publish their specs using decimal system because powers of ten are easy to write down and easy to read off a box in stores. One thousand bytes is a kilobyte, one million is a megabyte, a trillion is a terabyte. It’s the common SI system used by engineers and scientists throughout most of scientific and engineering worlds.

But computer operating systems counts in binary, since that’s how computers handle data, powers of two. Even though they’ll show the letters as GB or KB so it’s familiar, they actualy count in kibibytes, mebibytes and gibibytes. A kibibyte is one thousand twenty-four bytes instead of a thousand. At first glance, that may not sound like much but when you add them up at each step along the ladder, it becomes significant.

Once you know what these base numbers are and how they’re translated into gigabytes, the discrepancy is easy to figure out using simple math. One trillion bytes, as you might know, is number associated with a terabyte when it’s marketed that way. If your PC tells you there are a terabyte of space here, that means it has divided those bytes by two raised to the power of thirty. This equals 1,737,418,244. Dividing them like that will give you roughly nine hundred thirty-one gibibytes.

So where did the rest go? About sixty-nine gigabyte are still physically there on the flash chip or platter. They just have a smaller-looking label because they count in bigger chunks based off the binary system.

I find it handy because this converter tool translates any value for any capacity from one system into another and makes that invisible math visible. Simply type in the advertised size and pick if you’re looking at a binary OS report or decimal marketing numbers. The calculator will spit out exactly how many bytes that is, what it would be in the other system, and an exact percentage of its apparent capacity that appears to have gone missing. Before you even think about filesystem overhead, this gives you a clear idea of just where your “missing” space went.

And no, there’s not a magic number where they fill in the gap with a certain percentage. The reason is obvious: if you’re jumping around the prefix ladder the ratio between one thousand and one thousand twenty-four compounds at every jump which increases the difference each time. The gap between one thousand and one-thousand-twenty-four is tiny (2.34 percent). However, when you are at gigabytes, the gap is almost eight percent (7.37 percent). And when you’re talking about terabytes, it’s close to ten percent. That combined factor is what makes it feel like such a greater loss for larger drives versus smaller drives.

You don’t care about losing a fraction of a percent on a fifty gigabyte card. But an entire terabyte seems to be getting lost on a sixteen terabyte enterprise drive, all due to converting units.

This is a distinction that can help you shop more intelligently. It can also help you diagnose problems with confidence. If you compare two drives, the fair basis to compare them on is number of bytes they contain. The bare number. That’s what you’re paying for, so that’s how you ought to compare them. “Two terabyte” means “two trillion bytes”, no matter who makes it.

Similarly, it sheds light on why your available space is (as reported by the operating system) slightly less than two terabytes. Besides the conversion from decimal to binary, the file system also stores directory structures and other metadata. The reference tables that came with the calculator lay out these comparisons. They clearly show how much apparent space moves at each step across common drive sizes. As this illustrates, when your phone says it has two hundred fifty-six gigabytes, what you’re going to see in the settings is about two hundred thirty-eight gigabytes of that number, and there’s nothing wrong with your phone. It’s just doing the mathematics of twos rather than tens.

When you realize that the numbers here aren’t imaginary ones but bytes, and merely labeled differently, you’ll lose all of your angst over “missing” storage. You’ll quit worrying and looking for it and learn to appreciate precision of the underlying math. You should of seen this sooner.

Binary vs Decimal Storage Converter – Why Drives Look Small