Numberle Solver

Numberle applies Wordle's color-coded feedback mechanic to numbers instead of words — you guess a multi-digit number and receive green feedback for digits in the correct position, yellow for digits that are in the number but placed incorrectly, and gray for digits that don't appear at all. Unlike Wordle, there's no vocabulary advantage — success depends entirely on logical deduction from the color feedback. The game exists in four, five, and six-digit variants, and digits can repeat in the target number. Set your number length (4, 5, or 6 digits), then enter each guess you've made along with its color feedback — green for correct position, yellow for wrong position, gray for not present. Hit Solve to see all valid remaining numbers that match every constraint you've entered.

Disclaimer: PuzzleUnlock is an independent puzzle help site and is not affiliated with The New York Times, Wordle, Connections, Spelling Bee, Strands, Scrabble, Hasbro, Boggle, or any other puzzle publisher. All trademarks belong to their respective owners.

About Numberle

Numberle is one of the many variants inspired by Wordle's viral success in 2021-2022, applying the same elegant color-coded feedback mechanic to sequences of digits rather than letters. Rather than guessing a five-letter word, players guess a five-digit number and receive green feedback for correct digits in correct positions, yellow for correct digits in wrong positions, and gray for digits absent entirely. The format strips away vocabulary knowledge and tests pure logical deduction with numerical symbols.

Multiple independent Numberle implementations appeared nearly simultaneously in early 2022 as developers recognized the mechanic's applicability to numbers. Different versions vary in digit count (four, five, or six digits), rules about leading zeros, whether digits can repeat, and the specific number range used. PuzzleUnlock's solver handles four, five, and six-digit variants and correctly applies all constraint combinations including repeated digit scenarios.

Numberle's appeal is its purity as a deduction exercise. Unlike Wordle, there is no vocabulary advantage — all players have equal access to digits 0-9. Success depends entirely on information theory application: maximizing information from each guess by testing unconstrained digits, tracking all constraints simultaneously, and narrowing the solution space efficiently. Some players who find Wordle frustrating due to vocabulary gaps find Numberle more accessible and satisfying as a pure logic puzzle.

The format connects to the much older Mastermind game (invented by Mordecai Meirowitz in 1970), which uses colored pegs instead of numbers but the same core feedback mechanic. Mastermind's mathematical analysis — finding the minimum guaranteed number of guesses to solve any configuration — is a classic combinatorics problem. The same mathematical principles apply to Numberle solving strategies.

Unlike Wordle where letter frequency guides opener choice, all digits 0-9 are equally likely in Numberle. An opening guess using five distinct digits (like 12345 or 67890) tests half the digit space immediately. Two opening guesses covering 0-9 entirely will reveal the complete digit composition of the target before you begin placing.

Yellow digits are confirmed present in the number but in different positions. Keep a running list of all confirmed digits (from green and yellow feedback) separately from their position information. This prevents the common error of forgetting that a digit is confirmed present when no greens have appeared yet.

Each gray digit eliminates it from the entire number. After two guesses covering 10 distinct digits, grays alone identify which five-digit subset the target uses. With the digit composition known, position placement is the remaining challenge.

Numberle targets can contain repeated digits. If you've tested a digit as gray but feedback is inconsistent, the digit may appear more than once — a yellow might indicate a second occurrence. PuzzleUnlock's solver handles repeated digit scenarios correctly in its constraint logic.

Your first guess should cover five distinct digits

Track confirmed digits separately from their positions

Use gray information aggressively

Consider digit repetition explicitly

Q: Can digits repeat in the target number?

In most Numberle implementations, yes — digits can repeat. PuzzleUnlock's solver handles repeated digits correctly: a yellow 3 means at least one more 3 exists somewhere in the number beyond what green has already confirmed.

Q: Are leading zeros included?

PuzzleUnlock's solver starts from 10000 for five-digit numbers, excluding leading zeros by default. If your specific Numberle implementation allows leading zeros (treating 01234 as a valid five-digit target), note that the solver may miss those possibilities.

Q: How is Numberle different from Mastermind?

Mastermind uses colored pegs with feedback showing correct-color-and-position count and correct-color-wrong-position count as aggregate numbers. Numberle's feedback is positional — you see exactly which digits are green (correct position) and which are yellow (wrong position). Numberle's positional feedback is more informative per guess.

Q: What is the mathematically optimal first guess in Numberle?

Analysis similar to Wordle opening word research applies: a first guess maximizing information depends on whether repetition is allowed. Without repetition, any guess with five distinct digits is equally optimal information-theoretically. With repetition allowed, slightly different strategies apply.

All Puzzle Solvers