Body Fat Calculator
Estimate your body-fat percentage with the U.S. Navy tape method.
How the calculator works
The formulas work on the ratio between a circumference where fat tends to gather and one where it barely does. For men, body-fat percentage = 86.010 × log10(waist − neck) − 70.041 × log10(height) + 36.76: a thick waist relative to the neck pushes the first term up, while a taller frame dilutes it. For women, body-fat percentage = 163.205 × log10(waist + hip − neck) − 97.684 × log10(height) − 78.387, with the hip included for the reason above. All inputs are converted from centimeters to inches first (dividing by 2.54) because the constants were fitted to inch-based measurements. Because the formulas use logarithms, the waist-minus-neck difference must be positive — if the neck measures larger than the waist, the inputs are physically inconsistent and the calculator asks you to re-check them instead of returning a meaningless number.
Formula
Women: Body fat % = 163.205 × log10(waist + hip − neck) − 97.684 × log10(height) − 78.387
Where:
- waist, neck, hip — circumferences in inches (converted from centimeters ÷ 2.54)
- height — stature in inches
- log10 — base-10 logarithm
- 86.010 / 70.041 / 36.76 and 163.205 / 97.684 / 78.387 — constants fitted to U.S. Navy validation data
Example
Take a man 175 cm tall with a 38 cm neck and an 85 cm waist. In inches those are 68.90, 14.96, and 33.46. The formula gives 86.010 × log10(33.46 − 14.96) − 70.041 × log10(68.90) + 36.76 ≈ 86.010 × 1.267 − 70.041 × 1.838 + 36.76 ≈ 17.0%. For a woman 165 cm tall with a 33 cm neck, 75 cm waist, and 98 cm hip, the same arithmetic through the female formula lands near 28.7% — both squarely inside the typical adult ranges for their sex.