Army Body Fat Calculator
Estimate body fat percentage with the U.S. Army circumference tape-test method and compare it to Army max body-fat standards by age and sex
By Waqar Mushtaq · Last updated:
The U.S. Army estimates body fat percentage using a "tape test" -- a formula based on neck, waist, and (for women) hip circumference plus height, rather than a skinfold caliper or a DEXA scan. It's the classic circumference-based method defined in Army Regulation 600-9 (The Army Body Composition Program), built on a logarithmic formula originally developed at the Naval Health Research Center. This calculator reproduces that formula, then compares your estimated body fat percentage against the Army's maximum allowable standard for your age group and sex, so you can see at a glance whether you'd meet the standard.
How the Army Tape Test Formula Works
O(1) calculationMen -- neck, waist, and height in inches
Women -- neck, waist, hip, and height in inches
Example (male): height 70 in, neck 15 in, waist 34 in: %BF = 86.010 × log₁₀(34 − 15) − 70.041 × log₁₀(70) + 36.76 %BF = 86.010 × log₁₀(19) − 70.041 × log₁₀(70) + 36.76 ≈ 17.5%
Example (female): height 64 in, neck 13 in, waist 30 in, hip 38 in: %BF = 163.205 × log₁₀(30 + 38 − 13) − 97.684 × log₁₀(64) − 78.387 ≈ 29.2%
The formula always works in inches internally -- this calculator lets you enter measurements in Metric (cm) or US (in) and converts automatically. AR 600-9 also specifies rounding the final result down to the nearest whole percent before comparing it to the standard, which this calculator does (shown alongside the more precise one-decimal figure).
Maximum allowable body fat percentage (AR 600-9 retention standard):
| Age | Male | Female |
|---|---|---|
| 17-20 | 20% | 30% |
| 21-27 | 22% | 32% |
| 28-39 | 24% | 34% |
| 40+ | 26% | 36% |
These are the standards to remain in the Army; the standards to initially join (accession) are a few points more lenient at each band. The Department of Defense's more stringent long-term goal is 18% for men and 26% for women.
Use Cases
Preparing for an Army Body Composition Program (ABCP) assessment
Estimate your tape-test result before an official measurement, so you know roughly where you stand against your age and sex standard and have time to adjust before it counts.
Tracking body composition alongside height/weight or the ACFT
Body fat percentage is one input alongside height/weight screening and Army Combat Fitness Test performance -- track how it moves as your training changes, not just the scale.
ROTC, recruiting, and prospective-enlistment planning
Get an early estimate of whether your body composition would meet Army standards before a recruiter or ROTC cadre takes an official measurement.
Comparing your result across age bands
The by-age standards table shows how the ceiling loosens as you age into the next band, useful context if your birthday is approaching a band boundary.
Frequently Asked Questions
How accurate is the Army tape test compared to a DEXA scan or hydrostatic weighing?
The tape test is a field-expedient estimate, not a lab-grade measurement. It was validated against hydrostatic weighing in the original Navy research but, like any circumference-based method, it can be off by several percentage points for individuals with unusual body proportions (very muscular builds, unusually short/tall stature). Treat it as a close estimate for planning purposes, not a diagnostic figure.
Is this still the Army's official measurement method?
This calculator implements the classic three-site (neck/waist/hip) tape-test formula that AR 600-9 has long used, and that's still what most public Army body fat calculators (and this one) reproduce. The Army updated its official assessment procedure in 2023 to a simplified single-site abdominal circumference method, and DoD guidance has continued to evolve since -- always confirm the current official procedure and standards with your unit or AR 600-9 directly before an actual record assessment.
Why does the formula use neck and waist instead of just waist?
Subtracting neck circumference from waist (and adding hip for women) helps correct for overall frame size -- someone with a naturally larger neck and frame will also tend to have a larger waist without necessarily carrying more fat, so the formula partially cancels that out rather than judging waist size alone.
What units should I use for my measurements?
Use the Units dropdown to switch between Metric (cm) and US (inches) -- AR 600-9 itself specifies measurements in inches rounded to the nearest half-inch, so this calculator converts your metric entries to inches internally before applying the formula.
What happens if my result exceeds the standard for my age and sex?
Exceeding the tape-test standard alone doesn't automatically mean anything official -- it's one estimate. If you're concerned about an actual ABCP assessment, review AR 600-9's full procedure (including how measurements are taken and averaged) and talk to your unit or a healthcare provider rather than relying solely on a self-measured estimate.
Methodology
The formula above is implemented as a standalone module covered by unit tests, so its worked examples are re-checked on every change to the site. It is verified against the authoritative sources listed below.
Not medical advice. This calculator is a general informational tool and cannot account for your individual circumstances. See the terms of use.
Maintained by Waqar Mushtaq. Spotted a result that looks wrong? Report it and it becomes a failing test.