Saved calculators
Conversion

Bytes to TB converter

Share calculator

Add our free calculator to your website

Please enter a valid URL. Only HTTPS URLs are supported.

Use as default values for the embed calculator what is currently in input fields of the calculator on the page.
Input border focus color, switchbox checked color, select item hover color etc.

Please agree to the Terms of Use.
Preview

Save calculator

What is a byte?

A byte is the fundamental unit of digital information storage, representing 8 bits. Bits (binary digits) are the smallest units of data, either 0 or 1. Bytes serve as the building blocks for measuring larger data quantities, such as:

  • Kilobyte (KB): 1,000 bytes (SI) or 1,024 bytes (binary).
  • Megabyte (MB): 1,000,000 bytes (SI) or 1,048,576 bytes (binary).
  • Terabyte (TB): 1,000,000,000,000 bytes (SI).
  • Tebibyte (TiB): 1,099,511,627,776 bytes (binary).

The term “byte” was coined by Dr. Werner Buchholz in 1956 during the design of IBM’s Stretch computer.

Data measurement systems: SI vs. IEC

Two systems govern data measurement:

  1. SI (International System of Units):

    • Base-10 system (powers of 10).
    • Units: kilobyte (KB), megabyte (MB), terabyte (TB).
    • Used by storage manufacturers (e.g., “1 TB hard drive”).
  2. IEC (International Electrotechnical Commission):

    • Base-2 system (powers of 2).
    • Units: kibibyte (KiB), mebibyte (MiB), tebibyte (TiB).
    • Used by operating systems (e.g., Windows displays “1 TiB” as “1 TB”).

Formula for converting bytes to terabytes (TB) and tebibytes (TiB)

To convert bytes to TB (SI):

TB=Bytes1012=Bytes1,000,000,000,000\text{TB} = \frac{\text{Bytes}}{10^{12}} = \frac{\text{Bytes}}{1,000,000,000,000}

To convert bytes to TiB (IEC):

TiB=Bytes240=Bytes1,099,511,627,776\text{TiB} = \frac{\text{Bytes}}{2^{40}} = \frac{\text{Bytes}}{1,099,511,627,776}

Examples of byte-to-TB and TiB conversions

Example 1: Advertised vs. Actual Storage

A manufacturer sells a “1 TB” hard drive. Using the SI system:

1 TB=1×1012 bytes=1,000,000,000,000 bytes1 \text{ TB} = 1 \times 10^{12} \text{ bytes} = 1,000,000,000,000 \text{ bytes}

However, your computer uses the IEC system:

1 TiB=1,099,511,627,776 bytes1 \text{ TiB} = 1,099,511,627,776 \text{ bytes}

Thus, the “1 TB” drive holds:

1,000,000,000,0001,099,511,627,7760.909 TiB\frac{1,000,000,000,000}{1,099,511,627,776} \approx 0.909 \text{ TiB}

This explains why your OS shows ~931 GiB (0.909 TiB) instead of 1 TB.

Example 2: Converting 5 trillion bytes

Convert 5,000,000,000,000 bytes to TB and TiB:

  • TB (SI):
5,000,000,000,0001012=5 TB\frac{5,000,000,000,000}{10^{12}} = 5 \text{ TB}
  • TiB (IEC):
5,000,000,000,0001,099,511,627,7764.547 TiB\frac{5,000,000,000,000}{1,099,511,627,776} \approx 4.547 \text{ TiB}

Why are there two different systems?

  • Historical context: Early computers used base-2 for memory alignment, leading to terms like “kilobyte” for 1,024 bytes.
  • Marketing: Storage manufacturers adopted base-10 to advertise larger capacities.
  • Standardization: IEC introduced binary prefixes (KiB, MiB, TiB) in 1998 to resolve confusion.

Practical implications of TB vs. TiB

  • Storage devices: A “1 TB” SSD provides 1,000,000,000,000 bytes (~0.909 TiB).
  • File transfers: ISPs measure speed in megabits per second (base-10), while OS measures file size in base-2.
  • Cloud services: Pricing may use SI units, but your data might be reported in IEC units.

Conversion table: bytes to TB and TiB

BytesTB (SI)TiB (IEC)
1,000,000,000,0001 TB~0.909 TiB
2,000,000,000,0002 TB~1.819 TiB
5,000,000,000,0005 TB~4.547 TiB
10,000,000,000,00010 TB~9.095 TiB

Frequently Asked Questions

How many bytes are in a TB?

In the SI system:

1 TB=1012 bytes=1,000,000,000,000 bytes1 \text{ TB} = 10^{12} \text{ bytes} = 1,000,000,000,000 \text{ bytes}

In the IEC system, 1 TiB equals 1,099,511,627,776 bytes.

Why does my computer show less storage than advertised?

Storage devices use SI units (base-10), while operating systems use IEC units (base-2). For example, a “1 TB” drive has 1,000,000,000,000 bytes, but your OS calculates this as:

1,000,000,000,0001,099,511,627,7760.909 TiB\frac{1,000,000,000,000}{1,099,511,627,776} \approx 0.909 \text{ TiB}

This appears as ~931 GiB, creating a “missing” space illusion.

Which system should I use for data calculations?

  • Base-10 (TB): Networking, storage devices, and marketing.
  • Base-2 (TiB): Memory (RAM), software, and operating systems.

How to convert tebibytes (TiB) to terabytes (TB)?

Multiply TiB by the ratio of 2402^{40} to 101210^{12}:

TB=TiB×2401012TiB×1.0995\text{TB} = \text{TiB} \times \frac{2^{40}}{10^{12}} \approx \text{TiB} \times 1.0995

For example, 2 TiB ≈ 2.199 TB.

Are there other units affected by this dual system?

Yes! All data units have SI and IEC counterparts:

  • 1 MB (SI) = 1,000,000 bytes vs. 1 MiB (IEC) = 1,048,576 bytes.
  • 1 GB (SI) = 1,000,000,000 bytes vs. 1 GiB (IEC) = 1,073,741,824 bytes.

Report a bug