Tested tool guide
Tested browser tools
Checked August 16, 2026
What VO2 Max Estimator does, with a checked example
This tool converts one fitness data point into an estimated VO2 max, the standard measure of aerobic capacity in milliliters of oxygen per kilogram of body weight per minute. You pick a route: a 12-minute Cooper test distance, a timed run, or your resting heart rate along with your age. Each route feeds a published prediction equation. The surprise for most users: every method assumes near-maximal effort, and the equations estimate rather than measure - two methods can disagree by several units for the same runner, and only laboratory gas analysis measures VO2 max directly.
Worked example
A concrete input and expected output from the current implementation.
Input
Cooper test: 2,400 meters in 12 minutes
->
Expected output
Estimated VO2 max: 42.4 ml/kg/min
The Cooper equation is VO2 max = (distance in meters - 504.9) / 44.73, so 2,400 - 504.9 = 1,895.1, and 1,895.1 / 44.73 = 42.37, rounded to 42.4. The same performance entered into a run-time equation comes out slightly different, because each method uses its own formula.