F
FreeConvertingTools

Free Frequency Converter Online

Convert frequency units instantly. All common and scientific units supported.

FreeNo SignupAPI Available

Ad space

Ad space

How to use the Frequency Converter

  1. 1

    Open the Frequency Converter tool

  2. 2

    Enter your data or upload your file

  3. 3

    Adjust settings if needed

  4. 4

    Get instant results

  5. 5

    Download or copy your output

Available as API

Integrate this tool into your app.

View documentation

Frequently asked questions

Is the Frequency Converter free?

Yes, our frequency converter is 100% free with no limits, no signup, and no watermarks.

Do I need to create an account?

No. You can use the frequency converter without any registration. Just open it and start using it.

Is my data safe?

Yes. Any files you upload are automatically deleted after 5 minutes. We never store, share, or access your data.

Does this work on mobile?

Yes. The frequency converter is fully responsive and works on phones, tablets, and desktops.

Is there an API for this?

Yes. All our tools are available as API endpoints for developers. Check our API documentation for details.

A frequency converter takes a value expressed in one frequency unit — hertz, kilohertz, megahertz, gigahertz, or revolutions per minute — and translates it into the others without you reaching for a calculator or re-deriving the metric prefixes by hand. Frequency shows up everywhere from audio engineering and radio spectrum work to motor speeds and computer clock rates, and each of those fields tends to default to a different unit: audio people think in Hz and kHz, radio and wireless engineers live in MHz and GHz, and anyone working with engines, fans, or spinning machinery thinks in rpm. A frequency converter exists to move a number between those worlds cleanly, and the one built into this site also throws in two related figures — period and angular velocity — that most simple converters skip.

How the Frequency Converter Works

The tool is built around a single entry field rather than a pair of dropdown menus, and that's a deliberate shortcut: you almost never want just one converted value when you're checking a frequency — you want the whole ladder at once.

  • Type a number into the Hz field. This is the tool's reference unit, so whatever you type is treated as hertz.
  • The tool immediately returns the same value expressed in kHz, MHz, and GHz, so you can read off whichever scale matches the spec sheet, datasheet, or manual you're comparing against.
  • Alongside the frequency itself, the output also includes the period in milliseconds (the time for one full cycle, which is just 1 divided by the frequency) and the angular velocity in radians per second (frequency multiplied by 2π) — both useful if you're doing any signal-processing or rotational-mechanics math downstream.
  • Change the number and every line updates instantly — there's no separate "convert" step to click through.

Everything above runs directly in your browser: the number you type is never transmitted anywhere, it's just JavaScript doing arithmetic on your own device. If you're building frequency conversion into a script, a monitoring dashboard, or any other automated system rather than typing values in by hand, the same conversion logic is exposed as a documented API endpoint at /docs, which additionally supports rpm directly as a fifth unit alongside Hz, kHz, MHz, and GHz.

Why You'd Convert Frequency Units

Frequency conversion tends to come up whenever two fields that use different default units need to talk to each other:

  • Reading a component datasheet. A crystal oscillator might be specified in MHz while the schematic or firmware constant you're working from expects a raw Hz value — a quick frequency converter check avoids an off-by-a-thousand mistake before it gets soldered onto a board.
  • Comparing wireless or radio specs. Wi-Fi bands, cellular frequencies, and RF hardware are almost always quoted in GHz or MHz, but some regulatory documents and older references still list raw Hz figures, and lining the two up by hand invites a decimal-point slip.
  • Translating motor or fan speed into an electrical signal. A brushless motor controller, a stepper driver, or a variable-frequency drive often needs an input frequency in Hz to hit a target shaft speed in rpm — converting between the two is a routine step in motor-control work.
  • Checking a processor or clock crystal spec. Computer clock speeds are marketed in GHz, but firmware and low-level timing code frequently works in raw Hz or in the period between clock edges — this tool's built-in period-in-milliseconds output is handy exactly here.
  • Tuning or troubleshooting audio equipment. Audio frequency response is charted in Hz and kHz across the audible range (roughly 20 Hz to 20 kHz), and cross-checking a spec against a kHz figure from a different data sheet is a common small annoyance this tool removes.
  • Working through a physics or electronics homework problem. Textbook exercises often mix Hz, kHz, and rpm within the same worked example, and being able to check an intermediate step quickly saves time during study sessions or lab write-ups.

Technical Deep Dive: Hz, kHz, MHz, GHz, and RPM

Hertz, kilohertz, megahertz, and gigahertz are all the same underlying unit — one cycle per second — scaled by the standard metric prefixes: 1 kHz is 1,000 Hz, 1 MHz is 1,000,000 Hz, and 1 GHz is 1,000,000,000 Hz. Because these are plain metric multiples, converting between them is just moving a decimal point, and that's exactly why they're built with a simple multiplicative factor rather than anything more elaborate.

Revolutions per minute is a genuinely different kind of unit — it counts full rotations over sixty seconds instead of cycles over one second — but it converts to Hz through a fixed, exact relationship: since there are 60 seconds in a minute, one hertz equals 60 rpm, or equivalently, rpm equals Hz multiplied by 60 (and Hz equals rpm divided by 60). A ceiling fan spinning at 300 rpm, for instance, is completing 5 full rotations every second, which is exactly 5 Hz — the same relationship a frequency converter applies automatically instead of asking you to remember which direction to divide.

UnitWhat it measuresTypical context
HzCycles per secondAudio frequencies, AC power, base SI unit
kHzThousands of HzAudio range, AM radio
MHzMillions of HzFM radio, older processor clocks
GHzBillions of HzModern CPU clocks, Wi-Fi and cellular bands
rpmRotations per minuteMotors, engines, fans, hard drives

Frequency conversion also underlies how musical pitch works, which is a useful illustration of why the exact multiplicative relationship matters. The note A above middle C is conventionally tuned to 440 Hz, and doubling that figure to 880 Hz produces the identical note one octave higher, while halving it to 220 Hz produces the same note an octave lower. That doubling relationship is exact rather than approximate — the same kind of fixed multiplier this frequency converter relies on for kHz, MHz, and GHz, just applied at a factor of two instead of a factor of a thousand.

One more practical detail worth knowing: because kHz, MHz, and GHz sit at exact powers of ten away from Hz, the conversion itself introduces no rounding error — any imprecision you notice in a displayed result comes from how many decimal places are shown, not from the underlying arithmetic. The Hz-to-rpm relationship behaves the same way: converting a value to rpm and back to Hz returns you to exactly where you started, with no cumulative drift no matter how many times you round-trip it.

Worth flagging honestly: nothing about this conversion is approximate or brand-dependent the way, say, a shoe size chart is — Hz, kHz, MHz, GHz, and rpm are all defined by exact, fixed numerical relationships, so a frequency converter's output is exact arithmetic, not an estimate.

Frequency Converter vs Doing the Math by Hand

There's nothing exotic about converting between hertz-scale units — the actual math is just multiplying or dividing by a power of ten, or by 60 for rpm — so the real question is which method minimizes the chance of a slip:

  • Mental math. Fine for a single quick kHz-to-Hz shift, but moving between GHz and Hz means tracking nine zeros, and a misplaced decimal is an easy way to be off by a factor of a thousand.
  • A general-purpose calculator. Handles the arithmetic correctly but still requires you to remember the rpm-to-Hz relationship and to manually compute period or angular velocity as separate steps if you need them.
  • A spreadsheet formula. Reasonable for a batch of values you'll reuse repeatedly, but it takes time to set up correctly the first time, and a typo in the formula silently produces wrong numbers for every row.
  • A dedicated frequency converter. One field in, every common unit out simultaneously, including the period and angular velocity extras — no formula to get wrong and nothing to set up in advance.

For a single one-off check, any of these gets you the right number eventually. Where the dedicated tool earns its keep is when you're moving back and forth between several units in the same session — checking a datasheet in MHz, cross-referencing a regulatory table in Hz, and converting a target motor speed to rpm all in the same few minutes — since it removes the repeated setup cost of each individual calculation.

Common Questions About Converting Frequency

What's the exact relationship between Hz and rpm?

One hertz equals 60 rpm, because a hertz is one cycle per second and there are 60 seconds in a minute. So to go from rpm to Hz, divide by 60; to go from Hz to rpm, multiply by 60.

How many Hz is 1,000 rpm?

1,000 rpm divided by 60 works out to approximately 16.67 Hz — a motor or fan spinning at 1,000 rpm is completing roughly 16.67 full rotations every second.

Why does audio equipment use Hz while engines use rpm?

It's a matter of convention tied to what's being measured and how fast it repeats. Audio deals with rapid oscillations (dozens to tens of thousands per second), so per-second units are natural. Engines and motors complete far fewer rotations in a comparable span, and per-minute counts are simply easier to read at that scale — both describe the same kind of repeating event, just scaled to a convenient counting interval.

Can a frequency value be negative or zero?

Physically, frequency is a count of repeating events per unit time, so it's zero or positive in any real-world signal or rotation; a negative frequency doesn't correspond to anything you'd measure with a tachometer or an oscilloscope's frequency reading.

Is GHz always about computer processor speed?

No — GHz shows up just as often in radio-frequency contexts like Wi-Fi bands (2.4 GHz and 5 GHz being the common ones) and cellular network frequencies. Processor clock speed is one of the more visible everyday uses of GHz, but it's far from the only one.

Does the API round frequency values differently than the on-page tool?

Both apply the same exact multiplicative relationships between Hz, kHz, MHz, GHz, and rpm — there's no rounding built into the underlying conversion itself, only in how many decimal places are displayed, which can differ slightly between the page and a raw API response depending on the requested unit pair.

Can I convert directly between rpm and GHz in one step?

Yes. Because every unit here reduces to the same hertz-based reference point, going from rpm straight to GHz, or any other pairing among the five supported units, happens in a single step rather than requiring you to manually pass through an intermediate unit first.

Why does doubling a frequency sound like "one octave higher" in music?

Musical pitch perception is built on a doubling relationship: any frequency doubled sounds like the same note one octave up, and any frequency halved sounds like the same note an octave down. It's a good everyday illustration of why frequency conversion is exact multiplication rather than an estimate — the ratio between two frequencies stays fixed no matter which unit either one happens to be expressed in.

Related Tools

If your frequency work also touches rotational or timing quantities, the Time Unit Converter is useful for converting the period side of things — milliseconds, seconds, and beyond — once you've got a frequency figure in hand. The Angle Converter pairs naturally with angular velocity if you're working through rotational mechanics, and the Speed Converter is handy when a rotational speed needs to be translated into linear velocity for a wheel or pulley of known diameter. Anyone working with motor or engine specs may also find the Power Converter useful for translating between watts, horsepower, and BTU/h figures that often appear alongside an rpm rating. Developers who want to fold frequency conversion into their own tools or pipelines instead of using the page directly can find full parameter details for this and every other converter at /docs.

Ad space

Related tools

Ad space