HomeHealth › Waist-to-Height Ratio Calculator

Waist-to-Height Ratio Calculator

Divides waist circumference by height and classifies the ratio using the 'keep your waist to less than half your height' guidance (NICE 2022).

When to use

You want a simple central-adiposity screen that predicts cardiometabolic risk better than BMI alone.

Do not use when: The person is under 18 or pregnant.

Formula

ratio = waist_cm / height_cm

Inputs

ParameterTypeUnitRequiredDescription
waist_cmnumbercmyesWaist measured midway between the lowest rib and the top of the hip bone. Range: ≥ 30, ≤ 300
height_cmnumbercmyesHeight in centimetres. Range: ≥ 50, ≤ 300

Outputs

OutputTypeUnitDescription
rationumberwaist / height (same units).
categorystringRisk band: below 0.4 low/very slim, 0.4–0.49 healthy, 0.5–0.59 increased risk, 0.6 and above high risk.
max_healthy_waist_cmnumbercmWaist circumference at which the ratio would reach 0.5.

Example

Waist 85 cm, height 175 cm: {"waist_cm":85,"height_cm":175}{"ratio":0.486,"category":"Healthy","max_healthy_waist_cm":87.5}

Waist 100 cm, height 170 cm: {"waist_cm":100,"height_cm":170}{"ratio":0.588,"category":"Increased risk"}

GET https://tttkmbb.com/api/v1/calculate/waist-to-height-ratio?waist_cm=85&height_cm=175

Machine access

Sources

FAQ

Why is 0.5 the threshold?

Meta-analyses show cardiometabolic risk rises clearly once the waist exceeds half the height, across sexes and ethnic groups, which is why NICE adopted it.

Related calculators