Hz to RPM: The Multiplication Behind Every Frequency Conversion
A power grid runs at 60 Hz in the US and 50 Hz in Europe. A hard drive spins at 7,200 RPM. A concert tunes to 440 Hz. A CPU is clocked in gigahertz. These are all the same kind of quantity — frequency, how often something repeats per second — just scaled and counted by different conventions, so converting between them is one multiplication, done through a common base unit.
The method: convert through a fixed base unit
This tool uses hertz (cycles per second) as the base. Every other frequency unit is a fixed number of hertz — a kilohertz is always 1,000 Hz, an RPM is always 1/60 Hz, by definition. To convert a value from one unit to another: multiply by the source unit's hertz-per-unit, then divide by the target unit's hertz-per-unit.
answer = value × (source Hz-per-unit) ÷ (target Hz-per-unit)
That's the whole method. Hertz to RPM, gigahertz to hertz, RPM to hertz — all the same formula, just a different pair of numbers.
The numbers
- 1 Hertz = 1 Hz (the base)
- 1 Kilohertz = 1,000 Hz
- 1 Megahertz = 1,000,000 Hz
- 1 Gigahertz = 1,000,000,000 Hz
- 1 RPM = 1/60 Hz (0.016666… Hz, since one revolution per minute is one-sixtieth of a revolution per second)
A worked example: 60 Hz mains power, in RPM
A simple two-pole AC motor spins once per electrical cycle, so its top speed is the mains frequency converted to RPM. Divide by an RPM's 1/60 Hz: 60 ÷ (1/60) = 60 × 60 = 3,600 RPM — the textbook synchronous speed of a two-pole motor on US 60 Hz power (a real motor under load runs a little slower, called "slip," but 3,600 RPM is the frequency-only ceiling this conversion describes).
A second example: 50 Hz mains power, in RPM
Europe, the UK and most of the world outside the Americas run mains power at 50 Hz instead of 60. Same method: 50 ÷ (1/60) = 3,000 RPM — which is why the same two-pole motor design spins at a different top speed depending on which grid it's plugged into, and why some appliances (record players, clocks that once used the mains frequency to keep time) behave differently across the Atlantic.
A third example: a 7,200 RPM hard drive, in Hz
Going the other direction: multiply by RPM's 1/60 Hz-per-unit, divide by hertz's 1 Hz-per-unit: 7,200 × (1/60) ÷ 1 = 120 Hz. That drive's platter completes 120 full rotations every second — a useful number if you're comparing spin speed against a vibration or noise frequency measured in Hz instead of RPM.
A fourth example: concert pitch, in kilohertz
Orchestras commonly tune to A440 — 440 Hz. In kilohertz: 440 ÷ 1,000 = 0.44 kHz. Audio equipment and radio specs are usually quoted in Hz for low frequencies (a piano's range) and kHz or MHz for higher ones (a tweeter's range, a radio dial), so the same multiply-and-divide move is what turns one convention into the other.
What the tool adds
The numbers above are all you need, on paper, for any pair of frequency units. The tool's job is just speed and fewer mistyped digits: pick the two units, type the value, and it runs the same multiplication instantly across any of the five units it knows, entirely on your device.