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.
Measuring your own stride for better accuracy
The height-based formula is a reasonable population average, but your personal stride may differ. To measure it:
- Find a flat surface and mark a start point.
- Walk at your natural pace for exactly 10 metres (or 20 for more data), counting every step.
- Divide the distance in metres by your step count to get stride length in metres.
For example, 10 m in 14 steps gives a stride of 0.714 m. Enter that in the manual stride field and the calculator uses your measured value rather than the height estimate.
Reading the step-count output on fitness trackers
Most phones and wearables count steps using an accelerometer. A few things worth knowing:
- Phone step counts are usually slightly lower than wearable counts when the phone is in a bag rather than on your body.
- Running vs walking: this calculator uses walking-stride factors. If your step count includes running, use a measured running stride for that portion, or run a separate calculation.
- Non-step movement (cycling, driving on rough roads) can artificially inflate step counts on some devices.
Benchmarks
| Goal | Distance (approx, 175 cm person) |
|---|---|
| 5,000 steps | ~3.6 km (~2.3 mi) |
| 10,000 steps | ~7.3 km (~4.5 mi) |
| 15,000 steps | ~10.9 km (~6.8 mi) |
The 10,000-step target is a popular health benchmark, but the underlying goal is simply moving more than you would otherwise — any consistent daily count is better than none. Use the calories figure as rough motivation rather than a precise energy balance.