The short answer
Across 4 independent positions, an early queen move was never the best move. The gap to the best move averaged 0.54 pawns and never exceeded 0.68. Not losing, then — but consistently a little worse.
What we are testing
"Don’t bring your queen out early" is standard beginner advice. The reason usually given is that minor pieces chase the queen around, and every retreat costs a tempo. What is rarely said is how much it actually costs. So we ran the candidate moves in this position through an engine and compared them.
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 4 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.
Position by position
| Position | Best move | Move tested | Gap |
|---|---|---|---|
| After 1.e4 e5 (White to move) | Nf3 +0.39 | Qh5 −0.29 | 0.68 |
| The queen sortie on move 3 (White to move) | Nf3 +0.28 | Qf3 −0.04 | 0.32 |
| The same idea for Black (Black to move) | Nc6 −0.37 | Qe7 −0.86 | 0.49 |
| Does it hold in a 1.d4 opening? (White to move) | c4 +0.29 | Qd3 −0.36 | 0.65 |
Position 1|After 1.e4 e5 (White to move)
1.e4 e5
The best move was Nf3 (+0.39). Qh5 scored −0.29, a gap of 0.68.
Tap a candidate move to change the board
| Move | Evaluation | Diff vs best |
|---|---|---|
| Nf3 | +0.39 | best |
| Nc3 | +0.20 | −0.19 |
| Bc4 | −0.02 | −0.41 |
| Qh5 | −0.29 | −0.68 |
| Qf3 | −0.39 | −0.78 |
| Qg4 | −0.69 | −1.08 |
Position 2|The queen sortie on move 3 (White to move)
1.e4 e5 2.Bc4 Nc6
The best move was Nf3 (+0.28). Qf3 scored −0.04, a gap of 0.32.
Tap a candidate move to change the board
| Move | Evaluation | Diff vs best |
|---|---|---|
| Nf3 | +0.28 | best |
| d3 | +0.26 | −0.02 |
| Nc3 | −0.04 | −0.32 |
| Qf3 | −0.04 | −0.32 |
| Qh5 | −0.31 | −0.59 |
Position 3|The same idea for Black (Black to move)
1.e4 e5 2.Nf3
The best move was Nc6 (−0.37). Qe7 scored −0.86, a gap of 0.49.
Tap a candidate move to change the board
| Move | Evaluation | Diff vs best |
|---|---|---|
| Nc6 | −0.37 | best |
| Nf6 | −0.41 | −0.04 |
| d6 | −0.51 | −0.14 |
| Qe7 | −0.86 | −0.49 |
| Qf6 | −1.07 | −0.70 |
| Qh4 | −6.05 | −5.68 |
Position 4|Does it hold in a 1.d4 opening? (White to move)
1.d4 d5 2.Nf3 Nf6
The best move was c4 (+0.29). Qd3 scored −0.36, a gap of 0.65.
Tap a candidate move to change the board
| Move | Evaluation | Diff vs best |
|---|---|---|
| c4 | +0.29 | best |
| Bf4 | +0.17 | −0.12 |
| e3 | +0.16 | −0.13 |
| Qd3 | −0.36 | −0.65 |
| Qd2 | −0.38 | −0.67 |
Where the difference comes from
The interesting part is why the evaluation drops. In the engine’s own lines, Qh5 runs into 2...d6 3.Bc4 g6, and the queen goes back to d1. After Qg4 it is 2...Nf6 3.Qg3, retreating again.
So the score does not fall because the queen gets captured. It falls because the queen goes out and comes back while only the opponent develops — the lost tempi the proverb is really about.
Exceptions
That said, an early queen is not losing on the spot. As the table shows, Qh5 still sits within the range you would call roughly level for an opening. It is a move that costs something, not a blunder.
Over the board, an early queen can still work if the opponent does not respond accurately. Engine evaluations assume best play from both sides.
What this does and does not show
- It shows: what the engine returned for these 4 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 4 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 inassets/chess-analysis.json. The same settings give the same numbers.
What to remember at the board
- A second-move queen scores clearly below the best move
- The cost is the retreat, not the risk of being captured
- Develop knights and bishops first
- It is not losing, though — punishing it takes accurate play
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.