BMI calculator for women
BMI uses the same formula for men and women, but body composition differs, women naturally carry a higher percentage of body fat at the same BMI. Enter your details to see your BMI, WHO category, and healthy weight range for your height.
How it works
Your inputs are normalised to kilograms and metres if you use imperial units, then the WHO formula weight(kg) / height(m)^2 returns your BMI. The same number drives the WHO category label, and the calculator also runs the formula in reverse using the 18.5 to 24.9 healthy range to display the weight band that corresponds to a healthy BMI at your height.
Processing runs in your browser
All calculations happen locally in your browser tab. Our servers are not involved at any point.
Technical specification
The BMI formula was standardised by the WHO Technical Report Series 894 (2000): BMI = weight(kg) / height(m)². WHO classifies BMI into four categories for adults: Underweight (<18.5), Normal weight (18.5–24.9), Overweight (25.0–29.9), and Obese (≥30.0). BMI does not distinguish between muscle and fat mass and is intended as a population-level screening tool, not an individual diagnostic.
- Formula
- weight(kg) / height(m)²
- Standard
- WHO Technical Report Series 894 (2000)
- Normal range
- 18.5 – 24.9
- Browser API
- Pure JavaScript arithmetic. No library
Related operations
To estimate daily energy needs, try the calorie calculator. For body composition with circumference measurements, use the body fat calculator. To find a reference weight range for your height, see the ideal weight calculator.
Frequently asked questions
- Is the BMI formula different for women?
- No, the same formula (weight ÷ height²) applies to both sexes. However, the WHO categories are the same for everyone, even though women typically have about 10% more body fat than men at the same BMI.
- What is a healthy BMI for a woman?
- The WHO healthy range (18.5–24.9) applies to adult women. Some research suggests that women may be at lower health risk at slightly higher BMIs than men, but the WHO thresholds are the standard reference.
- Does BMI change with age for women?
- The BMI formula does not change, but body composition changes with age. After menopause, women tend to gain body fat and lose muscle mass, which may affect how BMI reflects actual health risk.
- Is my data sent to a server?
- All calculations are pure JavaScript running in your browser. Our servers are not involved at any point.
Last reviewed May 26, 2026