Crossword Helper
Last updated: 27 June 2026
Reviewed by Gavin Meiring, Lead research and primary author ยท Doctoral Candidate (Corporate Governance) ยท Research and drafting assisted by AI
- The first crossword puzzle was created by journalist Arthur Wynne and published in the New York World on December 21, 1913 โ it was diamond-shaped and originally called a 'word-cross'.
- The New York Times refused to run crosswords for years, calling them a frivolous fad โ it finally gave in on February 15, 1942, weeks after the US entered World War II, because readers needed a mental escape from the news.
- The 1920s crossword craze was so intense that publishers Simon & Schuster launched their company with 'The Cross Word Puzzle Book' in 1924 โ an instant surprise bestseller.
Crossword Helper
A crossword helper lets you find words that match a specific letter pattern, making it easier to complete crossword puzzles, word grids, and similar word games. It is designed for puzzle enthusiasts, students, and anyone who wants to solve a tricky clue without giving up entirely.
How to Use the Crossword Helper
- Enter the letters you already know in their correct positions.
- Use a placeholder character (such as a question mark or dot) for each unknown letter.
- Specify the total word length if the tool requires it separately.
- Submit the pattern to generate a list of matching words.
- Review the results and select the word that fits the crossword clue.
The Formula
The crossword helper works by pattern matching against a dictionary of valid English words. You provide a mask, for example "c?t" for a three-letter word starting with C and ending with T. The tool then filters every word in its dictionary to find entries where known letters appear in the correct positions and the total character count matches. This is essentially a regular expression match: the pattern "c.t" in regex terms would match "cat", "cut", and "cot". More sophisticated tools also allow you to specify letters that must appear somewhere in the word but whose exact position is unknown, similar to how the word game Wordle works.
Real-World Example
You are solving a crossword and you have a seven-letter word for a type of building. You know the second letter is "A" and the fifth letter is "L". You enter the pattern "?a??l??". The tool returns candidates including "bailiff" (no, that doesn't match), and then "castle" (six letters, so excluded). Eventually it surfaces "mansell" and "gallows" before settling on "tallboy" depending on your dictionary. You then cross-reference with the clue to confirm the correct answer.
Tips for Better Results
Use as many known letters as possible before querying, since more constraints produce a shorter and more useful list of results. If you get too many matches, try adding any letters you know are absent from the word. When the clue suggests a particular part of speech (noun, verb, adjective), mentally filter the results by word type to narrow things down further. Crossword compilers often favour less common words, so do not dismiss unusual matches immediately.
Frequently Asked Questions
How many letters can the pattern contain? Most crossword helper tools support patterns from two to fifteen letters, which covers the vast majority of crossword entries. Longer patterns tend to produce very short result lists, which makes finding the answer straightforward.
What does the placeholder character represent? Each placeholder stands for exactly one unknown letter. If you enter "b??k", you are looking for a four-letter word, not a word of any length starting with B and ending with K.
Can I search for words with a specific letter somewhere in them? Some tools support "contains" filtering in addition to positional matching. If yours does not, you can scan the results list manually for words that include the letter you know must appear.
Is the dictionary updated with new words? Most crossword helpers use established dictionaries such as SOWPODS or the Official Scrabble Players Dictionary. Modern slang and very recent proper nouns are unlikely to appear, but standard English vocabulary should be well covered.
What a mask character actually means
A mask is a fixed-length pattern where a known letter sits at its position and every unknown position holds a placeholder. The length of the mask is the length of the answer, so the pattern does the two jobs a crossword solver needs at once: it matches letters, and it filters out every word of the wrong length.
| Mask | Matches | Does not match | Why |
|---|---|---|---|
c?t | cat, cot, cut | cart, coat, cutlass | three characters only |
ca? | cab, cad, cap, car | cable, cash | three characters only |
?at | bat, cat, hat, oat | rate, state, atlas | the A must sit in the middle |
?a??l?? | babbler, bacilli, backlet | mansell, tallboy | seven characters, A second, L fifth |
Placeholder characters vary between tools. The question mark and the full stop are the common ones, and some accept a blank square on screen for the same job. Whichever a tool uses, the rule is the same: one placeholder stands for exactly one unknown letter. Tools that support "contains" mode take a separate input, where a letter must appear somewhere in the word without a fixed position.
Worked example: how a seven-letter mask narrows
Assume a dictionary of 210,773 English words, which is the count of lowercase alphabetic entries in the word list that ships with macOS at /usr/share/dict/web2. Count the candidates at each step as you supply one more known letter:
| Mask | Letters known | Matching words | Share of the 7-letter pool |
|---|---|---|---|
??????? | length only | 20,562 | 100 percent |
?a????? | length and second letter | 3,106 | 15.1 percent |
?a??l?? | length, second letter, fifth letter | 210 | 1.0 percent |
?a??l?y | the three above plus a final Y | 16 | 0.08 percent |
The 7-letter pool is 20,562 words. Fixing the second letter as A removes about 85 percent of them. Fixing the fifth letter as L removes another 93 percent of what remains. Fixing the last letter as Y leaves 16 candidates, which is a list short enough to read against the clue.
Sixteen candidates is where a clue earns its place. The mask alone narrows to 16; the definition narrows to one. Read the clue for its part of speech and its sense before you start scanning.
The same narrowing effect holds at shorter lengths, and the numbers are small enough to check by hand:
| Mask | Matching words | The full list |
|---|---|---|
c?t | 4 | cat, cit, cot, cut |
ca? | 11 | cab, cad, cag, cal, cam, can, cap, car, cat, caw, cay |
?at | 19 | bat, cat, eat, fat, gat, hat, kat, lat, mat, nat, oat, pat and seven more |
With c?t you have four words in front of you and no more work to do. With ?at you have 19 and the crossing letters from the other entries usually settle it.
How large the word list behind the tool is
Crossword tools do not all search the same dictionary, and the size of that dictionary decides which answers are available to you.
The Collins Scrabble Words list, formerly SOWPODS, is the lexicon used for English-language tournament Scrabble outside the United States and Canada. Published counts for the CSW24 edition give 280,887 words in total. The distribution by length is published too, and the middle of the range is where crossword answers live:
| Letters | Words | Letters | Words |
|---|---|---|---|
| 2 | 127 | 9 | 43,180 |
| 3 | 1,351 | 10 | 37,434 |
| 4 | 5,662 | 11 | 29,175 |
| 5 | 13,018 | 12 | 21,125 |
| 6 | 23,140 | 13 | 14,435 |
| 7 | 34,506 | 14 | 9,437 |
| 8 | 42,341 | 15 | 5,956 |
Words of four to seven letters account for 76,326 entries, or 27.2 percent of the list. That is the band most crossword answers fall in, which is why a tool backed by a large lexicon returns a longer candidate list than a tool backed by a small one. It also explains why a solver's mask sometimes returns a word you have never seen: the tournament lexicons include words of Scottish, Australian and Caribbean origin that a general-purpose dictionary leaves out.
Two mechanics of the list are worth knowing. Collins removed 419 words classed as hate speech when the list moved from CSW19 to CSW22, and removed a further six words, three of them with plurals, between CSW22 and CSW24. A cross-reference against an old printed edition can therefore produce a handful of disagreements that are settled by the date of the list, not by the spelling.
Why a match list can still be wrong
A mask is a filter on strings, and the answer to a crossword is a word in a particular sense. Two failure modes follow.
The first is a correct string that answers the wrong clue. cat matches c?t, and it is also a jazz musician, a boat, a whip and a caterpillar tractor. The mask cannot tell you which.
The second is a dictionary disagreement. Change the lexicon and the candidate list changes with it. A word that is valid in tournament play may be absent from a school dictionary, and a proper noun that a puzzle expects may be absent from every list. When a mask returns nothing at all, the useful move is to re-check the pattern length and the position of each known letter before assuming the tool has failed. A single letter typed into the wrong square is the most common cause, and it turns a 210-word result into a zero-word result.
Choosing between a mask search and a clue search
The two search modes answer different questions. A mask search asks which words fit the squares you have filled; a clue search asks which words mean what the clue means. Crosswords are built so that the two agree, but the route to the answer is shorter one way round than the other.
Start with the clue when the definition is precise and the answer length is known. Start with the mask when you have three or more crossing letters confirmed, because the mask then does the filtering and the clue only has to break the tie. Matching a long list of candidates against a short clue is slower than typing one more known letter into the pattern and letting the mask do the work.
Also try these free tools: