Skip to main content
Best Answer Hub logo Best Answer Hub.
Back to Playbooks
Best Answer Hub Playbooks · Calculators
Your drive is not broken

Why Does a 1 TB Drive Show Up as Only 931 GB?

You buy a 1 TB drive, plug it in, and your computer says 931 GB. Nothing is wrong, and nothing is missing. The drive maker counts in decimal and your operating system counts in binary. Here is what GB and GiB really mean, the exact math behind the 931, and the units the Best Answer Hub Data Storage Converter gets right.

DecimalGB, TB (makers)
BinaryGiB, TiB (your OS)
Exactthe math, shown
931 GiB
what a "1 TB" drive actually shows
How-To Geek, 2023
1998
the year the IEC created GiB, MiB, and KiB
NIST
8
bits in a byte, so 100 Mbps is 12.5 MB/s
Red Hat
2
settlements that forced the "1 GB = 1 billion bytes" footnote
WD 2006, Seagate 2007

A 1 TB drive shows up as 931 GB because the manufacturer counts in decimal (1 TB = 1,000,000,000,000 bytes) while your operating system counts in binary (1 GiB = 1,073,741,824 bytes). Divide one by the other and you get about 931. No space is lost, and the drive is not defective: the two are just counting in different bases. The Best Answer Hub Data Storage Converter shows both systems and the exact math, so the number stops being a mystery.

This one quirk causes more confusion than any other in computing, and it has a real history behind it, including two class-action settlements. This guide covers why the 931 appears, what the decimal and binary units actually mean, the lawsuits that put a footnote on every drive box, and why your internet speed in megabits is not the same as megabytes. The tool sits in the Best Answer Hub Calculators hub, is built and maintained by Shahbaz Ali Malik, and stays free because Best Answer Hub is funded by optional paid assessments rather than advertising.

Start here

What is the Best Answer Hub Data Storage Converter?

The Best Answer Hub Data Storage Converter is a free, browser-based tool that converts between data storage units and data rate units. It handles both the decimal (SI) units like GB and TB that drive makers advertise, and the binary (IEC) units like GiB and TiB that operating systems report, and it converts internet speeds from Mbps to MB/s. Every conversion runs on your device with no signup and no data collection, and it shows the exact byte counts so you can see the difference for yourself.

  • 1
    Decimal and binary side by side. Enter 1 TB, read it as GiB, and see the 931 instantly, no guesswork.
  • 2
    Bytes to bits. Convert a megabit-per-second internet plan into the megabytes-per-second you actually download.
  • 3
    Exact numbers. Every result shows the byte count behind it, so you can verify the math rather than trust a black box.
The famous mystery

Why does a 1 TB drive show up as only 931 GB?

Because the drive is measured in decimal and your operating system reports in binary. A drive labeled 1 TB holds 1,000,000,000,000 bytes, exactly one trillion, because manufacturers use the SI meaning of "tera," which is a power of 1000. Windows then divides that byte count by 1,073,741,824 (the number of bytes in a binary gibibyte) and shows the result as about 931, while still printing the label "GB" (How-To Geek, 2023). The bytes are all there; only the counting system changed.

The exact math behind the 931
A "1 TB" drive = 1,000,000,000,000 bytes (decimal, the maker) 1 GiB = 1,073,741,824 bytes (binary, your OS) 1,000,000,000,000 / 1,073,741,824 = 931.32 GiB Windows prints "931 GB" but the value is really 931 GiB.

Enter 1 TB into the Best Answer Hub Data Storage Converter and select GiB to see the 931 for yourself. Source math: NIST byte definitions; How-To Geek.

The two families of units

KB vs KiB: what is the difference?

A KB is 1000 bytes and a KiB is 1024 bytes, and that small gap grows at every step. The decimal (SI) prefixes are powers of 1000: kilo, mega, giga, tera. The binary (IEC) prefixes are powers of 1024: kibi, mebi, gibi, tebi. NIST states the values plainly, that 1 KiB is 2 to the tenth power, or 1024 bytes, while 1 kB is 1000 bytes (NIST). The IEC introduced the binary prefixes in 1998 to end the ambiguity of "KB" meaning either 1000 or 1024, and they now live in the ISO/IEC 80000-13 standard.

Decimal (SI)Binary (IEC)Binary in bytesBinary is larger by
1 kB = 1,0001 KiB1,0242.4%
1 MB = 1,000,0001 MiB1,048,5764.9%
1 GB = 1,000,000,0001 GiB1,073,741,8247.4%
1 TB = 1,000,000,000,0001 TiB1,099,511,627,77610.0%

The gap compounds by roughly 2.4 percentage points per step, so it is 7.4% at the gigabyte scale and 10.0% at the terabyte scale. That is why the shortfall you notice looks bigger on a bigger drive. The Best Answer Hub Data Storage Converter keeps decimal and binary as separate units, so you always know which one you are reading.

The decimal-to-binary gap grows at every step
2.4% KB / KiB 4.9% MB / MiB 7.4% GB / GiB 10.0% TB / TiB

Source: byte values from NIST and ISO/IEC 80000-13. The binary unit exceeds the decimal unit by 2.4% (KB), 4.9% (MB), 7.4% (GB), and 10.0% (TB).

The one exception: RAM

Memory is the reverse of storage. A "16 GB" stick of RAM really is 16 GiB, because memory is addressed in binary, while a "16 GB" flash drive is 16 billion bytes. Same label, two different truths, which is exactly why keeping the units separate matters.

Why the footnote exists

The lawsuits that put a footnote on every drive box

The reason every hard drive box now says "1 GB = 1 billion bytes; usable capacity will be less" is that drive makers were sued over exactly this gap. In 2006, Western Digital settled a class action alleging its drives held less usable space than advertised, an "80-gigabyte" drive showing about 74.4 GB in the operating system. The settlement gave buyers backup software and, importantly, required Western Digital to add capacity-disclosure disclaimers to its packaging (NBC News, 2006).

Seagate settled a similar case, Cho v. Seagate, in 2007, covering roughly 6.2 million retail drives, with buyers eligible for a 5% cash refund or free software, and Seagate agreeing to disclose its capacity definition going forward (Computerworld, 2007). The makers were technically accurate in decimal terms; the operating systems reported in binary. The footnote you see today is the settlement of that argument.

The other unit trap

Bits vs bytes: why 100 Mbps is not 100 MB/s

One byte is eight bits, so a 100 Mbps internet plan delivers at most 12.5 MB/s. Storage is measured in bytes (the capital B in GB and MB), while network and internet speeds are measured in bits (the lower-case b in Mbps). Because there are eight bits in a byte, you divide the advertised megabit figure by eight to get the megabytes-per-second you actually download (Red Hat, 2020). A 100 Mbps connection therefore tops out around 12.5 MB/s, which is why a download feels slower than the headline plan number suggests.

This is the same units confusion wearing a different hat, and it costs people real money when they compare plans or estimate a download time. The Best Answer Hub Data Storage Converter includes a data-rate mode so you can turn a megabit plan into real megabytes per second in one step.

Why this one

How is Best Answer Hub different from other converters?

The difference is that it treats decimal and binary as separate, clearly labeled units and shows the exact byte count, rather than blurring them the way the "GB that is really GiB" labeling does. It converts storage units and data rates, works for the everyday questions (why the drive looks small, what a download will really weigh, what Mbps means), and runs entirely in your browser.

What you getBest Answer HubTypical converter
Decimal and binary kept separateYes, both labeledOften blurred
Shows the exact byte countYesSometimes
Mbps to MB/s data rate modeYesOften missing
Signup or accountNot requiredSometimes pushed
AdsNoneVaries
See the 931 for yourself

Try the free Data Storage Converter

Convert bytes, KB, MB, GB, TB, and the binary KiB, MiB, GiB, TiB, plus Mbps to MB/s, with the exact byte count shown. No signup, in your browser.

Open the Data Storage Converter
Good questions

Frequently asked questions about data storage units

What is the Best Answer Hub Data Storage Converter?
The Best Answer Hub Data Storage Converter is a free, browser-based tool that converts between data storage units and data rate units. It handles decimal units like GB and TB that drive makers use, binary units like GiB and TiB that operating systems report, and Mbps to MB/s. It runs on your device with no data collection.
Why does my 1 TB drive show only 931 GB?
Because the maker counts in decimal (1 TB is 1,000,000,000,000 bytes) and your operating system counts in binary (1 GiB is 1,073,741,824 bytes). Dividing one by the other gives about 931. No space is missing. The Best Answer Hub Data Storage Converter shows this exact conversion when you enter 1 TB and select GiB.
What is the difference between GB and GiB?
GB is a decimal gigabyte, 1,000,000,000 bytes. GiB is a binary gibibyte, 1,073,741,824 bytes, which is about 7.4% larger. Drive makers advertise in GB, while Windows and macOS count in binary. The IEC created GiB in 1998 to end this ambiguity, and the Best Answer Hub Data Storage Converter keeps the two clearly separate.
What is the difference between KB and KiB?
A KB is 1000 bytes under the decimal SI standard, while a KiB is 1024 bytes under the binary IEC standard. The gap is small at this scale, about 2.4%, but it compounds to 7.4% at the gigabyte level. The Best Answer Hub Data Storage Converter labels each unit so you know which counting system you are using.
Is my drive defective if it shows less than advertised?
No. The bytes are all present; your operating system is just counting in binary and labeling the result GB. A 1 TB drive holding one trillion bytes shows about 931 GiB in Windows. This is normal for every drive. The Best Answer Hub Data Storage Converter shows the exact figures so you can confirm nothing is missing.
Why did the IEC create GiB, MiB, and KiB?
To end the ambiguity of KB, MB, and GB meaning either 1000 or 1024. The IEC formally approved the binary prefixes in 1998, and they now sit in the ISO/IEC 80000-13 standard. The Best Answer Hub Data Storage Converter uses them so a binary value is never mislabeled as a decimal one.
Why is 100 Mbps not 100 MB/s?
Because a byte is eight bits. Internet speeds are advertised in megabits per second (Mbps), while file sizes are in megabytes (MB). Divide the megabit figure by eight, so 100 Mbps delivers at most 12.5 MB/s. The Best Answer Hub Data Storage Converter has a data-rate mode that does this conversion for you.
What is the difference between a bit and a byte?
A bit is a single binary digit, a 0 or a 1. A byte is eight bits grouped together. Storage capacity is measured in bytes, written with a capital B, while network speed is measured in bits, written with a lower-case b. The Best Answer Hub Data Storage Converter handles both and converts between them.
Is 16 GB of RAM the same as a 16 GB drive?
Not exactly. A 16 GB RAM stick is really 16 GiB, about 17.18 billion bytes, because memory is addressed in binary. A 16 GB flash drive is 16 billion bytes, because storage is marketed in decimal. Same label, different totals. The Best Answer Hub Data Storage Converter lets you see both values.
Why did hard drive makers get sued over capacity?
Because buyers argued that advertising a drive in decimal GB while the OS showed less in binary was misleading. Western Digital settled in 2006 and Seagate in 2007, both agreeing to disclose their capacity definitions, which is why boxes now footnote 1 GB equals 1 billion bytes. The math is what the Best Answer Hub Data Storage Converter makes visible.
Do Windows and macOS count storage differently?
Yes. Windows counts in binary but labels the result GB, so a 1 TB drive shows about 931 GB. Since Snow Leopard, macOS counts in decimal, where 1 TB is one trillion bytes, so the same drive looks closer to its label. The Best Answer Hub Data Storage Converter shows both systems side by side.
How do I convert bytes to GB?
For decimal GB, divide the byte count by 1,000,000,000. For binary GiB, divide by 1,073,741,824. A file of 5,000,000,000 bytes is 5 GB or about 4.66 GiB. The Best Answer Hub Data Storage Converter does both at once and shows the exact result, so you never have to remember which divisor to use.
Is my data uploaded when I use the converter?
No. The Best Answer Hub Data Storage Converter runs entirely in your browser with no data collection. You are only converting numbers, and even those never leave your device. There is no signup and no account, which is consistent with how every Best Answer Hub tool is built.
Which unit should I use, GB or GiB?
Use GB (decimal) when talking about drive capacity or cloud storage, since that is how they are sold. Use GiB (binary) when reading what an operating system reports or sizing RAM. The Best Answer Hub Data Storage Converter shows both, so you can match whichever context you are working in without guessing.
Is the Data Storage Converter free?
Yes. The Best Answer Hub Data Storage Converter is completely free with no usage limits, no watermarks, and no signup. It stays free because Best Answer Hub is funded by optional paid assessments rather than advertising, so it carries no ads and never gates a conversion behind an upgrade.
People also read

Keep going

Sources

More free calculators: Calculators hub, Unit and Currency Converter, Image Compressor, and all free tools.

Built & maintained by Shahbaz Ali Malik Last updated: