Online Tool Store Online Tool Store
🎳 Games & Fun

· 4 min read

How to Score a Bowling Game by Hand

Manesh Jayawardhana

CIO & Co-founder

Manesh Jayawardhana is the CIO and Co-Founder of Ceyentra Technologies, where he has spent over nine years leading the design and delivery of software solutions for clients across the globe, spanning web, mobile, AI, and capital market systems. He has grown Online Tool Store's engineering team from the ground up while steering the company's technical direction. His writing draws on this breadth of experience building and shipping software across a wide range of industries and markets. View on LinkedIn

Share

How to Score a Bowling Game by Hand

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 resultScoresBonus from
Strike10 + next two rollsFollowing frames
Spare10 + next one rollFollowing frame
OpenPins knocked downNone
Tenth frame strike10 + two bonus rollsWithin 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.

  1. Enter each frame’s rolls using X for a strike and / for a spare.
  2. Read the running total, remembering strike frames stay provisional.
  3. Check the tenth frame against the rules above.
  4. 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.

Try the free Bowling Score Calculator

#bowling-score#ten-pin-scoring#strike-spare-bonus#tenth-frame#online-tools#free-tools