Boggle Solver — Every Word on Your Board, With Its Path

Type the letters of a 4×4, 5×5 or 6×6 board and see every valid word, scored, with the path traced on the grid.

Type the letters row by row — the cursor moves on by itself. Type q for a Qu cell. You can also paste all the letters into the first cell.

Enter your Boggle board — classic 4×4, Big Boggle 5×5 or Super Big 6×6 — and get every word in the 359,000-word dictionary that can be traced through adjacent cells, longest first, with Boggle points and a total. Hover any word to see its path light up on the board.

The Qu rule, diagonal moves, no cell reuse and the three-letter minimum are all built in. Use it to check a finished round, settle an argument, or learn which words you keep missing.

How to use Boggle Solver

  1. Choose the board size and type the letters row by row — the cursor advances by itself. Type q for a Qu cell.
  2. Solve. Words are grouped by length with their scores; common words are in bold.
  3. Hover a word to trace its path on the grid; click to copy it.
  4. Random board shakes the real dice for a practice round.

How the solver works

Trying every path on a 4×4 board is hopeless — there are over twelve million of length eight alone. Checking every dictionary word against the board is 359,000 searches. The trick is to do a little of both: first shortlist the dictionary to words spelled only from the letters on the board (a single indexed query), then walk the board once, abandoning any path that is not the beginning of some shortlisted word. A typical board is solved in well under a second.

Boggle rules encoded

  • Words are formed from adjacent cells, including diagonals, and no cell may be used twice in one word.
  • The Qu die counts as one cell but two letters — quiet uses four cells and scores as five letters.
  • Minimum three letters (four in Big Boggle — switch the setting).
  • Scoring: 3–4 letters 1 point, 5 letters 2, 6 letters 3, 7 letters 5, 8 or more 11.

About the word list

The dictionary is broad — it is the same list behind the unscrambler — so it contains plurals, archaic words and obscure terms that a house rule might reject. That is deliberate for a solver: it is easier to ignore a word you would not have allowed than to discover one is missing. Tick common words only for the list a casual game would accept. Proper nouns, hyphenated words and abbreviations are not included, as in the official rules.

Strategy the solver reveals

Run a few random boards and patterns emerge: the -ING, -ED and -S endings turn one word into three; boards rich in E, S, T, R and N produce ten times the words of boards heavy in consonant clusters; and the longest words almost always snake through the centre four cells, which touch every other cell. If you keep missing plurals, look for an S next to a word you found.

For letters without a grid, the word unscrambler finds every word from a set of tiles; for five-letter puzzles, the Wordle solver.

Frequently asked questions

How do I enter the Qu cell?

Type q — the cell becomes "Qu" automatically, because the Boggle die shows Qu as one face. Words through that cell use both letters: quit takes three cells and scores as four letters.

Why does it list words I have never heard of?

The dictionary is deliberately broad so the solver never misses a legal word. Tick "common words only" to see the list a casual game would accept. House rules vary on plurals, archaic words and abbreviations; the official rule is any word in a standard dictionary except proper nouns, hyphenated words and abbreviations.

How are points scored?

3 and 4 letters: 1 point. 5 letters: 2. 6 letters: 3. 7 letters: 5. 8 or more: 11. Qu counts as two letters for length. In Big Boggle (5×5) three-letter words do not count — set the minimum to 4.

Can I use the same letter twice?

The same cell twice, no — that is the core rule. The same letter from two different cells, yes: if the board has two Es, tree is fine. Hover a word to see which cells its path uses.

Is the solving done on my device?

The board is sent to the server, where the 359,000-word dictionary lives; a client-side version would mean downloading several megabytes of word list. Only the letters are sent, and nothing is stored.