Predicting a Race Time and Converting Steps to Calories
Riegel's race prediction formula and the steps-to-calories conversion, worked through with real examples.
Predicting a race time from a shorter effort, and converting a daily step count into calories, both rely on a single scaling formula applied to a known reference point.
Riegel's race time prediction formula
T2 = T1 × (D2/D1)^1.06
Run a 5K in 22 minutes and want to estimate a 10K time? T2 = 22 × (10/5)^1.06 = 22 × 2^1.06. Since 2^1.06 ≈ 2.085, T2 ≈ 22 × 2.085 ≈ 45.9 minutes for the 10K — notice this is more than exactly double the 5K time (44 minutes), because the 1.06 exponent (slightly above 1) accounts for the fact that pace naturally slows somewhat over longer distances, even for a well-trained runner.
Why the exponent is 1.06, not exactly 1
If the exponent were exactly 1, the formula would predict pace stays perfectly constant regardless of distance — but real endurance performance degrades gradually as distance increases, due to fuel depletion, accumulated fatigue, and pacing strategy. The 1.06 exponent was empirically fit to match observed real-world race performances across distances reasonably well.
Steps to calories: distance times weight times a constant
Distance (km) ≈ Steps × 0.000762 (an average stride-length estimate). Calories ≈ Distance(km) × Weight(kg) × 0.9. Taking 10,000 steps at 70kg body weight: distance ≈ 10,000 × 0.000762 = 7.62km, and calories ≈ 7.62 × 70 × 0.9 ≈ 480 calories burned from that walking.
Why stride length is an approximation, not a measurement
The 0.000762 km-per-step figure assumes an average adult stride length; taller individuals with longer strides cover more actual distance per step than this average assumes, while shorter-strided individuals cover less — meaning the same step count corresponds to somewhat different real distances (and therefore calories) for different people.
Common mistakes to avoid
- Applying Riegel's formula across dramatically different distance ratios (like predicting a marathon from a 400m sprint time), where the formula's accuracy degrades significantly outside a reasonable distance range
- Assuming step count alone (without a stride-length or distance calibration) gives a precise calorie estimate — it's a population-average approximation
- Forgetting that both formulas assume reasonably consistent effort and conditions between the reference performance and the predicted one
Predict your own race time with the marathon time predictor, or estimate walking calories with the steps to calories calculator.