W
WordUnscrambler

Guess Who? Strategy: How to Win With Better Questions

A practical Guess Who? strategy primer — why binary-search questions beat yes/no guessing, how to design efficient attribute questions, and how to win.

Published January 15, 2025

Guess Who? is the classic two-player deduction game: each player draws a mystery character card from a deck of twenty-four faces, and players take turns asking yes-or-no questions to identify the opponent's character. First to narrow it down to one wins. The rules are simple, but the strategy is surprisingly mathematical. The player who asks better questions wins almost every time, regardless of which character they drew. This guide explains the reasoning and the specific techniques that separate strong players from weak ones.

Key Definitions

  • Attribute — any yes-or-no property of a character: hair colour, glasses, facial hair, hat, gender, and so on. Every question targets one or more attributes.
  • Binary search — a strategy of asking questions that split the remaining candidate pool as evenly as possible, halving the possibilities with each turn.
  • Candidate pool — the set of characters still consistent with all answers so far. Every question should shrink this pool as much as possible.
  • Elimination — the act of removing characters from the candidate pool based on a yes-or-no answer.
  • Attribute imbalance — the uncomfortable fact that not all attributes split the deck evenly. “Does your character wear glasses?” eliminates only five characters on a no, which is inefficient.

1. Always Aim to Halve the Candidate Pool

The single most important principle in Guess Who? is binary search. With twenty-four characters, the theoretical minimum number of questions to identify any one is five (since 2^5 = 32, which exceeds 24). In practice, because of attribute imbalance, you usually need five or six. The goal of every question should be to eliminate as close to half of the remaining candidates as possible.

Before asking, count how many candidates a yes would eliminate and how many a no would eliminate. If both numbers are close to half, the question is efficient. If one answer eliminates only two or three characters, the question is inefficient and you should rephrase or pick a different attribute.

2. Compound Questions Beat Single Attributes

The deck's attributes are imbalanced: there are only five characters with glasses, six with facial hair, and five with hats. Asking “Does your character wear glasses?” is a weak question because a no leaves you with nineteen candidates. A much stronger question is a compound one: “Does your character wear glasses OR a hat OR have a beard?” A yes eliminates roughly half the deck; a no eliminates roughly half as well.

Some house rules forbid compound questions, in which case you fall back on picking the most balanced single attributes available at each turn. Either way, the principle is the same: maximise elimination.

3. Plan Two Questions Ahead

Strong Guess Who? players think ahead. If you ask “Does your character have blonde hair?” and the answer is no, you should already have a follow-up question ready that splits the remaining non-blonde candidates evenly. Mentally rehearse both branches (yes and no) before asking, so you never waste a turn deciding what to ask next.

4. Use Hair Colour Strategically

Hair colour is one of the more balanced attributes in the classic Guess Who? deck. Asking “Does your character have dark hair?” (covering brown and black) splits the deck close to evenly. Follow up based on the answer: if yes, ask whether the character has black hair to split the dark-haired pool; if no, ask whether the character has blonde hair to split the light-haired pool. This two-question combo typically narrows the candidates to roughly six.

5. Memorise the Deck Composition

Competitive Guess Who? players memorise the deck: how many characters have glasses (5), hats (5), beards (4), moustaches (5), bald heads (3), and so on. Knowing these counts lets you instantly judge whether a question is efficient. A two-minute study of the character cards before playing will pay dividends for the rest of the game.

6. Avoid the Lazy Default Questions

Casual players default to “Is your character a man?” or “Does your character have glasses?” — both inefficient. The deck has only five women and five glasses-wearers, so a no leaves nineteen candidates either way. Force yourself to ask balanced questions, even if they feel more complicated. The complexity pays off in fewer turns.

7. Recognise When to Risk a Specific Guess

When the candidate pool shrinks to two or three characters and you have used most of your efficient attributes, it is sometimes correct to risk a final specific guess (“Is your character Alex?”) rather than spend another turn narrowing further. The risk-reward math depends on how many wrong guesses your group allows; in the strict rules, a wrong final guess loses the game, so only attempt it when you are confident.

Practice and Related Strategy

Guess Who? rewards the same kind of structured elimination as Wordle, Hangman, and Sudoku. Practising any of them sharpens your deduction instincts. For more word-and-pattern games, see our online games to play with friends guide.