Convert Byte to Megabyte (B → MB)
The byte equals 8 bits and is the smallest addressable storage unit in modern computing and digital systems.
Byte to Megabyte Conversion Table
10 common values| Byte | Megabyte |
|---|---|
| 1 B | 0.000001 MB |
| 10 B | 0.00001 MB |
| 100 B | 0.0001 MB |
| 500 B | 0.0005 MB |
| 1,000 B | 0.001 MB |
| 5,000 B | 0.005 MB |
| 10,000 B | 0.01 MB |
| 50,000 B | 0.05 MB |
| 100,000 B | 0.1 MB |
| 500,000 B | 0.5 MB |
How to Convert Byte to Megabyte Manually
Step by StepConverting bytes to megabytes is straightforward: multiply by the conversion factor. Follow these three steps to do it by hand or in your head.
- 1Take your value in bytesStart with the number of bytes (B) you want to convert.
- 2Multiply by 0.000001The conversion factor from B to MB is 0.000001. Multiply your value by this number.
- 3Read the result in megabytesThe result is your value in megabytes (MB).
Formula
Multiply the value in bytes by 0.000001. For the reverse direction, multiply by 1,000,000.
MB = B × 0.000001B = MB × 1,000,000Tips
Use these in everyday conversions- 1 byte = 8 bits.
- KB, MB, GB are 1000 or 1024 multiples of bytes — check context.
- Use bytes (B) for storage; bits (b) for bandwidth.
Common Mistakes
Avoid these- Confusing byte (B) with bit (b).
- Assuming 1 MB always equals 1,048,576 bytes — sometimes 1,000,000.
- Mixing file size (bytes) with transfer speed (bits per second).
About Byte and Megabyte
What is the Byte?
The byte equals 8 bits and is the smallest addressable storage unit in modern computing and digital systems. Byte-sized addresses are universal in computer architectures from microcontrollers to supercomputers, making the byte the fundamental block of memory and storage. A single ASCII character is 1 byte (256 possible values), basic UTF-8 characters use 1–4 bytes, and a UTF-16 character uses 2 bytes. File sizes, RAM capacity, and disk space are all measured in bytes and their multiples. The byte relates to the bit (1 byte = 8 bits), the kilobyte (1,000 or 1,024 bytes — see decimal vs. binary), the kibibyte (1,024 bytes, the strict computing standard), and larger multiples (MB, GB, TB). Note: storage manufacturers use decimal (1 GB = 10⁹ bytes), while operating systems often use binary (1 GiB = 2³⁰ bytes), causing the famous discrepancy where a '1 TB drive' shows about 931 GB free.
- File sizes everywhere (documents, images, video)
- RAM and storage capacity
- Character encoding in programming
An ASCII character: 1 byte. A short text message: few hundred bytes. Uncompressed photo: few MB.
What is the Megabyte?
The megabyte (MB) equals 1,000 kilobytes (1,000,000 bytes decimal, or 1,048,576 bytes binary as MiB). It is the everyday unit for image files, MP3 songs, and small documents on personal computers. A high-quality JPEG photograph is 2–10 MB, an MP3 song is 3–10 MB, a Microsoft Word document might be 0.05–5 MB, and a typical e-book is under 5 MB. Older USB flash drives and CDs hold hundreds of MB (a CD is 700 MB). Mobile data plans were originally measured in MB before gigabyte plans became standard. The megabyte relates to the kilobyte (1,000 KB = 1 MB), the gigabyte (1,000 MB = 1 GB), and the megabit (1 MB = 8 Mbit). Internet connection speeds are usually rated in Mbps (megabits per second), distinct from MBps (megabytes per second): 100 Mbps = 12.5 MBps.
- Photo and image file sizes
- MP3 and audio files
- Small video clips
MP3 song: 3–5 MB. High-res JPEG: 2–8 MB. PDF ebook: 5–50 MB.