· 4 min read
How to Convert Hz, kHz, MHz, and RPM
Heshan Fernando
Co-founder & COO
You’re comparing a component’s spec sheet listing a clock speed in MHz against another listed in GHz, or you’re working with a motor’s RPM rating and need to know its equivalent frequency in Hz for a related calculation. Frequency units span an unusually wide range — from millihertz (fractions of a cycle per second) up through gigahertz (billions of cycles per second) — and RPM adds a genuinely different unit family (revolutions per minute rather than cycles per second) that needs its own conversion step, not just a metric-prefix shift.
Most of these conversions are simple order-of-magnitude shifts, but between the sheer range of metric prefixes and the RPM-to-Hz conversion needing an actual formula (RPM divided by 60), it’s easy to get an exponent wrong by hand.
What frequency conversion actually involves
Hertz-based units (millihertz, hertz, kilohertz, megahertz, gigahertz) are all the same underlying measurement — cycles per second — differing only by metric prefix, so converting between them is a matter of shifting by powers of 10. RPM (revolutions per minute) measures the same fundamental idea, rotational cycles, but on a per-minute basis instead of per-second, so converting between RPM and Hz requires dividing by 60 (since there are 60 seconds in a minute) on top of any metric-prefix adjustment.
The practical need is being able to move between whichever units a spec sheet, motor rating, or technical document uses, without manually tracking multiple powers of ten or forgetting the RPM-specific 60-second conversion factor.
Why people get stuck here
- Metric prefixes span a huge range. Millihertz to gigahertz spans twelve orders of magnitude, and mentally tracking that many zeros is where manual conversion errors creep in.
- RPM isn’t just a metric-prefix shift. Converting RPM to Hz needs the actual /60 conversion, which is easy to forget if you’re used to purely metric prefix conversions elsewhere.
- Spec sheets mix units inconsistently. Comparing two components or motors listed in different frequency units (one in MHz, one in GHz; one in RPM, one in Hz) requires converting before any real comparison is possible.
- Precision matters for engineering contexts. Unlike some everyday conversions where rounding is fine, frequency conversions feeding into further engineering calculations need to stay precise.
What a good frequency converter looks like
Every common unit shown at once
Millihertz through gigahertz and RPM together means you don’t need to know in advance which specific pair you’ll need.
Correct RPM handling
RPM should be treated as its own conversion with the proper /60 factor applied, not just another metric-prefix shift.
Enough precision for technical use
Results should carry enough decimal precision to be usable in further engineering or technical calculations, not rounded to a display-friendly but imprecise figure.
Common mistakes to avoid
- Treating RPM as if it were just another metric-prefixed Hz unit and skipping the /60 conversion entirely.
- Losing track of a zero or two when manually shifting between millihertz and gigahertz, given how wide that range is.
- Comparing two spec sheets in different units without converting first, leading to an invalid direct comparison.
- Rounding too aggressively in a conversion that feeds into a further precision-sensitive calculation.
How to do it with Frequency Converter
Online Tool Store’s Frequency Converter converts across millihertz, hertz, kilohertz, megahertz, gigahertz, and RPM, with every unit shown at once, entirely in your browser.
- Open the Frequency Converter tool.
- Type your known frequency into any unit field.
- Read the converted value across every other unit, including RPM, simultaneously.
- Use the figure that matches whatever spec sheet or calculation you’re working from.
Frequently asked questions
How do I convert RPM to Hz?
Divide RPM by 60 — since there are 60 seconds in a minute, and Hz measures cycles per second while RPM measures revolutions per minute, dividing converts the per-minute rate to a per-second one.
What’s the difference between MHz and GHz?
They’re both hertz-based units differing by a factor of 1,000 — 1 GHz equals 1,000 MHz, following the standard metric prefix scale (kilo, mega, giga) applied to the base hertz unit.
Why does precision matter for frequency conversions?
Frequency conversions often feed into further technical calculations (signal processing, motor specifications, timing circuits) where a rounding error early on can compound into a meaningfully wrong result downstream.
Final thought
Frequency units span a genuinely wide range, and RPM specifically needs its own conversion step — a converter that handles both correctly saves you from a wrong exponent or a forgotten /60 factor.