Cycling Power Calculator

Estimate the watts you need to hold your target speed across gradients with a transparent gravity + aerodynamic drag model.

Cyclist & terrain details

How to use this calculator

Enter your total mass (cyclist + bike) and the speed you plan to sustain. Add the route gradient to see how the gravitational load changes the watts required. Hit Calculate or rely on the debounced updates that fire after you pause typing.

The calculator keeps everything in metric units for clarity. Use the Reset button to restore the default traveler (70 kg at 20 km/h on a 5% incline) whenever you need a baseline.

Methodology

The model adds two well-established contributors: the gravitational work needed to lift the mass up the incline, and the aerodynamic drag that scales with the cube of speed. Gravity uses the familiar g=9.81 m/s² constant, while aerodynamic drag multiplies air density, a drag coefficient, and frontal area before scaling with the velocity cube (speed converted to m/s).

Results show the total power plus the split between gravity and drag so you can see which factor dominates. The computation runs on the values you provide; it never shows NaN or Infinity because we validate every number and keep the UI stable.

Data source

This calculator follows the established cycling power formulas highlighted by professional sports science resources, ensuring the physics mirrors how coaches and engineers model effort. See the references in the Citations section for the exact source used in the audit.

Glossary of terms

How it works: step-by-step example

A 70 kg rider who maintains 20 km/h on a 5% climb needs to cover gravitational work first, then add the drag losses. Plugging these values into the calculator breaks the effort into two components and sums them to produce the power required to maintain the speed.

Frequently asked questions

What is cycling power?

Cycling power is the rate at which the body turns chemical energy into mechanical work on the bike, measured in watts.

Why is knowing cycling power important?

Power helps cyclists manage training load, pace a climb, and compare performance inside and outside the saddle.

How accurate are these calculations?

The numbers are theoretical; real-world losses from wind, road surface, and rider position can nudge the true watts required.

Can this calculator be used for mountain biking?

Yes, though mountain terrain adds technical losses that this simplified model does not capture, so treat the output as a starting point.

Is this tool suitable for professional cyclists?

Absolutely. Pros use similar back-of-the-envelope physics to verify power targets before refining them with wind-tunnel data.

Audit: Complete Verified by Ugo Candido on 2026-01-19 Version 0.1.0-draft
Formulas

Primary formula:

Power = (Total Mass × Gravity × Speed × Gradient) + (0.5 × Air Density × Drag Coefficient × Frontal Area × Speed³)

Variables and units were not enumerated in the audit specification.

Citations
here — sportcalculators.com · Accessed 2026-01-19
https://www.sportcalculators.com/cycling-speed-calculator
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Version 1.5.0