Formula
Bytes = Megabytes × 1000000Direct answer
Multiply the entered megabytes value by 1000000 to express it in bytes (B). This converts megabyte (MB) to byte (B) within the documented data size family.
Variables and formula
- Megabytes (MB): the source value measured in megabyte.
- Bytes (B): the same quantity expressed in byte.
- Conversion factor: 1000000 bytes per megabyte.
Bytes = Megabytes × 1000000
The generator emits numeric factors with at most 15 significant digits. Calculator results keep up to 10 significant digits for display; this formatting does not increase the precision of the measurement.
Unit definitions and named variants
Source unit: megabyte (MB). A megabyte uses the decimal SI prefix mega: 1 MB = 1000000 B exactly. Named variant used: Decimal megabyte; not mebibyte. Reference: Bureau International des Poids et Mesures: The International System of Units (SI), 9th edition, version 4.01; National Institute of Standards and Technology: Definitions of the SI Units: The Binary Prefixes; National Institute of Standards and Technology: NIST Special Publication 330, Section 3: Decimal Multiples and Submultiples of SI Units.
Target unit: byte (B). A byte is eight bits for these conversions: 1 B = 8 bit. Named variant used: Eight-bit byte. Reference: National Institute of Standards and Technology: Definitions of the SI Units: The Binary Prefixes.
The MB-to-B direction remains inside the data size quantity; it changes the unit label and numerical scale, not the kind of quantity being measured.
Relationship and precision
The named unit relationships are defined or exact, so the conversion is exact before display rounding and source-measurement uncertainty.
- MB relationship: The decimal-prefix relationship is exact.
- B relationship: The base factor is exactly 1 by the family base-unit choice; the eight-bit byte relation is exact.
To audit the factor through the family base unit, divide the raw dataset factors 1000000 by 1. The generator emits that quotient once at 15 significant digits as the canonical direct factor 1000000; runtime calculations do not divide the already-emitted base factors again.
Reproducible example
For 10 megabytes, 10 × 1000000 = 10000000 bytes. Repeating the same multiplication with the stated factor reproduces the displayed conversion before interface rounding.
Directional scale check
Because one megabyte contains 1000000 bytes, the target number is larger than the source number for every positive input. Zero maps to zero, while negative inputs are rejected because this family models non-negative magnitudes.
| Source amount | Calculation | Target amount |
|---|---|---|
| 1 MB | 1 × 1000000 |
1000000 B |
| 10 MB | 10 × 1000000 |
10000000 B |
| 100 MB | 100 × 1000000 |
100000000 B |
| 1000 MB | 1000 × 1000000 |
1000000000 B |
Interpretation
Read the result as bytes, not megabytes. A value entered as MB leaves the calculator labelled B; this directional distinction matters even when the two units describe the same data size quantity.
Assumptions and limitations
- Only non-negative data-size values are accepted by this family.
- A conversion does not add significant figures to the source measurement.
- One byte is eight bits in this family; bit-rate and transfer-time conversions are outside scope.
Common mistakes
- 1 MB is 1000000 B, not 1048576 B.
- A byte count does not include filesystem or protocol overhead unless that overhead is explicitly counted.
Continue within the Data Size family
See the Data Size conversion hub for its five-unit reference table and all 20 directed routes.
- Reverse the direction: Bytes to Megabytes
- Compare another data size route: Megabytes to Kilobytes
- Compare another data size route: Megabytes to Gigabytes
- Compare another data size route: Megabytes to Kibibytes
- Compare another data size route: Bytes to Kilobytes
Assumptions
- The entered value uses megabytes exactly as labelled.
- Only non-negative data-size values are accepted by this family.
- Rounding and measurement uncertainty remain the user's responsibility.
Sources and methodology
CalcMotive publishes the formula and assumptions so you can decide whether the estimate fits your use case. See our methodology standards.
- The International System of Units (SI), 9th edition, version 4.01; Bureau International des Poids et Mesures; accessed Aug 7, 2026
- Definitions of the SI Units: The Binary Prefixes; National Institute of Standards and Technology; accessed Aug 7, 2026
- NIST Special Publication 330, Section 3: Decimal Multiples and Submultiples of SI Units; National Institute of Standards and Technology; accessed Aug 7, 2026