Skip to content
Chess

Reading chess notation for beginners

Algebraic notation takes about ten minutes to learn and unlocks every game ever recorded.

By J. R. PatelPublished 3 min read
Chess illustration for “Reading chess notation for beginners”

If chess coverage looks like code, it is because it is — a compact, complete and entirely learnable one. Ten minutes of effort gives you access to several centuries of recorded games, and makes every piece of chess journalism readable.

The board

Files are lettered a to h from left to right from White’s side. Ranks are numbered 1 to 8 from White’s side.

Every square therefore has exactly one name: e4, g7, a1. White’s pieces start on ranks 1 and 2; Black’s on 7 and 8. The naming never flips — e4 is e4 whichever side you are playing, which is the single most important thing to internalise.

The pieces

PieceLetter
KingK
QueenQ
RookR
BishopB
KnightN
Pawn(no letter)

The knight is N because K is already taken by the king. That is the only irregularity in the entire system.

The moves

A move is the piece letter plus the destination square. Nf3 is a knight to f3. e4 is a pawn to e4, since pawns get no letter.

Where two identical pieces could reach the same square, the file or rank of the one that moved is inserted to disambiguate: Nbd2 means the knight on the b-file went to d2. If both knights are on the same file, the rank is used instead: N1d2.

The symbols

SymbolMeaning
xCapture — Bxf7
+Check
#Checkmate
O-OKingside castling
O-O-OQueenside castling
=QPromotion — e8=Q
e.p.En passant capture
1-0White wins
0-1Black wins
½-½Draw

Pawn captures name the file the pawn came from: exd5 is a pawn from the e-file taking on d5. Castling uses the letter O, not the digit zero, though you will see both.

Reading a real opening

Here is the start of one of the most common openings in chess, fully annotated:

  • 1. e4 — White pawn to e4.
  • e5 — Black pawn to e5.
  • 2. Nf3 — White knight to f3, attacking the e5 pawn.
  • Nc6 — Black knight to c6, defending it.
  • 3. Bb5 — White bishop to b5. This is the Ruy Lopez.

The move number appears once and covers both players’ moves. When only Black’s move is quoted, it is written with an ellipsis: 3... a6.

The annotations

MarkMeaning
!Good move
!!Brilliant move
?Mistake
??Blunder
!?Interesting, probably worth playing
?!Dubious, probably not

These are opinions rather than facts, and disagreement about them constitutes most of chess writing. An engine will happily tell you that a famous !! was merely the second-best move; whether that makes it less brilliant is a question engines are not equipped to answer.

Position notation

You will also encounter FEN — a single line describing an entire position, used to share a specific board state without the moves that led to it. You do not need to be able to read it, only to recognise that a string of letters, slashes and numbers is a position rather than a sequence of moves.

Related stories