Gyroscope Precession Calculator

Calculate gyroscope precession rate from spin speed, mass, radius, and pivot distance.
Shows why spinning tops stay upright and how gyroscopes guide aircraft.

Gyroscope Precession

A spinning gyroscope tilted off-axis does not fall. It precesses, rotating slowly around the vertical instead of tumbling over. This seems counterintuitive until you understand angular momentum.

Why precession happens

The gyroscope has angular momentum L = I x omega, pointing along the spin axis. Gravity exerts a torque tau = m x g x d (where d is the distance from the pivot to the center of mass). Torque changes angular momentum: tau = dL/dt. But because L is a vector already large and pointing horizontally, the small torque added by gravity rotates the tip of L sideways rather than downward. The spin axis precesses around the vertical.

Precession formula

omega_p = tau / L = (m x g x d) / (I x omega_spin)

Shape Moment of inertia Precession rate
Disk or solid cylinder I = (1/2) m R^2 omega_p = 2gd / (R^2 x omega_spin)
Solid sphere I = (2/5) m R^2 omega_p = 5gd / (2 R^2 x omega_spin)
Ring or thin hoop I = m R^2 omega_p = gd / (R^2 x omega_spin)

The hoop is the interesting one. All its mass sits at the rim, so for the same mass and radius it carries twice the angular momentum of a disk and precesses half as fast. That is why flywheels and bicycle wheels put their mass at the edge.

Precession rate in RPM

f_p = omega_p / (2 pi) rev/s x 60 = omega_p x 60 / (2 pi) RPM

The formula has a floor, and most pages do not mention it

omega_p = tau / L is the fast top approximation. It assumes the precession itself carries negligible angular momentum compared with the spin. Spin the gyroscope too slowly and that stops being true: the axis nods up and down as it sweeps around (nutation), and below a critical rate it simply falls over. The condition is

omega_spin > 2 x sqrt(m x g x d x I_perp) / I_spin

where I_perp is the moment of inertia about a horizontal axis through the pivot. For a typical toy gyroscope, a 0.5 kg disk at 10 cm radius with the mass hanging 5 cm from the pivot, that works out at 189 RPM. Below it there is no steady precession to calculate. Swap the disk for a hoop of the same mass and radius and the floor drops to 116 RPM, since the extra angular momentum does the stabilising for you. This calculator reports the critical rate alongside the answer and says so when you are under it, because the bare formula will happily return a precession rate faster than the spin and it means nothing at all.

Real-world applications

Inertial navigation: gyroscopes in aircraft and ships maintain a fixed orientation in space regardless of how the vehicle maneuvers. Before GPS, inertial navigation systems (INS) used gyroscopes to navigate submarines and intercontinental missiles.

Earth: Earth itself precesses. The gravitational torques from the Moon and Sun swing Earth’s axis around with a period of about 25,772 years, the “precession of the equinoxes” that Hipparchus spotted around 127 BC.

Bicycles are the example everyone reaches for, and it is mostly wrong. The wheels do have angular momentum, and countersteering does involve it, but gyroscopic action is not what keeps a bike upright. Jones built a bicycle in 1970 with a second counter-rotating wheel cancelling the gyroscopic effect and it still rode fine. Trail, the caster geometry of the front fork, does most of the work.

Gyroscopes also stabilize satellites, control ships via gyrocompass, and are fundamental to the MEMS sensors in every smartphone.


How we build and check this calculator

This calculator runs entirely in your browser, so the numbers you enter stay on your device. The math behind it is written by hand and tested against worked examples and standard references before the page goes live.

SuperGlobalCalculator is independently built and maintained. See how we build and verify our calculators.


Embed This Calculator

Copy the code below and paste it into your website or blog.
The calculator will work directly on your page.