What Is RPM to G Force and Why Does It Matter?
Anything that spins fast enough pulls on whatever is riding along with it — a coin on a turntable, a pilot in a centrifuge, a tire on a test rig. That pull is measured in G forces, a unit built around Earth's own gravity. Converting a rotational speed in RPM (revolutions per minute) into G forces is one of the most common calculations in mechanical and aerospace engineering, and it's exactly what the calculator above does.
The RPM to G Force Formula
The calculation happens in two stages: first RPM becomes angular velocity, then angular velocity becomes acceleration.
[
\omega = \text{RPM} \times \frac{2\pi}{60}
]
[
G = \frac{\omega^2 \times r}{9.80665}
]
Where:
- ω (omega) is the angular velocity in radians per second.
- r is the radius of rotation, in meters.
- 9.80665 is standard gravity in m/s², the fixed reference used to express any acceleration "in Gs."
Radius must always be entered in meters. Mixing units — say, inches for radius with RPM for speed — will silently produce a wrong answer, since the formula assumes SI units throughout.
Worked Example
Take a centrifuge spinning at 500 RPM with a 0.5 meter radius.
First, convert RPM to angular velocity:
[
\omega = 500 \times \frac{2\pi}{60} = 52.36 \text{ rad/s}
]
Then apply the G-force formula:
[
G = \frac{52.36^2 \times 0.5}{9.80665} = \frac{2741.6 \times 0.5}{9.80665} \approx 139.78 \text{ G}
]
That's an extreme value — far beyond anything a person could survive — which is exactly the kind of force real lab centrifuges are built to generate for materials and biological testing.
How G Force Scales with RPM and Radius
Because angular velocity is squared in the formula, G force grows much faster than RPM does. Doubling the RPM quadruples the G force at a fixed radius, while doubling the radius alone only doubles it.
| RPM | Radius (m) | G Force |
|---|---|---|
| 100 | 0.5 | 5.59 |
| 200 | 0.5 | 22.37 |
| 500 | 0.5 | 139.78 |
| 500 | 1.0 | 279.56 |
| 1000 | 1.0 | 1118.24 |
That squared relationship is why ride engineers and centrifuge designers treat every RPM increase with far more caution than an equivalent increase in radius.
Quick Recap
- Convert RPM to angular velocity: ω = RPM × 2π / 60.
- Convert angular velocity to G force: G = ω²r / 9.80665.
- Radius must be in meters; G force grows with the square of RPM.
- Use the calculator above to check any spinning setup and get an instant G-force reading.
If you're working through rotational motion problems, the centripetal acceleration calculator is a natural next step.