Skip to content
PratronHome

Data Size Converter

Convert digital storage and data sizes between bits, bytes, kilobytes, megabytes, gigabytes, terabytes, and their binary (IEC) counterparts KiB, MiB, GiB, and TiB. The tool makes the often-confusing distinction explicit: decimal units use factors of 1000 (as drive manufacturers do), while binary units use factors of 1024 (as operating systems often do).

Converters

Private by default

This tool runs entirely in your browser. Your data is never uploaded to a server.

How to use

4 clear steps.

  1. Enter the data size value.

  2. Select the source unit (e.g. MB).

  3. Select the target unit (e.g. GiB) and read the result.

  4. Compare decimal (KB, MB) and binary (KiB, MiB) units in the full table.

Good to know

Frequently asked questions

What is the difference between MB and MiB?
A megabyte (MB) is 1,000,000 bytes (decimal, powers of 1000), while a mebibyte (MiB) is 1,048,576 bytes (binary, powers of 1024). This is why a "500 GB" drive shows up as roughly 465 GiB in your operating system.
How many bits are in a byte?
One byte equals 8 bits. Network speeds are usually quoted in bits per second (Mbps), while file sizes use bytes (MB) — divide Mbps by 8 to estimate MB/s.