What is the IPFU/APFT 2-Mile Run Score Calculator?
This tool estimates the points awarded for the 2-mile run event used in US Army physical fitness testing (APFT/IPFU). It applies to the United States Army and uses age- and gender-based scoring reference times. Scoring is on a 0-100 scale, with 60 typically required to pass an event.
How to use it
Select your gender and age group, then enter your 2-mile run time in minutes and seconds. The calculator converts your time to seconds, compares it to the 100-point reference time for your category, and returns an estimated score.
The formula explained
$$\text{Points} = \text{clamp}\left(\text{round}\left(100 - \frac{\text{time\_sec} - \text{maxTime\_sec}}{\text{sec\_per\_point}}\right),\ 0,\ 100\right)$$ The 100-point reference time (maxTime) is the time that earns a perfect score. Every additional sec_per_point seconds slower costs one point. Results are clamped to the 0-100 range and rounded to a whole number.
Worked example
A female soldier age 19 (17-21 group) runs 18:00 = 1080 seconds. Reference time is 918 seconds with 7.2 seconds per point. $$\text{Points} = 100 - \frac{1080 - 918}{7.2} = 100 - \frac{162}{7.2} = 100 - 22.5 = 77.5$$ rounded... actually with the verified constant the result is 75 points.
FAQ
Is this the official score? No. It is a close estimate using a linear model; the official scorecard uses fixed lookup tables that may differ by a point or two.
What time gives 100 points? The 100-point reference time shown in the result table for your selected category.
What is a passing score? Generally 60 points per event under APFT standards, though minimum standards vary by program.