Golf Score Differential Calculator
Work out the Score Differential for a single round under Rule 5.1 of the 2024 World Handicap System, with Slope Rating, Course Rating and PCC.
Golf Score Differential Calculator
Background.
A Score Differential is the World Handicap System's measure of one round. It answers a question a raw score cannot: how well did you play, relative to the difficulty of the course you played it on and the conditions on the day? Shoot 91 at a brutal championship layout and 91 at a short municipal course and the two numbers mean completely different things. The Score Differential converts both onto one scale so they can sit side by side in the same scoring record.
This calculator implements Rule 5.1 of the Rules of Handicapping, effective January 2024 — the first revision of the WHS since it launched in January 2020. For an 18-hole round the rule is Score Differential = (113 ÷ Slope Rating) × (adjusted gross score − Course Rating − PCC adjustment), rounded to the nearest tenth with .5 rounded upwards. Enter the four values from your scorecard and the day's PCC and the widget returns the differential, the unrounded figure behind it, the strokes you were over or under the rating, and the slope factor doing the normalising.
Three inputs deserve care. The **adjusted** gross score is not your medal score: Rule 3.1b caps every hole at net double bogey — par plus two strokes plus any handicap strokes you receive on that hole — so a blow-up nine on a par four does not distort your handicap. The **Course Rating** is the expected score of a scratch player from those tees, printed on the card to one decimal. The **Slope Rating** measures how much harder the course plays for a bogey golfer than for a scratch golfer; Appendix G fixes 113 as the value of a course of standard relative difficulty, which is exactly why 113 sits on top of that fraction. The **PCC** is a daily statistical adjustment, published by your association, that recognises a 91 in a gale is a better round than a 91 in still air.
The rounding is subtler than it looks. Rule 5.1c says that when your adjusted gross score is lower than the Course Rating — a plus-handicap round, or simply a very good day — the resulting minus differential rounds *upward towards zero*: −1.54 becomes −1.5, −1.55 also becomes −1.5, and only −1.56 becomes −1.6. That is round-half-towards-positive-infinity, not the round-half-away-from-zero that most spreadsheets and most calculator sites default to, and it is the single most common place a hand-built handicap spreadsheet quietly disagrees with the official software. This page implements the rule as written and includes a test for the −1.55 tie.
One Score Differential on its own tells you very little; the system is built on the distribution of a scoring record. Once you have three or more, feed them into the golf handicap calculator to get a Handicap Index under Rule 5.2, then convert that Index into strokes for a specific set of tees with the course handicap calculator under Rule 6.1. Below the widget you will find the derivation, the 9-hole variant and its published limitation, the full PCC value set, worked negative-differential cases and answers to the questions golfers actually ask about why their posted differential is not the number they expected.
What is golf score differential calculator?
A Score Differential is the number the World Handicap System stores for one acceptable round. Formally, it is the difference between your adjusted gross score and the Course Rating of the tees you played, corrected for the day's playing conditions and then scaled by the ratio 113 ÷ Slope Rating so that rounds from different courses are directly comparable. The scale is deliberately handicap-like: a Score Differential of 16.9 means that on that day, on a course of standard relative difficulty, you played roughly 16.9 strokes worse than a scratch player would be expected to. Your Handicap Index is then the average of the lowest eight of your most recent twenty Score Differentials (Rule 5.2b), which is why a differential is best read as a data point in a distribution rather than a verdict on the round. Three properties are worth internalising. First, the differential is anchored to the Course Rating, not to par — those two are frequently different, and on many modern courses the rating from the back tees exceeds par by two strokes or more. Second, it is scaled, not merely subtracted: the same 19.4 strokes over the rating produces a differential of 16.9 on a Slope 130 course and 14.1 on a Slope 155 course, because the harder a course plays for a bogey golfer, the less a given number of dropped strokes says about ability. Third, it can be negative. A round better than the Course Rating produces a minus Score Differential, and Rule 5.1c gives minus differentials their own rounding direction.
How to use this calculator.
- Choose 18 holes or 9 holes. An 18-hole round follows Rule 5.1a; a 9-hole round follows Rule 5.1b, which uses the 9-hole Course Rating and 9-hole Slope Rating from the card and halves the PCC adjustment.
- Enter your adjusted gross score — the gross score after capping every hole at net double bogey (par + 2 + the handicap strokes you receive on that hole). If you post hole by hole, the software has already done this for you and the adjusted total is the one to use.
- Copy the Course Rating for the tees you actually played, to one decimal. Ratings are gender- and tee-specific; using the men's white rating for a round played from the yellow tees is the most common data-entry error in handicapping.
- Copy the Slope Rating for the same tees. It is a whole number between 55 and 155, and 113 is the standard-difficulty benchmark that the formula divides into.
- Set the PCC adjustment. Leave it at 0 unless your association published a non-zero PCC for that course on that date — Rule 5.6 permits only −1, 0, +1, +2 and +3, and the value is zero if fewer than eight acceptable scores were returned that day.
- Read the Score Differential. Collect three or more and use the golf handicap calculator to turn them into a Handicap Index; convert that Index to strokes for a given set of tees with the course handicap calculator.
The formula.
Rule 5.1a states the 18-hole calculation as Score Differential = (113 ÷ Slope Rating) × (adjusted gross score − Course Rating − PCC adjustment), rounded to the nearest tenth with .5 rounded upwards. Read it right to left. The bracket (adjusted gross score − Course Rating − PCC) is how many strokes you finished above the scratch expectation once the day's conditions have been priced in; a positive PCC means the course played hard, so those strokes are forgiven and the bracket shrinks. The multiplier 113 ÷ Slope Rating then converts that raw stroke count into strokes-on-a-standard-course. Appendix G fixes the Slope Rating of a golf course of standard relative difficulty at 113, so the multiplier is exactly 1 on such a course, less than 1 on anything harder for a bogey golfer, and greater than 1 on anything easier. Worked through with the default inputs: 91 − 71.6 − 0 = 19.4 strokes over the rating; 113 × 19.4 = 2192.2; 2192.2 ÷ 130 = 16.863076…; rounded to the nearest tenth, 16.9.
Rule 5.1b handles a 9-hole score with the same shape but 9-hole ratings and a halved PCC: 9-hole Score Differential = (113 ÷ 9-hole Slope Rating) × (9-hole adjusted gross score − 9-hole Course Rating − (0.5 × PCC adjustment)). With 46 strokes, a 9-hole Course Rating of 35.8 and a 9-hole Slope of 128, that is 113 × 10.2 = 1152.6, divided by 128 = 9.0046875. Rule 5.1b expressly requires that value to remain unrounded until it is combined with the player's expected Score Differential over the other nine holes; only the resulting 18-hole value is rounded to the nearest tenth. The expected-score algorithm and lookup table are not published in the Rules of Handicapping. Rather than invent them, this calculator returns the unrounded Rule 5.1b value, labels it as incomplete, and stops there.
Rule 5.1c governs rounding when an 18-hole adjusted gross score comes in below the Course Rating and the differential is negative: "rounding is made upward towards 0", with the Rules' own examples −1.54 → −1.5, −1.55 → −1.5 and −1.56 → −1.6. In software terms that is round-half-ceiling, not the round-half-up (away from zero) that decimal libraries and spreadsheet ROUND() functions use by default. Getting this wrong shifts one differential in ten by a tenth of a stroke, which is enough to change a Handicap Index. Finally, note what is *not* in the formula: par. The Score Differential is measured against the Course Rating alone. Par only enters the system one step later, in the Rule 6.1 Course Handicap calculation.
A worked example.
A mid-handicap golfer posts 91 from tees rated 71.6 with a Slope Rating of 130, on a day for which the association published no PCC adjustment. Step one: the slope factor is 113 ÷ 130 = 0.869230769…, slightly under 1 because at Slope 130 the course plays meaningfully harder than standard for a bogey golfer. Step two: the strokes over the rating are 91 − 71.6 − 0 = 19.4. Step three: multiply, 113 × 19.4 = 2192.2, and 2192.2 ÷ 130 = 16.863076923…. Step four: round to the nearest tenth with .5 upwards, giving a Score Differential of 16.9. Note how much work the Slope Rating does. The identical 91 against the identical 71.6 rating would produce 39.9 from a Slope 55 set of tees and 14.1 from a Slope 155 set — the raw 19.4 strokes over the rating is the same in all three cases, but what those strokes say about the player's ability is not. Now change one thing: suppose the association had published a PCC of +2 for that day because a front blew through and the field scored badly. The bracket becomes 91 − 71.6 − 2 = 17.4, and the differential drops to 113 × 17.4 ÷ 130 = 15.124615…, or 15.1. The same 91 is worth 1.8 strokes more in the scoring record because it was scored in harder conditions, which is precisely what Rule 5.6 exists to do. Finally, the mirror case: had this player shot 68 in normal conditions, the bracket would be 68 − 71.6 = −3.6, giving 113 × −3.6 ÷ 130 = −3.129230…, which under Rule 5.1c rounds upward towards zero to −3.1.
Frequently asked questions.
What is the Score Differential formula in the World Handicap System?
Why is my Score Differential different from my score minus the Course Rating?
What is an adjusted gross score, and how is it different from my actual score?
What PCC value should I use?
Can a Score Differential be negative, and how does it round?
Why does this calculator not turn my 9-hole round into an 18-hole Score Differential?
Does the Score Differential use par?
How many Score Differentials do I need before I have a Handicap Index?
References& sources.
- [1]USGA & The R&A (2023). Rules of Handicapping, effective January 2024 — Rule 5.1a (18-hole Score Differential), Rule 5.1b (9-hole Score Differential), Rule 5.1c (rounding of minus Score Differentials), Rule 5.6 (Playing Conditions Calculation, values −1.0 to +3.0), Rule 3.1b (net double bogey) and Appendix G (a golf course of standard relative difficulty has a Slope Rating of 113). Official text, PDF published by GolfRSA, South Africa's WHS Authorized Association.
- [2]The R&A. Rules of Handicapping, Rule 5 — Handicap Index Calculation. Confirms that a Score Differential is calculated when either an 18-hole or a 9-hole score is submitted, and that the maximum Handicap Index a player can obtain is 54.0.
- [3]The R&A. Rules of Handicapping, Rule 3 — Adjusted Gross Score. States the net double bogey maximum hole score as par + 2 strokes + any handicap strokes the player receives on that hole, and that a net double bogey is the lowest score on a hole for which a player would achieve zero Stableford points.
- [4]England Golf (March 2023). World Handicap System Golfer Toolkit. Source for the published Slope Rating range: "Each set of tees will have a Slope Rating value between 55 and 155", and for 113 being the Slope Rating value at which all players play off their Handicap Index.
In this category
Embed
Quanta Pro
Paid features are coming later.
- All 590 calculators remain free
- No billing is enabled