A potter's wheel keeps turning long after the potter's foot leaves the treadle. A single-cylinder engine fires only once every two revolutions, yet the crankshaft turns smoothly between strokes. In both cases the same trick is at work: a heavy rotating part is acting as a short-term energy reservoir, soaking up power when there is a surplus and giving it back when there is a deficit.
That reservoir is the flywheel, and the energy it holds is purely kinetic — locked in rotation rather than in a chemical bond or a raised weight. This article explains how much energy a flywheel can store, how to size one, and where the design limits really come from.
Why this calculation matters
Most machines do not deliver or absorb power at a constant rate. Reciprocating engines produce torque in pulses. Punch presses, shears, and rock crushers demand a huge load for a fraction of a second, then almost nothing. Without something to smooth the mismatch, the prime mover would have to be sized for the peak rather than the average — far larger, heavier, and more expensive than the job needs.
A flywheel decouples the two. It absorbs energy during the easy part of the cycle and releases it during the hard part, so the motor or engine only has to supply the average power. Getting the stored energy right is what keeps speed fluctuation within tolerance: too small a flywheel and the machine surges and stalls; too large and it wastes mass, cost, and run-up time. The same physics now drives grid-scale flywheel storage, where rotors absorb short bursts of surplus electricity and return them within seconds.
The core formula
The kinetic energy of a rotating body is the rotational twin of the familiar one-half-m-v-squared:
E = 0.5 * I * omega^2
Here E is the stored energy in joules, I is the mass moment of inertia in kg.m^2, and omega is the angular speed in rad/s. The moment of inertia plays the role that mass plays in linear motion — it measures how strongly the body resists changes in rotation, and it depends on both how much mass there is and how far that mass sits from the axis.
For a solid disk of mass M and radius R, the moment of inertia about its center is:
I = 0.5 * M * R^2
Because R is squared, pushing mass outward toward the rim is far more effective than simply adding mass near the hub. That is why many flywheels are built as heavy rims carried on light spokes.
Rotational speed is usually quoted in revolutions per minute, so convert it to angular speed before using it:
omega = 2 * pi * N / 60
Two consequences are worth fixing in mind. First, energy scales with the square of speed — doubling rpm quadruples the stored energy, which is why high-speed rotors are so attractive. Second, that same square relationship drives the rim stress, and rim stress, not energy, is what eventually limits how fast a flywheel can safely spin.
A worked example
Take a solid steel disk of mass M = 20 kg and radius R = 0.3 m, spinning at N = 3000 rpm. How much energy does it store?
Step 1 — moment of inertia. For a solid disk:
I = 0.5 * M * R^2
I = 0.5 * 20 * (0.3)^2
I = 0.5 * 20 * 0.09
I = 0.9 kg.m^2
Step 2 — angular speed. Convert 3000 rpm to rad/s:
omega = 2 * pi * 3000 / 60
omega = 314.2 rad/s
Step 3 — stored energy.
E = 0.5 * I * omega^2
E = 0.5 * 0.9 * (314.2)^2
E = 0.45 * 98,696
E = 44,413 J
So a modest 20 kg steel disk turning at 3000 rpm banks about 44 kJ of kinetic energy. To put that in perspective, 44 kJ is roughly the energy needed to lift the same 20 kg disk about 225 metres straight up — all of it held in a wheel small enough to carry in one hand. It also shows why speed dominates the design: drop the disk to 1500 rpm and the stored energy falls to a quarter, just 11 kJ.
Common mistakes
Confusing moment of inertia with mass. A heavy flywheel is not automatically a good one. Two wheels of equal mass store very different amounts of energy if their mass is distributed differently. Always work with I, computed from the actual geometry, not with M alone.
Forgetting to convert rpm to rad/s. The energy formula needs omega in radians per second. Dropping the 2-pi-over-60 conversion and feeding rpm straight in scrambles the result by a factor of roughly 100 squared.
Treating energy as the design limit. It is tempting to chase ever-higher speed because energy grows with omega squared. But hoop stress in the rim also grows with omega squared. The real ceiling is the material's strength, and a burst flywheel is dangerous. Speed is bounded by stress, not by appetite for energy.
Ignoring the speed swing. A flywheel only does useful work by slowing down slightly as it gives energy back. The usable energy is the difference between its energy at maximum and minimum speed, set by the allowable coefficient of fluctuation — not the total energy at top speed.
Overlooking bearing and windage losses. Stored energy is not stored forever. Friction in the bearings and aerodynamic drag bleed it away. For storage applications this matters; high-performance rotors run in vacuum on magnetic bearings for exactly this reason.
Try the interactive NovaSolver calculator
Working one example by hand builds intuition, but real flywheel design means juggling torque, speed, geometry, and a stress limit at the same time. The Flywheel Energy Storage & Coefficient of Fluctuation calculator on NovaSolver lets you pick an application — IC engine, punch press, or wind turbine — choose a ring or solid-disk geometry, and set mean torque, speed, coefficient of fluctuation, and dimensions. It returns the moment of inertia, stored energy, speed variation, estimated mass, rim stress, and a burst safety factor, so you can see at a glance whether a design is safe as well as adequate.
Related calculators
- Moment of inertia calculator — the value of I sits at the heart of every flywheel calculation; use this to work it out for disks, rings, and other cross-sections.
- Belt drive calculator — flywheels are often driven through belts, so check tension, speed ratio, and power transmission for the connecting drive.
- Torsional vibration calculator — a large rotating inertia changes the natural frequencies of a shaft system, which this tool helps you predict.
You can browse the full set in the mechanical engineering tools hub.
Closing note
A flywheel is one of the oldest ideas in mechanical engineering and one of the cleanest. Energy goes in, the wheel speeds up; energy comes out, the wheel slows down. The arithmetic is short — one-half I omega squared — but the design judgement behind it is not. Mass distribution decides how much inertia you get per kilogram, speed decides how much energy that inertia holds, and material strength decides how fast you are allowed to go. Get those three in balance and a spinning mass becomes a quiet, reliable buffer between a steady power source and an unsteady load.
Top comments (0)