What is the Bowling Score Calculator?
Ten-pin bowling uses a quirky scoring system where strikes and spares earn bonus points based on your following rolls. This calculator adds up all ten frames for you, applying the correct strike and spare bonuses, so you get an accurate game total without doing the mental arithmetic at the lane.
How to use it
Enter the pins knocked down for each roll. For frames 1 through 9, a strike means you knocked down all 10 pins on the first roll — just enter 10 for Roll 1 and leave Roll 2 as 0. For the 10th frame, enter up to three rolls: you earn a bonus roll if you throw a strike or spare. Empty rolls count as 0.
The scoring rules explained
The total score is the sum of all ten frames. An open frame (no strike or spare) simply scores the pins knocked down. A spare — clearing all 10 pins across two rolls — scores 10 plus the pins from your next single roll. A strike — all 10 on the first roll — scores 10 plus your next two rolls. Because of these look-ahead bonuses, a single strike can be worth up to 30 points, which is how a perfect game of 12 strikes reaches 300.
$$\text{Total} = \sum_{f=1}^{9} \left( \text{Frame}_f + \text{Bonus}_f \right) + \underbrace{\left( \text{R1} + \text{R2} + \text{Bonus} \right)}_{\text{Frame 10}}$$
$$\begin{gathered} \text{Total} = \sum_{f=1}^{9}\Big( \text{Frame}_f + \text{Bonus}_f \Big) + \Big( \text{R1} + \text{R2} + \text{Bonus} \Big) \\[1.5em] \text{where}\quad \text{Frame}_f + \text{Bonus}_f = \left\{ \begin{aligned} &10 + n_1 + n_2 && \text{if } R_1 = 10 \ (\text{strike}) \\ &10 + n_1 && \text{if } R_1 + R_2 = 10 \ (\text{spare}) \\ &R_1 + R_2 && \text{otherwise} \end{aligned} \right. \end{gathered}$$
Worked example
Suppose Frame 1 is a strike (10) and Frame 2 is 7 then 3 (a spare). Frame 1 scores \(10 + 7 + 3 = 20\). Frame 2 scores 10 plus the next roll. If Frame 3 starts with 9, then \(\text{Frame 2} = 10 + 9 = 19\). Open frames just add their pin count. Summing every frame this way produces the final game total.
FAQ
What is the maximum bowling score? 300, achieved by rolling 12 consecutive strikes.
How do I enter a strike in frames 1–9? Put 10 in Roll 1 and 0 in Roll 2 — the calculator ignores Roll 2 when Roll 1 is a strike.
When do I use the bonus roll in frame 10? Only when your first two rolls in the 10th frame are a strike or spare; otherwise leave the bonus roll at 0.