Lactate Threshold Field Protocol

What this note covers

Supervised graded exercise test (GXT) protocol for individualized lactate threshold (LT1/LT2) determination using point-of-care lactate meters, and evidence-based active recovery intensity prescription for post-high-intensity-session lactate clearance.

Evidence boundary: only the ModDmax method for LT calculation is validated against MLSS with adequate individual-level reproducibility (ICC = 0.96, MD = 1.1 W). Other methods fail to reliably detect a 30 W change in individuals. Source: DOI 10.1186/s13102-020-00219-3; PMID 21343140

Lactate Threshold Field Test Protocol

Equipment required

  • Point-of-care lactate meter (Lactate Plus, StatStrip Xpress, or Lactate Pro2 recommended; see Lactate Wearable Detection Model)
  • Capillary blood sampling (fingerstick with capillary tube, not direct fingerstick for Lactate Plus)
  • Heart rate monitor (chest strap or wrist-based with validated accuracy)
  • Incremental exercise apparatus (ergometer or track for running)

Protocol design constraints

  • Minimum 6 stages required for ModDmax calculation
  • Stage length significantly affects LT determination; a single protocol cannot reliably determine LT across all stage designs (DOI 10.1371/journal.pone.0199794)
  • Starting intensity, stage increments, and total test duration all shift the LT estimate
  • Practical recommendation: 3–4 minute stages; power/speed increments of 20–30 W (cycling) or 0.5–1.0 m/s (running)

ModDmax method overview

The Modified Dmax method fits a 3rd-degree polynomial to the lactate-power curve, identifies the point of maximum perpendicular distance from the chord connecting start and end points, then constrains the search to the concave-down portion (where the second derivative is negative).

Validation: ModDmax is the only single-GXT method validated against MLSS with acceptable error:

  • Mean difference (MD) = 1.1 W vs. MLSS
  • ICC = 0.96
  • Source: DOI 10.1186/s13102-020-00219-3

Output: individualized lactate thresholds

ParameterDefinitionTraining Zone
LT1 power/HRLactate ~1.0–1.5 mM above resting baseline (~2 mmol/L)Top of Zone 2 (aerobic threshold)
LT2 power/HRModDmax point (~4 mmol/L population average)Zone 3/4 threshold
MLSS power (estimated)Power at which lactate ≈ 4 mM; individual MLSS lactate varies 2–8 mmol/LApproximate Zone 3–4

Important caveat: the 4 mmol/L figure for LT2/OBLA is a population average. Individual MLSS lactate concentrations range from 2–8 mmol/L. Multiple 30-minute constant-load verification trials are needed for precise MLSS determination. The field test gives an estimate, not a precise MLSS.

Training zone derivation from LT1/LT2

ZoneBoundaryIntensitySubstrate
Zone 1 Recovery< 90% LT1 powerBelow LT1 HR; RPE ≤ 9Primarily fat oxidation
Zone 2 Aerobic90%–100% LT1At LT1 HR; RPE 10–12Fat oxidation dominant
Zone 3 ThresholdLT1+1 W to ~95% LT2Between LT1 and LT2; RPE 13–15Mixed substrates
Zone 4 Tempo~95% LT2 to LT2At/near LT2/MLSS; RPE 16–17Carbohydrate dominant
Zone 5 Interval> LT2Above MLSS; RPE 18–20Glycolytic

Zone 3–4 training is optimal for improving lactate clearance capacity (MCR). Active recovery should target Zone 2 (~80% of LT1 HR).

Sources: PMID 20544484; PMID 24739289

Active Recovery Intensity Prescription

Evidence base

Active recovery at 80% of LT1 intensity produces the highest post-exercise lactate clearance rate and shortest clearance time constant after maximal all-out exercise (>10 mM lactate peak). Source: PMID 20544484; PMID 24739289

Why 80% LT1 specifically: at this intensity, muscle blood flow and cardiac output support maximum lactate oxidation and transport without generating additional lactate accumulation. Above this intensity, lactate production begins to exceed clearance capacity.

Prescription formula

prescribed_recovery_HR = LT1_HR × 0.80
prescribed_recovery_power = LT1_power × 0.80

Clearance time estimation

Using mono-exponential model with Lt50 ≈ 14.1 min (healthy adults, active recovery):

estimated_clearance_min = Lt50 × log₂(peak_lactate_mM / target_lactate_mM)
  • Peak lactate 10 mM → target 2 mM: ~14.1 × log₂(5) ≈ 32.7 min at 80% LT1
  • Peak lactate 8 mM → target 2 mM: ~14.1 × log₂(4) ≈ 28.2 min
  • Peak lactate 6 mM → target 2 mM: ~14.1 × log₂(3) ≈ 22.3 min

Trained individuals clear faster (Lt50 may be shorter); untrained and cardiometabolic disease populations clear more slowly. Verify with lactate meter.

Active vs. passive recovery

Active recovery clears lactate faster than passive in an intensity-dependent manner. Maximum lactate clearance occurs at 80–100% of LT1 intensity during the active recovery bout. Blood lactate disappearance follows bi-exponential kinetics; active recovery accelerates both the rapid early phase and the slower late phase.

Key protocol caveats

  1. Use the same lactate analyzer for all measurements — device compartment effects cause up to ~50% systematic differences between analyzers
  2. Sample with capillary tube, not direct fingerstick, for Lactate Plus devices — precision degrades with direct fingerstick
  3. Same time of day for all lactate measurements — diurnal variation significantly affects results
  4. Minimum 5-day trending for morning resting lactate — single measurements are unreliable for training load monitoring
  5. Multiple verification trials needed for precise MLSS — the field test estimate is not equivalent to a laboratory MLSS determination
  6. Individual thresholds, not population averages — fixed 4 mmol/L LT2 is a population average, not an individual target; individual MLSS varies 2–8 mmol/L

Algorithm hooks

The canonical monograph includes Python implementations of:

  • estimate_lactate_thresholds() — ModDmax LT1/LT2 estimation from incremental test data
  • lactate_zone_boundaries() — Vitals training zone derivation
  • active_recovery_prescription() — 80% LT1 recovery intensity and clearance time
  • LactateTrendMonitor class — morning fasting lactate trending with 5-day minimum, personal baseline, and elevation flags

See the Lactate Metabolism hub for full algorithm implementations.


Vitals KB | Batch 110 | lactate-metabolism-vitals-training-load | 2026-04-24