Convert Bytes to Megabytes to make raw byte counts readable. Useful whenever a program, API, or log reports a file size in plain bytes.
Last reviewed on June 10, 2026
| Bytes (B) | Megabytes (MB) | Typical Usage |
|---|---|---|
| 10,000 B | 0.00953674 MB | Image file |
| 100,000 B | 0.09536743 MB | Document |
| 500,000 B | 0.47683716 MB | Song (MP3) |
| 1,000,000 B | 0.95367432 MB | Short video clip |
| 1,048,576 B | 1 MB | Photo (RAW) |
| 5,000,000 B | 4.7684 MB | HD video |
| 10,000,000 B | 9.5367 MB | App download |
| 52,428,800 B | 50 MB | Movie chunk |
| 104,857,600 B | 100 MB | Large dataset |
| 524,288,000 B | 500 MB | Disk image |
Raw byte values appear in APIs, programming, server logs, and file properties. Converting them to megabytes makes sizes human-readable at a glance.
1 B = 9.5367e-07 MB using the binary standard (1 step = ×1024), or 1.0000e-06 MB using the decimal standard (1 step = ×1000).
To convert, multiply your B value by the factor above. For example, 5 B = 4.7684e-06 MB (binary) or 5.0000e-06 MB (decimal).
Operating systems and memory use the binary standard, where each unit step is 1,024. Storage manufacturers and network speeds use the decimal standard, where each step is 1,000. This converter supports both — switch modes above to match your context.
In binary: 1 MB = 1,048,576 B. In decimal: 1 MB = 1,000,000 B. So 1 B = 9.5367e-07 MB (binary).
No — B is smaller than MB. It takes 1,048,576 B to make 1 MB (binary).
Multiply the B value by 9.5367e-07 for binary, or 1.0000e-06 for decimal. You can also type any value into the converter above to see the result instantly.
Use binary (1024) for RAM, file sizes shown by your operating system, and programming. Use decimal (1000) for advertised drive capacities and network speeds.