Menu

Search toolsChangelog

to move to openDescribe the problem, not the tool

50-minute 10K split times

A 50-minute 10K needs an even pace of 5:00 per kilometre, or about 8:03 per mile. Each kilometre checkpoint lands exactly five minutes after the last, so halfway is 25:00 and the tenth kilometre is 50:00.

The complete course distance. The formula always works in metres; the measurement switch only changes the control.

Decimal minutes are allowed: 42.5 means 42 minutes 30 seconds; 240 means four hours.

The final row is shortened when the course is not a whole number of the chosen split.

Pace per kilometre
5:00
Pace per mile
8:03
Average speed (km/h)
12.00
Rows in the split sheet
10
Final split
1 km

The complete even-pace split sheet

11 km1 km5:005:00
22 km1 km5:0010:00
33 km1 km5:0015:00
44 km1 km5:0020:00
55 km1 km5:0025:00
66 km1 km5:0030:00
77 km1 km5:0035:00
88 km1 km5:0040:00
99 km1 km5:0045:00
1010 km1 km5:0050:00

An estimate, not medical advice. Body metrics are population averages and do not account for your individual circumstances. Speak to a clinician about anything that matters.

What to take away
  1. The average speed is exactly 12 kilometres per hour.

  2. Five kilometres is the halfway distance and the halfway time is 25:00.

  3. The downloadable table contains every kilometre rather than only the headline pace.

How it works

The formula

totalMetres  = distanceKm x 1,000
totalSeconds = finishMinutes x 60

secondsPerMetre = totalSeconds / totalMetres
pacePerKm       = secondsPerMetre x 1,000
pacePerMile     = secondsPerMetre x 1,609.344

splitCount = ceiling(totalMetres / chosenSplitMetres)

checkpointDistance[n] = min(n x chosenSplitMetres, totalMetres)
checkpointTime[n]     = totalSeconds x checkpointDistance[n] / totalMetres

Every checkpoint uses the unrounded totals. Displayed times are rounded only
after the checkpoint has been calculated.

What it assumes

  • The sheet is an even mathematical pace from start to finish. It does not model hills, wind, congestion, aid stations, warm-up, fatigue or a deliberate negative split.
  • Distance arrives in kilometres. The measurement-system switch converts miles at the input boundary, so the formula receives one base unit whichever control the visitor sees.
  • One international mile is exactly 1,609.344 metres. A track-lap row is 400 metres; a real runner in an outside lane travels farther unless the start is staggered.
  • Each displayed clock is rounded independently to the nearest second. Adding those rounded split labels can differ from the exact finish by a few seconds, so cumulative checkpoints come from the unrounded total instead.
  • This is a planning aid, not medical or coaching advice. A target can be mathematically consistent and still be unsuitable for a particular runner.

Common questions

What 400 metre lap time matches a 50-minute 10K?

Even pacing gives 2:00 per 400 metres. A standard 400 metre track therefore takes 25 laps for 10 kilometres, with no partial final lap.

Is 8:02 per mile exact for this target?

It is rounded to the nearest second. The exact average is about 482.8 seconds per international mile, which displays as 8 minutes 3 seconds when each pace is independently rounded.

Sources

The full method, worked example and every assumption behind this figure are on Running Split Planner.