Steps to distance calculator
Turn your daily step count into a real distance in kilometres and miles, plus an estimate of the calories you burned. It is useful for anyone working toward a daily step goal, training for an event, or simply curious how far their fitness tracker’s numbers actually carry them.
How it works
The core conversion is a single multiplication:
distance = steps × stride length
You get the stride length one of two ways. If you estimate from height, the tool multiplies your height by the standard walking-stride factor — 0.415 for men, 0.413 for women — to get your stride in metres. If you enter a measured stride, that value is used directly, which is more accurate.
From there it derives:
- Steps per kilometre = 1000 ÷ stride length in metres
- Calories (estimate) = steps × body weight in kg × 0.0005, a widely used ballpark
Imperial heights are converted to metres (feet × 12 + inches, then × 0.0254) and pounds to kilograms before the maths runs.
Example
A 175 cm man walks 10,000 steps:
- Stride = 1.75 m × 0.415 = 0.726 m
- Distance = 10,000 × 0.726 = 7,260 m = 7.26 km (about 4.51 miles)
- Steps per km = 1000 ÷ 0.726 ≈ 1,377
- At 70 kg: calories ≈ 10,000 × 70 × 0.0005 = 350 kcal (estimate)
| Output | Value |
|---|---|
| Stride length | 0.726 m |
| Distance | 7.26 km (4.51 mi) |
| Steps per km | ~1,377 |
| Calories (est.) | ~350 kcal |
The calorie figure is a ballpark and individual results vary with pace and terrain. Everything runs locally in your browser — nothing is uploaded.