Converters 4 min read

Everyday Data Size Reference

Data Size Units

Data is measured using a hierarchy of units, each representing a larger quantity of bytes. Understanding these units is essential for managing storage, estimating download times, and making informed decisions about data plans and hardware:

UnitSymbolBinary (Power of 2)Decimal (Power of 10)
ByteB1 byte1 byte
KilobyteKB1,024 bytes (2¹⁰)1,000 bytes (10³)
MegabyteMB1,048,576 bytes (2²⁰)1,000,000 bytes (10⁶)
GigabyteGB1,073,741,824 bytes (2³⁰)1,000,000,000 bytes (10⁹)
TerabyteTB1,099,511,627,776 bytes (2⁴⁰)1,000,000,000,000 bytes (10¹²)
PetabytePB1,125,899,906,842,624 bytes (2⁵⁰)1,000,000,000,000,000 bytes (10¹⁵)

Binary vs. Decimal: What's the Difference?

There are two competing standards for data size units, which can lead to confusion:

    Binary (IEC standard): Uses powers of 2. 1 KB = 1,024 bytes. Common in computing and programming.

    Decimal (SI standard): Uses powers of 10. 1 KB = 1,000 bytes. Common in networking and some storage specifications.

    New binary prefixes (KiB, MiB, GiB) were introduced to resolve ambiguity, but KB/MB/GB remain widely used for binary in practice.

    For everyday use, the difference is small (~2.4% at the gigabyte level) but grows larger at higher units.

Common File Sizes

Use this reference to estimate typical file sizes for common content types:

File TypeTypical SizeRange
Text document (DOCX)25-100 KBDepends on images and formatting
PDF (text-only)100-500 KBMulti-page with formatting
PDF (with images)1-10 MBDepends on image resolution
JPEG photo1-5 MB6-12 MP resolution
PNG image2-10 MBLossless, larger than JPEG
MP3 audio (3 min)3-5 MB128-192 kbps
MP4 video (1 min)10-50 MB720-1080p
Feature film (2 hr)2-8 GB1080p to 4K Blu-ray

Storage Capacity Estimates

How much data can common storage devices hold?

Storage DeviceCapacityWhat It Can Hold
CD-ROM700 MB1 CD-quality album or ~350 JPEG photos
DVD4.7 GB1 feature film or ~2,000 photos
Blu-ray25-50 GB1-2 4K films or ~10,000 photos
USB flash drive16-128 GBHundreds of thousands of documents or thousands of photos
External HDD1-4 TBMassive media libraries (~250,000 photos at 5 MB each)
Cloud storageVariableFrom 5 GB (free tier) to unlimited (enterprise)

Bandwidth and Download Times

Internet speed is measured in bits per second (bps), not bytes. Understanding this is crucial for estimating download times:

    1 byte = 8 bits

    To estimate download time: File size (in bytes) × 8 ÷ bandwidth (in bits/sec)

    Example: Downloading a 100 MB file on a 100 Mbps connection

    Time = (100 MB × 8) ÷ 100 Mbps = 800 Mb ÷ 100 Mbps = 8 seconds (theoretical, before overhead)

Bandwidth100 MB File1 GB File1 TB File
10 Mbps80 sec13.3 min22.2 hr
50 Mbps16 sec2.7 min4.4 hr
100 Mbps8 sec1.3 min2.2 hr
500 Mbps1.6 sec16 sec26.7 min
1 Gbps0.8 sec8 sec13.3 min

Frequently Asked Questions

In computing (binary), there are 1,024 bytes in a kilobyte (KB). In the decimal SI standard, there are 1,000 bytes. The binary definition is more commonly used in programming and software contexts.

MB (megabyte) and MiB (mebibyte) both represent approximately one million bytes, but they use different standards. MB can mean 1,000,000 bytes (decimal) or 1,048,576 bytes (binary), while MiB specifically means 1,048,576 bytes (strictly binary). MiB was introduced to eliminate ambiguity.

A typical smartphone or DSLR photo ranges from 2-8 MB for JPEG format, depending on resolution and compression settings. Raw (uncompressed) photos can be 20-50 MB each. A 12 MP camera produces approximately 3-5 MB per JPEG photo.

A terabyte (TB) contains approximately 1 trillion bytes (1,000,000,000,000 in decimal) or 1,099,511,627,776 bytes (binary). This equals about 250,000 high-quality photos, 500 hours of HD video, or millions of text documents. A TB is enough for most personal or small business storage needs.