BMI Calculator

Enter height in centimetres and weight in kilograms, then press Calculate to get BMI rounded to two decimals. Height is converted to metres inside the formula so you do not need to do that step yourself.

Updated 2026-08-03 · health

Click Calculate.

About this tool

The form asks for Height (cm) and Weight (kg). On Calculate, centimetres become metres (divide by 100), then BMI equals weight divided by height squared. Valid pairs print BMI: x.xx; missing or non-finite values show Enter valid values instead.

How to use

  1. Enter height: Type your height in centimetres in the Height (cm) field.
  2. Enter weight: Type your weight in kilograms in the Weight (kg) field.
  3. Calculate BMI: Click Calculate to run weight ÷ (height in metres)².
  4. Read the score: Use the BMI: x.xx line, or correct inputs if Enter valid values appears.

Common use cases

Tips

FAQ

Which units does this BMI tool accept?

Height in centimetres and weight in kilograms only.

How many decimal places appear?

The BMI is formatted with two decimal places via toFixed(2).

Does the tool label underweight or obese categories?

No. It returns the numeric BMI only; category charts are outside this calculator.

Why do I get Enter valid values?

Height converted to metres must be non-zero, and weight must be a finite number.

Related keywords

Related tools