BMI calculator
BMI was invented in the 1830s by a Belgian mathematician studying population statistics — not by a doctor, not for individual diagnosis. Adolphe Quetelet never intended it for medical use. The formula ignores muscle, bone density, and fat distribution. LeBron James and Dwayne "The Rock" Johnson both register as "obese" by BMI. It's a screening tool, not a verdict.
For developers: API access
Same result via GET request (use current inputs above):
curl -s "https://howdeedo.com/api/calc/bmi?weight=70&weightUnit=kg&heightUnit=m&height=1.75"fetch("https://howdeedo.com/api/calc/bmi?weight=70&weightUnit=kg&heightUnit=m&height=1.75").then(r => r.json())Get an API key for higher limits and stable access.
Good to know
Athletes break BMI. Professional football players average BMI 31.4 (obese category). Most are not overfat — they're muscular. Consider a 6'2" professional athlete at 250 lbs (BMI 32, classified as "obese") versus a 6'2" sedentary person at 250 lbs—same BMI, completely different health profiles. One has low body fat and exceptional cardiovascular fitness; the other may have metabolic syndrome. BMI can't see the difference. If you lift weights seriously, expect your BMI to overestimate your health risk.
Where you carry fat matters more than total fat. Visceral fat (around organs, apple-shaped) is more metabolically dangerous than subcutaneous fat (under skin, pear-shaped). A person with BMI 27 and a large waist circumference faces higher cardiovascular risk than someone with BMI 29 and fat distributed in hips and thighs. Waist-to-hip ratio captures what BMI misses.
BMI categories aren't universal. The WHO uses the same cutoffs globally, but some Asian countries use lower thresholds (23 for overweight, 25 for obese) because metabolic complications appear at lower BMIs in Asian populations. The standard categories were developed using primarily European data.
How to use BMI without overstating it
BMI compresses height and weight into one scalar because public health teams needed a cheap field measure for millions of people. It works reasonably at the population level where errors in both directions average out. At the individual level, muscle, bone density, and fat distribution can make the same number mean very different things.
If your BMI category surprises you, treat it as a prompt to discuss broader markers: sleep, strength, blood pressure, glucose, and how clothes fit over time. Sustainable behavior change rarely hinges on a single index; it hinges on patterns you can keep.
When you cite this tool, record height, weight, units, and engine version from the methodology block. That keeps forum posts and lesson plans aligned with a specific formula snapshot.
Trust & methodology: Editorially reviewed by the Howdeedo team. Content last reviewed March 2026. Calculation engine version 0.1.0. Open the section below for formula, assumptions, and sources.
Methodology & assumptions
Assumptions
- Formula applies to adults 18 and over; not adjusted for age or sex.
- Height and weight are measured in standard units.
- WHO categories: <18.5 Underweight, 18.5–24.9 Normal, 25–29.9 Overweight, ≥30 Obese.
- Asian categories: <18.5 Underweight, 18.5–22.9 Normal, 23–27.4 Overweight, ≥27.5 Obese.
- Elderly (65+) categories: <22 Underweight, 22–26.9 Normal, 27–29.9 Overweight, ≥30 Obese.
- BMI Prime is the ratio of BMI to the upper limit of normal (25 for WHO, 23 for Asian, 27 for elderly).
References
Methodology, disclaimers & sources
How it works
- BMI = weight (kg) / height (m)²
- Imperial: BMI = [weight (lb) / height (in)²] × 703
- Categories: <18.5 underweight, 18.5-24.9 normal, 25-29.9 overweight, 30+ obese
Details & assumptions
Population-level screening tool. Does not account for muscle mass, bone density, age, sex, or ethnicity. Not diagnostic. Consult a healthcare provider for individual health assessment.
BMI is for general reference only. It is not medical advice. For health decisions, consult a healthcare provider.