BMI Calculator
How BMI Calculator Works
Body Mass Index (BMI) is a measurement that uses your height and weight to determine if your weight is in a healthy range. It's a simple screening tool that's widely used by healthcare professionals to assess whether a person has a healthy body weight for their height.
Our BMI calculator supports both metric and imperial units, making it accessible for users worldwide. The calculation is instantaneous and provides not just your BMI value but also the corresponding weight category and health implications.
BMI Calculation Formula
Metric System
For weight in kilograms and height in meters:
BMI = weight (kg) / (height (m))²
Imperial System
For weight in pounds and height in inches:
BMI = (weight (lbs) / (height (in))²) × 703
BMI Categories
- Underweight: BMI less than 18.5
- Normal weight: BMI 18.5 to 24.9
- Overweight: BMI 25 to 29.9
- Obese: BMI 30 or higher
Examples
Example 1: Metric Calculation
Input: Weight = 70 kg, Height = 1.75 m
Calculation: BMI = 70 ÷ (1.75)² = 70 ÷ 3.06 = 22.9
Result: BMI 22.9 (Normal weight)
Example 2: Imperial Calculation
Input: Weight = 154 lbs, Height = 5 feet 7 inches (67 inches)
Calculation: BMI = (154 ÷ (67)²) × 703 = (154 ÷ 4489) × 703 = 24.1
Result: BMI 24.1 (Normal weight)
Example 3: Overweight Range
Input: Weight = 80 kg, Height = 1.70 m
Calculation: BMI = 80 ÷ (1.70)² = 80 ÷ 2.89 = 27.7
Result: BMI 27.7 (Overweight)