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
| Parameter | Definition | Training Zone |
|---|---|---|
| LT1 power/HR | Lactate ~1.0–1.5 mM above resting baseline (~2 mmol/L) | Top of Zone 2 (aerobic threshold) |
| LT2 power/HR | ModDmax 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/L | Approximate 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
| Zone | Boundary | Intensity | Substrate |
|---|---|---|---|
| Zone 1 Recovery | < 90% LT1 power | Below LT1 HR; RPE ≤ 9 | Primarily fat oxidation |
| Zone 2 Aerobic | 90%–100% LT1 | At LT1 HR; RPE 10–12 | Fat oxidation dominant |
| Zone 3 Threshold | LT1+1 W to ~95% LT2 | Between LT1 and LT2; RPE 13–15 | Mixed substrates |
| Zone 4 Tempo | ~95% LT2 to LT2 | At/near LT2/MLSS; RPE 16–17 | Carbohydrate dominant |
| Zone 5 Interval | > LT2 | Above MLSS; RPE 18–20 | Glycolytic |
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
- Use the same lactate analyzer for all measurements — device compartment effects cause up to ~50% systematic differences between analyzers
- Sample with capillary tube, not direct fingerstick, for Lactate Plus devices — precision degrades with direct fingerstick
- Same time of day for all lactate measurements — diurnal variation significantly affects results
- Minimum 5-day trending for morning resting lactate — single measurements are unreliable for training load monitoring
- Multiple verification trials needed for precise MLSS — the field test estimate is not equivalent to a laboratory MLSS determination
- 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 datalactate_zone_boundaries()— Vitals training zone derivationactive_recovery_prescription()— 80% LT1 recovery intensity and clearance timeLactateTrendMonitorclass — morning fasting lactate trending with 5-day minimum, personal baseline, and elevation flags
See the Lactate Metabolism hub for full algorithm implementations.
Related notes
- Lactate Metabolism — primary hub
- Lactate Wearable Detection Model — POC device selection guide
- Lactate Clearance Kinetics — Lt50, MCR biometric signal interpretation
- Zone 2 Training Physiology — lactate threshold as Zone 2 boundary
- Vitals Knowledge Map — full vault map
Vitals KB | Batch 110 | lactate-metabolism-vitals-training-load | 2026-04-24