Home › Unit Conversion › Mebibytes to Megabytes
Mebibytes to Megabytes (MiB to MB)
Convert mebibytes to megabytes: 1 MiB = 1.04858 MB. Exact conversion factor, formula, 18-row table and worked examples, with JSON API and MCP access.
Formula
1 MiB = 1.04858 MB
megabytes = mebibytes × 1.048576 — reverse: mebibytes = megabytes × 0.9536743164
The factor is derived from the SI definitions of both units (base unit: B) as listed in NIST SP 811; results on this page are shown to 6 significant figures, the API returns up to 12.
Worked examples
- 1.5 MiB = 1.57286 MB
- 700 MiB = 734.003 MB
- 2048 MiB = 2147.48 MB
Mebibytes to megabytes conversion table
| Mebibytes (MiB) | Megabytes (MB) |
|---|---|
| 1 | 1.04858 |
| 2 | 2.09715 |
| 4 | 4.1943 |
| 8 | 8.38861 |
| 16 | 16.7772 |
| 32 | 33.5544 |
| 64 | 67.1089 |
| 100 | 104.858 |
| 128 | 134.218 |
| 256 | 268.435 |
| 500 | 524.288 |
| 512 | 536.871 |
| 1000 | 1048.58 |
| 1024 | 1073.74 |
| 2048 | 2147.48 |
| 4096 | 4294.97 |
| 8192 | 8589.93 |
| 10000 | 10485.8 |
FAQ
How many megabytes are in one mebibyte?
1 MiB = 1.04858 MB. The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures.
What is the formula to convert mebibytes to megabytes?
Multiply the value in mebibytes by 1.048576: megabytes = mebibytes × 1.048576. For example, 1.5 MiB = 1.57286 MB.
How do I convert megabytes back to mebibytes?
Multiply by the inverse factor 0.9536743164 (mebibytes = megabytes × 0.9536743164), or use the megabytes-to-mebibytes page.
Related conversions
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=1.5&from_unit=MiB&to_unit=MB - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":1.5,"from_unit":"MiB","to_unit":"MB"} - Markdown: https://tttkmbb.com/conversion/mib-to-mb.md · JSON: https://tttkmbb.com/conversion/mib-to-mb.json (add
?value=for a result) · Units: /api/v1/units?quantity=data-storage - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.