Stableford turns golf into a points game where you score against your own handicapped par on each hole, so a few disaster holes do not wreck your round. This tool allocates your Course Handicap strokes by stroke index, finds your net score per hole, and awards points using the official Stableford table.
How it works
First your handicap strokes are spread across the holes by stroke index. If your Course Handicap is H over a holes set, every hole receives floor(H / holes) strokes, and the lowest-stroke-index H mod holes holes each receive one extra. The net score is your gross minus the strokes received on that hole. Points then follow the net score relative to par:
net vs par points
≥ +2 (or worse) 0
+1 (bogey) 1
0 (par) 2
−1 (birdie) 3
−2 (eagle) 4
−3 (albatross) 5
The general rule is points = max(0, 2 − (net − par)). Totalling across the holes gives your Stableford score.
Stroke allocation — how it works in practice
Stroke index ranking runs from 1 (hardest hole for handicap purposes) to 18 (easiest). Your Course Handicap determines how many strokes you receive and which holes they go to:
- Handicap 1–18: you receive exactly one stroke on each of the holes whose stroke index is at most your handicap. A handicap of 12 means one stroke on holes ranked SI 1 through SI 12.
- Handicap 19–36: you receive one stroke on every hole (that is 18 strokes) plus a second stroke on the holes ranked SI 1 through SI (handicap minus 18). A Course Handicap of 22 means a second stroke on the four lowest-SI holes.
- Handicap 0 or less (scratch or plus): a plus-handicap player gives strokes to the course. A +2 player subtracts strokes on the two lowest-SI holes.
This tool handles all of these cases automatically — enter your Course Handicap and it places the strokes correctly.
Worked example
On a par-4 with stroke index 5, a player with a Course Handicap of 18 receives one stroke, so their net par is 5. A gross 6 is a net 5 — net par — scoring 2 points. A gross 7 is a net 6, a net bogey, scoring 1 point.
Now on the same hole, a player with a Course Handicap of 24 receives two strokes (one because SI 5 ≤ 18, and a second because they also get extras on the six lowest-SI holes and SI 5 is among them). Net par for them is 6. A gross 6 is a net 4 — net birdie — scoring 3 points.
A par round off your handicap totals 36 points over 18 holes. Because a net double bogey scores nothing, you can pick up once a hole is clearly lost, which keeps play moving. Competition winners typically score in the high 30s or low 40s on most courses.
Why Stableford is the most popular weekend format
Stroke play punishes a blow-up hole catastrophically — a 10 on one hole can destroy an otherwise good card. In Stableford, the same hole simply scores zero; the damage is capped and the round continues on an equal footing. This makes it psychologically easier to recover from a bad hole and is why Stableford competitions attract higher participation than medal rounds at most golf clubs.