Scrabble Word Finder
Find Valid Scrabble Words From Your Letter Tiles
Need to use Scrabble Word Finder right now?
Staring at a rack of seven Scrabble tiles, trying to spot every possible valid word by eye, is exactly the kind of combinatorial task a solver handles far more thoroughly than a human can. Type your available letters in and this tool returns every valid word they can form.
Enter two words or phrases above to compare.
Features
- Runs entirely in your browser
- Privacy-first — your data is never uploaded
- Real-time, instant results
- 100% free, no sign-up required
- Works on desktop, tablet, and mobile
- No installation needed
Who uses this tool?
People also search for
About Scrabble Word Finder
An anagram is a word or phrase formed by rearranging every letter of another word or phrase, using each letter exactly once — "listen" and "silent" are a classic example, both built from exactly the same six letters (e, i, l, n, s, t) in different orders. Anagrams have been a popular form of wordplay for thousands of years, showing up in ancient Greek and Hebrew texts, Renaissance-era pen names, crossword and puzzle culture, and modern word games like Scrabble and Words With Friends, where recognizing that your rack of letters can be rearranged into a valid word is a core skill.
This tool checks whether two words or phrases are true anagrams of each other by comparing their letters directly: it strips out spaces and non-alphanumeric characters, converts everything to a common case, sorts each string's remaining letters alphabetically, and checks whether the two sorted results are identical. If they are, every letter in the first phrase has an exact match in the second, with none left over and none missing — the precise, unambiguous definition of an anagram, rather than just a general "sounds similar" or "shares some letters" comparison.
The "ignore spaces" option matters most for multi-word phrases: comparing "the eyes" against "they see" only works correctly if spaces are excluded from the letter comparison, since anagram phrases very often rearrange letters across word boundaries in ways the original word breaks don't respect. With it on, both phrases correctly reduce to the same six letters (e, e, h, s, t, y) and register as a match.
This is a focused, purpose-built anagram checker rather than a dictionary-based "find all words I can make from these letters" solver — it tells you definitively whether two specific inputs are anagrams of each other, which is the most common real use case: verifying a pen name, a puzzle answer, a wordplay riddle, or simply satisfying curiosity about whether two words or names happen to share the exact same letters.
How it works
- Enter two words or phrases. Type the two words or phrases you want to compare.
- Toggle space handling. Turn on "Ignore spaces" for multi-word phrases where letters may cross word boundaries.
- See the result. An instant yes/no tells you whether the two inputs are true anagrams.
Examples
Classic single-word anagram
Input
listen / silent
Output
Yes — these are anagrams of each other!
Multi-word phrase anagram
Input
the eyes / they see
Output
Yes — these are anagrams of each other! (with Ignore spaces on)