Free Word Unscrambler — Unscramble Letters Instantly
WordForge's word unscrambler is a free online tool that takes a set of scrambled letters and finds every valid English word that can be formed from them. Whether you're stuck on a Scrabble rack with seven awkward tiles, trying to find the perfect play in Words With Friends, or working through an anagram puzzle in a crossword, this solver returns instant results from a dictionary of over 370,000 words — all without a page reload, signup, or paywall.
To use the unscrambler, simply type your letters into the search bar above. Results appear in real-time as you type, grouped by word length so you can spot the longest, highest-scoring plays at a glance. Use ? or *as wildcards to represent blank tiles, and apply filters like "starts with", "ends with", "contains", and minimum word length to narrow down the matches. Every word is displayed with both its official Scrabble (TWL) tile score and its Words With Friends tile score, so you always know which word is worth the most points.
How the Word Unscrambler Algorithm Works
WordForge uses a sorted-key (signature) algorithm. Every word in our 370,000+ word dictionary is pre-indexed by its letters sorted alphabetically — so "listen", "silent", and "tinsel" all share the signature "eilnst". When you type letters, we generate every possible subset of your input via bitmask iteration, look up each subset's signature in O(1) time, and return all matches. The whole solver runs in your browser in under 100 milliseconds, even for 12-letter inputs.
This is dramatically faster than the naive approach of iterating over every word in the dictionary and checking if it can be formed from your letters. With 370,000 words, that approach would take 500+ milliseconds on a fast machine. Our sorted-key approach is essentially instant.
Using the Unscrambler for Scrabble
Scrabble players use this tool to find the highest-scoring word from their rack of seven tiles. By sorting results by score, you can instantly identify the play that earns the most points. Look for words that include high-value letters like Q (10 pts), Z (10 pts), J (8 pts), X (8 pts), and K (5 pts). If you can use all seven tiles in one turn, you earn a 50-point bonus — known as a "bingo".
The unscrambler is also useful for finding hook words — short words you can extend by adding one letter to an existing word on the board. For example, if "WORD" is already played, you can search for words that start with "word" to find extensions like "wording", "wordy", or "wordsmith".
Using the Unscrambler for Words With Friends
Words With Friends uses slightly different tile values than Scrabble. Notable differences: B is 4 in WWF vs 3 in Scrabble, C is 4 vs 3, G is 3 vs 2, H is 3 vs 4, M is 4 vs 3, P is 4 vs 3. WWF also awards 35 bonus points for using all tiles (vs Scrabble's 50). Toggle the WWF mode in the filters panel to see WWF-specific scores for every word.
Tips for Getting the Best Results
- Use wildcards strategically. If you have a blank tile in Scrabble, represent it with ? to find words that use any extra letter.
- Filter by length. If you only want 5+ letter words, set the minimum length to 5 to declutter the results.
- Sort by score, not length. Sometimes a shorter word with high-value letters (like QI or ZA) outscores a longer word with common letters.
- Look for bingos. If you have 7 tiles, look at the 7-letter words first — they earn a 50-point bonus in Scrabble.
- Copy with one click. Click any word tile to copy it to your clipboard for pasting into your game.
Privacy and Speed
Unlike most word unscrambler websites, WordForge runs entirely in your browser. Your letters are never transmitted to a server, never logged, and never used for advertising profiling. The dictionary is loaded once (about 2.3 MB gzipped) and cached for your session — after the first load, the solver works even without an internet connection. There's no account to create, no email to verify, and no premium tier to unlock.