Golf Handicap Calculator Formula
Understand the math behind the golf handicap calculator. Each variable explained with a worked example.
Formulas Used
Handicap Index (estimate)
handicap_index = round(avg_diff * 0.96 * 10) / 10Course Handicap
course_handicap = round(avg_diff * 0.96 * slope_rating / 113)Best Differential
best_diff = round((diff1 < diff2 ? (diff1 < diff3 ? diff1 : diff3) : (diff2 < diff3 ? diff2 : diff3)) * 10) / 10Variables
| Variable | Description | Default |
|---|---|---|
score1 | Score (Round 1) | 92 |
score2 | Score (Round 2) | 88 |
score3 | Score (Round 3) | 95 |
course_rating | Course Rating | 72 |
slope_rating | Slope Rating | 125 |
diff1 | Derived value= (score1 - course_rating) * 113 / slope_rating | calculated |
diff2 | Derived value= (score2 - course_rating) * 113 / slope_rating | calculated |
diff3 | Derived value= (score3 - course_rating) * 113 / slope_rating | calculated |
avg_diff | Derived value= (diff1 + diff2 + diff3) / 3 | calculated |
How It Works
How Golf Handicap Is Calculated
Formula
Score Differential = (Score - Course Rating) x 113 / Slope Rating
Handicap Index = Average of Best Differentials x 0.96
The official USGA system uses the best 8 of 20 most recent differentials. This simplified calculator uses 3 rounds to give an estimate.
What Slope and Course Rating Mean
Worked Example
Calculate handicap from scores of 92, 88, and 95 on a course rated 72/125.
- 01Differential 1 = (92 - 72) x 113/125 = 20 x 0.904 = 18.08.
- 02Differential 2 = (88 - 72) x 113/125 = 16 x 0.904 = 14.46.
- 03Differential 3 = (95 - 72) x 113/125 = 23 x 0.904 = 20.79.
- 04Average = (18.08 + 14.46 + 20.79) / 3 = 17.78.
- 05Handicap Index = 17.78 x 0.96 = 17.1.
Frequently Asked Questions
How many rounds do I need for a handicap?
The official USGA World Handicap System requires a minimum of 3 acceptable 18-hole scores to establish a handicap. The more rounds you submit (up to 20), the more accurate the index becomes.
What is a good handicap for a recreational golfer?
The average male handicap is about 14; the average female handicap is about 27. A single-digit handicap (under 10) is considered quite good. Scratch golfers have a 0 handicap.
Does my handicap change from course to course?
Your Handicap Index stays the same, but your Course Handicap changes. Course Handicap = Handicap Index x Slope Rating / 113. A harder course gives you more strokes.
Learn More
Guide
Golf Handicap Guide - How the Handicap Index System Works
Learn how the golf handicap index is calculated under the World Handicap System. Covers handicap differentials, course rating, slope rating, and playing handicap.
Ready to run the numbers?
Open Golf Handicap Calculator