HomeHealth › Body Fat Calculator

Body Fat Calculator

Estimates body-fat percentage from height and neck, waist (and hip for women) circumferences using the US Navy method, and classifies the result with ACE categories.

When to use

You want a tape-measure estimate of body-fat percentage and fat/lean mass without calipers or a DEXA scan.

Do not use when: High accuracy is required (DEXA, hydrostatic weighing or BIA are better), or the person is a child or pregnant.

Formula

Men: %fat = 495 / (1.0324 − 0.19077·log10(waist − neck) + 0.15456·log10(height)) − 450. Women: %fat = 495 / (1.29579 − 0.35004·log10(waist + hip − neck) + 0.22100·log10(height)) − 450. All lengths in cm.

Inputs

ParameterTypeUnitRequiredDescription
sexenum: male | femaleyesBiological sex used to select the formula coefficients.
height_cmnumbercmyesHeight in centimetres. Range: ≥ 50, ≤ 300
waist_cmnumbercmyesWaist measured at the navel (men) or narrowest point (women). Range: ≥ 30, ≤ 300
neck_cmnumbercmyesNeck measured just below the larynx. Range: ≥ 15, ≤ 100
hip_cmnumbercmnoHip at the widest point. Required for women, ignored for men. Range: ≥ 30, ≤ 300
weight_kgnumberkgnoOptional body weight, used to report fat mass and lean mass in kg. Range: > 0, ≤ 700

Outputs

OutputTypeUnitDescription
body_fat_percentnumber%Estimated body-fat percentage (US Navy formula).
categorystringACE body-fat category for the given sex.
fat_mass_kgnumberkgBody fat in kilograms (only when weight_kg is given).
lean_mass_kgnumberkgFat-free mass in kilograms (only when weight_kg is given).

Example

Male, 175 cm, waist 85, neck 38, 70 kg: {"sex":"male","height_cm":175,"waist_cm":85,"neck_cm":38,"weight_kg":70}{"body_fat_percent":16.9,"category":"Fitness","fat_mass_kg":11.9,"lean_mass_kg":58.1}

Female, 165 cm, waist 75, neck 33, hip 95: {"sex":"female","height_cm":165,"waist_cm":75,"neck_cm":33,"hip_cm":95}{"body_fat_percent":26.9,"category":"Average"}

GET https://tttkmbb.com/api/v1/calculate/body-fat?sex=male&height_cm=175&waist_cm=85&neck_cm=38&weight_kg=70

Machine access

Sources

FAQ

How accurate is the US Navy method?

Roughly ±3–4 percentage points versus hydrostatic weighing for most adults; less accurate at very high or very low body fat.

Where exactly do I measure?

Neck just below the larynx, sloping slightly downward; waist horizontally at the navel (men) or the narrowest point (women); hips at the widest point (women).

Related calculators