MB vs GB vs TB
The three data-storage tiers everyone meets — and how SI decimal differs from binary IEC units.
| Megabyte (MB) | Gigabyte (GB) | Terabyte (TB) | |
|---|---|---|---|
| SI decimal | 10⁶ = 1,000,000 B | 10⁹ B | 10¹² B |
| Binary (IEC) | MiB = 2²⁰ ≈ 1.049 MB | GiB = 2³⁰ ≈ 1.074 GB | TiB = 2⁴⁰ ≈ 1.1 TB |
| Typical use | Photo, MP3 | HD movie, OS install | Drive, cloud bucket |
| 1 of the next | 1,000 MB = 1 GB | 1,000 GB = 1 TB | — |
- Matches consumer file sizes
- Easy mental math
- Standard SaaS pricing tier
- Default unit for SSDs
When to use which
Use MB for individual files and email attachments.
Use GB for OS, application installs, RAM sizing, and cloud storage budgets.
Historical context
The confusion here is not historical accident but an unresolved disagreement. Every other use of the prefix kilo means a thousand, but early computing borrowed it for 1,024, which is 2¹⁰ and the number that falls naturally out of binary addressing. For small numbers the discrepancy hardly showed. It compounds with every step up the scale, so by the terabyte the two readings are nearly 10% apart. In 1998 the IEC proposed separate binary prefixes — kibi, mebi, gibi and tebi, written KiB, MiB, GiB and TiB — to end the ambiguity. Adoption has been partial at best. Drive manufacturers use decimal units, so a one-terabyte drive really does hold 10¹² bytes. Windows reports the same drive in binary units while still labelling them GB, which is why it shows about 931 GB and why buyers have periodically accused manufacturers of shorting them. macOS and Linux have largely moved to decimal reporting, which is why the same drive can read differently on two machines.
Practical recommendation
Related tools
FAQs
Why does my 1 TB drive show 931 GB?+
Drive makers use SI TB (10¹² bytes); operating systems display in TiB (2⁴⁰ bytes), which is ~9.1% smaller.
Is RAM measured in GiB or GB?+
RAM is universally GiB (binary). 16 GB RAM is actually 16 GiB ≈ 17.18 GB in decimal.
More comparisons
Two measurement systems that govern most of the world's specs and product packaging.
Two everyday temperature scales — same physics, different zero points and step sizes.
Two units of pressure that show up on every tire gauge, espresso machine and air compressor.
The two number systems that power every computer — one verbose, one compact.