FileSizeCalc

MB to KB Converter — Megabytes to Kilobytes

An MB to KB converter multiplies megabytes into kilobytes — useful when a tool demands kilobytes while your source material is measured in megabytes.

Quick answer: Multiply by 1,024 for binary kilobytes or by 1,000 for decimal kilobytes. 2 MB is 2,048 KB (binary) or 2,000 KB (decimal) — a 2.4% gap that grows with size.

Which convention should the plain KB/MB/GB/TB labels use?
Result
1,024
1 MB = 1,024 KB
Exact factors
1 MB =1,024 KB
1 KB =0.000976563 KB
Bytes per unit1,048,576 B = MB
Same value, other convention
With the 1000 rule1,000 KB

The two lines are the same file — only the definition of “GB” differs. This 2.4% gap per step is why a 1 TB drive shows 931 GiB in Windows.

Common MBKB values
MBKB
0.5512
11,024
22,048
55,120
1010,240
5051,200
100102,400
500512,000
1,0001,024,000
If you are converting for a download estimate, remember that network speeds are quoted in bits per second (Mbps) while file sizes are bytes — 100 Mbps moves about 12.5 MB per second. Use the download time calculator for that math.
Results are computed locally in your browser. Binary (1024) is what Windows and most disk tools show; decimal (1000) is what drive and cloud vendors print on the box — the same file can honestly be described by both numbers.
Core facts
Binary1 MB = 1,024 KB = 1,048,576 bytes
Decimal1 MB = 1,000 KB = 1,000,000 bytes
10 MB10,240 KB (binary) or 10,000 KB (decimal)
Reality checkA 5 MB photo is 5,120 KB binary — over half a 10 MB attachment limit

When databases and limits speak KB

Site builders, forums and older APIs often cap uploads in kilobytes: 512 KB avatars, 1,536 KB attachment bins, 2 MB scans. Multiplying your source size by 1,000 (or 1,024) tells you the real number the server will measure — essential when a 4.8 MB photo is rejected by a “5 MB” limit because the server counted 4,915,200 bytes against 5,000,000.

Planning compressed assets

Web performance budgets are often written in KB: 200 KB of hero imagery, 50 KB of CSS, 30 KB of icons. Converting from MB back to KB keeps the arithmetic simple: a 1.2 MB hero is 1,228 KB binary, so it blows a 200 KB budget by six times and should be re-encoded as WebP or AVIF.

When to use this calculator

  • Meeting a kilobyte-based upload cap with a megabyte-sized photo.
  • Translating a performance budget written in KB into the MB your exports show.
  • Filling in forms that ask for file size in KB only.
  • Comparing compression results between tools using different units.

Frequently asked questions

Frequently Asked Questions

How many KB is 2 MB?
2,048 KB binary or 2,000 KB decimal.
How many KB is 10 MB?
10,240 KB binary or 10,000 KB decimal.
Is 512 KB half a megabyte?
Very nearly: 512 KB is exactly half of 1,024 KB, which is half of a binary MB (MiB), or 0.512 of a decimal MB.
Why does a 1 MB limit reject my 980 KB file?
Your file manager may be showing KiB while the server enforces decimal: 980 KiB is 1,003,520 bytes, just over 1,000,000.