Archery Score Calculator Formula
Understand the math behind the archery score calculator. Each variable explained with a worked example.
Formulas Used
Average per Arrow
arrow_avg = round(total_points / arrows_shot * 100) / 100Accuracy %
accuracy_pct = round(total_points / (arrows_shot * max_per_arrow) * 1000) / 10Perfect Score Would Be
perfect_score = arrows_shot * max_per_arrowGap from Perfect
gap_from_perfect = arrows_shot * max_per_arrow - total_pointsVariables
| Variable | Description | Default |
|---|---|---|
total_points | Total Points Scored | 270 |
arrows_shot | Arrows Shot | 30 |
max_per_arrow | Max Points per Arrow | 10 |
How It Works
How Archery Scores Work
Scoring Systems
WA (World Archery) Target: Rings score 1-10 from outside to center. X-ring (inner 10) is used for tiebreakers.
NFAA Indoor: Rings score 1-5 from outside to center.
Formula
Arrow Average = Total Points / Arrows Shot
Accuracy % = Total Points / (Arrows x Max per Arrow) x 100
Benchmarks (WA 10-ring, 30 arrows)
Worked Example
Calculate score for 270 points on 30 arrows (WA 10-ring target).
total_points = 270arrows_shot = 30max_per_arrow = 10
- 01Arrow average = 270 / 30 = 9.00.
- 02Perfect score = 30 x 10 = 300.
- 03Accuracy = 270 / 300 x 100 = 90.0%.
- 04Gap from perfect = 300 - 270 = 30 points.
Ready to run the numbers?
Open Archery Score Calculator