Frequency to Period Calculator

Convert frequency in Hz, kHz, MHz, GHz, or RPM into period instantly. Get precise cycle time in seconds, milliseconds, microseconds, and nanoseconds using the standard formula T = 1 / f.

Calculator: Convert Frequency to Period

Tip: RPM is converted to Hz with Hz = RPM / 60.
Frequency (Hz)
Period (s)
Period (ms)
Period (µs)
Period (ns)
Period (minutes)
Formula: T = 1 / f

How to Convert Frequency to Period (Complete Guide)

What Frequency Means

Frequency describes how often a repeating event happens every second. In science and engineering, frequency is usually measured in hertz (Hz), where 1 Hz means one cycle per second. If a waveform completes 60 cycles each second, its frequency is 60 Hz. If a signal completes one million cycles each second, its frequency is 1 MHz.

The concept is used everywhere: AC power systems, clocks in processors, oscillators in communication devices, audio tones, rotating machines, motors, and digital electronics. Because many systems depend on timing, engineers frequently need to convert between frequency and time. That is exactly why a frequency to period calculator is useful.

What Period Means

Period is the amount of time required for one complete cycle of a repeating waveform or event. If a signal repeats quickly, its period is small. If it repeats slowly, its period is large. Period is measured in seconds (s), but depending on the speed of the signal, it is often expressed in milliseconds (ms), microseconds (µs), or nanoseconds (ns).

For example, a 1 kHz signal repeats every 1 millisecond. A 1 MHz clock repeats every 1 microsecond. A 1 GHz clock repeats every 1 nanosecond. Understanding this relationship is fundamental for timing calculations, sampling intervals, pulse widths, and synchronization tasks.

Frequency to Period Formula

The equation is straightforward:

T = 1 / f

Where:

If your frequency is in kHz, MHz, or GHz, convert it to Hz first. Then apply the formula. This calculator handles that conversion automatically and shows multiple period units at once for convenience and accuracy.

Unit Conversions You Should Know

For rotational systems, RPM can be converted to frequency using:

f(Hz) = RPM / 60

Once frequency is in Hz, period is still calculated as T = 1/f.

Practical Frequency to Period Examples

Example 1: 50 Hz power signal
T = 1 / 50 = 0.02 s = 20 ms
This is a common AC mains value in many countries.

Example 2: 60 Hz power signal
T = 1 / 60 ≈ 0.01667 s = 16.67 ms
This is common in North American electrical grids.

Example 3: 1 kHz audio tone
Convert first: 1 kHz = 1000 Hz
T = 1 / 1000 = 0.001 s = 1 ms

Example 4: 2.4 GHz wireless signal
2.4 GHz = 2.4 × 109 Hz
T = 1 / (2.4 × 109) ≈ 4.167 × 10-10 s = 0.4167 ns

Example 5: 7200 RPM motor
Convert RPM to Hz: f = 7200 / 60 = 120 Hz
T = 1 / 120 ≈ 0.008333 s = 8.333 ms

Where Frequency-to-Period Conversion Is Used

Electronics and embedded systems: Engineers use period to determine timer intervals, interrupt schedules, PWM cycle times, and clock behavior. Knowing the exact cycle duration is essential when configuring microcontrollers and FPGAs.

Signal processing and audio: Audio frequencies correspond to cycle durations that affect tone generation, filtering, and waveform synthesis. Producers and DSP developers frequently convert between frequency and period to set envelope and modulation rates.

Communications and RF: High-frequency systems often require nanosecond or picosecond timing estimates. While this page reports up to nanoseconds, the same principles apply to smaller time scales used in advanced RF design.

Power systems: Grid frequency defines cycle timing. Power electronics, relay timing, and synchronization with mains signals rely on accurate period values.

Mechanical systems: Rotational speed in RPM can be translated into frequency and then into period for vibration analysis, shaft monitoring, and cycle-based diagnostics.

Common Mistakes to Avoid

Why Use This Frequency to Period Calculator?

This calculator is built for speed and precision. Enter your frequency and unit, then instantly see period in seconds, ms, µs, ns, and minutes. It removes manual conversion errors and helps with fast engineering checks, classroom learning, maintenance tasks, and technical documentation.

Because the relationship is inverse, small changes at high frequencies can produce very small period changes. The built-in scientific notation formatting helps preserve readability across large and small values.

Frequently Asked Questions

How do I convert Hz to seconds?

Use T = 1/f. If frequency is 100 Hz, the period is 1/100 = 0.01 s.

What is the period of 1 MHz?

1 MHz equals 1,000,000 Hz, so the period is 1/1,000,000 = 1 µs.

Can I convert RPM to period directly?

Yes. First convert RPM to Hz by dividing by 60, then apply T = 1/f.

Why does higher frequency mean shorter period?

Frequency counts cycles per second. More cycles in one second means each cycle must take less time, so period decreases.