{
  "slug": "body-fat-navy",
  "title": "Body Fat Percentage (Navy Method)",
  "category": "Body Composition",
  "category_slug": "body-composition",
  "tier": 1,
  "summary": "Estimate body fat percentage using tape measurements via the U.S. Navy circumference method.",
  "description": "This calculator estimates body fat percentage using the U.S. Navy circumference method, a tape-measure-based formula developed by Hodgdon and Beckett in 1984. It requires height, neck circumference, waist circumference, and biological sex as inputs; females also provide hip circumference. The result is a body fat percentage estimate derived from logarithmic equations validated on military populations, offering a field-expedient alternative to skinfold calipers or underwater weighing.",
  "page_url": "https://fitmetriclab.com/en/tools/body-composition/body-fat-navy/",
  "api_url": "https://fitmetriclab.com/api/tools/body-fat-navy.json",
  "formula": {
    "id": "body_fat_navy",
    "expression": "\\text{BF\\%} = \\begin{cases} 495 / [1.0324 - 0.19077 \\log_{10}(W - N) + 0.15456 \\log_{10}(h)] - 450 & \\text{male} \\\\ 495 / [1.29579 - 0.35004 \\log_{10}(W + H_p - N) + 0.22100 \\log_{10}(h)] - 450 & \\text{female} \\end{cases}",
    "variables": [
      {
        "symbol": "h",
        "description": "Height in cm"
      },
      {
        "symbol": "W",
        "description": "Waist circumference in cm"
      },
      {
        "symbol": "N",
        "description": "Neck circumference in cm"
      },
      {
        "symbol": "H_p",
        "description": "Hip circumference in cm"
      },
      {
        "symbol": "s",
        "description": "Sex (male/female)"
      }
    ]
  },
  "inputs": [
    {
      "id": "height_cm",
      "label": "Height",
      "type": "number",
      "unit": "cm",
      "default": 175,
      "min": 100,
      "max": 230,
      "step": 0.5
    },
    {
      "id": "waist_cm",
      "label": "Waist",
      "type": "number",
      "unit": "cm",
      "default": 90,
      "min": 40,
      "max": 200,
      "step": 0.5
    },
    {
      "id": "neck_cm",
      "label": "Neck",
      "type": "number",
      "unit": "cm",
      "default": 38,
      "min": 20,
      "max": 80,
      "step": 0.5
    },
    {
      "id": "hip_cm",
      "label": "Hip",
      "type": "number",
      "unit": "cm",
      "default": 100,
      "min": 50,
      "max": 200,
      "step": 0.5
    },
    {
      "id": "sex",
      "label": "Sex",
      "type": "select",
      "unit": null,
      "default": 1,
      "options": [
        {
          "value": 1,
          "label": "Male"
        },
        {
          "value": 0,
          "label": "Female"
        }
      ]
    }
  ],
  "worked_example": {
    "inputs": {
      "height_cm": 175,
      "waist_cm": 90,
      "neck_cm": 38,
      "hip_cm": 100,
      "sex": 1
    },
    "expected_output": "27.2%"
  },
  "result_summary_template": "With a height of {height_cm} cm, waist of {waist_cm} cm, and neck of {neck_cm} cm, the U.S. Navy circumference formula estimates body fat at {result}.",
  "methodology": "Implements the U.S. Navy circumference-based body fat formulas published by Hodgdon and Beckett (Naval Health Research Center, 1984). Male formula: 86.010×log₁₀(waist-neck) - 70.041×log₁₀(height) + 36.76. Female formula: 163.205×log₁₀(waist+hip-neck) - 97.684×log₁₀(height) - 78.387. All measurements in centimeters.",
  "sources": [
    {
      "label": "Hodgdon JA, Beckett MB. Prediction of percent body fat for U.S. Navy men and women from body circumferences and height. Naval Health Research Center Technical Report 84-29. 1984.",
      "url": "https://apps.dtic.mil/sti/citations/ADA149732"
    },
    {
      "label": "Tran ZV, Weltman A. Generalized equation for predicting body density of women from girth measurements. Medicine & Science in Sports & Exercise. 1989;21(1):101-104.",
      "url": "https://pubmed.ncbi.nlm.nih.gov/2927295/"
    },
    {
      "label": "American College of Sports Medicine. ACSM's Guidelines for Exercise Testing and Prescription, 10th Edition. Wolters Kluwer. 2018.",
      "url": "https://www.acsm.org/"
    }
  ],
  "faqs": [
    {
      "question": "Why does the Navy method use different formulas for males and females?",
      "answer": "Sex-specific fat distribution patterns require different prediction equations. Females typically store proportionally more fat in the hip and thigh regions, which is why the female formula incorporates hip circumference. Males tend to accumulate abdominal fat with less gluteofemoral storage, so the male equation omits hip measurement. The regression constants were derived separately for each sex from hydrostatic weighing reference data."
    },
    {
      "question": "How accurate is the Navy body fat method compared to other techniques?",
      "answer": "Published validation studies report standard errors of estimate around 3–4% body fat when compared to hydrostatic weighing. Accuracy varies by individual; the method tends to perform better within the body composition range of the original military validation sample. DEXA, hydrostatic weighing, and air displacement plethysmography are generally considered more precise but require specialized equipment."
    },
    {
      "question": "Where exactly should each circumference be measured?",
      "answer": "The original Navy protocol specifies: waist at the level of the navel (horizontal plane, at minimal respiration), neck just below the larynx (perpendicular to the long axis), and hips at the maximum protrusion of the buttocks (horizontal plane). Consistent landmark identification and tape tension improve reliability across measurements."
    },
    {
      "question": "Can this method be used to track body composition changes over time?",
      "answer": "Circumference-based methods can detect trends when measurement technique remains consistent. However, changes in lean mass distribution (for example, neck hypertrophy from training) can affect the estimate independently of fat mass changes. Tracking multiple methods concurrently and observing converging trends often provides more confidence than relying on a single formula."
    },
    {
      "question": "Why do I get a different result from other body fat calculators?",
      "answer": "Different formulas use different regression equations, coefficients, and validation populations. The Navy method, Jackson-Pollock skinfold equations, YMCA protocol, and other models were each derived from distinct datasets and may produce estimates that differ by several percentage points for the same individual. No single formula is universally superior across all populations."
    }
  ],
  "related_tools": [
    {
      "slug": "body-fat-3-site",
      "title": "Body Fat Percentage (3-Site Caliper)",
      "api_url": "https://fitmetriclab.com/api/tools/body-fat-3-site.json",
      "page_url": "https://fitmetriclab.com/en/tools/body-composition/body-fat-3-site/"
    },
    {
      "slug": "body-fat-7-site",
      "title": "Body Fat Percentage (7-Site Caliper)",
      "api_url": "https://fitmetriclab.com/api/tools/body-fat-7-site.json",
      "page_url": "https://fitmetriclab.com/en/tools/body-composition/body-fat-7-site/"
    },
    {
      "slug": "lean-body-mass",
      "title": "Lean Body Mass Calculator",
      "api_url": "https://fitmetriclab.com/api/tools/lean-body-mass.json",
      "page_url": "https://fitmetriclab.com/en/tools/body-composition/lean-body-mass/"
    }
  ],
  "last_updated": "2026-04-22",
  "price": {
    "value": 0,
    "currency": "USD"
  },
  "runs_in_browser": true,
  "disclaimer": "Educational estimate produced from a published formula. Not medical, nutritional, or training advice. Calculations are deterministic — apply the formula to the inputs to reproduce the result."
}