Cycling Speed vs Power Calculator

Calculate the power needed to hit your target cycling speed.

Free cycling speed vs power calculator. Enter rider weight, bike weight, gradient, and target speed to estimate the watts required, with a breakdown of rolling resistance, gravity, and aerodynamic drag. Runs in your browser.

How is the required power calculated?

The tool sums three resistances: rolling resistance, gravity on a slope, and aerodynamic drag. Each force is multiplied by your speed to get watts, then divided by drivetrain efficiency. Aerodynamic drag rises with the cube of speed, which is why high speeds need so much power.

Cycling speed vs power calculator

Ever wondered how many watts it takes to hold 35 km/h, or why a small climb feels so much harder than the flat? This calculator answers both using the standard cycling power model. Enter your weight, bike weight, the gradient, and a target speed, and it returns the power required plus a clear breakdown of where that power goes.

How it works

Three resistive forces oppose your motion. The calculator computes each, multiplies by road speed to get power, and divides by drivetrain efficiency:

F_roll = Crr · m · g · cos(θ)        rolling resistance
F_grav = m · g · sin(θ)              gravity on the slope
F_aero = 0.5 · ρ · CdA · v²          aerodynamic drag
P = (F_roll + F_grav + F_aero) · v / 0.97

Here m is total mass, θ is the slope angle from the gradient, v is speed in metres per second, ρ is air density, Crr is rolling resistance, and CdA is your drag area. The defaults model good road tyres and a hoods riding position.

Example and tips

Holding 32 km/h on the flat for a 75 kg rider on an 8 kg bike needs roughly 180–200 W, most of it fighting air. Add a 5% gradient at the same speed and gravity suddenly dominates. To go faster on the flat, lower your CdA (aero position, tighter kit); to climb faster, lose system weight or raise FTP.

Everything runs locally in your browser — nothing is uploaded.