Convert data storage units — bytes, KB, MB, GB, TB, PB.
| Unit | Name | Value |
|---|---|---|
| bit | Bit | 8388608 |
| B | Byte | 1048576 |
| KB | Kilobyte | 1024 |
| GB | Gigabyte | 0.0009765625 |
| TB | Terabyte | 9.536844e-7 |
| PB | Petabyte | 9.313432e-10 |
Formula: Byte = Megabyte × 1,000,000
Multiply any megabyte value by 1,000,000 to get byte. One megabyte equals 1,000,000 B.
Reverse: Megabyte = Byte × 1.0000e-6
Common megabyte values with real-world context — factor: 1 MB = 1,000,000 B
| Megabyte (MB) | Byte (B) | Context |
|---|---|---|
| 0.001 MB | 1,000 B | 1 KB text |
| 0.1 MB | 1e+05 B | Small webpage |
| 1 MB | 1e+06 B | Small photo |
| 5 MB | 5e+06 B | MP3 song |
| 10 MB | 1e+07 B | MP3 song |
| 50 MB | 5e+07 B | Short video |
| 100 MB | 1e+08 B | Long video clip |
| 650 MB | 6.5e+08 B | CD-ROM |
| 1,000 MB | 1e+09 B | 1 GB file |
| 4,700 MB | 4.7e+09 B | DVD disc |
| 1e+04 MB | 1e+10 B | Blu-ray disc |
| 5e+04 MB | 5e+10 B | 50 GB game |
| 1e+05 MB | 1e+11 B | 100 GB drive |
| 5e+05 MB | 5e+11 B | 500 GB SSD |
| 1e+06 MB | 1.000e+12 B | 1 TB drive |
1 MB = 1,000,000 B. Memorize this for instant estimates.
Data storage uses both decimal (×1000) and binary (×1024) prefixes. The factor above follows the decimal (SI) standard used by storage manufacturers.
To verify: multiply your result by 1.0000e-6 to recover the original MB value.
Optimizes image, video, and asset sizes in MB for page load performance.
Enforces attachment size limits (typically 10-25 MB) on mail servers.
Manages APK/IPA sizes in MB — App Store recommends under 200 MB for cellular download.
Checks RAW image file sizes (typically 20-50 MB) on camera cards.
Monitors packet capture file sizes and network log sizes in MB.
Tracks patch download sizes in MB to estimate download time on their connection.
The megabyte (MB) equals 1,000,000 bytes (decimal) or 1,048,576 bytes (binary). It became the dominant unit for file sizes and storage in the 1990s with the rise of personal computing and the internet.
Megabytes define everyday digital content: a 3-minute MP3 song is about 3-5 MB; a high-resolution JPEG photo is 2-6 MB; a standard web page averages around 2 MB including images.
Interesting fact: The entire text of the King James Bible is about 4.3 MB. The first consumer CD-ROMs (1985) held 650 MB, which seemed enormous at the time.
The byte is the fundamental unit of digital information, almost universally defined as 8 bits. The term was coined by Werner Buchholz in 1956 during the design of the IBM Stretch computer. Early computers used variable byte sizes; the 8-bit standard emerged through IBM's System/360 in 1964.
Bytes are the basic unit for file sizes, memory capacities, and data transfer rates in computing. A single ASCII character occupies one byte; a UTF-8 emoji typically takes 3-4 bytes.
Interesting fact: The word 'byte' was intentionally misspelled from 'bite' to avoid accidental misreading as 'bit'. A single byte can store 256 distinct values (0–255).
Converting megabyte to byte is a common task in computing, networking, and data management. Storage manufacturers, operating systems, and network equipment often express data sizes in different units — understanding the conversion is essential for comparing specifications, planning storage capacity, and interpreting network speed versus file size relationships.
As a practical reference: 5 MB = 5,000,000 B and 10 MB = 10,000,000 B. For larger quantities, 100 MB = 100,000,000 B. The reverse conversion uses the factor 1.0000e-6, so 1 B = 1.0000e-6 MB. Note that decimal prefixes (KB=1,000, MB=1,000,000) differ from binary prefixes (KiB=1,024, MiB=1,048,576) — always check which standard your software or hardware uses.
All conversions use the internationally recognized factor of exactly 1 MB = 1,000,000 B, calculated with IEEE 754 double-precision arithmetic accurate to at least 8 significant figures.