Make a custom printable word search
This generator turns your own list of words into a printable word search puzzle. It hides every word in the grid, fills the gaps with random letters, and lays it out ready to print or save as a PDF — ideal for classrooms, party games, vocabulary practice, and themed puzzles.
How it works
You enter words (one per line or comma-separated) and choose a grid size from 6 to 20. The generator places each word into the grid in one of 8 directions — horizontal, vertical, both diagonals, and any of those reversed — trying many positions so words can overlap where letters match. Once all words that fit are placed, every empty cell is filled with a random letter so the hidden words blend in. Any word longer than the grid, or that cannot be fitted after repeated attempts, is skipped and flagged in the list.
| Setting | Range | Effect |
|---|---|---|
| Grid size | 6–20 | Larger grids hold more and longer words |
| Directions | 8 | Across, down, diagonals, and reversed |
Example
Enter a fruit theme — APPLE, MANGO, GRAPE, LEMON — on a 12×12 grid. The tool places each word in a random direction (perhaps LEMON running diagonally backwards), fills the rest with random letters, and shows the word list below for solvers to tick off. Print it or save as a PDF.
Everything runs in your browser from your word list, and nothing is uploaded.