What Is a 'Liberty' in Go? Counting Breath, Simply
Read time: ~4 min · Updated: July 2026 · Part of: Learn Go
If you understand only one concept in Go, make it liberty. It is the single rule from which capturing, life, death, and the entire game flow. Get this and the rest is details.
1. A liberty is a stone's "breath"
A liberty is any empty point directly touching a stone — up, down, left, or right. Diagonals do not count. Each empty neighbor is one liberty; think of it as one breath of air.
Fill every liberty around an enemy stone and it has no air left — so it's captured and removed. That's the whole capture rule, in one sentence.
2. How many liberties? (the four cases)
| Where the stone sits | Liberties | Picture in your head |
|---|---|---|
| Center (middle of board) | 4 | air on all four sides |
| Edge (not corner) | 3 | one side is the board's edge — no air there |
| Corner | 2 | two sides are edges — only two breaths |
| Touching same-color stones | shared | the group counts its liberties together |
The corner/edge difference matters a lot in puzzles: a corner stone is already half-captured. That's why beginners are drawn to the corners — they look safe, but they're actually the easiest to suffocate.
3. Groups share liberties (the key insight)
When two or more same-color stones touch orthogonally, they form a group, and the group's liberties are all the empty points touching any stone in it — counted once, no double-counting.
🐋 Analogy: a single swimmer has one set of lungs. A group of swimmers holding hands shares the surrounding air — to capture them, you must cut off the whole group's air at once, not one swimmer at a time.
This is why "connecting" your stones (making them touch) is often a defensive move: two connected stones usually have more combined liberties than two lonely stones, and they can only be captured together.
4. Atari: the one-liberty alarm
A group with exactly one liberty left is in atari. It's the Go equivalent of a fire alarm: on the very next move, the opponent can fill that last liberty and capture the group.
🔔 Beginner reflex to build: the moment you see one of your groups drop to a single liberty, ask "can I extend it (add a stone that gives it more air), or must I give it up?" The moment you see an enemy group in atari, ask "can I fill the last liberty right now?"
5. Worked example (count out loud)
Picture a White stone in the corner with two Black stones blocking two of its neighbors. The corner stone started with 2 liberties; Black has filled 2 → 0 liberties → captured. It comes off the board.
Now the same White stone with only one Black neighbor: 2 − 1 = 1 liberty left → atari. White has one move to extend and add air, or Black captures next turn.
That subtraction — liberties minus filling moves — is the entire arithmetic of beginner Go. No numbers, just counting visible breaths.
6. Common beginner traps
- Diagonals aren't liberties. Two stones touching only corner-to-corner are not a group and don't share air.
- "My stone looks surrounded" ≠ captured. Count the empty neighbors. If even one remains, it's alive.
- Capturing is simultaneous. If your move fills the enemy's last liberty and would leave your own stone breathless, the enemy is captured first — your stone survives.
Train it
Counting liberties from a picture is the slow way. The fast way: puzzles where you capture by filling the last breath, with instant feedback.
👉 Play brainGO — fill the last liberty
Related guides
- Learn Go: the visual beginner's guide — start here if you're new
- Capture Go training — turn liberty-counting into a reflex