BMI Prime calculator
BMI Prime rescales your body mass index so the healthy-weight ceiling becomes an easy-to-read 1.00. It makes “how far am I from the healthy limit” a simple percentage instead of a number you have to interpret against 25.
How it works
First the tool computes standard BMI from your height and weight (imperial inputs are converted to metres and kilograms first):
BMI = mass(kg) ÷ height(m)²
Then it divides by the healthy-weight ceiling of 25:
BMI Prime = BMI ÷ 25
A result of 1.00 sits exactly at the ceiling; the tool also reports how far above
or below that you are as a percentage, (BMI Prime − 1) × 100.
Example
Height 175 cm, weight 70 kg:
- BMI = 70 ÷ 1.75² ≈ 22.86 kg/m²
- BMI Prime = 22.86 ÷ 25 ≈ 0.91
- Category: Healthy weight (about 9% below the ceiling)
| BMI Prime | Category |
|---|---|
| < 0.74 | Underweight |
| 0.74–0.99 | Healthy weight |
| 1.00–1.19 | Overweight |
| ≥ 1.20 | Obese |
BMI Prime is a screening tool only and does not account for muscle or body composition. All maths runs locally in your browser and your measurements never leave your device.