· 4 min read
How to Score a Bowling Game by Hand
Manesh Jayawardhana
CIO & Co-founder
Ten frames, ten pins, and a scoring system that seems designed to be confusing. The number that gives it away is 300 — if a perfect game were twelve strikes at ten pins each, it would be 120.
It isn’t, and understanding why explains the whole system.
Strikes and spares look forward
A strike — all ten pins with the first ball — scores 10 plus the next two rolls.
A spare — all ten across two balls — scores 10 plus the next one roll.
An open frame — pins left standing — scores just the pins knocked down.
The bonuses come from rolls that haven’t happened yet, which is why a frame’s value isn’t known when you bowl it. Strike in frame 3, and frame 3’s score depends on frames 4 and 5.
That forward-looking bonus is where 300 comes from. Twelve consecutive strikes means every frame scores 10 plus the next two strikes — 30 per frame, ten frames, 300.
It’s also why the running total updates retroactively as you play, which confuses people watching a scoreboard.
The tenth frame
The rule that generates most manual scoring errors.
A strike in the tenth needs two more rolls to complete its bonus, and there’s no eleventh frame. So the tenth allows extra rolls within the frame:
- Strike on the first ball → two more rolls
- Spare across the first two → one more roll
- Open frame → just the two balls
Maximum three rolls in the tenth. Those extra rolls are bonus balls that score toward the tenth frame; they don’t start a new frame, and they don’t earn bonuses of their own.
Getting this wrong produces a score that’s close but not right, which is exactly the kind of error that survives a check.
| Frame result | Scores | Bonus from |
|---|---|---|
| Strike | 10 + next two rolls | Following frames |
| Spare | 10 + next one roll | Following frame |
| Open | Pins knocked down | None |
| Tenth frame strike | 10 + two bonus rolls | Within the tenth |
Worked example
Frames: X, 7/, 9-, X, X, 8/, 6 2, X, 7 1, X 8 1
- Frame 1 (strike): 10 + 7 + 3 = 20
- Frame 2 (spare): 10 + 9 = 19 → running 39
- Frame 3 (open, 9): 9 → running 48
- Frame 4 (strike): 10 + 10 + 8 = 28 → running 76
- Frame 5 (strike): 10 + 8 + 2 = 20 → running 96
- Frame 6 (spare): 10 + 6 = 16 → running 112
- Frame 7 (open, 8): 8 → running 120
- Frame 8 (strike): 10 + 7 + 1 = 18 → running 138
- Frame 9 (open, 8): 8 → running 146
- Frame 10 (strike + 8 + 1): 19 → 165
Common mistakes to avoid
- Scoring a strike as 10 and moving on.
- Treating the tenth frame’s bonus balls as an eleventh frame.
- Awarding bonuses on the tenth frame’s extra rolls, which don’t earn their own.
- Filling in a frame’s score before the bonus rolls have happened.
- Confusing a spare’s one-roll bonus with a strike’s two-roll bonus.
How to do it with Bowling Score Calculator
The Bowling Score Calculator handles the bonuses and the tenth frame.
- Enter each frame’s rolls using X for a strike and / for a spare.
- Read the running total, remembering strike frames stay provisional.
- Check the tenth frame against the rules above.
- Compare with the machine’s score if you’re checking a dispute.
Other games are in the tools directory.
Frequently asked questions
Why is a perfect game 300 and not 120?
Because each strike scores ten plus the next two rolls. Twelve strikes in a row means every frame scores 30, and ten frames of 30 is 300.
How does the tenth frame work?
A strike or spare in the tenth earns extra rolls within that frame, up to three total, so the bonus can be counted without an eleventh frame. It’s the most common manual scoring error.
Why does my score change after later frames?
Because strike and spare bonuses depend on rolls that haven’t happened yet. A frame’s value is provisional until the following one or two rolls are bowled.
Final thought
Learn the tenth frame rule properly. Everything else in bowling scoring follows from “bonuses look forward”, and the tenth is the only place that principle needs an exception.