Position

The game state at a particular moment, including pieces, side to move, and relevant special rights.

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

Explanation

In everyday use, a position is the way the pieces are arranged on the board at a particular moment. For exact analysis or reconstruction, visible placement is not always enough: the side to move and any remaining special rights also matter.

What defines the current state

  • The square occupied by every piece.
  • The side whose turn it is to move.
  • rights, meaning whether each king and the relevant rook still retain the rule-based possibility of making that special move.
  • Any immediate en passant possibility, a special pawn capture that can exist only just after a particular opposing two-square pawn advance.
  • The number of individual turns since the last pawn move or capture. This helps apply the 50- and 75-move rules, which can end the game as a draw, a result with no winner.

Two diagrams with pieces on the same squares can describe different positions if the turn, castling rights, or en passant possibility differs. Under the rules, an illegal position is one that could not have been reached from the by any sequence of , meaning moves permitted by the rules.

Applying repetition rules also requires the game history: an isolated position does not say how many times an equivalent state appeared earlier. The fullmove number, which advances after each Black move and is commonly included in technical records, helps locate the moment within a game, but it does not by itself change the legal moves.

The phrase “White has the better position” adds an evaluation: it is a judgment about each side's prospects, not another part of the state itself. Players and a , a program that calculates moves and estimates their consequences, may evaluate the same position differently.

Usage and context

Forsyth-Edwards Notation, abbreviated FEN, is a six-field text format. It stores piece placement, side to move, castling rights, en passant information, a counter since the last pawn move or capture, and the fullmove number. It does not store repetition history.

Common confusions

Same diagram, same position

Not necessarily. A diagram may omit whose turn it is or whether a special right remains, and those facts can change the legal moves.

Position versus evaluation

The position is the game state. An evaluation is an opinion or calculation about which side is better and by how much.

Sources

  1. 1.FIDE Laws of Chess taking effect from 1 January 2023, FIDE
  2. 2.Chess Position, Chess Programming Wiki
  3. 3.Forsyth-Edwards Notation, Chess Programming Wiki

Related terms

© 2026 MindZug