How many bytes are in a terabyte (TB)?
It depends on which system you use.
- Decimal (base-10): 1 TB = 1,000,000,000,000 bytes (10¹² bytes)
- Binary (base-2): 1 TiB = 1,099,511,627,776 bytes (2⁴⁰ bytes)
Most storage makers use decimal TB on labels. Many operating systems show binary values, even if they say “TB.”
What’s the difference between TB and TiB?
TB means terabyte in the decimal system (base-10).
TiB means tebibyte in the binary system (base-2).
- 1 TB = 1,000,000,000,000 bytes
- 1 TiB = 1,099,511,627,776 bytes
- 1 TiB is about 9.95% larger than 1 TB
Why does my 1 TB drive show less space on my computer?
A 1 TB drive is usually sold as 1,000,000,000,000 bytes (decimal). Your computer may report that space using binary units.
In binary terms:
- 1,000,000,000,000 bytes is about 0.91 TiB
Some space also goes to file system data. That can reduce the usable space a bit more.
How do I convert bytes to terabytes (TB)?
Use the decimal formula if you want TB as sold by many drive makers:
- TB = bytes ÷ 1,000,000,000,000
Example:
- 500,000,000,000 bytes ÷ 1,000,000,000,000 = 0.5 TB
How do I convert bytes to tebibytes (TiB)?
Use the binary formula if you want TiB:
- TiB = bytes ÷ 1,099,511,627,776
Example:
- 1,000,000,000,000 bytes ÷ 1,099,511,627,776 ≈ 0.91 TiB
How many bytes are in 0.5 TB, 2 TB, and 10 TB?
These are decimal terabytes (TB):
- 0.5 TB = 500,000,000,000 bytes
- 2 TB = 2,000,000,000,000 bytes
- 10 TB = 10,000,000,000,000 bytes
Is 1 TB always exactly the same number of bytes?
No. It depends on whether the label uses TB (decimal) or TiB (binary).
- 1 TB always equals 1,000,000,000,000 bytes (decimal definition)
- Some systems show TiB values instead, which changes the number you see
What’s the easiest way to remember the bytes-to-TB conversion?
For decimal terabytes:
- 12 zeros in a terabyte: 1 TB = 1,000,000,000,000 bytes
- Move the decimal point 12 places when converting between bytes and TB
This works well for quick estimates.
Do internet speeds use bytes or bits when talking about terabytes?
Internet speeds usually use bits, like Mbps or Gbps. File sizes use bytes, like MB, GB, and TB.
Key point:
A “1 TB download” is about file size in bytes. Your download speed is in bits, so time estimates must convert bits and bytes correctly.
Does compression change how many bytes are in a terabyte?
No. A terabyte is a fixed count of bytes.
Compression changes how many bytes a file needs. A compressed file can store the same content using fewer bytes, but 1 TB still equals the same number of bytes based on the unit system you use.
Are RAM and storage measured the same way in bytes and terabytes?
They both use bytes, but they often use different counting systems.
- RAM is commonly measured in binary (GiB, TiB), even if labels say GB
- Storage drives are often sold in decimal (GB, TB)
This mix is why “1 TB” can look different depending on what you measure and where you read it.