# Body Fat Calculator > Calculate body fat percentage and lean mass using US Navy method **Category:** Health **URL:** https://complete.tools/body-fat-calculator ## How it calculates The US Navy method calculates body fat percentage using the following formulas: For males: Body Fat % = 86.010 × log10(Waist - Neck) - 70.041 × log10(Height) + 36.76 For females: Body Fat % = 163.205 × log10(Waist + Hip - Neck) - 97.684 × log10(Height) - 78.387 Where: - Waist is the circumference of the waist in inches. - Neck is the circumference of the neck in inches. - Hip is the circumference of the hips in inches (only for females). - Height is the height in inches. These formulas involve logarithmic calculations to relate body measurements to body fat percentage. The logarithmic scale helps account for variations in body composition across different body types. ## Who should use this Fitness trainers assessing client body composition for tailored workout plans. Nutritionists creating dietary recommendations based on body fat percentage. Sports coaches evaluating athletes' body composition for performance optimization. Individuals monitoring health changes during weight loss or fitness programs. ## Worked examples Example 1: A male with a waist circumference of 34 inches, neck circumference of 15 inches, and height of 70 inches. Using the formula: Body Fat % = 86.010 × log10(34 - 15) - 70.041 × log10(70) + 36.76 Calculating: Waist - Neck = 34 - 15 = 19 log10(19) ≈ 1.2788 log10(70) ≈ 1.8451 Body Fat % = 86.010 × 1.2788 - 70.041 × 1.8451 + 36.76 Body Fat % ≈ 109.992 - 129.465 + 36.76 ≈ 17.287% Example 2: A female with a waist circumference of 30 inches, hip circumference of 40 inches, neck circumference of 13 inches, and height of 65 inches. Using the formula: Body Fat % = 163.205 × log10(30 + 40 - 13) - 97.684 × log10(65) - 78.387 Calculating: Waist + Hip - Neck = 30 + 40 - 13 = 57 log10(57) ≈ 1.7559 log10(65) ≈ 1.8130 Body Fat % = 163.205 × 1.7559 - 97.684 × 1.8130 - 78.387 Body Fat % ≈ 286.811 - 177.448 - 78.387 ≈ 30.976% These examples illustrate how the tool applies different measurements to calculate body fat percentages for both genders. ## Limitations The tool relies on the accuracy of user-provided measurements; any errors may lead to inaccurate results. The US Navy method assumes that individuals have a standard body composition, which may not hold true for all populations, especially athletes with higher muscle mass. Additionally, the calculator does not account for variations in fat distribution, which can vary significantly among individuals. It is also less accurate for individuals who are very overweight or underweight, as the logarithmic calculations may not adequately represent their body composition. ## FAQs **Q:** How does the US Navy method compare to other body fat measurement techniques? **A:** The US Navy method is a widely used formula that provides an estimate based on circumference measurements, while other techniques like DEXA scans or hydrostatic weighing offer more precise assessments but are often more expensive and less accessible. **Q:** Can this calculator be used for individuals with atypical body proportions? **A:** The calculator may not provide accurate estimates for individuals with atypical body proportions, such as bodybuilders or those with significant muscle mass, as the formulas are based on average body compositions. **Q:** What factors can influence body fat percentage beyond measurements? **A:** Factors such as genetics, age, sex, and overall health can influence body fat percentage. The calculator does not account for these biological variations, so results should be interpreted within a broader context of health and fitness. **Q:** Is the tool applicable for all age groups? **A:** While the tool can be used by adults, it may not be accurate for children or adolescents, whose body composition differs significantly from adults due to growth and development. --- *Generated from [complete.tools/body-fat-calculator](https://complete.tools/body-fat-calculator)*