Home › Unit Conversion › Megabits to Megabytes
Megabits to Megabytes (Mbit to MB)
Convert megabits to megabytes: 1 Mbit = 0.125 MB. Exact conversion factor, formula, 18-row table and worked examples, with JSON API and MCP access.
Formula
1 Mbit = 0.125 MB
megabytes = megabits × 0.125 — reverse: megabits = megabytes × 8
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 Mbit = 0.1875 MB
- 700 Mbit = 87.5 MB
- 2048 Mbit = 256 MB
Megabits to megabytes conversion table
| Megabits (Mbit) | Megabytes (MB) |
|---|---|
| 1 | 0.125 |
| 2 | 0.25 |
| 4 | 0.5 |
| 8 | 1 |
| 16 | 2 |
| 32 | 4 |
| 64 | 8 |
| 100 | 12.5 |
| 128 | 16 |
| 256 | 32 |
| 500 | 62.5 |
| 512 | 64 |
| 1000 | 125 |
| 1024 | 128 |
| 2048 | 256 |
| 4096 | 512 |
| 8192 | 1024 |
| 10000 | 1250 |
FAQ
How many megabytes are in one megabit?
1 Mbit = 0.125 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 megabits to megabytes?
Multiply the value in megabits by 0.125: megabytes = megabits × 0.125. For example, 1.5 Mbit = 0.1875 MB.
How do I convert megabytes back to megabits?
Multiply by the inverse factor 8 (megabits = megabytes × 8), or use the megabytes-to-megabits page.
Related conversions
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=1.5&from_unit=Mbit&to_unit=MB - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":1.5,"from_unit":"Mbit","to_unit":"MB"} - Markdown: https://tttkmbb.com/conversion/megabits-to-mb.md · JSON: https://tttkmbb.com/conversion/megabits-to-mb.json (add
?value=for a result) · Units: /api/v1/units?quantity=data-storage - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.