About the Muscle Mass Percentage
The Muscle Mass Percentage Calculator estimates skeletal muscle mass in kilograms, and as a percentage of total body weight, using an anthropometric formula built from weight, height, age, and sex. It offers an alternative to bioelectrical impedance scales or DEXA scans for people who want a formula-based approximation using measurements they already have on hand.
How It Works
You enter your weight in kilograms, height in centimeters, age, and sex. The calculator applies a linear regression equation, attributed to Lee et al., 2000, with different coefficients for men and women, to estimate skeletal muscle mass in kilograms, then divides that figure by your total body weight to express it as a percentage.
Examples
Average-build man
A 30-year-old man weighing 75 kg and 175 cm tall: Skeletal Muscle Mass = 0.407 x 75 + 0.267 x 175 - 19.2 - 0.049 x 30, which works out to about 56.6 kg, or roughly 75.4% of his 75 kg body weight.
Midlife woman
A 45-year-old woman weighing 60 kg and 160 cm tall: Skeletal Muscle Mass = 0.252 x 60 + 0.473 x 160 - 48.3 - 0.049 x 45, which works out to about 40.3 kg, or roughly 67.2% of her 60 kg body weight.
Advantages
- Requires only weight, height, age, and sex, values most people already know, to produce an instant skeletal muscle mass estimate.
- Uses distinct regression coefficients for men and women, reflecting real average differences in body composition between the sexes.
- Expresses the result both as an absolute kilogram figure and as a percentage of body weight, useful for tracking change over time.
Common Mistakes
- Comparing this formula's percentage output directly against numbers from a bioelectrical impedance scale or DEXA scan, which use different measurement methods and often produce noticeably different figures.
- Entering height in inches into a field expecting centimeters, which would badly distort the result since the formula's height coefficients are calibrated specifically for centimeter inputs.
- Treating a single reading as a precise absolute measurement rather than using it primarily to track relative change across repeated measurements over time.
Edge Cases to Watch For
- The height terms are applied directly against centimeter values rather than meters, so the resulting kilogram and percentage figures can run considerably higher than skeletal muscle mass percentages commonly cited elsewhere; treat the output as internally consistent with this specific formula rather than directly comparable to outside benchmarks.
- There's no floor applied to the result, so for height or weight inputs well outside typical adult ranges, the formula could mathematically return an unrealistically low or negative skeletal muscle mass, since nothing in the code prevents that.
- The age coefficient (0.049 kg per year) is identical for both sexes and applied as a small, constant linear subtraction, so the calculator shows only gradual age-related decline rather than an accelerating one, even though real-world muscle loss tends to speed up in later decades.
Common Use Cases
- People tracking body composition changes over a training program using consistent, repeatable at-home inputs.
- Anyone without access to a bioelectrical impedance scale or DEXA scan who wants a formula-based muscle mass estimate.
- Fitness enthusiasts comparing how weight, height, and age interact in a standard anthropometric muscle mass equation.