Bowling Average Calculator

Calculate your bowling average and league handicap from recent games

Enter scores from your recent games to compute your current bowling average, standard deviation, and league handicap using the standard percentage-of-difference formula against a configurable scratch base. It runs free in your browser on Gera Tools, with nothing uploaded.

Last updated Source: Gera Tools

How is a bowling average calculated?

Your average is the sum of all your game scores divided by the number of games bowled, taking only the whole-number part as leagues do. If you bowl 180, 210, and 195, your total is 585 over three games, giving an average of 195.

This calculator turns your recent game scores into the three numbers that matter for league play: your current average, how consistent you are, and your handicap. It uses the standard percentage-of-difference handicap formula with a base and percentage you can match to your own league rules.

How it works

Your average is the integer part of the mean of your scores. Standard deviation is the population spread around that mean. The league handicap takes a percentage of the gap between a scratch base and your average:

average    = floor( sum of scores / number of games )
handicap   = floor( percentage × (base − average) )   (never below 0)
std dev    = sqrt( mean of (score − mean)² )

If your average meets or exceeds the base, the difference is zero or negative, so your handicap is zero — you are a scratch-or-better bowler for that base.

Detailed worked example

A bowler submits five recent games: 165, 188, 172, 201, and 159.

  • Total = 885
  • Average = floor(885 / 5) = 177
  • With a 220 base and 90%: handicap = floor(0.9 × (220 − 177)) = floor(38.7) = 38

In a league match, this bowler adds 38 pins to each game’s scratch score. If they bowl a 185, their handicap score is 223.

For standard deviation: the deviations from 177 are −12, +11, −5, +24, −18. Squared: 144, 121, 25, 576, 324. Mean of squared deviations = 238. Standard deviation ≈ 15.4 — a fairly wide spread, suggesting inconsistency is the main area to address.

How to use this for improvement

Tracking your average over time is more useful than any single score. Maintain a rolling 12–20 game average and update it after each session. A rising average means you are improving; a falling one despite strong recent games suggests you may have benefited from lane conditions that favoured your ball path.

Standard deviation as a coaching tool: A high standard deviation (much above 15 or 20 pins) tells you that your spare shooting or physical consistency is the limiting factor. A low standard deviation with a modest average means your game is stable but has a ceiling — the ceiling is about technique and pin action, not consistency.

Handicap strategy: In handicap leagues, a higher handicap lets lower-average bowlers compete against stronger fields. However, deliberately sandbagging (keeping your average low to inflate your handicap) violates USBC rules. Most leagues use an established average from prior seasons, or verify averages from other leagues.

League handicap variations

Not all leagues use 90% of 220. Common variants:

BasePercentageNotes
22090%Most common in recreational leagues
23090%Used in some junior and senior leagues
20080%Older standard, still seen in some leagues

Enter your specific league settings in the calculator to get the correct handicap for your situation.