Convert Gigabytes to Megabytes
Gigabytes to megabytes is the conversion for breaking a big, round GB number back down into the finer unit — useful when a limit or a tool is written in MB. In the decimal convention that storage is sold in, one gigabyte is exactly 1000 megabytes.
Gigabytes to Megabytes conversion table
| Gigabytes (GB) | Megabytes (MB) |
|---|---|
| 1 | 1,000 |
| 2 | 2,000 |
| 3 | 3,000 |
| 5 | 5,000 |
| 10 | 10,000 |
| 20 | 20,000 |
| 50 | 50,000 |
| 100 | 100,000 |
| 500 | 500,000 |
| 1,000 | 1,000,000 |
The formula
To convert gigabytes to megabytes, multiply the size in gigabytes by 1000:
megabytes = gigabytes × 1000
A worked example
Say a game update is listed as 2.3 GB and your download manager shows progress in MB:
2.3 × 1000 = 2300 MB
Same digits, decimal point shifted three places right.
Decimal vs binary — two ways to count a gigabyte
This conversion uses the decimal (SI) rule: 1 GB = 1000 MB, the way plans and drives are advertised. Operating systems often count in binary, where a "gigabyte" is a gibibyte of 1024 mebibytes. So the 2.3 GB above is 2300 MB here, but a binary-counting tool would need about 2355 MiB to fill its version of 2.3 GB. Neither is wrong — they're just different rulers, and it's why download sizes and disk readouts sometimes disagree.
When you'll use it
Comparing a download against a data cap written in MB, sizing a game or app update, or splitting a big GB allowance into MB chunks for a tool that only speaks the smaller unit.
Frequently asked questions
How many megabytes are in a gigabyte?
1000 in the decimal convention. To go from GB to MB you multiply by 1000.
My 5 GB plan seems to run out faster than expected — why?
Usually a mix of background data and rounding, but the decimal-versus-binary gap can play a part too: if an app measures your usage in binary megabytes while the plan is sold in decimal gigabytes, the two counts won't match perfectly.
Is the multiplication exact?
In the decimal convention, yes — just move the decimal point three places to the right.