BMI Calculator
Calculate Body Mass Index from your height and weight, see which WHO category it falls in, and find the exact weight range that would place you in the healthy band.
BMI Calculator
Results recalculate instantly on every keystroke. Nothing you type is transmitted.
What this result does not account for
- Results are a model, not a quotation — an institution's own figures govern.
- Every input is an assumption; change one and the answer changes with it.
- Rounding is applied only at the display layer, so totals may differ by a cent from a statement that rounds each line.
In short: Body Mass Index is calculated as BMI = weight (kg) ÷ height (m)². The World Health Organization classifies a BMI below 18.5 as underweight, 18.5–24.9 as healthy, 25.0–29.9 as overweight and 30.0 or above as obese. BMI screens populations well but cannot distinguish muscle from fat.
Formula
The imperial form uses the 703 conversion constant to return the same value as the metric formula.
Worked Example
- Convert height to metres. 178 cm ÷ 100 = 1.78 m.
- Square it. 1.782 = 3.1684 m2.
- Divide weight by that. 82 ÷ 3.1684 = 25.9 kg/m2.
- Classify it. 25.9 falls in the 25.0–29.9 band: overweight.
- Find the healthy range. 18.5 × 3.1684 = 58.6 kg to 24.9 × 3.1684 = 78.9 kg, so 3.1 kg would reach the healthy band.
Clinical note. A BMI of 25.9 sits just above the healthy threshold, but this figure alone says nothing about body composition. A muscular individual at the same height and weight may carry low body fat and be metabolically healthy, which is precisely the limitation BMI is known for.
Strengths & Limits Of This Model
Where this engine is strong
- Runs entirely in your browser — no figure you type is transmitted or stored.
- Shows the full working, so every number can be traced and challenged.
- Free, unmetered and free of affiliate incentives.
Where it stops
- Generalised assumptions cannot capture every individual circumstance.
- Jurisdiction-specific rules and mid-year changes may not be reflected.
- A model output is not a substitute for a professional review of your position.
Practical Use Cases
Population screening and clinical triage
BMI exists to classify large groups efficiently, and it does that job well. Clinicians use it as an opening question rather than a conclusion, then confirm with waist circumference or direct body composition measurement — see the Body Fat Calculator.
Tracking a change over time
BMI is more useful as a trend than a snapshot. Because height is fixed, changes in BMI track changes in weight, so pair it with the Weight Loss Calculator to set a realistic rate of change.
Understanding health risk in context
Central adiposity predicts cardiometabolic risk better than BMI alone. Someone with a healthy BMI but a high waist-to-height ratio may still carry elevated risk — check the Waist To Height Ratio Calculator.
Methodology & Editorial Standards
This engine uses the standard WHO Body Mass Index definition, weight in kilograms divided by the square of height in metres, with imperial input converted using the exact factors 1 lb = 0.45359237 kg and 1 in = 2.54 cm. Category thresholds follow the WHO adult classification and are not adjusted for age, sex, ethnicity or athletic status. Body surface area is reported using the Mosteller formula. This engine implements the published formula exactly as specified in the source literature, with inputs validated for physiological plausibility before evaluation. Values outside the domain of the formula return an em-dash rather than a misleading figure.
Computation runs in IEEE-754 double precision at full internal precision; rounding to two decimal places occurs strictly at the display layer, so no cumulative drift enters the result. All monetary outputs use accounting presentation — grouped thousands, two decimals, negatives in parentheses — so figures can be transcribed directly into a model or working paper. Division-by-zero and out-of-domain inputs return an em-dash rather than a misleading number.
This engine was reconciled against an independent reference implementation and hand-verified for the worked example above before release. Our full five-stage review process is published on the About Us page.
Disclaimer. This calculator is provided for informational and modelling purposes only and does not constitute financial, tax, legal, medical, or engineering advice. Verify all figures with a qualified professional before acting on them.
BMI Calculator — 20 Expert FAQs
20 analyst-written answers to the questions practitioners actually ask — optimised for voice and answer-engine retrieval.
What is a healthy BMI?
The World Health Organization defines 18.5 to 24.9 kg/m² as the healthy range for adults. Below 18.5 is underweight, 25.0 to 29.9 is overweight, and 30.0 or above is classified as obese.
How do I calculate BMI manually?
Divide your weight in kilograms by your height in metres squared. For 82 kg at 1.78 m: 1.78² = 3.1684, and 82 ÷ 3.1684 = 25.9. In imperial units, multiply weight in pounds by 703 and divide by height in inches squared.
Is BMI accurate for everyone?
No, and this is its central weakness. BMI cannot distinguish muscle from fat, so athletes are frequently misclassified as overweight. It is also less reliable for older adults, who lose muscle mass, and for pregnant women.
Why is BMI still used if it has these flaws?
Because it is cheap, requires only two measurements, and correlates well with body fat across large populations. For epidemiology and initial screening it remains genuinely useful — it is only when applied to an individual as a verdict that it misleads.
Does BMI differ for men and women?
The formula and the adult thresholds are identical. Women generally carry a higher proportion of body fat at the same BMI, which is one reason body composition measurement is more informative than BMI alone.
Is BMI different for children?
Yes. Children and teenagers are assessed using age- and sex-specific percentile charts rather than fixed thresholds, because body composition changes substantially throughout growth. This engine applies the adult classification only.
Should BMI thresholds differ by ethnicity?
There is good evidence that they should. WHO and several national bodies recommend lower thresholds for people of South Asian, Chinese and some other Asian descent, where cardiometabolic risk rises at a lower BMI — often using 23.0 rather than 25.0 as the overweight cut-off.
What is BMI Prime?
Your BMI divided by 25, the upper limit of the healthy range. A BMI Prime below 1.00 means you are within the healthy band; 1.04 means you are 4% above the upper threshold. It expresses the same information as a simple ratio.
What is the Ponderal Index?
Weight divided by height cubed rather than squared. Because it scales differently with stature, it is considered more reliable than BMI at the extremes of height, where BMI tends to overstate values for tall people and understate them for short people.
Can I have a healthy BMI and still be unhealthy?
Yes. The pattern sometimes called normal-weight obesity describes a healthy BMI combined with high body fat and low muscle mass. Waist circumference, waist-to-height ratio and metabolic markers all add information BMI cannot provide.
How quickly can I safely change my BMI?
Most guidance suggests 0.5 to 1 kg per week as a sustainable rate of weight loss. Faster loss increases the proportion of lean tissue lost and is harder to maintain.
Does BMI predict mortality risk?
It correlates with it, but the relationship is J-shaped rather than linear: risk rises at both very low and very high BMI. The lowest-risk range in large cohort studies sits slightly above the middle of the healthy band, and the association weakens considerably in older populations.
Is this bmi calculator free to use?
Yes. It is free, requires no account, and has no usage limits. ApexConverter is funded by contextual advertising, never by selling user data.
Is my data sent to a server?
No. The engine runs as Vanilla JavaScript inside your browser under our Zero-Server Client-Side Execution model. Your figures are computed locally and are never transmitted, logged, or stored.
How accurate is this calculator?
It applies the standard closed-form formula in IEEE-754 double precision, rounding only at the display layer. The engine is reconciled against an independent reference implementation before release.
Does it work on mobile?
Yes. The interface is mobile-first with numeric keypad hints and is tested down to a 320-pixel viewport with no horizontal scrolling.
Can I use it offline?
Largely, yes. Because computation is client-side, the page continues to calculate without a network connection once it has loaded.
Which currency does it use?
Amounts display in US$ accounting format, but the underlying mathematics is currency-agnostic. The result is identical in any currency, so simply read the figures in your own.
Why does a result show an em-dash?
An em-dash indicates the calculation is not defined for the inputs given — typically a division by zero or a value outside the valid domain. We show a dash rather than a misleading number.
How do I report an error?
Email apexconverter.praxiscalc@gmail.com with the tool URL, your exact inputs, the output received and the output you expected. Verified mathematical errors are patched within 72 hours.