Why Does a 1TB Drive Show Only 931GB?

· ToolGee

Why Does a 1TB Drive Show Only 931GB?

The Core Issue: Two Different Unit Systems

There are two parallel systems used to measure digital storage:

Decimal System (Base 1000)

Used by: storage manufacturers, marketing materials, network speeds

  • 1 KB = 1000 B
  • 1 MB = 1000² B = 1,000,000 B
  • 1 GB = 1000³ B = 1,000,000,000 B
  • 1 TB = 1000⁴ B = 1,000,000,000,000 B

When manufacturers label a drive "1TB," they mean 1,000,000,000,000 bytes.

Binary System (Base 1024)

Used by: operating systems and software

  • 1 KiB = 1024 B
  • 1 MiB = 1024² B = 1,048,576 B
  • 1 GiB = 1024³ B = 1,073,741,824 B
  • 1 TiB = 1024⁴ B

Note: Windows and macOS actually use GiB but often display it as "GB."

How 1TB Becomes 931

Let's convert it precisely.

Manufacturer capacity: 1 TB = 1,000,000,000,000 bytes

Convert to GiB: 1,000,000,000,000 ÷ 1,073,741,824 ≈ 931.32

Result: ≈ 931 GiB

That's the "931GB" you see in your system.

It's Not Shrinkage — Nor a Scam

The difference is purely mathematical.

The International Electrotechnical Commission (IEC) defined this back in 1998:

  • Decimal units: KB / MB / GB / TB
  • Binary units: KiB / MiB / GiB / TiB

For historical reasons, most operating systems still show binary values as "GB," which causes confusion.

Why Manufacturers Use Decimal Units

Reasons are simple:

  • Decimal is more intuitive
  • Numbers look "nicer"
  • Aligns with the International System of Units (SI)

For example: 1000 MB sounds bigger than 953 MiB, and 1TB is easier to grasp than 0.91TiB. This is standard industry practice, not hidden capacity.

Common Misconceptions

❌ "The system is eating my disk space"

The OS does use some space, but 1TB showing as 931 is due to unit conversion, not system usage.

❌ "Manufacturers are lying about capacity"

Different calculation methods are used; this is not false advertising.

How to Convert Quickly?

If you often need to: compare manufacturer capacity with system display, plan server storage, convert units in development, or analyze data reports, try ToolGee's Data Storage Unit Converter.

Features include:

  • Switch between binary (1024) and decimal (1000)
  • All units grouped and displayed
  • KiB / MiB / GiB / TiB / PiB / EiB
  • KB / MB / GB / TB / PB / EB
  • Neutral units: bit / byte / nibble
  • Real-time conversion
  • High-precision logic
  • Local browser computation for privacy

You can: enter a value in any unit, switch unit systems, see all conversions in real time, and reset with one click. All calculations use exact conversion factors with bit as the base unit for consistency.

Precision & Display Rules

To avoid errors and confusion:

  • Values ≥ 1: up to 4 decimal places (trailing zeros removed)
  • Values < 1: adaptive significant digits (up to 6)
  • Very large values: scientific notation

This is stricter than most online converters.

Deep Dive: KB vs KiB

The most common mix-up: 1 KB = 1000 B, 1 KiB = 1024 B. The difference seems small at first, but scales significantly at terabyte levels.

Conclusion

1TB showing as 931GB is not lost capacity—it's a unit system difference. Understanding the difference between decimal and binary units eliminates confusion and helps you plan storage more accurately. Once you understand it, the "missing space" mystery disappears.