Audited 28 Jul 2026·Last updated 28 Jul 2026·6 citations·Tier 2·0 uses

Stableford Points Calculator

Score a net Stableford round hole by hole using Rule 21.1b of the Rules of Golf, with handicap strokes allocated by stroke index under Appendix E.

Stableford Points Calculator

Score
Comma-separated, hole 1 first, up to 18 holes. Enter the strokes you actually took — no net double bogey cap, because a net double bogey already scores zero points.
One par per hole, in the same order as the scores. The default is a standard par-72 layout.
The stroke index row from your card, in the same hole order. The default is the sample 18-hole allocation printed in Appendix E of the Rules of Handicapping.
A whole number, after the format's handicap allowance (95% for individual Stableford). Work it out on the course handicap calculator. A plus handicap goes in as a negative.
Single-hole mode only.
Single-hole mode only. Gross strokes including any penalty strokes.
Single-hole mode only. How many strokes you receive on this hole; enter a negative number if you are a plus handicap giving a stroke back.
Stableford points
36
Total points for the round, or points for the single hole, using the Rule 21.1b table applied to your net score on each hole.
Versus playing to handicap
0
Gross strokes
91
Handicap strokes received
19
Net strokes
72
Par for the holes counted
72
Holes counted
18

Background.

Stableford is the format that keeps a bad hole from ruining a good round. Instead of counting strokes, you count points: two for a net par, three for a net birdie, one for a net bogey, and nothing at all once you are two or more over your net par. The moment a hole is beyond saving you pick up, take your zero, and walk to the next tee with your card intact. It is the most-played competitive format in club golf outside the United States, and it is a Rule of Golf in its own right — Rule 21.1.

This calculator scores a round the way a Committee would. Paste your gross scores, the pars and the stroke index row from your card, add your Playing Handicap, and it allocates the handicap strokes hole by hole and totals the points. There is also a single-hole mode for the question golfers ask most often at the bar: *how many points was that?*

The points table itself is short and fixed. Rule 21.1b awards 0 for more than one over par or no score returned, 1 for one over, 2 for par, 3 for one under, 4 for two under, 5 for three under and 6 for four under. Written as arithmetic that is simply points = par + 2 − strokes, floored at zero. In **net** Stableford — which is what almost every club competition plays — the comparison uses your net score on the hole, so a six on a stroke-index-1 par five where you receive one shot is a net five, level with par, and worth two points.

Which holes you receive those strokes on is not arbitrary. Appendix E of the Rules of Handicapping sets the allocation: strokes go to the lowest stroke-index holes first, and once your Playing Handicap passes the number of holes, everyone gets another shot and the extras start again at stroke index 1. For nine holes the Rules say the strokes "should be taken in ascending order from the published stroke index allocation for 18 holes", which is why this calculator ranks your stroke indexes rather than reading them literally — enter the 18-hole indexes for the nine you played, or a Committee's amended 1-to-9 allocation, and you get the same answer. Plus handicaps give strokes back starting at the highest stroke index, and the calculator handles that too.

Two details worth knowing. First, 36 points over 18 holes is the benchmark for playing exactly to your handicap, which is where the familiar "I only got 31 points" scale comes from. Second, the Rules of Handicapping tie the two books together neatly: a net double bogey — the maximum hole score for handicap purposes — is defined as "the lowest score on a hole for which the player would achieve zero Stableford points". So the score at which you stop earning points is exactly the score at which you stop hurting your handicap, which is the real reason picking up is not just good etiquette but good handicapping.

Below the widget you will find the full points table, the stroke-allocation arithmetic worked through, the Appendix C allowances for individual and four-ball Stableford, how Modified Stableford differs, and an explanation of why the calculator asks for a Playing Handicap rather than a Handicap Index.

What is stableford points calculator?

Stableford is a form of stroke play in which a player's score for each hole is a number of points rather than a number of strokes. Rule 21.1a defines it as a format where "a player's or side's score for a hole is based on points awarded by comparing the player's or side's number of strokes (including strokes made and penalty strokes) on the hole to a fixed target score for the hole set by the Committee", and where "the competition is won by the player or side who completes all rounds with the most points". The fixed target is almost always par. The scoring is asymmetric on purpose: a birdie is worth one more point than a par, but a triple bogey costs you no more than a double bogey, because both score zero. That asymmetry rewards attacking golf and puts a floor under disaster holes, which is why fields finish faster and why high-handicap players enjoy it. The format is named after Dr Frank Barney Gorton Stableford, who devised the points system at Wallasey Golf Club and whose scheme was first played in competition there in 1932. In net Stableford — the ordinary club version — handicap strokes are deducted hole by hole before the points table is applied, using the Playing Handicap and the card's stroke index. There is also Modified Stableford, permitted by Rule 21.3, in which the Committee publishes a different points table; the Barracuda Championship on the PGA Tour is the best-known example, using +8 for albatross, +5 for eagle, +2 for birdie, 0 for par, −1 for bogey and −3 for double bogey or worse. This calculator implements the standard Rule 21.1b table.

How to use this calculator.

  1. Choose whether you are scoring a whole round or a single hole. Round mode allocates handicap strokes for you; hole mode assumes you already know how many strokes you get on that hole.
  2. For a round, paste your gross scores hole by hole, starting at hole 1, comma-separated. Enter what you actually took — do not apply a net double bogey cap first, because a net double bogey already scores zero points.
  3. Paste the pars in the same hole order, then the stroke index row from your scorecard in that same order. For a nine-hole card, enter only those nine holes; the calculator ranks the indexes, so either the 18-hole indexes or a Committee's amended 1-to-9 allocation works.
  4. Enter your Playing Handicap as a whole number — that is your Course Handicap after the format's Appendix C allowance, 95% for individual Stableford and 85% for four-ball Stableford. Work it out on the course handicap calculator first. A plus handicap goes in as a negative number.
  5. Read the total. Compare it with 36: that is the benchmark for playing exactly to your handicap over 18 holes, and the 'versus playing to handicap' output does the subtraction for you.
  6. For a single hole, switch modes and enter the par, your gross score and the strokes you receive on that hole. This is the quick way to settle what a net eagle or a picked-up hole was worth.

The formula.

points = clamp(par + 2 − (gross − strokes), 0, 6)

Rule 21.1b sets out the points table: more than one over par (or no score returned) scores 0, one over par 1, par 2, one under par 3, two under par 4, three under par 5, and four under par 6. Because each row is exactly one point per stroke, the whole table collapses to points = par + 2 − strokes, floored at 0. The table has no row beyond four under, so 6 is also the ceiling; the only score that could exceed it is an ace on a par 6, which the published table does not price, and this calculator caps there rather than inventing a seventh row. In net Stableford the 'strokes' in that expression is your net score — gross strokes minus the handicap strokes you receive on the hole.

Allocating those handicap strokes is governed by Appendix E of the Rules of Handicapping. Rank the holes being played by stroke index, lowest first. Every hole receives the whole-number part of Playing Handicap ÷ holes, and the remainder is handed out one at a time from the lowest stroke index upwards. Appendix E states the wrap-around explicitly: "When a player receives more than 18 strokes, the same allocation order is used with stroke index 1 repeating as stroke index 19, 37 and 55." So a Playing Handicap of 19 over 18 holes means one stroke everywhere plus a second on the stroke-index-1 hole; a Playing Handicap of 36 means two strokes on every hole. Plus handicaps run the other way — Appendix E says strokes given back "commence on the hole with the highest published stroke index" — so a Playing Handicap of −2 adds a stroke to your score on the stroke index 18 and 17 holes.

The calculator allocates by rank rather than by the literal stroke index number, and that is deliberate. For nine-hole play Appendix E says "the strokes received in a 9-hole format of play on an 18-hole golf course should be taken in ascending order from the published stroke index allocation for 18 holes", and separately allows a Committee to renumber those nine holes 1 to 9. Appendix E prints both for the same front nine — 7, 15, 5, 11, 1, 13, 3, 17, 9 and its amended equivalent 4, 8, 3, 6, 1, 7, 2, 9, 5 — and a rank-based allocation returns identical strokes for either, which is exactly the behaviour the Rules intend.

One last link, and it is an elegant one. Rule 3.1b of the Rules of Handicapping defines the maximum hole score for handicap purposes as a net double bogey — par plus two plus your handicap strokes on that hole — and notes that "a net double bogey is equal to the lowest score on a hole for which the player would achieve zero Stableford points". The two systems agree exactly on where a hole stops mattering. That is why you should enter your real gross scores here rather than pre-capping them: the points table performs the cap itself, and capping twice changes nothing except your gross total.

A worked example.

Example

A player off a Playing Handicap of 19 goes round a par-72 course laid out with Appendix E's sample stroke index allocation and returns a gross 91. First the strokes are allocated: 19 ÷ 18 leaves one stroke on every hole with one left over, and that extra goes to the stroke-index-1 hole, which is the fifth. Nineteen strokes in total. Now the card, hole by hole. Out: a net par at the 1st (2 points), a net bogey at the 2nd (1), net pars at the 3rd and 4th (2 each), a net birdie at the 5th thanks to the second stroke (3), net birdies at the 6th and 7th (3 each), a net par at the 8th (2) and a net bogey at the 9th (1) — 19 points for the front nine, from 45 gross strokes and 10 handicap strokes, a net 35 against a par of 36. In: a net birdie at the 10th (3), net pars at the 11th, 12th and 13th (2 each), then a seven at the 14th where the par is four and only one stroke is received — a net double bogey, and the table pays nothing at all (0) — followed by net pars at the 15th, 16th, 17th and 18th (2 each). That is 17 points from 46 gross and 9 handicap strokes, a net 37 against a par of 36. The card totals 36 points from a gross 91, 19 handicap strokes and a net 72 — exactly level with par, and exactly the 36-point benchmark for playing to handicap. Check the arithmetic another way: four net birdies at three points is 12, eleven net pars at two points is 22, two net bogeys at one point is 2, and the one blown hole is 0, which sums to 36. Notice what the 14th cost. In a medal it would have been a seven; in Stableford it costs the same two points a triple or a quadruple bogey would have cost, and no more. That is the whole appeal of the format.

stroke Indexes7, 15, 5, 11, 1, 13, 3, 17, 9, 8, 16, 6, 12, 2, 14, 4, 18, 10
hole Par4
hole Strokes5
scoperound
hole Strokes Received1
hole Pars4, 4, 3, 5, 4, 4, 3, 4, 5, 4, 5, 4, 3, 4, 4, 5, 3, 4
hole Scores5, 6, 4, 6, 5, 4, 3, 5, 7, 4, 6, 5, 4, 7, 5, 6, 4, 5
playing Handicap19

Frequently asked questions.

How many points is each score in Stableford?
Rule 21.1b of the Rules of Golf sets the table: more than one over par, or no score returned, scores 0 points; one over par scores 1; par scores 2; one under par scores 3; two under par 4; three under par 5; and four under par 6. In net Stableford — which is what club competitions play — every one of those comparisons is against your net score on the hole, that is your gross score minus the handicap strokes you receive there. A six on a par five where you get a shot is a net five, so it scores the two points par earns.
How many Stableford points is playing to your handicap?
Thirty-six over eighteen holes, or eighteen over nine. Playing to your handicap means net par on every hole, and net par is worth two points, so eighteen holes at two points each is 36. That is why club golfers talk in terms of "I had 34" or "I got 39" — those are three under and three over the handicap benchmark. In practice the winning score in a medium-sized field is usually in the high thirties or low forties, because the Appendix C allowance of 95% for individual Stableford already shaves a stroke or two off everyone's Course Handicap.
How are handicap strokes allocated across the holes?
By stroke index, using Appendix E of the Rules of Handicapping. Rank the holes from the lowest stroke index upwards. Every hole gets the whole-number part of Playing Handicap ÷ number of holes, and the remainder is given out one stroke at a time starting at the lowest stroke index. A Playing Handicap of 19 over 18 holes therefore means one stroke everywhere and a second on the stroke-index-1 hole. Appendix E states the wrap-around directly: past 18 strokes, "stroke index 1 repeats as stroke index 19, 37 and 55". For a plus handicap, strokes are given back starting at the highest stroke index instead.
Should I enter my Handicap Index or my Playing Handicap?
Your Playing Handicap, as a whole number. A Handicap Index is measured against a course of standard difficulty and is not playable directly; Rule 6.1 converts it into a Course Handicap for the tees you are on, and Rule 6.2 then applies the format's Appendix C allowance to produce the Playing Handicap. For individual Stableford that allowance is 95%; for four-ball Stableford it is 85%. Work the whole chain through on the course handicap calculator and bring the resulting Playing Handicap here — that way the allowance is applied once rather than twice.
Do I still need to cap my score at net double bogey?
Not for the points, and that is the neatest link between the two rulebooks. Rule 3.1b of the Rules of Handicapping defines a net double bogey as "the lowest score on a hole for which the player would achieve zero Stableford points". Once a hole reaches net double bogey it is worth nothing in Stableford, and anything worse is worth nothing as well — the table has already applied the cap. Enter your real gross scores here. You would only apply the net double bogey adjustment separately if you were computing the adjusted gross score to post for handicap purposes.
What happens if I pick up on a hole?
You score zero points for it, and the Rules explicitly allow this: the first row of the table reads "more than one over par, or no score returned". Because a hole that is already beyond net bogey cannot earn a point, picking up costs you nothing and saves everyone time — this is why Stableford fields play faster than medal fields. Under Rule 21.1c the scorecard does not need a number for a hole where no points were earned. If you want to post the round for handicap purposes afterwards, record the most likely score or the net double bogey, whichever is lower.
What is Modified Stableford and does this calculator do it?
Modified Stableford is permitted by Rule 21.3, which lets the Committee set a different points table. The best-known version is used at the PGA Tour's Barracuda Championship, awarding 8 for albatross, 5 for eagle, 2 for birdie, 0 for par, −1 for bogey and −3 for double bogey or worse — a table designed to reward aggression heavily. This calculator implements the standard Rule 21.1b table only, because a Modified table is set locally by each Committee and there is no single published version to compute against.
Can I score more than 6 points on a hole?
Not under Rule 21.1b as published. The table's last row is four under par for 6 points, and there is no row beyond it. In practice four under is the best achievable score on any normal hole — a hole-in-one on a par five — so the table covers everything. On a par-6 hole, which a handful of courses have, a net score five under par would in theory sit off the end of the table; this calculator returns 6 for that case rather than inventing a value the Rules do not publish, and says so.

References& sources.

  1. [1]The R&A. Rules of Golf, Rule 21 — Other Forms of Individual Stroke Play and Match Play. Rule 21.1a defines Stableford; Rule 21.1b gives the points table (more than one over par or no score returned 0, one over 1, par 2, one under 3, two under 4, three under 5, four under 6); Rule 21.1c covers penalties; Rule 21.3 covers Par/Bogey and permits a Committee-set alternative table.
  2. [2]USGA & The R&A (2023). Rules of Handicapping, effective January 2024 — Appendix E (stroke index allocation, including the sample 18-hole allocation used as this page's default, the 9-hole ascending-order rule, the amended 1-to-9 allocation, the repeat of stroke index 1 at 19/37/55, and the plus-handicap direction), Appendix C (Individual Stableford 95%, Four-Ball Stableford 85%), Rule 3.1b (net double bogey) and Rule 6.2a (Playing Handicap). Official text, PDF published by GolfRSA.
  3. [3]The R&A. Rules of Handicapping, Rule 3 — Adjusted Gross Score. "A net double bogey is equal to the lowest score on a hole for which the player would achieve zero Stableford points"; the maximum hole score is par + 2 strokes + any handicap strokes the player receives on that hole.
  4. [4]The R&A. Rules of Handicapping, Appendix C — Handicap Allowances. Handicap allowances "are applied to the unrounded Course Handicap as the final step in calculating a player's Playing Handicap", and are designed "to provide equity in different formats of play, over both 9 holes and 18 holes".
  5. [5]PGA TOUR (16 July 2023). "How it works: Modified Stableford format". Source for the Barracuda Championship's Modified Stableford table — double eagle 8 points, eagle 5, birdie 2, par 0, bogey −1, double bogey or more −3.
  6. [6]Wallasey Golf Club. "Dr Frank Stableford". Club history page recording that Wallasey held the first Stableford competition on 16 May 1932, and quoting Stableford's own account of devising the system on the 2nd fairway in late 1931 because players "tore up their cards after playing only a few holes".

In this category

Embed

Quanta Pro

Paid features are coming later.

  • All 590 calculators remain free
  • No billing is enabled
Coming soon