Megabits to Gigabytes
Snapshot
1 Megabit equals 0.000125 Gigabytes. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.
- Reference basis: This conversion uses exact bit-based digital storage definitions.
- Example: For 2 Megabits, the result equals 0.00025 Gigabytes.
- Use the reverse page if you need the opposite direction with the same basis.
Use the interactive calculator below for custom values and the common-value table for quick checks.
Interactive conversion
Converter Calculator
0.000125 Gigabytes (GB)
SwitchMachine access
Available to apps and AI agents
Megabits to Gigabytes can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The identifiers below select the same calculation as the calculator.
Machine-readable identifiers
- Conversion family
data-storage- Source unit
megabits- Target unit
gigabytes
The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.
Example API request and response
POST /api/v1/convertRequest
{
"family": "data-storage",
"value": 1,
"from": "megabits",
"to": "gigabytes"
}Essential response
{
"ok": true,
"conversion": {
"family": "data-storage",
"value": 1,
"from": "megabits",
"to": "gigabytes",
"result": {
"raw": 0.000125,
"display": "0.000125"
},
"canonicalPath": "/data-storage/megabits-to-gigabytes/"
}
}Explanation
Formula: Gigabytes = Megabits × 0.000125. Why: byte-side storage units normalize through bits using the exact identity 1 byte = 8 bits, then apply the relevant decimal or binary prefix model.
Megabits: a data-storage unit in this family that converts through exact bit normalization.
Gigabytes (GB): a decimal byte unit equal to 1,000,000,000 bytes.
This route is useful when switching between bit and byte representations for storage planning, throughput specifications, and memory sizing.
This conversion is purely multiplicative because both units reduce through exact bit definitions, then apply decimal or binary prefix scaling with no offset.
Common Conversion Values
| Megabits (Mb) | Gigabytes (GB) |
|---|---|
| 1 | 0.000125 |
| 2 | 0.00025 |
| 5 | 0.000625 |
| 10 | 0.00125 |
| 16 | 0.002 |
| 32 | 0.004 |
| 64 | 0.008 |
| 100 | 0.0125 |
| 256 | 0.032 |
| 512 | 0.064 |
| 1,024 | 0.128 |
Questions & answers
Frequently Asked Questions
How is Megabits to Gigabytes calculated?
The factor is derived by reducing both units to exact bit counts, including the fixed relationship 1 byte = 8 bits before the source and target prefixes are applied.
Is there a reverse page for Gigabytes to Megabits?
Yes. Use the mirror Gigabytes to Megabits page to apply the inverse relationship with the same exact bit-based storage model.
Can I use this for storage size rather than transfer rate?
Yes. This cluster converts data size only. If you need a per-second result, use the data-rate cluster instead.