Data size units

MB and MiB Are Close Enough to Confuse Everyone

Learn the difference between MB and MiB, why storage labels and operating systems show different numbers, and which unit to use.

Converter5 min readPublished Jul 10, 2026

One prefix is decimal and the other is binary

One megabyte (MB) is 1,000,000 bytes. One mebibyte (MiB) is 1,048,576 bytes. The numbers are close at small sizes, so people often use the labels casually, but the difference grows with large drives and downloads.

The same pattern applies to GB versus GiB and TB versus TiB. Decimal units use powers of 1,000; binary units use powers of 1,024 and have the IEC names kibibyte, mebibyte, and gibibyte.

Why a drive appears smaller after you connect it

Manufacturers commonly advertise storage in decimal gigabytes or terabytes. Some operating systems report capacity using binary calculations while displaying a familiar decimal-looking label. The underlying byte count has not vanished.

Formatting and system partitions can use some capacity too, but the large headline difference is often the unit conversion. Compare bytes with bytes before assuming the hardware is faulty.

Write the unit you actually mean

Use MB and GB when following network speeds, product specifications, and decimal storage conventions. Use MiB and GiB when a binary value matters in technical documentation, memory planning, or system tools.

For ordinary users, include the byte value or explain the convention once. Precision is useful; turning every file-size conversation into a terminology argument is not.

Practical checklist

  • Check whether the source uses decimal or binary units.
  • Compare the underlying byte count when possible.
  • Use MiB or GiB when binary precision matters.
  • Do not confuse megabytes with megabits.
  • Document the unit convention in technical limits.

FAQ

Common questions

Is MiB larger than MB?

Yes. One MiB is 1,048,576 bytes, while one MB is 1,000,000 bytes.

Why does a 1 TB drive show less space?

A decimal terabyte converted to binary tebibytes is about 0.91 TiB. Formatting and system data may reduce the usable amount further.

Are MB and Mb the same?

No. MB means megabytes and Mb means megabits. Eight bits make one byte, before accounting for transfer overhead.

Should I round the converted value?

Round only as far as the original measurement supports. Extra decimal places make a result look more precise without making the input more accurate.

Are all unit conversions exact?

No. Defined physical units can convert exactly, while cooking measures, clothing sizes, fuel use, and other practical conversions may depend on standards or assumptions.

Why does another converter show a slightly different answer?

The tools may use different rounding rules, regional standards, ingredient densities, or definitions. Compare the selected units and assumptions before comparing the final number.

Should I include the unit when copying a result?

Always. A number without its unit can be misunderstood, especially when US, Imperial, metric, decimal, and binary standards use similar labels.

Can I use a conversion for safety-critical work?

Use verified standards, calibrated measurements, and qualified guidance for engineering, medical, laboratory, or other safety-critical decisions. A general converter is a convenience tool.

Keep reading

More Converter articles