How to Convert Data Storage Units — and Why 1 TB Isn’t Really 1 TB

Guides · Calculator · Updated 2026

Have you ever bought a 1 TB hard drive, plugged it in, and found only about 931 GB available? The problem isn’t your drive — it’s the difference between binary (1024‑based) and decimal (1000‑based) units. Toolzo’s free Data Storage Converter lets you flip between the two systems instantly, covering bits, bytes, KB, MB, GB, TB, and PB. This article demystifies data measurement and shows you how to convert accurately.

Binary vs. Decimal: the core confusion

Computers count in powers of two: 1 KB = 2^10 bytes = 1,024 bytes. Hard drive manufacturers, however, use the SI decimal standard: 1 KB = 1,000 bytes. As file sizes grow, the gap widens. At the terabyte level, a “1 TB” decimal drive is actually 1,000,000,000,000 bytes — but your operating system divides by 1,024 repeatedly and shows roughly 931 GB. Our converter’s base toggle visualizes both readings so you can see exactly what your system will report.

Common Storage Conversions (1024 base)

FromToBinary ValueDecimal Value
1 KBbytes1,0241,000
1 MBKB1,0241,000
1 GBMB1,0241,000
1 TBGB1,0241,000
1 PBTB1,0241,000

Step‑by‑step: convert storage

  1. Open the Data Storage Converter tool.
  2. Enter your value (e.g., 1 TB).
  3. Select the “from” unit (TB) and “to” unit (GB).
  4. Toggle “Use 1024” on to see the binary (computer) equivalent, or off for the decimal (manufacturer) number. The result updates live.
💡 Tip: For quick mental math, a 1 TB decimal drive holds about 931 binary GB. Subtract roughly 7% to convert manufacturer TB to real usable TB.

Why this matters for everyday tech

When you’re uploading files to a cloud service that bills by the binary GB, knowing your actual usage saves money. For network speeds, 1 byte = 8 bits, so a 100 Mbps connection downloads at most 12.5 MB/s. After you’ve sorted your storage, you might need to work with numeric formats — our Number System Converter can switch between binary and decimal. And for data‑heavy projects, the Code Minifier helps shrink file sizes further.

Frequently Asked Questions

Why does Windows show a different size than the box?

Windows uses binary (1024) units but still labels them “GB” or “TB”, so a 1 TB decimal drive appears as 931 GB.

What is a Tebibyte (TiB)?

TiB is the official binary unit; 1 TiB = 1,024 GiB. Manufacturers rarely use this label, but it’s technically correct.

Can I convert bits to bytes?

Yes, select “bit” as the source and “byte” as the target. 1 byte = 8 bits.

Is the converter accurate for large data sets?

Yes, it handles up to petabytes with precision.

Is the tool free and private?

Completely free, no sign‑up, and all calculations happen inside your browser.

Try the Data Storage Converter
Home / Blog / Data Storage