What the Decathlon Score Calculator Does
The decathlon is the men's combined-events competition contested under World Athletics (formerly IAAF) rules used worldwide at the Olympics and World Championships. Instead of ranking athletes by raw times and distances, every performance is converted into points using official scoring tables, and the ten point totals are added together. This calculator does exactly that: you enter your result for each of the ten events and it returns the points for each one plus your overall total.
The Ten Events You Enter
The tool is split into track and field events, matching the official decathlon programme:
- Track (lower is better): 100 m, 400 m, 110 m hurdles and 1500 m — all entered in seconds.
- Field (higher is better): Long jump, shot put, high jump, discus, pole vault and javelin — entered in metres.
Each field jump/vault and the long jump are internally converted from metres to centimetres before scoring, because the official tables use centimetre coefficients for those events.
The Scoring Formula
World Athletics uses two power-law formulas:
- Track events: \( \text{Points} = \left\lfloor A\,(B - P)^{C} \right\rfloor \), where P is your time. A faster (smaller) time gives more points.
- Field events: \( \text{Points} = \left\lfloor A\,(P - B)^{C} \right\rfloor \), where P is your distance/height. A bigger result gives more points.
A, B and C are fixed constants unique to each event. For example, the 100 m uses \(A = 25.4347\), \(B = 18\), \(C = 1.81\), and the long jump uses \(A = 0.14354\), \(B = 220\) (cm), \(C = 1.40\).
Worked Example
Suppose you run the 100 m in 10.5 seconds. The calculation is:
$$\left\lfloor 25.4347 \times (18 - 10.5)^{1.81} \right\rfloor = \left\lfloor 25.4347 \times 7.5^{1.81} \right\rfloor \approx \left\lfloor 25.4347 \times 41.6 \right\rfloor \approx \mathbf{1058 \text{ points}}.$$
For a 7.50 m long jump (750 cm): \( \left\lfloor 0.14354 \times (750 - 220)^{1.40} \right\rfloor \approx \mathbf{938} \) points. Repeat for all ten events and sum the results for your final decathlon score.
Frequently Asked Questions
What is a good decathlon score? Around 8,000 points is national-class, 8,500+ is world-class, and the world record sits above 9,000 points.
Why is my time better but my points lower? Because track events use \((B - P)\): a smaller time produces a larger value, so points rise as your time falls.
Does this match official competition results? Yes — it uses the same World Athletics coefficients and the same floor (round-down) rule, so scores align with official tables.