Connect via MCP →

Enter Calculation

Formula

Advertisement

Results

Total Points Still Needed
60
points to reach your target total
Average per remaining event 20 points

What This Calculator Does

This tool applies to the US Army Combat Fitness Test (ACFT). The ACFT is scored across six events, each worth up to 100 points for a maximum total of 600. To pass, soldiers must reach at least 60 points on each event and meet the required overall total. This calculator tells you how many points you still need to hit a target total and the average score required on each event you have left.

How to Use It

Enter the sum of points you have already earned on completed events, the number of events you still have remaining, and the total score you are aiming for (commonly 360 for the passing standard or 540 for the maximum on three events). The calculator returns the points still needed and divides that across your remaining events.

The Formula Explained

The core math is simple subtraction with a floor at zero:

$$\text{Points Needed} = \max(0,\ \text{Target Total} - \text{Current Points})$$

The max(0, ...) guard ensures that if you have already met or exceeded your target, the result is 0 rather than a negative number. The per-event figure is then \(\text{Points Needed} \div \text{Events Remaining}\), giving the average you must average over what is left.

Progress bar showing current points filled and remaining points to reach target
Points needed is the gap between your target total and your current points.

Worked Example

Suppose you have already scored 300 points across completed events, you have 3 events remaining, and your target total is 360. Points needed = max(0, 360 − 300) = 60. Per remaining event = 60 ÷ 3 = 20 points each. So you must average just 20 points per remaining event to reach 360.

$$\text{Points Needed} = \max(0,\ 360 - 300) = 60$$

$$\text{Per Event} = \frac{60}{3} = 20$$

Six event bars with three completed and three remaining sharing an average target line
Spreading the remaining points evenly gives the average score needed per leftover event.

ACFT Score Standards Reference

The Army Combat Fitness Test (ACFT) is scored across six events. Each event is worth a maximum of 100 points and a minimum passing score of 60 points. To pass the test overall, a Soldier must score at least 60 points in every event and reach a minimum total of 360 points across all six.

Event Abbreviation Min Score Max Score
3-Repetition Maximum Deadlift MDL 60 100
Standing Power Throw SPT 60 100
Hand-Release Push-Up HRP 60 100
Sprint-Drag-Carry SDC 60 100
Plank PLK 60 100
2-Mile Run 2MR 60 100

Key total-score benchmarks:

Total Points Meaning
360 Minimum passing total (with at least 60 in each event)
540 Common unofficial "gold" benchmark — an average of 90 per event
600 Maximum possible score (100 in all six events)

The 540 and 600 figures represent strong and perfect performance respectively; they are widely used personal targets rather than separately codified pass thresholds. The single standardized requirement is a 360 total with no event below 60.

Points Needed Across Common Scenarios

The points still needed equal your target total minus the points you have already banked (never less than zero). The per-event average is that remaining requirement divided by the number of events you have left. For example, with 300 points earned, 3 events remaining, and a 540 target, you need 240 more points, an average of 80 per remaining event.

Points Earned Events Remaining Target Total Points Needed Per-Event Average
240 2 360 120 60
240 3 360 120 40
300 1 360 60 60
300 3 360 60 20
300 3 540 240 80
340 2 360 20 10
340 2 540 200 100
340 4 540 200 50
450 1 540 90 90
540 2 540 0 0

Rows where the average exceeds 100 (the per-event maximum) signal an unreachable target. For instance, 340 earned with 2 events left aiming for 540 needs 200 points — exactly 100 per event, the maximum, so it is only possible by maxing both. Anything above 100 per event cannot be met and the target should be adjusted.

Key Terms Explained

Points Earned (current_points_sum)
The total ACFT points you have already locked in from events you have completed (or confidently project). Each completed event contributes 60–100 points.
Events Remaining (events_left)
How many of the six ACFT events you have not yet scored. The per-event average distributes your remaining point need evenly across these.
Target Total (target_total)
The overall ACFT score you are aiming for — typically 360 to pass, 540 as a high-performance goal, or up to 600 for a perfect test.
Points Needed
The gap between your target total and points already earned, floored at zero. Calculated as max(0, target − earned).
Per-Event Average
Points Needed divided by Events Remaining — the score you must average on each unfinished event. If this exceeds 100, the target is unattainable; if it is below 60, you still must clear the 60-point floor in every event.

The six scored events:

  • MDL — 3-Rep Max Deadlift: Maximum weight lifted for three repetitions, testing muscular strength.
  • SPT — Standing Power Throw: Throwing a 10-lb medicine ball backward over the head for distance, testing explosive power.
  • HRP — Hand-Release Push-Up: Push-ups with hands lifted off the ground at the bottom, testing upper-body endurance.
  • SDC — Sprint-Drag-Carry: A 250-meter shuttle of sprinting, sled drag, lateral, carry, and sprint, testing anaerobic capacity.
  • PLK — Plank: Holding a forearm plank for time, testing core endurance.
  • 2MR — 2-Mile Run: A timed two-mile run testing aerobic endurance.

FAQ

What is the minimum passing ACFT score? The standard passing total is 360 points, with a minimum of 60 points on every individual event.

Can the points needed be negative? No. If you have already met your target, the calculator shows 0 points needed.

Does averaging guarantee a pass? No. Each event must individually meet its 60-point minimum, so spread your effort across all events rather than relying only on the average.

Last updated: