Letter grid · find the hidden words

Word Search Puzzles

Twelve words on one theme, hidden in a grid of letters. Tap letters to build up a word, one at a time, and it is taken the moment it reads. On a computer you can drag across them instead. Every grid is generated fresh, and every word in it is checked to appear exactly once.

Also called a word find, a word seek and a word sleuth.

What Is A Word Search?

A word search is a grid of letters with a list of words buried in it. Each word runs in a straight line — along a row, down a column, or on a diagonal — and your job is to find all of them. The puzzle has been a newspaper and classroom fixture since Norman Gibat printed one in the Selenby Digest in Norman, Oklahoma in 1968, and teachers picked it up almost immediately because a themed grid drills vocabulary without feeling like drill.

What varies from puzzle to puzzle is which directions are allowed. That single setting is the difference between a gentle puzzle and a hard one, and most sites never tell you which you are getting. Every puzzle here says so on the board before you start.

Every Word Is Hidden Exactly Once, And That Is Checked

Here is a fault most word searches have and almost none admit to. Placing the words is the easy half; the other half is filling the leftover cells with letters. Drop random letters into the gaps and they will, fairly often, spell one of your listed words somewhere you never put it — a second, accidental copy.

Why an accidental second copy ruins the puzzle. A solver finds it, marks it, and is either told they are wrong or — worse — is quietly counted as correct while the intended copy sits unfound forever. Either way the grid has an answer nobody intended, which is the same defect as a quiz question with two right options.

So every grid here is scanned after the filler goes in, over every direction that puzzle allows, and any word appearing more than once causes the offending letter to be changed and the grid re-checked. Nothing reaches the page until all of the words appear once and only once. The test suite then re-derives the same count by a completely different method — reading every row, column and diagonal as a string and counting substrings — so the engine cannot simply agree with itself.

The Method That Beats Scanning

Most people read the word list, then sweep their eyes over the grid hoping something jumps out. It works eventually and it is the slowest thing you can do. Solvers who are quick at this do something narrower:

  1. Take one word and forget the rest. Hunting for ten things at once means holding ten shapes in your head. Hunting for one is a much smaller job.
  2. Look for its rarest letter, not its first. This is the tip that actually changes your speed. A grid contains dozens of Es and Ss and perhaps one J. Searching for the J in JAGUAR gives you a handful of places to check instead of the whole grid.
  3. Then glance at the eight neighbours. Once you have a candidate letter, the next letter of the word must be in one of the eight cells touching it. That is a look, not a search.
  4. Run down the columns on purpose. Reading habits make horizontal words nearly free and vertical ones nearly invisible. Deliberately scanning columns finds what row-scanning never does.
  5. Save the short words for last. Long words cover more ground and surface sooner, and once they are marked there is far less grid left for the short ones to hide in.

Which Directions Are In Play

The five settings below are what the sixty puzzles are built from. Difficulty here is almost entirely a matter of direction count, not grid size: a fourteen-square grid using only across and down is easier than a ten-square grid using all eight.

The five direction settings, easiest first
SettingDirectionsGridWhy it is harder
Across and down210×10Nothing hidden. Scanning rows then columns finds everything.
One diagonal311×11Adds down-right, the direction people forget to check at all.
Both diagonals412×12A single letter can now belong to four different words.
Backwards too413×13Defeats forward-only reading, which is how nearly everyone scans.
All eight814×14Nothing is ruled out, so no direction can be skipped.

Why The Filler Letters Are Not Random

A grid padded with genuinely random letters gives itself away. Real words are made of common letters, so a background of Qs, Zs and Xs makes the hidden words the only pronounceable thing on the page and they surface without being searched for. The filler here follows ordinary English letter frequency instead, so the words have somewhere to hide. It is a small thing that makes a large difference to whether the puzzle is a puzzle.

Twelve Themes, And Grids That Never Repeat

The word banks are finite and the grids are not. Twelve themes of twelve words each supply the lists; the arrangement is generated from the seed in the address bar, so the same link always gives the same grid and a new puzzle gives a genuinely different one. A themed list is not decoration either — reading the list once tells you what kind of word you are looking for, and that is a real part of what makes the scanning work.

Word Search Puzzles Frequently Asked Questions

What is a word search?

A grid of letters with a list of words hidden inside it. Each word runs in a straight line — across, down or diagonally, and in the harder settings backwards as well. It is also published as a word find, a word seek or a word sleuth.

Can a letter be used by more than one word?

Yes, and they often do. Where both diagonals are allowed, one letter can be part of four different words at once. Crossings are what stop a grid being a list of separate lines.

Can a word appear twice in the same grid?

Not on this page, and it is checked rather than hoped for. Filler letters can accidentally spell a listed word somewhere the setter never put one. Every grid is scanned after its filler is added, and corrected before you ever see it.

Is it free, and does it need an account?

Free, no account, no adverts, and nothing uploaded. Everything stays in your browser.

Can words go backwards in a word search?

It depends on the puzzle, and here it is stated rather than left to be discovered. Every board shows which directions are in play before you start — some allow across and down only, others allow all eight.

How do you select a word in a word search?

Tap its letters one at a time and watch the highlight grow — the word is taken as soon as it reads, so nothing has to be submitted. Tapping the letter you started on clears the selection, and Undo steps back one letter at a time. On a computer you can drag across the letters instead.

What is the fastest way to solve a word search?

Hunt a word’s least common letter rather than its first. There are far fewer of them on the grid, so far fewer places to check — then look at the eight cells around each candidate for the next letter.

Who invented the word search?

The modern printed word search is credited to Norman E. Gibat, who published one in the Selenby Digest in Norman, Oklahoma in 1968. Local teachers began copying it for their classes and it spread from there. Grids of hidden words are far older, but that is the point at which it became the puzzle everybody now recognises.

Are word searches good for your brain?

They are good practice for visual scanning, pattern recognition and holding a word in mind while your eyes move — which is a real skill, and one that stays useful. Be sceptical of stronger claims: enjoying a word search is a perfectly good reason to do one, and no puzzle has been shown to prevent cognitive decline.