Solved.tools: Free Online Calculators & Tools

We use cookies for analytics and advertising. Learn more about our cookie policy

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

Each _ = one unknown letter. Length is determined by pattern.
Tips: Pattern length = number of boxes in the crossword. Use ? or _ for blank squares. Combined with "must contain" to narrow results.
โœจ AI clue solver
Was this helpful?


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

  1. Enter the letters you already know in their correct positions.
  2. Use a placeholder character (such as a question mark or dot) for each unknown letter.
  3. Specify the total word length if the tool requires it separately.
  4. Submit the pattern to generate a list of matching words.
  5. 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.

MaskMatchesDoes not matchWhy
c?tcat, cot, cutcart, coat, cutlassthree characters only
ca?cab, cad, cap, carcable, cashthree characters only
?atbat, cat, hat, oatrate, state, atlasthe A must sit in the middle
?a??l??babbler, bacilli, backletmansell, tallboyseven 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:

MaskLetters knownMatching wordsShare of the 7-letter pool
???????length only20,562100 percent
?a?????length and second letter3,10615.1 percent
?a??l??length, second letter, fifth letter2101.0 percent
?a??l?ythe three above plus a final Y160.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:

MaskMatching wordsThe full list
c?t4cat, cit, cot, cut
ca?11cab, cad, cag, cal, cam, can, cap, car, cat, caw, cay
?at19bat, 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:

LettersWordsLettersWords
2127943,180
31,3511037,434
45,6621129,175
513,0181221,125
623,1401314,435
734,506149,437
842,341155,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.

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: