{
  "id": "army-body-fat-calculator",
  "version": "2.0.0",
  "name": "Army Body Fat Calculator",
  "shortName": "Army Body Composition",
  "description": "Check the current U.S. Army waist-to-height standard and optionally calculate the legacy 2023 one-site body-fat estimate.",
  "category": "Health & Fitness",
  "categorySlug": "health-fitness",
  "keywords": [
    "Army body composition",
    "waist to height ratio",
    "WHtR",
    "Army 2026 standard",
    "Army body fat"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "migrated",
  "migratedDate": "2026-08-25",
  "engine": "native",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/army-body-fat-calculator.json",
    "qualifiedReview": "pending",
    "qualifiedReviewer": null,
    "qualifiedReviewDate": null,
    "formulaVersion": "2.0.0",
    "referenceCoverage": "references-listed",
    "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
    "historicalMetadataDate": "2026-08-25",
    "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
  },
  "notice": "This educational tool cannot establish official Army compliance. Follow current Army measurement procedures and official records.",
  "urls": {
    "page": "/calculator/army-body-fat-calculator/",
    "definition": "/calculator/army-body-fat-calculator/definition.json",
    "schema": "/calculator/army-body-fat-calculator/schema.json",
    "llms": "/calculator/army-body-fat-calculator/llms.txt",
    "legacyDefinition": "/calculator/army-body-fat-calculator.json"
  },
  "queryExample": "https://askcalculators.com/calculator/army-body-fat-calculator/?standard=current2026&unitSystem=metric&sex=male&age=30&weightKg=70&heightCm=175&waistCm=90",
  "queryParameters": {
    "standard": {
      "label": "Army standard",
      "type": "select",
      "required": true,
      "default": "current2026"
    },
    "unitSystem": {
      "label": "Units",
      "type": "select",
      "required": true,
      "default": "metric"
    },
    "sex": {
      "label": "Sex used by equation",
      "type": "select",
      "required": true,
      "default": "male"
    },
    "age": {
      "label": "Age",
      "type": "number",
      "required": true,
      "default": 30
    },
    "weightKg": {
      "label": "Weight",
      "type": "number",
      "required": true,
      "default": 70,
      "showWhen": {
        "field": "unitSystem",
        "equals": "metric"
      }
    },
    "heightCm": {
      "label": "Height",
      "type": "number",
      "required": true,
      "default": 175,
      "showWhen": {
        "field": "unitSystem",
        "equals": "metric"
      }
    },
    "weightLb": {
      "label": "Weight",
      "type": "number",
      "required": true,
      "default": 154,
      "showWhen": {
        "field": "unitSystem",
        "equals": "imperial"
      }
    },
    "feet": {
      "label": "Height feet",
      "type": "number",
      "required": true,
      "default": 5,
      "showWhen": {
        "field": "unitSystem",
        "equals": "imperial"
      }
    },
    "inches": {
      "label": "Height inches",
      "type": "number",
      "required": true,
      "default": 9,
      "showWhen": {
        "field": "unitSystem",
        "equals": "imperial"
      }
    },
    "waistCm": {
      "label": "Waist at navel",
      "type": "number",
      "required": true,
      "default": 90,
      "showWhen": {
        "field": "unitSystem",
        "equals": "metric"
      }
    },
    "waistIn": {
      "label": "Waist at navel",
      "type": "number",
      "required": true,
      "default": 35.4,
      "showWhen": {
        "field": "unitSystem",
        "equals": "imperial"
      }
    }
  },
  "inputs": [
    {
      "id": "standard",
      "label": "Army standard",
      "type": "select",
      "required": true,
      "defaultValue": "current2026",
      "options": [
        {
          "label": "Current 2026 waist-to-height assessment",
          "value": "current2026"
        },
        {
          "label": "Legacy 2023 one-site body-fat estimate",
          "value": "legacy2023"
        }
      ],
      "width": "full"
    },
    {
      "id": "unitSystem",
      "label": "Units",
      "type": "select",
      "required": true,
      "defaultValue": "metric",
      "options": [
        {
          "label": "Metric",
          "value": "metric"
        },
        {
          "label": "Imperial",
          "value": "imperial"
        }
      ],
      "width": "full"
    },
    {
      "id": "sex",
      "label": "Sex used by equation",
      "type": "select",
      "required": true,
      "defaultValue": "male",
      "options": [
        {
          "label": "Male",
          "value": "male"
        },
        {
          "label": "Female",
          "value": "female"
        }
      ],
      "width": "half"
    },
    {
      "id": "age",
      "label": "Age",
      "type": "number",
      "required": true,
      "defaultValue": 30,
      "min": 13,
      "max": 120,
      "step": 1,
      "suffix": "years",
      "width": "half"
    },
    {
      "id": "weightKg",
      "label": "Weight",
      "type": "number",
      "required": true,
      "defaultValue": 70,
      "min": 1,
      "max": 500,
      "step": 0.1,
      "suffix": "kg",
      "showWhen": {
        "field": "unitSystem",
        "equals": "metric"
      },
      "width": "half"
    },
    {
      "id": "heightCm",
      "label": "Height",
      "type": "number",
      "required": true,
      "defaultValue": 175,
      "min": 50,
      "max": 300,
      "step": 0.1,
      "suffix": "cm",
      "showWhen": {
        "field": "unitSystem",
        "equals": "metric"
      },
      "width": "half"
    },
    {
      "id": "weightLb",
      "label": "Weight",
      "type": "number",
      "required": true,
      "defaultValue": 154,
      "min": 2,
      "max": 1100,
      "step": 0.1,
      "suffix": "lb",
      "showWhen": {
        "field": "unitSystem",
        "equals": "imperial"
      },
      "width": "full"
    },
    {
      "id": "feet",
      "label": "Height feet",
      "type": "number",
      "required": true,
      "defaultValue": 5,
      "min": 1,
      "max": 9,
      "step": 1,
      "suffix": "ft",
      "showWhen": {
        "field": "unitSystem",
        "equals": "imperial"
      },
      "width": "half"
    },
    {
      "id": "inches",
      "label": "Height inches",
      "type": "number",
      "required": true,
      "defaultValue": 9,
      "min": 0,
      "max": 11.9,
      "step": 0.1,
      "suffix": "in",
      "showWhen": {
        "field": "unitSystem",
        "equals": "imperial"
      },
      "width": "half"
    },
    {
      "id": "waistCm",
      "label": "Waist at navel",
      "type": "number",
      "required": true,
      "defaultValue": 90,
      "min": 20,
      "max": 300,
      "step": 0.1,
      "suffix": "cm",
      "showWhen": {
        "field": "unitSystem",
        "equals": "metric"
      },
      "width": "full"
    },
    {
      "id": "waistIn",
      "label": "Waist at navel",
      "type": "number",
      "required": true,
      "defaultValue": 35.4,
      "min": 8,
      "max": 120,
      "step": 0.1,
      "suffix": "in",
      "showWhen": {
        "field": "unitSystem",
        "equals": "imperial"
      },
      "width": "full"
    }
  ],
  "outputs": [
    {
      "id": "ratio",
      "label": "Waist-to-height ratio",
      "format": "number",
      "primary": true,
      "digits": 3
    },
    {
      "id": "status",
      "label": "Current standard result",
      "format": "text"
    },
    {
      "id": "maximumWaist",
      "label": "Maximum waist at 0.55",
      "format": "text"
    },
    {
      "id": "legacyBodyFat",
      "label": "Legacy 2023 body-fat estimate",
      "format": "percent",
      "digits": 1
    },
    {
      "id": "legacyStatus",
      "label": "Legacy age-band result",
      "format": "text"
    }
  ],
  "formula": {
    "expression": "Current assessment: WHtR = waist circumference ÷ height, with a ratio below 0.55 meeting the Army screening benchmark; optional legacy estimate uses the 2023 sex-specific one-site equation."
  },
  "examples": [
    {
      "label": "Reproducible default-input example (not a personal recommendation)",
      "inputs": {
        "standard": "current2026",
        "unitSystem": "metric",
        "sex": "male",
        "age": 30,
        "weightKg": 70,
        "heightCm": 175,
        "weightLb": 154,
        "feet": 5,
        "inches": 9,
        "waistCm": 90,
        "waistIn": 35.4
      }
    }
  ],
  "sources": [
    {
      "label": "Calculator.net reference calculator",
      "url": "https://www.calculator.net/army-body-fat-calculator.html"
    },
    {
      "label": "U.S. Army 2026 body-composition policy overview",
      "url": "https://www.army.mil/article/287516/army_updates_body_composition_program_to_strengthen_readiness"
    }
  ]
}
