{
  "slug": "reference-weight-formulas",
  "title": "Reference Weight Formulas",
  "category": "Body Composition",
  "category_slug": "body-composition",
  "tier": 2,
  "summary": "Compare the Devine, Robinson, Miller, and Hamwi height-based weight formulas side by side.",
  "description": "This calculator runs a single height through four published height-based weight equations — Devine (1974), Robinson (1983), Miller (1983), and Hamwi (1964) — and reports the range they span. Each formula pairs a sex-specific base weight with a fixed increment per inch of height above 5 feet. The equations originated in clinical drug-dosing practice and actuarial tables, not body-composition research, and they disagree with each other by several kilograms at most heights. The tool presents all four results side by side so the disagreement itself is visible; no single figure is a target or a measurement of any individual.",
  "page_url": "https://fitmetriclab.com/en/tools/body-composition/reference-weight-formulas/",
  "api_url": "https://fitmetriclab.com/api/tools/reference-weight-formulas.json",
  "formula": {
    "id": "reference_weight_formulas",
    "expression": "W_{f} = b_{f} + m_{f} \\times (h_{in} - 60)",
    "variables": [
      {
        "symbol": "b_{f}",
        "description": "Formula-specific base weight in kg"
      },
      {
        "symbol": "m_{f}",
        "description": "Formula-specific kg per inch over 5 ft"
      },
      {
        "symbol": "h_{in}",
        "description": "Height in inches"
      }
    ]
  },
  "inputs": [
    {
      "id": "height_cm",
      "label": "Height",
      "type": "number",
      "unit": "cm",
      "default": 175,
      "min": 120,
      "max": 230,
      "step": 0.5
    },
    {
      "id": "sex",
      "label": "Sex",
      "type": "select",
      "unit": null,
      "default": 1,
      "options": [
        {
          "label": "Male",
          "value": 1
        },
        {
          "label": "Female",
          "value": 0
        }
      ]
    }
  ],
  "worked_example": {
    "inputs": {
      "height_cm": 175,
      "sex": 1
    },
    "expected_output": "68.7–72.0 kg"
  },
  "result_summary_template": "At {height_cm} cm, the four published height-based weight formulas return values spanning {result}.",
  "methodology": "Height in cm is divided by 2.54 to give inches; each formula adds a sex-specific base to a slope times (inches − 60). Men: Devine = 50 + 2.3/in, Robinson = 52 + 1.9/in, Miller = 56.2 + 1.41/in, Hamwi = 48 + 2.7/in. Women: Devine = 45.5 + 2.3/in, Robinson = 49 + 1.7/in, Miller = 53.1 + 1.36/in, Hamwi = 45.5 + 2.2/in. All outputs in kg; pounds computed at 2.2046 lb/kg. The headline result is the minimum-to-maximum range across the four formulas. Below 152.4 cm the linear term extrapolates outside the published derivation range.",
  "sources": [
    {
      "label": "Pai MP, Paloucek FP. The origin of the \"ideal\" body weight equations. Ann Pharmacother. 2000;34(9):1066-1069.",
      "url": "https://pubmed.ncbi.nlm.nih.gov/10981254/"
    },
    {
      "label": "World Health Organization. Physical status: the use and interpretation of anthropometry. WHO Technical Report Series 854. 1995.",
      "url": "https://www.who.int/publications/i/item/9241208546"
    }
  ],
  "faqs": [
    {
      "question": "Why do the four formulas give different numbers for the same height?",
      "answer": "Because they were fitted by different authors, in different decades, against different data, for different purposes. Hamwi (1964) published a bedside shortcut for clinical estimation; Devine (1974) needed a lean-tissue stand-in for drug dosing; Robinson and Miller (both 1983) re-fitted the same linear structure against insurance actuarial tables and still landed on different constants. A 3–4 kg disagreement at ordinary heights is not a rounding problem — it reflects genuinely different source populations and goals. That disagreement is why this tool shows all four rather than averaging them into a single number that none of the authors published."
    },
    {
      "question": "Why do many calculators give these formulas a different name?",
      "answer": "The clinical literature's historical label for this family of equations is \"ideal body weight (IBW)\" — a naming convention that dates to mid-20th-century pharmacology and actuarial work, examined in detail by Pai and Paloucek (2000). The name described a dosing reference quantity, not a judgement about anyone's body, but it reads today like a prescription. This site uses \"reference weight\" throughout because that is what the numbers are: published reference points from four historical equations, useful for understanding drug-dosing conventions and the history of anthropometry, not targets."
    },
    {
      "question": "Were these formulas derived from health outcome data?",
      "answer": "No. None of the four equations came from studies linking weight to health outcomes, and none involved body-composition measurement. Devine's constants were proposed for scaling gentamicin and other drug doses; Hamwi's appeared in a diabetes-management text as an estimation aid; Robinson's and Miller's were regression fits to Metropolitan Life insurance tables, which recorded policyholder mortality in mid-century North America. The formulas encode the height–weight relationships of those specific datasets and nothing more, which is one reason they diverge from each other and from modern population measurements."
    },
    {
      "question": "What happens for heights below 5 feet?",
      "answer": "The equations were published as a base weight at 5 feet plus an increment per inch above it. Below 152.4 cm the per-inch term turns negative and the arithmetic extrapolates into territory the original authors never modelled — Devine's formula, for example, sheds 2.3 kg per inch and produces figures with no published validation at short statures. This calculator still computes the extrapolated values so the behaviour of the equations is visible, but below 5 feet the outputs are best read as a demonstration of the formulas' limits rather than as reference points."
    },
    {
      "question": "Which formula appears most often in clinical practice?",
      "answer": "Devine's 1974 equation is the most widely cited, largely because pharmacokinetic dosing references adopted it for medications that scale with lean tissue — aminoglycosides are the classic case — and hospital dosing software carried it forward. Robinson and Miller appear in the literature as refinements with better fit to actuarial data, and Hamwi survives mainly in older clinical texts. Prevalence in dosing references reflects institutional momentum rather than a demonstrated accuracy ranking; comparative studies find each formula fits some height bands better than others."
    }
  ],
  "related_tools": [
    {
      "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/"
    },
    {
      "slug": "waist-to-height-ratio",
      "title": "Waist-to-Height Ratio Calculator",
      "api_url": "https://fitmetriclab.com/api/tools/waist-to-height-ratio.json",
      "page_url": "https://fitmetriclab.com/en/tools/body-composition/waist-to-height-ratio/"
    },
    {
      "slug": "lean-body-mass",
      "title": "Lean Body Mass Calculator",
      "api_url": "https://fitmetriclab.com/api/tools/lean-body-mass.json",
      "page_url": "https://fitmetriclab.com/en/tools/body-composition/lean-body-mass/"
    }
  ],
  "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."
}