{
  "slug": "waist-to-height-ratio",
  "title": "Waist-to-Height Ratio Calculator",
  "category": "Body Composition",
  "category_slug": "body-composition",
  "tier": 2,
  "summary": "Calculate waist-to-height ratio (WHtR) by dividing waist circumference by height.",
  "description": "This calculator computes waist-to-height ratio (WHtR) by dividing waist circumference by height, both in centimetres. WHtR is a screening index studied extensively in the epidemiological literature as an alternative to BMI; because it uses waist circumference, it responds to abdominal girth in a way a weight-based index cannot. The tool returns the ratio to two decimal places and reports which of the commonly cited ranges from the screening literature contains the value. It attaches no judgement to the result — the bands are published reference points, and the calculator's job is arithmetic.",
  "page_url": "https://fitmetriclab.com/en/tools/body-composition/waist-to-height-ratio/",
  "api_url": "https://fitmetriclab.com/api/tools/waist-to-height-ratio.json",
  "formula": {
    "id": "waist_to_height_ratio",
    "expression": "\\text{WHtR} = \\frac{w}{h}",
    "variables": [
      {
        "symbol": "w",
        "description": "Waist circumference in cm"
      },
      {
        "symbol": "h",
        "description": "Height in cm"
      }
    ]
  },
  "inputs": [
    {
      "id": "waist_cm",
      "label": "Waist Circumference",
      "type": "number",
      "unit": "cm",
      "default": 85,
      "min": 40,
      "max": 200,
      "step": 0.5
    },
    {
      "id": "height_cm",
      "label": "Height",
      "type": "number",
      "unit": "cm",
      "default": 175,
      "min": 120,
      "max": 230,
      "step": 0.5
    }
  ],
  "worked_example": {
    "inputs": {
      "waist_cm": 85,
      "height_cm": 175
    },
    "expected_output": "0.49"
  },
  "result_summary_template": "With a waist of {waist_cm} cm and a height of {height_cm} cm, the waist-to-height ratio works out to {result}.",
  "methodology": "Waist-to-height ratio = waist circumference (cm) ÷ height (cm), reported to two decimal places. The ratio is dimensionless, so any consistent unit pair yields the same value. Band boundaries shown (0.4, 0.5, 0.6) are the commonly cited reference points from the WHtR screening literature, including the 0.5 boundary examined in Ashwell et al.'s 2012 meta-analysis. Waist measurement follows the WHO protocol: midpoint between the last palpable rib and the iliac crest, tape horizontal, end of normal exhalation.",
  "sources": [
    {
      "label": "Ashwell M, Gunn P, Gibson S. Waist-to-height ratio is a better screening tool than waist circumference and BMI for adult cardiometabolic risk factors: systematic review and meta-analysis. Obes Rev. 2012;13(3):275-286.",
      "url": "https://pubmed.ncbi.nlm.nih.gov/22106927/"
    },
    {
      "label": "World Health Organization. Waist circumference and waist-hip ratio: report of a WHO expert consultation. Geneva, 2008 (published 2011).",
      "url": "https://www.who.int/publications/i/item/9789241501491"
    }
  ],
  "faqs": [
    {
      "question": "Where does the 0.5 boundary come from?",
      "answer": "From the screening literature rather than from any single decree. Ashwell and colleagues' 2012 meta-analysis pooled studies covering more than 300,000 adults and examined how well WHtR separated study outcomes compared with BMI and waist circumference; across the pooled data, 0.5 emerged as a practical screening boundary. Its arithmetic simplicity — a waist under half of height — helped it circulate. It remains a population-level reference point: a boundary that sorted large datasets usefully, not a line with individual meaning on either side."
    },
    {
      "question": "How is WHtR different from BMI?",
      "answer": "BMI divides weight by height squared and therefore responds to total mass from any tissue — muscle, bone, fat, water — without registering where it sits. WHtR replaces weight with waist circumference, so it responds specifically to abdominal girth and ignores mass elsewhere. The two indices frequently disagree: a muscular person can register a high BMI with a low WHtR, while someone of ordinary weight who carries girth centrally can show the reverse. The 2012 meta-analysis found WHtR discriminated pooled study outcomes more consistently, which is why it appears alongside BMI in screening research."
    },
    {
      "question": "How should the waist be measured for this ratio?",
      "answer": "The WHO protocol places the tape at the midpoint between the lower margin of the last palpable rib and the top of the iliac crest — usually a few centimetres above the navel — held horizontal, snug but not compressing the skin, with the reading taken at the end of a normal exhalation. Alternative conventions (navel level, narrowest point) can differ by 2–4 cm on the same person, enough to move the ratio by 0.02 or more. Consistency of landmark, tape tension, and time of day matters more for tracking than the choice of protocol itself."
    },
    {
      "question": "Does the ratio apply to children and adolescents?",
      "answer": "The bands this calculator displays come from adult population studies, and the tool's input ranges assume adult proportions. WHtR has been studied in paediatric populations — part of its appeal in that literature is that, unlike BMI, it needs no age- and sex-specific percentile charts to stay roughly stable through childhood — but the reference values and study designs differ from the adult work. Published paediatric studies and clinical guidance are the appropriate sources for those age groups rather than adult screening bands."
    },
    {
      "question": "Why is the result shown to two decimal places?",
      "answer": "Because the third decimal is noise. A waist measurement is realistically repeatable to about ±1 cm, and one centimetre of waist on a 175 cm frame moves the ratio by roughly 0.006. Reporting 0.49 rather than 0.486 keeps the displayed precision honest relative to the measurement error underneath it. This also matches the convention in the screening literature, where band boundaries are stated at one or two decimal places and finer gradation carries no additional information."
    }
  ],
  "related_tools": [
    {
      "slug": "waist-to-hip-ratio",
      "title": "Waist-to-Hip Ratio Calculator",
      "api_url": "https://fitmetriclab.com/api/tools/waist-to-hip-ratio.json",
      "page_url": "https://fitmetriclab.com/en/tools/body-composition/waist-to-hip-ratio/"
    },
    {
      "slug": "relative-fat-mass",
      "title": "Relative Fat Mass (RFM) Calculator",
      "api_url": "https://fitmetriclab.com/api/tools/relative-fat-mass.json",
      "page_url": "https://fitmetriclab.com/en/tools/body-composition/relative-fat-mass/"
    },
    {
      "slug": "bmi-calculator",
      "title": "BMI Calculator",
      "api_url": "https://fitmetriclab.com/api/tools/bmi-calculator.json",
      "page_url": "https://fitmetriclab.com/en/tools/body-composition/bmi-calculator/"
    }
  ],
  "last_updated": "2026-08-08",
  "price": {
    "value": 0,
    "currency": "USD"
  },
  "runs_in_browser": true,
  "disclaimer": "Educational estimate produced from a published formula. Not medical, nutritional, or training advice. Calculations are deterministic — apply the formula to the inputs to reproduce the result."
}