Calculate body surface area

Compare four published height-and-weight equations for estimated body surface area in square metres.

freeworks offlinenothing uploaded
ToolBody Surface Area Calculator
Input
Output
Put this on your own site

The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.

Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.

Preview

How it works

Du Bois, Haycock, and Boyd apply different empirical powers to height and weight, whereas Mosteller takes the square root of centimetres times kilograms divided by 3,600. Boyd uniquely converts kilograms to grams before applying its weight-dependent exponent; all four values remain separate because their cohorts and errors differ.

Formula
Mosteller BSA = √(height cm × weight kg ÷ 3,600)
  • No equation is treated as canonical or averaged into a fifth result.
  • Height and weight must both be positive before logarithms, roots, and fractional powers are evaluated.

Worked example

170cm, 70kg adult
The four formulas side by side
Input
											Height cm: 170
Weight kg: 70
										
Output
												Du bois: 1.81
Mosteller: 1.82
Haycock: 1.83
Boyd: 1.83
											

When to use this

Oncology protocols express some doses in mg/m², cardiology reports cardiac index in L/min/m², and paediatric or adult clinical records must preserve which named BSA equation a protocol requires.

Edge cases

  • Zero or negative height or weight is rejected before any formula can return a nonphysical or nonfinite area.
  • Infants, very small adults, and large body sizes can widen disagreement between equations, so the four estimates are never silently averaged.
  • Boyd expects weight in grams internally; entering grams in the kilogram field would be scaled by another 1,000 and is therefore a unit error.

References