Body Mass Index (BMI) Calculator
Enter your weight and height:
Calculate BMI
const bmi = weight / (height * height); const rounded = bmi.toFixed(2); document.getElementById('result').innerText = 'Your BMI is ' + rounded; }
Choose Your Units:
U.S. Units (lbs, ft/in)
Metric (kg, cm)
Weight (lbs):
Height (ft/in):
Calculate BMI
Learn More
Why Knowing Your BMI Can Actually Save Your Life
5 Weird But True Tool Facts You’ll Want to Share