Megabytes (MB) to Kilobytes (KB) Converter
Enter a value to instantly convert between data storage units.
1 Megabyte = 1024 Kilobyte
Key Formulas
Megabyte → Gigabyte
GB = MB × 0.000976563Gigabyte → Megabyte
MB = GB × 1024Gigabyte → Terabyte
TB = GB × 0.000976563Terabyte → Gigabyte
GB = TB × 1024Formula
KB = MB × 1024Uploading to an API or filling out a form that reports sizes in KB, while you're thinking in MB? Multiply by 1,024 to match what the operating system or server actually expects — that's the binary convention nearly every file system uses.
Source: JEDEC Standard 100B.01 (traditional binary convention: 1 KB = 1024 B)
Reviewed by the Convert Calc editorial team · Last reviewed: · see our methodology
Frequently Asked Questions
Real-World Examples
A 1 MB image file — exactly 1,024 KB when reported by a file manager.
1 MB = 1024 KB
A 5 MB podcast episode — 5,120 KB in a directory listing.
5 MB = 5120 KB
A 10 MB PDF report — 10,240 KB, useful when a form's file-size field only accepts KB.
10 MB = 10240 KB
A 100 MB installer — 102,400 KB, the number a `du -k` command would show on Linux.
100 MB = 102400 KB