What Is an Anagram and How to Solve It
The exact difference between anagrams and sub-words, plus a repeatable manual method and a transparent way to check a letter pool.
An anagram rearranges every letter of a source word or phrase while preserving the number of each letter. LISTEN and SILENT are exact anagrams: both contain one L, I, S, T, E, and N. A shorter word made from only some of those letters is a sub-word, not an exact anagram.
Count letters before rearranging them
Treat the input as a multiset: a letter can be used only as many times as it appears. For LETTER, a candidate may use two T characters and two E characters; for LATER, it may use only one of each. This simple count check eliminates many tempting but impossible answers.
A manual solving method
- Write repeated letters explicitly instead of holding them in memory.
- Separate vowels from consonants so you can test plausible word shapes.
- Look for familiar beginnings and endings such as RE-, UN-, -ING, -ED, or -ER, then check what letters remain.
- Build shorter candidates when the puzzle allows sub-words; require the full letter count when it asks for an exact anagram.
- Verify spelling and acceptance against the dictionary used by the puzzle or game.
For example, the pool R, E, A, C, T can form REACT, TRACE, and CRATE. It can also form shorter entries such as RATE and CARE if sub-words are allowed. The puzzle instruction determines which kind of result is relevant.
Add board or crossword constraints
In a tile game, the board may force a starting letter or ending. In a crossword, crossing answers may reveal one or more fixed positions. Use those constraints before scanning a large list: a correct first letter and known length often remove most unrelated candidates.
Check the pool with Word Finder
Enter the letters in Word Finder. The matcher never reuses a letter unless you supplied it more than once. A star (★) acts as one unknown letter, while the starts-with, ends-with, and contains controls narrow the packaged list.
Kelimator currently uses a compact 3,650-entry English data set derived from open general-purpose word data. It is useful for common-word practice but is not a complete Scrabble, Words with Friends, or crossword authority. If a word is missing or a game rejects it, check that game's current accepted-word source.
For practice, make your own list first and use the tool as a comparison step. During live competitive play, outside solvers may violate the rules; use them for training or post-game review unless all players have agreed otherwise.
