# Revolutions per minute (rpm) to Hertz (rpm to Hz)

> Convert revolutions per minute (rpm) to hertz: 1 rpm = 0.0166667 Hz. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.

- Page id: `rpm-to-hz` · Quantity: Frequency (`frequency`, base unit Hz) · Tool: `convert_units`
- Canonical page: https://tttkmbb.com/conversion/rpm-to-hz · This document: https://tttkmbb.com/conversion/rpm-to-hz.md · JSON: https://tttkmbb.com/conversion/rpm-to-hz.json (add `?value=` for a result)

## Formula

- `1 rpm = 0.0166667 Hz`
- `hertz = revolutions per minute (rpm) × 0.01666666667`
- Reverse: `revolutions per minute (rpm) = hertz × 60`

The factor follows from the SI definitions of both units (NIST SP 811); values below are rounded to 6 significant figures, the API returns up to 12.

## Worked examples

- 5 rpm = 0.0833333 Hz
- 12.5 rpm = 0.208333 Hz
- 100 rpm = 1.66667 Hz

## Conversion table

| Revolutions per minute (rpm) (rpm) | Hertz (Hz) |
| --- | --- |
| 1 | 0.0166667 |
| 2 | 0.0333333 |
| 3 | 0.05 |
| 4 | 0.0666667 |
| 5 | 0.0833333 |
| 6 | 0.1 |
| 7 | 0.116667 |
| 8 | 0.133333 |
| 9 | 0.15 |
| 10 | 0.166667 |
| 15 | 0.25 |
| 20 | 0.333333 |
| 25 | 0.416667 |
| 30 | 0.5 |
| 40 | 0.666667 |
| 50 | 0.833333 |
| 75 | 1.25 |
| 100 | 1.66667 |
| 200 | 3.33333 |
| 250 | 4.16667 |
| 500 | 8.33333 |
| 1000 | 16.6667 |

## API

- `GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=rpm&to_unit=Hz` → unified JSON envelope with `result.values.result`, `formula`, `factor`, `sources`, `freshness`
- MCP: server `https://tttkmbb.com/mcp`, tool `convert_units` with `{"value":5,"from_unit":"rpm","to_unit":"Hz"}`
- All frequency units: https://tttkmbb.com/api/v1/units?quantity=frequency · full converter: [Frequency Converter](https://tttkmbb.com/conversion/frequency.md)
- Authentication: none. Freshness: `static` (fixed conversion factors).

## FAQ

**How many hertz are in one rpm?**

1 rpm = 0.0166667 Hz. The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures.

**What is the formula to convert revolutions per minute (rpm) to hertz?**

Multiply the value in revolutions per minute (rpm) by 0.01666666667: hertz = revolutions per minute (rpm) × 0.01666666667. For example, 5 rpm = 0.0833333 Hz.

**How do I convert hertz back to revolutions per minute (rpm)?**

Multiply by the inverse factor 60 (revolutions per minute (rpm) = hertz × 60), or use the hertz-to-revolutions per minute (rpm) page.

## Related conversions

- [Hertz to revolutions per minute (rpm)](https://tttkmbb.com/conversion/hz-to-rpm.md) (reverse)
- [Radians per second to Revolutions per minute (rpm)](https://tttkmbb.com/conversion/rad-per-second-to-rpm.md)
- [Revolutions per minute (rpm) to Radians per second](https://tttkmbb.com/conversion/rpm-to-rad-per-second.md)
- [Gigahertz to Megahertz](https://tttkmbb.com/conversion/ghz-to-mhz.md)
- [Megahertz to Gigahertz](https://tttkmbb.com/conversion/mhz-to-ghz.md)
- [Megahertz to Kilohertz](https://tttkmbb.com/conversion/mhz-to-khz.md)
- [Kilohertz to Megahertz](https://tttkmbb.com/conversion/khz-to-mhz.md)
- [Kilohertz to Hertz](https://tttkmbb.com/conversion/khz-to-hz.md)
- [Hertz to Kilohertz](https://tttkmbb.com/conversion/hz-to-khz.md)

## Data Sources

- NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors — https://www.nist.gov/pml/special-publication-811 (standard, retrieved 2026-09-24)
- BIPM – The International System of Units (SI Brochure, 9th edition) — https://www.bipm.org/en/publications/si-brochure (standard, retrieved 2026-09-24)
- Wikipedia – Conversion of units — https://en.wikipedia.org/wiki/Conversion_of_units (reference, retrieved 2026-09-24)
