Sudoku Next Move Finder (Naked Single)
Paste an 81 character grid with 0 or a dot for blanks and get the first empty cell that admits a single digit, with row and column. Hint only, no solve.
SugestΓ£o
β
Finding the one forced cell left
You are stuck on a sudoku and you do not want the full solution, just the next cell so you can keep going on your own. That is what happens here: you paste the board as a single 81-character line, read left to right and top to bottom, using a dot or a zero for empty cells. What comes back is one move, given as a row, a column and the digit that belongs there.
Under the hood this is the simplest sudoku technique, the naked single: for every empty cell the tool collects the digits already present in its row, its column and its 3x3 box, and if exactly one digit from 1 to 9 survives, that is the move. It scans in reading order and stops at the first cell it finds, so the suggestion is not the easiest or the best one, just the first. Hidden singles are not covered.
The workflow is iterative: play the suggested move, update your 81-character line and paste it again for the next one. If the answer says there is no single candidate, either the puzzle needs a more advanced technique or you mistyped the board. Double-check the grid first, because nothing is validated here: two 5s in the same row raise no warning and a move may still be suggested. The whole thing runs in your browser.
Frequently asked questions
How do I write the board?
Does it solve the whole puzzle?
Why does it say there is no single candidate?
Related Tools
Playable Sudoku
9Γ9 Sudoku with board generator and three difficulties (easy, medium, hard). Click a cell and type 1-9. Verify the solution with one click.
Bingo Card Generator
Draw a 5x5 bingo card in the classic 75-ball layout, with each column pulling from its own range (B from 1 to 15, I from 16 to 30, and so on) and a FREE space in the middle. Generate as many cards as the game needs.
Tic-Tac-Toe vs Computer
Play tic-tac-toe as X on a 3x3 grid against a computer that replies on a random free square; the board calls the win, loss or draw and resets on demand.
Win Rate Calculator
Calculate your win rate as a percentage from the number of wins and the total games played. Track your performance in any game.
Name Picker
Draw a name from a list without repetition. Ideal for raffles, secret santa and giveaways.
Dupla-Sena Number Generator
Generate random numbers for Dupla-Sena lottery. Two independent draws per ticket, 6 to 15 numbers from 1 to 50.