bmi-calculator
A BMI calculator computes Body Mass Index — weight in kilograms divided by height in meters squared — and maps the result to the World Health Organization's adult weight categories: underweight (<18.5), normal (18.5–24.9), overweight (25–29.9), and obese (≥30). The ZTools BMI Calculator accepts both metric (kg + cm) and imperial (lb + ft/in) inputs, computes BMI to one decimal, and renders the category band so users instantly see where they fall on the WHO scale.
Use cases
Quick health check before a doctor visit
Patients heading to a physical know what BMI they'll see on the chart. No surprises during the appointment, and easier to discuss diet/exercise plans with context.
Tracking progress during a weight-loss journey
Log starting BMI, then weekly check-ins. Watching the number cross from "overweight" into "normal" is more motivating than a single weight number on a scale.
Insurance and gym membership forms
Many forms ask for BMI rather than weight. The calculator gives the exact value to enter, in the unit system the form requires.
Health-class assignments and biology homework
Students enter sample heights and weights, learn the formula, and see how the categories map. The visible equation teaches the method, not just the answer.
How it works
- Pick metric or imperial — Metric uses kg and cm; imperial uses lb and ft/in. Switch any time — the calculator preserves the inputs you've typed.
- Enter weight and height — Decimal weights accepted (e.g., 72.5 kg). Imperial height splits into feet + inches for natural entry.
- Read your BMI — The number renders to one decimal. The WHO category is shown alongside, color-coded for the four bands.
- Compare to the chart — A horizontal scale shows where your BMI sits between the band boundaries — useful when you're close to a threshold.
Examples
Input: 72 kg, 175 cm
Output: BMI 23.5 — Normal weight (formula: 72 ÷ 1.75²)
Input: 180 lb, 5'10"
Output: BMI 25.8 — Overweight (formula: 180 × 703 ÷ 70²)
Input: 55 kg, 165 cm
Output: BMI 20.2 — Normal weight
Frequently asked questions
What is a healthy BMI range?
The WHO defines 18.5–24.9 as "normal weight" for adults aged 20+. Below 18.5 is underweight; 25–29.9 is overweight; 30+ is obese. These ranges are screening guidelines, not individual diagnoses.
Is BMI accurate for athletes or muscular people?
Not always. BMI doesn't distinguish muscle from fat, so muscular bodybuilders or athletes can register as "overweight" or "obese" despite low body-fat percentage. For these populations, body-fat percentage or waist-to-height ratio is more informative.
Does BMI work for children?
Adult BMI categories (18.5–24.9 = normal) don't apply to children. Pediatric BMI uses age- and sex-specific percentile charts; check with a pediatrician for kids and teens.
What's the BMI formula?
Metric: weight (kg) ÷ height (m)². Imperial: weight (lb) × 703 ÷ height (in)². Both produce the same number for the same person.
Is BMI the best measure of health?
No single number is. BMI is a quick screening tool. For a fuller picture, doctors also look at waist circumference, blood pressure, blood lipids, fasting glucose, and lifestyle factors.
Tips
- BMI changes with both weight loss and muscle gain — track it monthly, not daily, to avoid noise.
- If your BMI is in the "overweight" band but you're very athletic, ask a doctor for a body-composition scan.
- A BMI close to a threshold (e.g., 24.8) is a normal-week fluctuation; don't chase a single decimal.
- For people 65+, slightly higher BMIs (up to ~27) correlate with better outcomes than the strict 18.5–24.9 band.
Try it now
The full bmi-calculator runs in your browser at https://ztools.zaions.com/bmi-calculator — no signup, no upload, no data leaves your device.
Last updated: 2026-05-05 · Author: Ahsan Mahmood · Edit this page on GitHub