Motorcycle Cornering Speed Calculator
Calculate maximum cornering speed from turn radius and road grip.
Returns km/h and mph, the lean angle it demands, and a 75% margin for dry, wet, and gravel.
When a motorcycle corners, the centripetal force holding it on the arc has to come from the lateral grip of the tires and nowhere else. Two things set the ceiling: how tight the corner is, and how much grip the surface will give you.
The formula: v = sqrt(mu × g × r)
Where:
- v = maximum speed (m/s)
- r = corner radius (meters)
- g = 9.81 m/s²
- mu = coefficient of friction (tire-to-road grip)
Where lean angle comes into it. Riders expect lean to be an input, and it is not. A motorcycle is a single-track vehicle, so it leans by exactly as much as the corner demands: it has no choice. The lean angle that balances the bike is theta = atan(mu), which falls straight out of the same physics and is reported alongside the speed above. Ask for 40 degrees of lean and you are asking for mu = 0.84, whether the road has it or not.
That is also why a banked corner and a flat one are different problems. On a flat road, grip alone holds you up. Banking lets some of the bike’s weight do the cornering, which is why an on-ramp with camber feels planted and the same radius with adverse camber does not.
Friction coefficients (mu):
- Dry tarmac, sport tires: 0.9–1.1
- Dry tarmac, touring tires: 0.7–0.9
- Wet tarmac: 0.4–0.6
- Gravel/loose surface: 0.3–0.5
- Painted road markings: 0.3–0.5
Worked example:
- Corner radius: 50 m, dry road (mu = 0.85)
- v = sqrt(50 × 9.81 × 0.85) = sqrt(417) = 20.4 m/s = 73 km/h
Safety margin: Road camber, diesel, cold rubber, a pillion, a full tank. Every one of those moves the real limit and none of them announces itself. Ride at 70-80% of the figure above. The lean angle looks after itself as you approach the limit, because that is what the bike’s geometry does. What you have to supply is a smooth throttle and no sudden inputs.
Corner radius estimation: A tight hairpin is 5–15 m. A sweeping mountain bend is 50–200 m. A motorway on-ramp is 100–300 m.
One thing worth internalising: speed scales with the square root of both radius and grip, so neither one rewards you the way instinct suggests. Doubling the radius buys 41% more speed, not 100%. Going from dry tarmac at 0.9 to wet at 0.5 costs you 25% of your cornering speed, which sounds survivable until you notice that a corner you normally take at 80 km/h now lets go at 60. Riders rarely slow by a quarter in the rain.
The number this returns is a ceiling, not a target. It assumes clean tarmac, warm tires, a constant radius and no braking or acceleration mid-corner. Every one of those is doing work: use any of your grip for slowing down and there is that much less holding you in the turn. Decreasing-radius bends break the constant-radius assumption outright, which is why they catch people out on roads they think they know.
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.