The short answer

Across 3 independent positions, an edge-pawn opening move was never the best move. The gap to the best move averaged 0.38 pawns and never exceeded 0.51. Not losing, then — but consistently a little worse.

What we are testing

"Take the centre" is the first thing anyone learns about the opening: pieces in the middle cover more squares and develop faster. But the first move comes before anything has happened. Can a single move really make a measurable difference? We analysed eight representative first moves from the starting position.

How we tested it

Testing a rule of thumb in one position cannot tell you whether you are seeing the rule or just that position. So we picked 3 positions of different character — open and closed, White to move and Black to move. In each one, every candidate is played and the resulting position is searched. All the numbers are real output, not estimates.

Engine
Stockfish 18 Lite WASM
Search depth
depth 20
Positions tested
3
Candidate moves analysed
23
Units
Pawns (1.00 = one pawn). From the point of view of the side that moved.

Position by position

PositionBest moveMove testedGap
White’s first movee4 +0.40a3 −0.110.51
Black’s reply to 1.e4e5 −0.34a6 −0.620.28
Black’s reply to 1.d4d5 −0.31a6 −0.650.34

Position 1|White’s first move

The starting position

The best move was e4 (+0.40). a3 scored −0.11, a gap of 0.51.

Tap a candidate move to change the board

MoveEvaluationDiff vs best
e4+0.40best
Nf3+0.32−0.08
d4+0.30−0.10
c4+0.18−0.22
a3−0.11−0.51
h4−0.35−0.75
b4−0.38−0.78
g4−1.05−1.45

Position 2|Black’s reply to 1.e4

1.e4

The best move was e5 (−0.34). a6 scored −0.62, a gap of 0.28.

Tap a candidate move to change the board

MoveEvaluationDiff vs best
e5−0.34best
c6−0.39−0.05
e6−0.45−0.11
c5−0.49−0.15
a6−0.62−0.28
d5−0.66−0.32
h6−0.75−0.41
f6−1.13−0.79

Position 3|Black’s reply to 1.d4

1.d4

The best move was d5 (−0.31). a6 scored −0.65, a gap of 0.34.

Tap a candidate move to change the board

MoveEvaluationDiff vs best
d5−0.31best
Nf6−0.32−0.01
e6−0.42−0.11
f5−0.63−0.32
a6−0.65−0.34
h6−0.73−0.42
g5−1.88−1.57

Where the difference comes from

The moves at the top are the ones that push a central pawn or develop a piece towards the centre. All of them score positive. The flank pawn pushes all land in negative territory.

The engine lines explain why. The lowest-scoring move, g4, is met by 1...d5 2.e3 h5, immediately going after the advanced pawn. A flank pawn does nothing for the centre and loosens the squares around its own king, so the move mostly creates a target.

It also makes sense that a3 is the mildest of the flank moves: it only steps forward one square and barely touches the king’s shelter.

Exceptions

A negative number of this size does not decide a game. Flank openings are played in practice, often precisely to take an opponent out of preparation.

What the numbers show is not that the first move settles the game, but that even on move one there is a measurable difference between working on the centre and not.

What this does and does not show

  • It shows: what the engine returned for these 3 positions, with every candidate searched to depth 20. The numbers are the raw output; none of them were adjusted afterwards.
  • It does not show: anything about "all positions" — a sample of 3 is a very small slice of chess.
  • The assumption: an evaluation assumes best play from both sides. Over the board, an inaccurate reply changes everything.
  • Reproducing it: the positions and candidates live in tools/generate-chess-analysis.mjs, the results in assets/chess-analysis.json. The same settings give the same numbers.

What to remember at the board

  • From move one, central moves occupy the top of the table
  • Flank pawn pushes tend to score negative
  • They neither help the centre nor keep the king’s shelter intact
  • Still, the first move alone does not decide the game

Try it yourself

You can try the same idea in a real game. Every move is scored by the engine, so the difference between principled and careless moves shows up immediately.

Check it in the Chess Dojo

Free, no account. Play straight from the browser.

♟ Play Chess

Related guides