Home › Unit Conversion › Megabytes to Gigabytes
Megabytes to Gigabytes (MB to GB)
Convert megabytes to gigabytes: 1 MB = 0.001 GB. Exact conversion factor, formula, 18-row table and worked examples, with JSON API and MCP access.
Formula
1 MB = 0.001 GB
gigabytes = megabytes × 0.001 — reverse: megabytes = gigabytes × 1000
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 MB = 0.0015 GB
- 700 MB = 0.7 GB
- 2048 MB = 2.048 GB
Megabytes to gigabytes conversion table
| Megabytes (MB) | Gigabytes (GB) |
|---|---|
| 1 | 0.001 |
| 2 | 0.002 |
| 4 | 0.004 |
| 8 | 0.008 |
| 16 | 0.016 |
| 32 | 0.032 |
| 64 | 0.064 |
| 100 | 0.1 |
| 128 | 0.128 |
| 256 | 0.256 |
| 500 | 0.5 |
| 512 | 0.512 |
| 1000 | 1 |
| 1024 | 1.024 |
| 2048 | 2.048 |
| 4096 | 4.096 |
| 8192 | 8.192 |
| 10000 | 10 |
FAQ
How many gigabytes are in one megabyte?
1 MB = 0.001 GB. 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 megabytes to gigabytes?
Multiply the value in megabytes by 0.001: gigabytes = megabytes × 0.001. For example, 1.5 MB = 0.0015 GB.
How do I convert gigabytes back to megabytes?
Multiply by the inverse factor 1000 (megabytes = gigabytes × 1000), or use the gigabytes-to-megabytes page.
Related conversions
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=1.5&from_unit=MB&to_unit=GB - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":1.5,"from_unit":"MB","to_unit":"GB"} - Markdown: https://tttkmbb.com/conversion/mb-to-gb.md · JSON: https://tttkmbb.com/conversion/mb-to-gb.json (add
?value=for a result) · Units: /api/v1/units?quantity=data-storage - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.