Formula
Revolutions per minute = Megahertz × 60000000Direct answer
Multiply the entered megahertz value by 60000000 to express it in revolutions per minute (rpm). This converts megahertz (MHz) to revolution per minute (rpm) within the documented frequency family.
Variables and formula
- Megahertz (MHz): the source value measured in megahertz.
- Revolutions per minute (rpm): the same quantity expressed in revolution per minute.
- Conversion factor: 60000000 revolutions per minute per megahertz.
Revolutions per minute = Megahertz × 60000000
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: megahertz (MHz). A megahertz is the SI decimal multiple formed by applying mega (10^6) to hertz: 1 MHz = 1000000 Hz. The canonical megahertz definition is used; no alternate named variant is implied. Reference: Bureau International des Poids et Mesures: The International System of Units (SI), 9th edition, version 4.01.
Target unit: revolution per minute (rpm). One revolution per minute is one rotational cycle in 60 seconds, so 1 rpm = 1/60 Hz when used as rotational frequency. Named variant used: Rotational frequency only; not radians per second. Reference: Bureau International des Poids et Mesures: The International System of Units (SI), 9th edition, version 4.01; National Institute of Standards and Technology: NIST Guide to the SI, Chapter 8: Comments on Some Quantities and Their Units.
The MHz-to-rpm direction remains inside the frequency quantity; it changes the unit label and numerical scale, not the kind of quantity being measured.
Relationship and precision
This route is exact once the documented unit convention is selected; the convention itself must match the source measurement.
- MHz relationship: The decimal-prefix relationship is exact.
- rpm relationship: The raw evaluated base factor preserves JavaScript’s 1 / 60 result. The relationship is exactly 1/60 Hz; the TypeScript generator later emits 15 significant digits, producing 0.0166666666666667.
To audit the factor through the family base unit, divide the raw dataset factors 1000000 by 0.016666666666666666. The generator emits that quotient once at 15 significant digits as the canonical direct factor 60000000; runtime calculations do not divide the already-emitted base factors again.
Reproducible example
For 10 megahertz, 10 × 60000000 = 600000000 revolutions per minute. Repeating the same multiplication with the stated factor reproduces the displayed conversion before interface rounding.
Directional scale check
Because one megahertz contains 60000000 revolutions per minute, 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 MHz | 1 × 60000000 |
60000000 rpm |
| 10 MHz | 10 × 60000000 |
600000000 rpm |
| 100 MHz | 100 × 60000000 |
6000000000 rpm |
| 1000 MHz | 1000 × 60000000 |
60000000000 rpm |
Interpretation
Read the result as revolutions per minute, not megahertz. A value entered as MHz leaves the calculator labelled rpm; this directional distinction matters even when the two units describe the same frequency quantity.
Assumptions and limitations
- Only non-negative frequency magnitudes are accepted by this family.
- The spellings rpm and rev/min are common conventions; NIST identifies r/min as the unit designation for rotational frequency, while BIPM notes that revolution and rev are not SI units.
- A conversion does not add significant figures to the source measurement.
Common mistakes
- The symbol is MHz; mHz would mean millihertz.
- NIST uses r/min as the unit designation; rpm and rev/min are retained as common aliases.
Continue within the Frequency family
See the Frequency conversion hub for its five-unit reference table and all 20 directed routes.
- Reverse the direction: Revolutions per minute to Megahertz
- Compare another frequency route: Megahertz to Hertz
- Compare another frequency route: Megahertz to Kilohertz
- Compare another frequency route: Megahertz to Gigahertz
- Compare another frequency route: Revolutions per minute to Hertz
Assumptions
- The entered value uses megahertz exactly as labelled.
- Only non-negative frequency magnitudes 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
- NIST Guide to the SI, Chapter 8: Comments on Some Quantities and Their Units; National Institute of Standards and Technology; accessed Aug 7, 2026