Bowling Handicap Calculator Formula
Understand the math behind the bowling handicap calculator. Each variable explained with a worked example.
Formulas Used
Handicap per Game
handicap = round((basis_score - bowler_avg) * handicap_pct / 100)Handicap Score (if you bowl your avg)
handicap_score_example = bowler_avg + round((basis_score - bowler_avg) * handicap_pct / 100)Gap from Basis
gap = basis_score - bowler_avgVariables
| Variable | Description | Default |
|---|---|---|
bowler_avg | Your Average | 165 |
basis_score | Basis Score | 220 |
handicap_pct | Handicap Percentage(%) | 90 |
How It Works
How Bowling Handicap Is Calculated
Formula
Handicap = (Basis Score - Your Average) x Handicap Percentage
Common League Settings
Purpose
Handicap levels the playing field so bowlers of different skill levels can compete fairly in leagues and tournaments.
Worked Example
Calculate handicap for a bowler with a 165 average, basis 220, 90% handicap.
bowler_avg = 165basis_score = 220handicap_pct = 90
- 01Gap from basis = 220 - 165 = 55 pins.
- 02Handicap = 55 x 90% = 55 x 0.9 = 49.5, rounded to 50 pins.
- 03If the bowler bowls their average (165), the handicap score = 165 + 50 = 215.
Ready to run the numbers?
Open Bowling Handicap Calculator