Skip to content
CalculatorGeek

How Navy Body Composition Step 2 Works

On this page

Navy BCA Step 2 is a table lookup, not the old neck-and-waist formula. It is required only when the Step 1 waist-to-height result is 0.5500 or greater.

Run the full sequence with the Navy Body Fat Calculator.

Inputs used in Step 2

Step 2 uses:

  • sex, to choose Table 2 or Table 3 and the applicable limit;
  • weight rounded to the nearest pound;
  • height rounded up to the nearest half inch;
  • waist recorded under the Navy repeat-reading procedure and rounded down to the nearest half inch.

It does not use age, neck circumference, hip circumference, or BMI.

Calculate height-minus-waist difference

The row value is:

Height-waist difference = recorded height − recorded waist

Do not calculate the difference from raw values. For example, if raw height 69.74 records as 70.0 and raw waist 38.49 records as 38.0, the correct difference is 32.0 inches—not 31.25.

Select the table cell

  1. Choose Guide-4 Table 2 for males or Table 3 for females.
  2. Find the column matching recorded weight.
  3. Find the row matching height-minus-waist difference.
  4. Read the integer at the intersection.
  5. Compare it with 26% for males or 36% for females.

The tool should display the row, column, table name, and returned cell. This creates an auditable result instead of a black-box percentage.

Verified lookup examples

Male table example

Recorded values: 180 pounds, 70.0-inch height, 34.0-inch waist.

  • Difference: 70.0 − 34.0 = 36.0 inches.
  • Guide-4 Table 2, row 36.0, column 180: 19%.
  • Male maximum: 26%.
  • Table comparison: within the male Step 2 limit.

Female table example

Recorded values: 180 pounds, 70.0-inch height, 32.0-inch waist.

  • Difference: 70.0 − 32.0 = 38.0 inches.
  • Guide-4 Table 3, row 38.0, column 180: 30%.
  • Female maximum: 36%.
  • Table comparison: within the female Step 2 limit.

These examples isolate table verification. In a live calculator, Step 1 must always run first, and both sets of example measurements would pass Step 1.

No interpolation

The printed tables use whole-pound columns and half-inch difference rows. Because the official measurement rules already normalize inputs to these increments, the calculator should select an exact cell. It should not average neighboring percentages or fit a new equation.

Values outside the printed table

Guide-4 directs officials to record raw measurements on NAVPERS 6110/10 and obtain the official BF% after those values are entered into PRIMS. That is the correct public-tool boundary.

Calculator result:

Official PRIMS calculation required for this measurement combination.

Do not display a guessed percentage or a definitive pass/fail decision.

Why the old formula is different

The widely published “U.S. Navy body-fat formula” estimates body composition from neck, waist, height, and—for women—hip circumference. It remains relevant as a general estimation method and historical reference, but it does not implement the June 2026 Navy BCA. Read the method comparison for a clean distinction.

Data-engineering controls

For a reliable implementation:

  • store tables as versioned data linked to Guide-4 JUN 2026;
  • verify every source cell through a second extraction or manual review;
  • reject duplicate or missing row/column keys;
  • assert that all values are integers in expected ranges;
  • show the data version in the result panel;
  • preserve regression fixtures for known cells and boundaries;
  • require a new source review before replacing the dataset.

Frequently asked questions

Is there a public algebraic Navy Step 2 formula?

Guide-4 publishes tables and directs PRIMS handling for values beyond them. A third-party tool should use those published tables and avoid inventing or reverse-engineering a formula.

Why is weight needed if Step 1 uses only waist and height?

Weight is collected for all Sailors because it selects the Step 2 column when Step 1 is not met.

Is the Step 2 result a medical body-fat measurement?

It is the Navy program’s estimate for BCA purposes, not a clinical measurement or diagnosis.

Can I use a smart scale percentage instead?

Not for the official BCA. Guide-4 does not permit bioimpedance as a substitute method.

Sources and review

Lookup examples checked September 10, 2026. Tool publication remains on hold until every encoded table cell is verified.