BMI + Body Fat.
ENTER WEIGHT AND HEIGHT.
Sex, age, height, weight.
Sex + age unlock a body fat % estimate (Deurenberg formula). BMI works without them.
How to use this.
BMI — Body Mass Index — is the ratio of your weight to the square of your height. It’s a fast health screen used in clinical settings worldwide. The thresholds are the same for men and women and don’t change with age.
Traditional BMI ignores body composition — it can’t distinguish muscle from fat. That limitation is why we added body fat % estimation via the Deurenberg formula, the most-cited population equation for estimating BF% from BMI + age + sex. It’s not as precise as a DEXA scan but gets you within ±5% for most adults, which is enough to know if your BMI is telling the right story.
// THE FORMULAS
- BMI = weight(kg) ÷ height(m)² or (weight(lb) ÷ height(in)²) × 703.
- Body fat % (Deurenberg) = 1.20·BMI + 0.23·Age − 10.8·Sex − 5.4 (Sex = 1 for male, 0 for female).
// WHAT THE NUMBERS MEAN
- Under 18.5 — Underweight. Can indicate under-eating, illness, or age-related muscle loss.
- 18.5 – 24.9 — Normal. The WHO "healthy" range for most adults.
- 25 – 29.9 — Overweight. Elevated metabolic risk for most people. False positives are common in muscular builds.
- 30+ — Obese. Significantly elevated risk across most health markers.
// WHEN BMI LIES
BMI is a population statistic, not a personal diagnosis. It misclassifies muscular athletes as "overweight," underestimates risk in skinny-fat body types, and doesn’t work for children, pregnant people, or elderly adults with muscle loss. Body fat %, waist circumference, and training history all give more accurate individual pictures.
For a deeper dive on what BMI does and doesn’t tell you, see What is TDEE — and why it matters more than BMI.

