Skip to main content

Published: 2026-07-06Last updated: 2026-08-19By Davide CoroneseSources verified

Body Mass Index (BMI) Calculator

Work out your body mass index in seconds and see where you sit in the usual weight bands, without turning a single number into a verdict on its own.

Local calculation in your browserno data sent — formula in lib/calculators/*.ts + automated tests
Standard Metric FormulaVerified source
BMI = Weight (kg) ÷ Height (m)²

First, square the height in meters (multiply height by itself). Then, divide the total body mass in kilograms by that squared value to find the ratio.

BMI Calculator

Want to check if your weight is in a healthy range? Enter your height and weight and you will see your BMI and what category you fall into. It is quick, simple, and gives you a useful starting point.

TL;DR

  • You divide weight by height squared and compare the result to WHO thresholds
  • Standard Metric Formula: BMI = Weight (kg) ÷ Height (m)²
  • Example 1: Metric calculation for an average adult

How it works

You divide weight by height squared and compare the result to WHO thresholds. Below 18.5 is underweight, 18.5 to 24.9 is healthy, 25 to 29.9 is overweight, and 30 or more is obese.

The math

Use kilograms and meters. Square your height, then divide weight by that number. With pounds and inches, multiply by 703.

First, square the height in meters (multiply height by itself). Then, divide the total body mass in kilograms by that squared value to find the ratio.

WHO BMI categories

CategoryBMI range (kg/m²)
Underweight< 18.5
Normal weight18.5 - 24.9
Overweight25.0 - 29.9
Obesity≥ 30.0

BMI beyond the number: table, limits & edge cases

BMI is weight ÷ height², but it reads differently for a muscular man with BMI 27 and 12% body fat vs a teenager where accurate BMI for teenagers needs percentiles. Our table: <18.5 underweight, 18.5-24.9 normal, 25-29.9 overweight, ≥30 obesity. For kids/pregnancy use dedicated curves — that’s why we also link WHO/CDC and the body-fat calculator.

BMICategoryNote
<18.5UnderweightWHO
18.5-24.9NormalGauge 22.8
≥30ObesityCDC/NHLBI

Source: WHO Obesity, CDC BMI, NHLBI.

Examples

Example 1: Metric calculation for an average adult

  1. Weight: 70 kg, Height: 1.75 meters
  2. Calculate squared height: 1.75 × 1.75 = 3.0625 m²
  3. Divide weight by squared height: 70 ÷ 3.0625 = 22.86
  4. Result: BMI of 22.9, which is in the optimal 'Healthy Weight' range.

Example 2: Imperial units calculation

  1. Weight: 154 lbs, Height: 5 feet 10 inches (70 inches total)
  2. Square the height in inches: 70 × 70 = 4,900 in²
  3. Divide weight by height squared: 154 ÷ 4,900 = 0.0314
  4. Multiply by conversion factor: 0.0314 × 703 = 22.09
  5. Result: BMI of 22.1, indicating a perfectly normal weight status.

When to use it

Personal Fitness and Health Baselines

Use your BMI as a starting metric when initiating a weight management or cardiovascular health plan.

Medical and Clinical Screenings

Doctors use BMI during routine checkups to assess general cardiovascular risks before running more expensive body composition tests.

Insurance and Public Health Research

Epidemiologists study regional BMI statistics to design public health nutrition and exercise programs.

⚠ Common mistakes

  • The Athlete Fallacy: BMI does not distinguish between muscle tissue and fat mass. Bodybuilders or professional athletes often have high BMIs classified as 'overweight' due to high muscle density.
  • Ignoring Frame Size and Bone Density: It assumes standard skeletal dimensions and does not account for natural body frame variances.

FAQ (6)

Is BMI accurate for children and teenagers?

No, children's bodies are still growing. For children, pediatricians use BMI-for-age percentiles rather than adult thresholds.

Does BMI measure direct body fat percentage?

No, it estimates weight categories but cannot measure actual body fat or lean body tissue.

What happens to my weight, height or other health data?

It never leaves your phone. BMI, BMR, body-fat — all computed on-device, no upload, no account. That's intentional for health data: you can check a BMI of 22.8 or a TDEE of 2,100 kcal without worrying about a server log. Closing the tab clears the form from memory.

Does it work offline at the gym or on a plane?

Yep. Once the page has loaded, the calculators are fully offline-first. I've used the pace and BMI tools in airplane mode between flights — no spinner, no retry, just instant numbers. Same for sleep cycles if you're planning a shift.

Can my doctor rely on these numbers?

They're solid estimates using published formulas (WHO for BMI, Mifflin-St Jeor for BMR, CKD-EPI for GFR) but they're not a diagnosis. Think of them as a conversation starter: good for tracking trends, but your GP or nephrologist should interpret GFR, heart age or pregnancy dates with labs and context. We link the sources at the bottom for that reason.

How can I share my result with a trainer or doctor?

Use 'Share Link' in the results panel. It builds a URL with your inputs — for example BMI 70kg/175cm — so they see exactly what you entered. No data is stored on our side, the link just carries the numbers.

Sources & References

⚠ Health Disclaimer

This tool provides estimates for informational purposes only and does not constitute medical, veterinary, or professional advice. Always consult a qualified healthcare professional before making decisions about your health or treatment.

Related Calculators

Looking for other tools?Discover our full collection of lightweight offline-ready resources
Back to Dashboard