En passant target square

Also known as: en passant square, ep target square

The empty square recorded after a two-square pawn advance to represent a possible en passant capture.

Explanation

When a pawn advances two squares from its starting position, it crosses an intermediate square. The en passant target square is that crossed square. If the opponent can capture en passant, the capturing pawn lands there while the pawn that made the double advance is removed.

In FEN, Forsyth-Edwards Notation, a text string describing a complete position, this information is the fourth field. It also appears among the four position fields before any , where EPD means Extended Position Description. The value is a square name, formed by a file letter from a through h and a rank number from 1 through 8, such as e3, or a single hyphen when there is no target. It is always on rank three after White's double advance and rank six after Black's.

The original FEN specification records the square after every double pawn advance, even when no opposing pawn can capture. Some modern libraries use a narrower convention and include it only when an opposing pawn is positioned to make the capture, or when that capture is also fully legal. Two programs can therefore produce different strings for the same piece placement without disagreeing about the board.

Common confusions

Target square versus pawn square

After e2-e4, the white pawn stands on e4, but the target is e3, the empty square it crossed.

Recorded target versus available capture

Depending on the software convention, the square may be recorded after the double advance even when no legal en passant capture exists.

Sources

  1. 1.Standard: Portable Game Notation Specification and Implementation Guide, Steven J. Edwards / ChessGML
  2. 2.Core, python-chess 1.11.2 documentation

Related terms

© 2026 MindZug