If you're trying to get chemotherapy doses or normalize something like cardiac output for a patient who doesn't match textbook "average size," a rough guess isn't good enough — a wrong number can have real consequences. This calculator gives you the surface area of the body in square metres from height and weight, letting you choose between five established formulas: Du Bois, Mosteller, Haycock, Gehan-George, and Boyd. BSA comes up in dosing chemo, pediatric cardiology, renal calculations, and equipment design. The rest of this page walks through the formulas, an example calculation, and some honest engineering and clinical context alongside the FAQ.
What is Body Surface Area?
Body surface area (BSA) is the measured area of a person's skin, in square metres. In medicine, it's used for dose calculations and to adjust measurements so people of different sizes can be compared directly.
Simple Explanation
BSA is basically how much skin you have — picture wrapping someone in a single sheet. The larger the person, the more surface area there is. Many drug doses use BSA because medication handling by the body is more closely tied to surface area than to weight. The calculator asks for height and weight and runs a standard formula to get the number.
📐 Browse all 1000+ Interactive Calculators
Quick Navigation
Visual Diagram: Body Surface Area Measurement
Body Surface Area Interactive Calculator
This calculator is intended for education, concept evaluation, and preliminary design. Results are based on the equations and assumptions described on this page, but cannot account for every real-world load case, tolerance, material property, environmental condition, installation detail, safety factor, code, or regulatory requirement. Verify all inputs, assumptions, units, and results independently before selecting components or using the result in a real application. Safety-critical, structural, medical, lifting, transportation, or regulated applications must be reviewed by a qualified engineer.
How to Use This Calculator
- Select the BSA formula you want to use from the Calculation Formula dropdown — use Haycock for pediatric patients, Du Bois or Mosteller for typical adults, or Compare All to see all 5 results side by side.
- Enter the patient's height in centimetres in the Height field.
- Enter the patient's weight in kilograms in the Weight field.
- Click Calculate to see your result.
Simple Example
Patient: height 170 cm, weight 70 kg, using the Mosteller formula.
BSA = √[(170 × 70) / 3600] = √[11900 / 3600] = √3.306 = 1.818 m²
This falls within the normal adult range of 1.6–2.0 m².
Body Surface Area Interactive Calculator
Visualize how height and weight combine to calculate body surface area using five validated medical formulas. Watch the human silhouette scale dynamically as you adjust parameters to see real-time BSA calculations for clinical dosing applications.
BSA
1.82 m²
BMI
24.2
CHEMO DOSE
91 mg
FIRGELLI Automations — Interactive Engineering Calculators
Formulas & Equations
There are several equations for BSA — each comes from measurements made on different groups of people with slightly different methods. Which one you use depends on age, build, and what you're adjusting for in clinical or engineering work.
Use the formula below to calculate body surface area using the Du Bois method.
Du Bois Formula (1916)
BSA = 0.007184 × H0.725 × W0.425
H = Height (cm)
W = Weight (kg)
BSA = Body Surface Area (m²)
Use the formula below to calculate body surface area using the Mosteller method.
Mosteller Formula (1987)
BSA = √[(H × W) / 3600]
H = Height (cm)
W = Weight (kg)
BSA = Body Surface Area (m²)
Use the formula below to calculate body surface area using the Haycock method.
Haycock Formula (1978)
BSA = 0.024265 × H0.3964 × W0.5378
H = Height (cm)
W = Weight (kg)
BSA = Body Surface Area (m²)
Use the formula below to calculate body surface area using the Gehan-George method.
Gehan-George Formula (1970)
BSA = 0.0235 × H0.42246 × W0.51456
H = Height (cm)
W = Weight (kg)
BSA = Body Surface Area (m²)
Use the formula below to calculate body surface area using the Boyd method.
Boyd Formula (1935)
log₁₀(BSA) = -2.0279 + 0.9371 × log₁₀(W) + 0.7437 × log₁₀(H)
H = Height (cm)
W = Weight (kg)
BSA = Body Surface Area (m²)
Theory & Engineering Applications
Historical Development and Physiological Basis
BSA estimation is grounded in the basic observation that metabolic heat loss is mostly determined by body surface area, not body weight. Back in 1916, the Du Bois formula came from physically measuring human skin area using paraffin casting and geometry — it reflected the way mass (a 3D property) and surface area (a 2D property) actually scale in humans, not following the "perfect shape" math but based off real dimensions and body shapes.
The Mosteller formula came along much later because people wanted something quicker and simpler to calculate, but accuracy is still within a couple of percent for average adults. Haycock made further adjustments for kids, since children don't just look like mini-adults (their limbs and heads have different proportions), which changes the required exponents for a better fit.
Clinical Dosing and Pharmacokinetic Normalization
BSA-based dosing shows up most often in chemo where getting it wrong can either underdose (no effect) or overdose (high risk). Dosing drugs by mg/m² started because clearance matches BSA better than weight. It's important to realize this isn't perfect — the model ignores that as you add more body fat, the "active" tissue handling the drug doesn't grow as quickly as BSA. So, in obese or frail patients, BSA calculations will over- or underestimate drug handling.
For certain drugs, dosing is often capped at a BSA of about 2.0–2.2 m².
Adjusting things like cardiac output per BSA (cardiac index) makes outputs from patients of any size comparable: healthy cardiac index is usually quoted relative to BSA for this reason. You also see BSA normalization for kidney function (GFR) to reference values back to a standard-sized adult, keeping numbers comparable when sizes vary but actual kidney function isn't truly better or worse per nephron.
Biomedical Engineering and Device Design
In device engineering, you use BSA to spec things like ECMO flow rates and oxygenator sizing. The values are often based on established per-m² recommendations (for example, 3–5 L/min/m² for ECMO). Oxygenators usually need a safety factor on top of expected BSA to account for activity or higher demand. For medical emergencies like burns, BSA also lets you express affected area as a percentage and calculate fluid resuscitation directly with reference to total BSA.
Comparison of Formula Accuracy Across Populations
No single formula is perfect for every human. Du Bois usually works across most adult weights, but it overestimates for very lean or muscular people. Gehan-George aligns better with children and teens. Boyd is more stable for extremes (very thin or very obese) since it uses a logarithmic approach, but it's more work to calculate. If you're working with animals, you need different equations — these human formulas won't give a safe answer due to different body proportions and heat loss rules.
Worked Example: Chemotherapy Dose Calculation
Clinical Scenario: A 68-year-old male patient diagnosed with non-Hodgkin lymphoma requires CHOP chemotherapy. His height is 178 cm and weight is 84.7 kg. Calculate the appropriate dose of doxorubicin (protocol specifies 50 mg/m²) using the Du Bois formula, then compare with Mosteller results to assess dosing robustness.
Step 1: Calculate BSA using Du Bois formula
BSA = 0.007184 × H0.725 × W0.425
BSA = 0.007184 × (178)0.725 × (84.7)0.425
BSA = 0.007184 × 42.387 × 6.712
BSA = 0.007184 × 284.53
BSA = 2.044 m²
Step 2: Calculate doxorubicin dose
Dose = 50 mg/m² × 2.044 m² = 102.2 mg
Rounded to practical vial size: 100 mg (acceptable within 5% tolerance)
Step 3: Verify with Mosteller formula
BSA = √[(178 × 84.7) / 3600]
BSA = √[15076.6 / 3600]
BSA = √4.188
BSA = 2.046 m²
Dose = 50 mg/m² × 2.046 m² = 102.3 mg
Step 4: Calculate BMI for obesity assessment
Height in meters = 1.78 m
BMI = 84.7 / (1.78²) = 84.7 / 3.168 = 26.7 kg/m²
Clinical Interpretation: The patient's BSA of 2.044-2.046 m² falls within normal adult range but approaches the upper limit. BMI of 26.7 indicates overweight status. The Du Bois and Mosteller formulas agree within 0.1% (0.002 m² difference), confirming dosing robustness. The calculated 100 mg dose is appropriate, though the oncology team should monitor for potential toxicity given the overweight status — adipose tissue contributes to BSA but minimally to drug clearance.
Some protocols implement dose capping at BSA = 2.0 m² for doxorubicin, which would reduce the dose to 100 mg exactly, coinciding with the rounded calculation. This example demonstrates why formula selection rarely affects clinical decisions for typical adults, but highlights the importance of considering body composition beyond simple BSA values.
Additional Consideration: If this patient loses 10 kg during chemotherapy (a common occurrence), recalculation becomes necessary. New weight of 74.7 kg yields BSA = 1.946 m² (Du Bois), changing the dose to 97.3 mg. This 4.8% reduction in BSA translates directly to dose adjustment, illustrating why oncology protocols mandate BSA recalculation before each treatment cycle.
For additional calculations in biomedical engineering and clinical applications, explore our comprehensive engineering calculator library.
Practical Applications
Scenario: Oncology Nurse Preparing Chemotherapy
Maria, an oncology nurse with 12 years of experience, receives orders for a patient starting carboplatin therapy. The protocol specifies dosing based on AUC (area under the curve) 5 using the Calvert formula, which requires accurate BSA input. She measures the patient at 165 cm height and 58.3 kg weight. Using this calculator with the Du Bois formula, Maria determines BSA = 1.612 m². Combined with the patient's measured creatinine clearance of 87 mL/min, the Calvert equation yields a carboplatin dose of 543 mg. She cross-validates using the Mosteller formula (BSA = 1.608 m²), which changes the dose by less than 2 mg — confirming her calculation is robust. This precision prevents both underdosing (risking treatment failure) and overdosing (causing nephrotoxicity), directly impacting patient survival and quality of life.
Scenario: Pediatric Cardiologist Assessing Hemodynamics
Dr. Patel evaluates a 7-year-old girl with suspected congenital heart defect using cardiac catheterization. The child measures 122 cm and weighs 23.6 kg. Dr. Patel selects the Haycock formula in this calculator, specifically validated for pediatric populations, obtaining BSA = 0.894 m². Catheterization reveals cardiac output of 3.2 L/min. He calculates cardiac index: 3.2 L/min ÷ 0.894 m² = 3.58 L/min/m², which falls within the normal pediatric range of 3.5-4.5 L/min/m². If he had incorrectly used adult BSA formulas or body weight alone for normalization, the assessment would suggest abnormal cardiac function, potentially leading to unnecessary interventions. This accurate BSA calculation ensures proper interpretation of hemodynamic data and guides the decision to monitor conservatively rather than proceed with surgical repair.
Scenario: Biomedical Engineer Designing Dialysis Protocol
James, a biomedical engineer at a medical device company, develops specifications for a new portable hemodialysis system. He needs to determine minimum dialyzer membrane surface area to achieve adequate urea clearance for the target patient population. Using population data (average height 170 cm, weight 75 kg), this calculator provides BSA = 1.87 m² (Du Bois method). Clinical guidelines require dialyzer surface area of 1.2-1.8× patient BSA for three-times-weekly treatment, yielding a minimum of 2.24 m² membrane area. James specifies a 2.4 m² dialyzer to provide safety margin. He then uses the comparison mode to verify that across all formulas, the 95th percentile patient (height 185 cm, weight 95 kg, BSA = 2.19 m²) still achieves adequate treatment with the 2.4 m² design. This BSA-based engineering approach ensures the device performs effectively across the entire patient population, meeting FDA requirements for clinical efficacy demonstration.
Frequently Asked Questions
▼ Why do different BSA formulas give slightly different results?
▼ Should chemotherapy doses be capped at a maximum BSA to prevent overdosing in obese patients?
▼ How does BSA relate to basal metabolic rate and caloric requirements?
▼ What BSA should be used for an amputee or patient with significant edema?
▼ Why is BSA normalized to 1.73 m² for reporting kidney function?
▼ Can BSA formulas be used for veterinary applications or must animal-specific equations be used?
Free Engineering Calculators
Explore our complete library of free engineering and physics calculators.
Browse All Calculators →🔗 Explore More Free Engineering Calculators
About the Author
Robbie Dickson — Chief Engineer & Founder, FIRGELLI Automations
Robbie Dickson brings over two decades of engineering expertise to FIRGELLI Automations. With a distinguished career at Rolls-Royce, BMW, and Ford, he has deep expertise in mechanical systems, actuator technology, and precision engineering.
📹 Video Walkthrough — How to Use This Calculator
📹 Video Walkthrough — How to Use This Calculator
Need to implement these calculations?
Explore the precision-engineered motion control solutions used by top engineers.
