HomeSports & Fitness › VDOT Training Paces Calculator

VDOT Training Paces Calculator

Estimates VDOT (Jack Daniels' pseudo-VO2max) from one race distance and time with the Daniels & Gilbert oxygen-cost and duration equations, then derives Easy, Marathon, Threshold, Interval and Repetition training paces per km and per mile.

When to use

You have a recent race or time-trial result and want Daniels-style training paces or a VDOT value to compare fitness over time.

Do not use when: You only want predicted finish times for other distances (use race-time-predictor), or you have a measured VO2max from a lab test (VDOT is a performance index, not a physiological measurement).

Formula

v = distance_m / t_min; VO2 = −4.60 + 0.182258·v + 0.000104·v²; %VO2max = 0.8 + 0.1894393·e^(−0.012778·t) + 0.2989558·e^(−0.1932605·t); VDOT = VO2 / %VO2max; training velocity for a fraction p: solve 0.000104·v² + 0.182258·v − (4.60 + p·VDOT) = 0, pace = 60000 / v seconds per km; zones Easy 59–74 %, Marathon 75–84 %, Threshold 83–88 %, Interval 95–100 %, Repetition 105–110 % of VDOT

This is Jack Daniels' VDOT method (Daniels & Gilbert 1979, Daniels' Running Formula). The zone percentages are the ranges Daniels gives for each intensity; his published tables apply small race-duration-specific adjustments, so paces here can differ from the book tables by a few seconds per km and are approximate.

Inputs

ParameterTypeUnitRequiredDescription
distancenumberyesDistance of the race or time trial, in distance_unit (e.g. 5, 10, 21.0975, 42.195 km). Range: > 0, ≤ 500
distance_unitenum: km | midefault kmUnit of the distance input.
timestringyesFinish time as h:mm:ss (3:30:00), mm:ss (25:00) or plain minutes.

Outputs

OutputTypeUnitDescription
vdotnumberDaniels' VDOT = VO2 at race pace / fraction of VO2max sustainable for the race duration (ml/kg/min).
vo2_at_race_pace_ml_kg_minnumberml/kg/min−4.60 + 0.182258·v + 0.000104·v² with v in m/min.
percent_vo2max_sustainednumber%Fraction of VO2max a runner can hold for the race duration (Daniels & Gilbert curve).
race_pace_per_kmstringmin:sec/kmAverage pace of the input race.
easy_pace_per_kmstringmin:sec/kmEasy / long-run pace range, slow to fast.
marathon_pace_per_kmstringmin:sec/kmMarathon-effort pace range.
threshold_pace_per_kmstringmin:sec/kmTempo / cruise-interval pace range.
interval_pace_per_kmstringmin:sec/kmVO2max interval pace range (3–5 minute repeats).
repetition_pace_per_kmstringmin:sec/kmFast repetition pace range (200–400 m repeats).
training_paceslistPer zone: name, percent_vo2max, pace_per_km, pace_per_mile (slow–fast) and speed_kmh at the midpoint.

Example

5 km in 25:00: {"distance":5,"distance_unit":"km","time":"25:00"}{"vdot":38.3,"vo2_at_race_pace_ml_kg_min":36,"percent_vo2max_sustained":94,"race_pace_per_km":"5:00","easy_pace_per_km":"7:14–6:03","marathon_pace_per_km":"5:59–5:28","threshold_pace_per_km":"5:31–5:16","interval_pace_per_km":"4:57–4:45","repetition_pace_per_km":"4:34–4:24"}

Marathon in 3:30:00: {"distance":42.195,"distance_unit":"km","time":"3:30:00"}{"vdot":44.6,"percent_vo2max_sustained":81.3,"race_pace_per_km":"4:59","threshold_pace_per_km":"4:54–4:40","marathon_pace_per_km":"5:19–4:51"}

GET https://tttkmbb.com/api/v1/calculate/vdot-training-paces?distance=5&distance_unit=km&time=25%3A00

Machine access

Sources

FAQ

Is VDOT the same as VO2max?

No. VDOT is the VO2max a runner would have if their running economy matched Daniels' reference curve; it is a performance index in VO2max units. Lab VO2max can be several points higher or lower.

Which race gives the best VDOT?

A recent all-out race of 5 km to half marathon on a flat course. Short races (mile) overestimate endurance paces and a marathon slowed by fuelling or heat underestimates VDOT.

Why do these paces differ slightly from the book tables?

The tables round and adjust each zone for typical repetition lengths; this calculator applies the zone percentages directly to the VDOT equations, so expect differences of a few seconds per km.

Related calculators