FEN Position Analyzer — Evaluate Any Chess Position

    The FEN position analyzer evaluates a single chess position rather than a whole game. Paste a FEN string — the standard one-line text notation that describes piece placement, side to move, castling rights, and en passant square — and Stockfish returns an evaluation in centipawns along with its preferred continuations. The engine runs locally in your browser through WebAssembly, so the position never leaves your device.

    What a FEN string is

    FEN — Forsyth-Edwards Notation — encodes a complete chess position on a single line of text. It records where every piece stands, whose turn it is, which castling rights remain, whether an en passant capture is available, and the move counters. Because it is one line of plain text, a FEN is the standard way to move a position between chess programs, books, and puzzle collections.

    How to analyze a position from FEN

    1. Copy the FEN string from wherever the position came from — a puzzle, a book, or another chess site.
    2. Paste it into the FEN input on this page.
    3. The board updates to show the position, and Stockfish begins evaluating.
    4. Read the evaluation: positive numbers favour White, negative favour Black, and roughly 100 centipawns equals one pawn.
    5. Play the engine's suggested moves on the board to see why it prefers them.

    When to analyze a position instead of a game

    Position analysis is the right tool when you already know which moment matters. Studying an endgame you keep drawing, checking whether a sacrifice you considered actually worked, or testing an idea from a book are all single-position questions. Analyzing the full game is better when you do not yet know where things went wrong.

    Frequently asked questions

    What does the centipawn evaluation number mean?

    Centipawns measure the engine's assessment of the position in hundredths of a pawn. An evaluation of +100 means White stands roughly one pawn better, and -250 means Black is about two and a half pawns ahead. A mate score is shown separately, since a forced mate is not measurable in pawns.

    Is my position sent to a server for analysis?

    No. Stockfish is compiled to WebAssembly and runs inside your browser, so the evaluation happens on your own device. The position you paste is not transmitted for engine analysis.

    Where do I find the FEN for a position?

    Most chess sites and programs expose a FEN for the current position, usually near an export, share, or copy-position control. Puzzle collections and chess books also commonly print FEN strings alongside diagrams.

    Can I analyze a whole game here instead?

    Use the game analysis tool for full games. This page is built for evaluating one position at a time, while the analysis tool takes a PGN and reviews every move in the game.

    Related chess tools and guides