HomeHealth › Lean Body Mass Calculator

Lean Body Mass Calculator

Estimates lean body mass (fat-free mass) from weight, height and sex with the Boer (1984), James (1976) and Hume (1966) formulas.

When to use

You need fat-free mass for drug dosing, nutrition planning or as a body-composition reference without a scan.

Do not use when: You have measured body-fat percentage (lean mass = weight × (1 − body fat) is then more accurate) or the person is a child.

Formula

Boer: male 0.407·W + 0.267·H − 19.2, female 0.252·W + 0.473·H − 48.3. James: male 1.1·W − 128·(W/H)², female 1.07·W − 148·(W/H)². Hume: male 0.32810·W + 0.33929·H − 29.5336, female 0.29569·W + 0.41813·H − 43.2933. W in kg, H in cm.

Inputs

ParameterTypeUnitRequiredDescription
sexenum: male | femaleyesBiological sex used to select the formula coefficients.
weight_kgnumberkgyesBody weight in kilograms. Range: > 0, ≤ 700
height_cmnumbercmyesHeight in centimetres. Range: ≥ 50, ≤ 300

Outputs

OutputTypeUnitDescription
boer_kgnumberkgBoer (1984) formula, commonly used for anaesthetic dosing.
james_kgnumberkgJames (1976) formula.
hume_kgnumberkgHume (1966) formula.
boer_body_fat_percentnumber%100 × (1 − boer_kg / weight_kg).

Example

Male, 70 kg, 175 cm: {"sex":"male","weight_kg":70,"height_cm":175}{"boer_kg":56,"james_kg":56.5,"hume_kg":52.8,"boer_body_fat_percent":20}

Female, 60 kg, 165 cm: {"sex":"female","weight_kg":60,"height_cm":165}{"boer_kg":44.9,"james_kg":44.6,"hume_kg":43.4}

GET https://tttkmbb.com/api/v1/calculate/lean-body-mass?sex=male&weight_kg=70&height_cm=175

Machine access

Sources

FAQ

Which formula should I use?

Boer is the most common in clinical dosing; James overestimates in obesity; Hume is older. Differences of 2–4 kg are typical.

Related calculators