Terabytes (TB) to Megabytes (MB) conversion

Note: Above conversion to MB is base 10 decimal unit. If you want to use base 2 (binary unit) use Terabytes to Mebibytes (TB to MiB) (which results to 953674.31640625 MiB). See the difference between decimal (Metric) and binary prefixes

Terabytes to Megabytes conversion table

Terabytes (TB)Megabytes (MB)
00
11000000
22000000
33000000
44000000
55000000
66000000
77000000
88000000
99000000
1010000000
2020000000
3030000000
4040000000
5050000000
6060000000
7070000000
8080000000
9090000000
100100000000
10001000000000

How to convert terabytes to megabytes?

Here's a breakdown of how to convert between Terabytes (TB) and Megabytes (MB), considering both base 10 (decimal) and base 2 (binary) systems.

Understanding Base 10 vs. Base 2

In computer science, data storage is often measured in two ways:

  • Base 10 (Decimal): Uses powers of 10. Here, 1 KB = 1000 bytes, 1 MB = 1000 KB, 1 GB = 1000 MB, and 1 TB = 1000 GB. These are often used by storage manufacturers.
  • Base 2 (Binary): Uses powers of 2. Here, 1 KiB = 1024 bytes, 1 MiB = 1024 KiB, 1 GiB = 1024 MiB, and 1 TiB = 1024 GiB. This is the system typically used by operating systems to report storage space.

Converting Terabytes to Megabytes

Base 10 (Decimal)

  • Conversion Factors:
    • 1 TB = 101210^{12} bytes
    • 1 MB = 10610^6 bytes
  • Conversion:
    • To convert TB to MB, multiply by 10610^6.
  • Formula:

    MB=TB×106MB = TB \times 10^6

  • Example:
    • 1 TB = 1×1061 \times 10^6 MB = 1,000,000 MB

Base 2 (Binary)

  • Conversion Factors:
    • 1 TiB = 2402^{40} bytes
    • 1 MiB = 2202^{20} bytes
  • Conversion:
    • To convert TiB to MiB, multiply by 2202^{20}.
  • Formula:

    MiB=TiB×220MiB = TiB \times 2^{20}

  • Example:
    • 1 TiB = 1×2201 \times 2^{20} MiB = 1,048,576 MiB

Converting Megabytes to Terabytes

Base 10 (Decimal)

  • Conversion Factors:
    • 1 MB = 10610^6 bytes
    • 1 TB = 101210^{12} bytes
  • Conversion:
    • To convert MB to TB, divide by 10610^6.
  • Formula:

    TB=MB106TB = \frac{MB}{10^6}

  • Example:
    • 1 MB = 1106\frac{1}{10^6} TB = 0.000001 TB

Base 2 (Binary)

  • Conversion Factors:
    • 1 MiB = 2202^{20} bytes
    • 1 TiB = 2402^{40} bytes
  • Conversion:
    • To convert MiB to TiB, divide by 2202^{20}.
  • Formula:

    TiB=MiB220TiB = \frac{MiB}{2^{20}}

  • Example:
    • 1 MiB = 1220\frac{1}{2^{20}} TiB ≈ 0.000000954 TiB

Real-World Examples and Common Conversions (Base 10)

  • DVD Storage: A standard DVD holds about 4.7 GB (4700 MB), which is 0.0047 TB.
  • Hard Drive Capacity: A 4 TB hard drive is equivalent to 4,000,000 MB.
  • Large Databases: A database might be 2 TB in size, meaning it contains 2,000,000 MB of data.
  • SSD storage: An NVMe SSD drive that you would purchase as a consumer can store up to 8 TB, or 8,000,000 MB

Interesting Facts

  • The IEC Standard: To avoid ambiguity between decimal and binary prefixes, the International Electrotechnical Commission (IEC) introduced new binary prefixes such as kibi (KiB), mebi (MiB), gibi (GiB), and tebi (TiB) in 1998. Unfortunately, these prefixes aren't universally adopted.
  • Storage capacity lawsuits: There have been lawsuits against hard drive manufacturers for advertising drive capacity in base 10 (GB, TB) while operating systems report it in base 2 (GiB, TiB). Users see less available space than advertised because 1TB1TiB1 TB ≠ 1 TiB. This difference stems from the different base used for calculation.

See below section for step by step unit conversion with formulas and explanations. Please refer to the table below for a list of all the Megabytes to other unit conversions.

What is Terabytes?

A terabyte (TB) is a multiple of the byte, which is the fundamental unit of digital information. It's commonly used to quantify storage capacity of hard drives, solid-state drives, and other storage media. The definition of a terabyte depends on whether we're using a base-10 (decimal) or a base-2 (binary) system.

Decimal (Base-10) Terabyte

In the decimal system, a terabyte is defined as:

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

This is the definition typically used by hard drive manufacturers when advertising the capacity of their drives.

Real-world examples for base 10

  • A 1 TB external hard drive can store approximately 250,000 photos taken with a 12-megapixel camera.
  • 1 TB could hold around 500 hours of high-definition video.
  • The Library of Congress contains tens of terabytes of data.

Binary (Base-2) Terabyte

In the binary system, a terabyte is defined as:

1 TB=240 bytes=1,099,511,627,776 bytes1 \text{ TB} = 2^{40} \text{ bytes} = 1,099,511,627,776 \text{ bytes}

To avoid confusion between the base-10 and base-2 definitions, the term "tebibyte" (TiB) was introduced to specifically refer to the binary terabyte. So, 1 TiB = 2402^{40} bytes.

Real-world examples for base 2

  • Operating systems often report storage capacity using the binary definition. A hard drive advertised as 1 TB might be displayed as roughly 931 GiB (gibibytes) by your operating system, because the OS uses base-2.
  • Large scientific datasets, such as those generated by particle physics experiments or astronomical surveys, often involve terabytes or even petabytes (PB) of data stored using binary units.

Key Differences and Implications

The discrepancy between decimal and binary terabytes can lead to confusion. When you purchase a 1 TB hard drive, you're getting 1,000,000,000,000 bytes (decimal). However, your computer interprets storage in binary, so it reports the drive's capacity as approximately 931 GiB. This difference is not due to a fault or misrepresentation, but rather a difference in the way units are defined.

Historical Context

While there isn't a specific law or famous person directly associated with the terabyte definition, the need for standardized units of digital information has been driven by the growth of the computing industry and the increasing volumes of data being generated and stored. Organizations like the International Electrotechnical Commission (IEC) and the Institute of Electrical and Electronics Engineers (IEEE) have played roles in defining and standardizing these units. The introduction of "tebibyte" was specifically intended to address the ambiguity between base-10 and base-2 interpretations.

Important Note

Always be aware of whether a terabyte is being used in its decimal or binary sense, particularly when dealing with storage capacities and operating systems. Understanding the difference can prevent confusion and ensure accurate interpretation of storage-related information.

What is Megabytes?

Megabytes (MB) are a unit of digital information storage, widely used to measure the size of files, storage capacity, and data transfer amounts. It's essential to understand that megabytes can be interpreted in two different ways depending on the context: base 10 (decimal) and base 2 (binary).

Decimal (Base 10) Megabytes

In the decimal system, which is commonly used for marketing storage devices, a megabyte is defined as:

1 MB=1000 kilobytes (KB)=1,000,000 bytes1 \text{ MB} = 1000 \text{ kilobytes (KB)} = 1,000,000 \text{ bytes}

This definition is simpler for consumers to understand and aligns with how manufacturers often advertise storage capacities. It's important to note, however, that operating systems typically use the binary definition.

Real-World Examples (Decimal)

  • A small image file (e.g., a low-resolution JPEG): 1-5 MB
  • An average-length MP3 audio file: 3-5 MB
  • A short video clip: 10-50 MB

Binary (Base 2) Megabytes

In the binary system, which is used by computers to represent data, a megabyte is defined as:

1 MB=1024 kibibytes (KiB)=1,048,576 bytes1 \text{ MB} = 1024 \text{ kibibytes (KiB)} = 1,048,576 \text{ bytes}

This definition is more accurate for representing the actual physical storage allocation within computer systems. The International Electrotechnical Commission (IEC) recommends using "mebibyte" (MiB) to avoid ambiguity when referring to binary megabytes, where 1 MiB = 1024 KiB.

Real-World Examples (Binary)

  • Older floppy disks could store around 1.44 MB (binary).
  • The amount of RAM required to run basic applications in older computer systems.

Origins and Notable Associations

The concept of bytes and their multiples evolved with the development of computer technology. While there isn't a specific "law" associated with megabytes, its definition is based on the fundamental principles of digital data representation.

  • Claude Shannon: Although not directly related to the term "megabyte," Claude Shannon, an American mathematician and electrical engineer, laid the foundation for information theory in his 1948 paper "A Mathematical Theory of Communication". His work established the concept of bits and bytes as fundamental units of digital information.
  • Werner Buchholz: Is credited with coining the term "byte" in 1956 while working as a computer scientist at IBM.

Base 10 vs Base 2: The Confusion

The difference between decimal and binary megabytes often leads to confusion. A hard drive advertised as "1 TB" (terabyte, decimal) will appear smaller (approximately 931 GiB - gibibytes) when viewed by your operating system because the OS uses the binary definition.

1 TB (Decimal)=1012 bytes1 \text{ TB (Decimal)} = 10^{12} \text{ bytes} 1 TiB (Binary)=240 bytes1 \text{ TiB (Binary)} = 2^{40} \text{ bytes}

This difference in representation is crucial to understand when evaluating storage capacities and data transfer rates. For more details, you can read the Binary prefix page on Wikipedia.

Complete Terabytes conversion table

Enter # of Terabytes
Convert 1 TB to other unitsResult
Terabytes to Bits (TB to b)8000000000000
Terabytes to Kilobits (TB to Kb)8000000000
Terabytes to Kibibits (TB to Kib)7812500000
Terabytes to Megabits (TB to Mb)8000000
Terabytes to Mebibits (TB to Mib)7629394.53125
Terabytes to Gigabits (TB to Gb)8000
Terabytes to Gibibits (TB to Gib)7450.5805969238
Terabytes to Terabits (TB to Tb)8
Terabytes to Tebibits (TB to Tib)7.2759576141834
Terabytes to Bytes (TB to B)1000000000000
Terabytes to Kilobytes (TB to KB)1000000000
Terabytes to Kibibytes (TB to KiB)976562500
Terabytes to Megabytes (TB to MB)1000000
Terabytes to Mebibytes (TB to MiB)953674.31640625
Terabytes to Gigabytes (TB to GB)1000
Terabytes to Gibibytes (TB to GiB)931.32257461548
Terabytes to Tebibytes (TB to TiB)0.9094947017729