Smith notation

A move format recording origin, destination, and extra data so a game can be traversed backward.

This page is temporarily shown in English. Complete localization will be added in a later stage.

Explanation

Smith notation, designed by Warren D. Smith and used on the Internet Chess Club server, begins with four characters: the origin square followed by the destination square. Each square consists of a file letter from a to h and a rank number from 1 to 8.

It may then append an indicator for the captured piece: p for pawn, n for knight, b for bishop, r for rook, q for queen, and k for king. E identifies en passant, the special capture of a pawn that has just advanced two squares. The letters c or C can signal castling, the combined king-and-rook move. A promotion adds the chosen piece at the end.

Recording what disappeared makes the sequence reversible. Software can undo a move without separately retaining the entire previous position. That was a practical advantage for servers and chess programs.

On a quiet move, Smith can resemble because both begin with origin and destination. Captures and special cases reveal the difference: Smith can append the captured piece, while UCI does not.

Usage and context

This is a machine-oriented game-record format, not the notation a player normally writes on a scoresheet.

Common confusions

UCI notation

UCI uses origin, destination, and promotion. Smith may add the captured piece to support backward replay.

View term

Sources

  1. 1.Algebraic Chess Notation, Chess Programming Wiki
  2. 2.Warren D. Smith, Chess Programming Wiki

Related terms

© MindZug 2026