Hertz to Milliseconds
A period is one divided by a frequency, which means this conversion is a curve rather than a scale. 1 Hz is 1000 ms, 10 Hz is 100 ms, 100 Hz is 10 ms — every tenfold rise in frequency divides the period by ten.
Adjust the inputs and select Calculate for a full breakdown.
Solution method, checks and interpretation
Hertz to Milliseconds is worked through as a complete solution: scenario, method, formula, substitution and interpretation.
Compare Common Scenarios
How the numbers shift across typical situations for this calculator:
| Scenario | Period (ms) | Period (s) | Period (µs) | Cycles per minute |
|---|---|---|---|---|
| 100 Hz — 10 ms | 10 | 0.01 | 10,000 | 6,000 |
| 60 Hz mains — 16.67 ms | 16.67 | 0.02 | 16,666.67 | 3,600 |
| 1 Hz — one full second | 1,000 | 1 | 1,000,000 | 60 |
How This Calculator Works
The hertz is one cycle per second by definition, so the time for one cycle is 1/f seconds, and 1000/f milliseconds. Nothing is approximated and nothing is measured: the relation falls out of what the unit means. Going the other way, frequency is 1000 divided by the period in milliseconds.
The Formula
Period is the reciprocal of frequency
f in hertz (cycles per second), T in seconds. Exact by the SI definition of the hertz — there is no measured constant in this relation.
Worked Example
A 60 Hz mains cycle takes 16.67 ms. A 44,100 Hz audio sample rate means one sample every 22.68 microseconds. A 2 Hz blink is one blink every 500 ms. The last one is worth holding on to, because it is the case where the reciprocal is easiest to feel: doubling the rate halves the interval.
Key Insight
The mistake this conversion invites is treating it as linear. If 100 Hz is 10 ms, it is tempting to read 200 Hz as 20 ms — and it is 5. The relationship inverts, so the two numbers move in opposite directions, and the error is largest exactly where people reach for a rule of thumb: at low frequencies, where a small change in Hz moves the period enormously. Between 1 and 2 Hz the period drops by 500 ms; between 100 and 101 Hz it drops by 0.1 ms. The same one-hertz step, five thousand times the effect. Anything that budgets latency or timing in whole milliseconds needs the reciprocal computed, not interpolated.
Related Calculators
Frequently Asked Questions
How many milliseconds is 1 Hz?
Exactly 1000. One cycle per second means one cycle takes one second, which is 1000 milliseconds.
How do I convert ms back to Hz?
Divide 1000 by the period in milliseconds. A 20 ms period is 50 Hz; a 2 ms period is 500 Hz. It is the same reciprocal read in the other direction.
Why is 200 Hz not 20 ms?
Because period and frequency are reciprocals, not proportional. 100 Hz is 10 ms and 200 Hz is 5 ms — doubling the frequency halves the period. Reading the relation as linear is the commonest error here and it is worst at low frequencies, where one hertz moves the period by hundreds of milliseconds.
What is the period of 60 Hz mains?
16.67 ms, or 16,667 microseconds. At 50 Hz it is 20 ms exactly, which is why 50 Hz systems are easier to reason about in whole milliseconds.
Does this work for sample rates?
Yes — a sample rate is a frequency. 44,100 Hz gives 0.0227 ms between samples, and a 512-sample buffer at that rate is 512 times that, about 11.6 ms. The page gives you the per-cycle figure; multiply by the buffer length yourself.
Can I convert Hz to decibels or volts?
No, and neither can anything else. Hertz measures how often something repeats; decibels measure a ratio of power or amplitude, and volts measure potential. They describe different properties of the same signal, so there is no factor between them — a conversion would need a second measurement, not a constant.
What about angular frequency?
Angular frequency in radians per second is 2π times the frequency in hertz, so convert to hertz first by dividing by 6.283185, then use this page. Mixing the two silently is a factor-of-6.28 error.
Embed this calculator
Add this calculator to your website for your readers. The embed includes a neutral attribution link to the original CalcDomain page for methodology, updates, and source notes.
Attribution uses rel="nofollow" by default and is included for transparency, not ranking manipulation.
Suggest an improvement
Found a calculation issue, outdated source, unclear assumption, or missing edge case? Send a short note so we can review it.
Assumptions
- The signal is periodic. A period is only defined for something that repeats; noise and one-off transients have a duration, not a period.
- Frequency is in cycles per second. Angular frequency in radians per second is 2π times larger and does not convert this way.
Limitations & Disclaimer
This is an educational tool, not financial advice. It does not account for your personal circumstances, and no result is a guarantee.
- 0 Hz has no period and is refused rather than returned as infinity. A wave that never repeats has no cycle to time.
- This is frequency to time, not frequency to anything else. Hz to dB, Hz to volts and Hz to joules are not conversions — they are relationships that need a second quantity, and no factor makes them one.
- Sample rate is a frequency and buffer length is a period, so they convert here; latency in a real system is a sum of several such periods plus processing, and this page computes one of the terms rather than the total.
Methodology & Review
The hertz is defined as one cycle per second, so the period of a repeating event is exactly 1/f seconds. This page computes that reciprocal directly rather than through the shared conversion catalog, because the catalog converts within a quantity using a multiplicative factor and frequency and time are different quantities with no factor between them. The relation carries no measured constant: it follows from the definition of the unit.
External financial review: No independent third-party review. The relation is the SI definition of the hertz rather than a measured quantity, and the golden vectors below are exact..
Reviewed according to the CalcDomain Editorial Policy & Calculator Methodology. We document formulas, edge cases, sources, update dates, and correction paths for calculator pages.
Updated