One value, every speed unit
Endurance athletes constantly translate between units: a runner thinks in min/km, a cyclist in km/h, a treadmill reads mph, a rowing machine gives a 500 m split, and a physics-minded coach works in m/s. This converter takes any one of those and instantly shows all the others.
The exact conversion factors
Everything is normalised to a single base unit — metres per second — and then converted out:
1 km/h = 0.277778 m/s (÷ 3.6)
1 mph = 0.447040 m/s (1.609344 km ÷ 3600 s)
1 knot = 0.514444 m/s (1.852 km/h)
pace min/km = 60 / speed_in_kmh
pace min/mile = 60 / speed_in_mph
Because all conversions go through a single m/s base value, there is no rounding drift accumulating when converting from mph to km/h to min/km — each output is computed directly from the same source value.
Quick reference table
| Pace (min/km) | km/h | mph | m/s |
|---|---|---|---|
| 3:00 | 20.0 | 12.43 | 5.56 |
| 3:30 | 17.1 | 10.66 | 4.76 |
| 4:00 | 15.0 | 9.32 | 4.17 |
| 4:30 | 13.3 | 8.28 | 3.70 |
| 5:00 | 12.0 | 7.46 | 3.33 |
| 5:30 | 10.9 | 6.78 | 3.03 |
| 6:00 | 10.0 | 6.21 | 2.78 |
A 5:00 min/km runner is moving at exactly 12 km/h, 7.46 mph, 3.33 m/s, and a pace of about 8:03 per mile.
Sport-specific use cases
Running: Most GPS watches and race results use min/km (Europe, Australia) or min/mile (US, UK). Treadmills in the US typically display mph — a common question is “what treadmill speed corresponds to my goal marathon pace?” Enter your min/km pace and read the mph answer.
Cycling: Road cycling uses km/h or mph. Track cycling may reference m/s in physiological testing. There is no standard pace concept in cycling — cyclists use power (watts) instead.
Rowing: The ergometer (rowing machine) displays a 500 m split time — the time to row 500 m at the current pace. To convert: a 2:00 min/500m split equals 4:00 min/km, 15.0 km/h, or 9.32 mph. The knot conversion is useful for on-water rowing and coastal/sea rowing events.
Open-water swimming: Swimming races and training are commonly measured in min/100m or min/100yd. This converter focuses on running and cycling units; for swim pace conversions adjust by scaling (1 km/h = 1:40 min/100m).
Multi-sport (triathlon): Triathletes need to switch mentally between bike km/h and run min/km for the same session — this converter removes that cognitive overhead during planning.
Speed vs effort: important caveats
The same speed feels — and physiologically costs — very differently depending on the sport, conditions, and the individual. A cyclist doing 30 km/h on flat roads is in a comfortable endurance zone; a runner at 30 km/h is sprinting flat out. Use this converter for the arithmetic, but calibrate effort using heart rate, power, pace zones, or perceived exertion rather than the raw number in unfamiliar units.