Home › Unit Conversion › Gigabytes to Megabytes
Gigabytes to Megabytes (GB to MB)
Convert gigabytes to megabytes: 1 GB = 1000 MB. Exact conversion factor, formula, 18-row table and worked examples, with JSON API and MCP access.
Formula
1 GB = 1000 MB
megabytes = gigabytes × 1000 — reverse: gigabytes = megabytes × 0.001
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 GB = 1500 MB
- 700 GB = 700000 MB
- 2048 GB = 2048000 MB
Gigabytes to megabytes conversion table
| Gigabytes (GB) | Megabytes (MB) |
|---|---|
| 1 | 1000 |
| 2 | 2000 |
| 4 | 4000 |
| 8 | 8000 |
| 16 | 16000 |
| 32 | 32000 |
| 64 | 64000 |
| 100 | 100000 |
| 128 | 128000 |
| 256 | 256000 |
| 500 | 500000 |
| 512 | 512000 |
| 1000 | 1000000 |
| 1024 | 1024000 |
| 2048 | 2048000 |
| 4096 | 4096000 |
| 8192 | 8192000 |
| 10000 | 10000000 |
FAQ
How many megabytes are in one gigabyte?
1 GB = 1000 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 gigabytes to megabytes?
Multiply the value in gigabytes by 1000: megabytes = gigabytes × 1000. For example, 1.5 GB = 1500 MB.
How do I convert megabytes back to gigabytes?
Multiply by the inverse factor 0.001 (gigabytes = megabytes × 0.001), or use the megabytes-to-gigabytes page.
Related conversions
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=1.5&from_unit=GB&to_unit=MB - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":1.5,"from_unit":"GB","to_unit":"MB"} - Markdown: https://tttkmbb.com/conversion/gb-to-mb.md · JSON: https://tttkmbb.com/conversion/gb-to-mb.json (add
?value=for a result) · Units: /api/v1/units?quantity=data-storage - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.