# Word Unscrambler

Unscramble letters into every valid English word. A Scrabble/anagram solver that respects letter counts and filters by length.

> Canonical page: https://elysiatools.com/en/tools/word-unscrambler

- **Category:** Text Processing

- **Keywords:** word unscrambler, anagram solver, scrabble helper, word finder, unscramble letters, jumble solver

## Overview

Unscramble a jumble of letters into every valid English word that can be made from them — the classic Scrabble / Words With Friends helper, and a solver for anagram puzzles.

**How it works:**
- Type your letters (order doesn't matter; `tcean` works the same as `neact`).
- The solver finds **every** dictionary word that can be spelled using some or all of those letters, respecting letter counts (you can't reuse a letter more times than you have).
- Results are grouped by word length so the high-scoring long words jump out.

**Filters:**
- **Min length** / **Max length** — restrict the word lengths returned. Handy when you only care about 7-letter words for a bonus, or 3+ letter words to fill a board.
- **Sort** — by length (shortest first, the default) or alphabetical.

**Good to know:**
- The bundled dictionary is a **comprehensive English word list of 274,937 words** (from the Letterpress word list). It covers common words and their forms very thoroughly — strong enough for serious Scrabble and anagram solving.
- Up to **15 letters** can be entered at once. The solver enumerates every subset of your letters, so extremely long inputs are capped to keep response times snappy (a 10-letter solve still finishes in well under a millisecond).
- Repeated letters are respected: `aa` from `aardvark`-style input is handled correctly because each letter is only "spent" as many times as it appears.
- Results are deduplicated, so anagrams of the same letters are listed separately (e.g. from `listen` you get both `listen` and `silent`).

## Inputs

- **Letters** (text): Enter the letters to unscramble, e.g. "tcean"...
- **Min length** (number): default 2
- **Max length** (number): default = all letters
- **Sort** (select)

## When to use

- When playing word games like Scrabble or Words With Friends and you need to find high-scoring words from your tiles.
- When solving anagram puzzles, jumbles, or daily word challenges that require rearranging a specific set of letters.
- When practicing vocabulary or looking for specific length words that can be formed from a limited pool of letters.

## How it works

- Enter up to 15 letters into the input field, including any duplicate letters you want to use.
- Set optional filters such as minimum or maximum word length to narrow down the results.
- Choose to sort the generated words either by length (shortest first) or alphabetically.
- Submit the letters to query the 274,937-word dictionary and view all valid words grouped by length.

## Use cases

- Finding all possible words from a rack of Scrabble tiles to maximize your turn score.
- Solving daily newspaper jumble puzzles by unscrambling the scrambled letter clues.
- Generating anagrams for creative writing, usernames, or word puzzles.

## Frequently asked questions

### How many letters can I enter at once?

You can enter up to 15 letters at a time to keep the search fast and responsive.

### Does the tool support blank tiles or wildcards?

No, the tool only unscrambles the exact letters you enter and respects their specific counts.

### What dictionary does this word finder use?

It uses a comprehensive English word list containing 274,937 words from the Letterpress dictionary.

### Can I find words of a specific length?

Yes, you can set the minimum and maximum length filters to restrict the results to your desired word size.

### How are duplicate letters handled?

The solver respects letter counts, meaning a letter will only be used in a word as many times as it appears in your input.

## Related tools

- [Ping Shui Yun & Ci Lin Zheng Yun Classical Chinese Poetry Rhyme Index](https://elysiatools.com/en/tools/ping-shui-yun-ci-lin-zheng-yun-classical-chinese-poetry-rhyme-index): Look up any Chinese character or phrase in the Ping Shui Yun (平水韵, 106 rhyme groups, Song dynasty) and Ci Lin Zheng Yun (词林正韵, 19 parts, Qing dynasty) rhyme books: tone class (平/上/去/入), pingze (平/仄) pattern, and cross-system mapping. Reverse lookup lists every character of a rhyme group and checks whether a set of characters can rhyme together, with canonical poem rhyme-foot examples from Li Bai, Du Fu, Su Shi, Li Qingzhao and Yue Fei.
- [Phone Number Formatter](https://elysiatools.com/en/tools/phone-number-formatter): Format phone numbers into standard formats with separators for different countries
- [Acronym Generator](https://elysiatools.com/en/tools/acronym-generator): Turn a phrase into an acronym or initialism. Choose contributing words, which letter(s) to take, the separator, and the case.
- [Fancy Text Generator](https://elysiatools.com/en/tools/fancy-text-generator): Convert text into every decorative Unicode style at once and compare them side-by-side — small caps, bold, italic, script, fraktur, double-struck, monospace, circled, fullwidth, strikethrough, underline, upside-down.
- [Glitch Text](https://elysiatools.com/en/tools/glitch-text): Create a glitchy / corrupted look by replacing each letter with neighbouring broken Unicode glyphs — Cyrillic/Greek look-alikes, block elements (█▓▒░), geometric shapes — for a flat smashed data-corruption aesthetic. Intensity slider + optional seed for reproducible results.
- [Multiline Merger](https://elysiatools.com/en/tools/multiline-merger): Merge multiple lines into a single line with customizable separators and formatting options
- [Pangram Checker](https://elysiatools.com/en/tools/pangram-checker): Check if text is a pangram (contains every letter of the alphabet). Reports missing letters, used letters, and unique-letter count.
- [Pig Latin Converter](https://elysiatools.com/en/tools/pig-latin-converter): Convert English text to and from Pig Latin. Handles consonant clusters, vowel words, QU units, and capitalization.

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Copyright-Free FLAC Audio Samples](https://elysiatools.com/en/samples/flac-samples): Lossless FLAC audio samples for testing and development, mirrored from MP3 set with nature sounds and meditation music
- [Copyright-Free WAV Audio Samples](https://elysiatools.com/en/samples/wav-samples): Uncompressed PCM WAV audio samples for testing and development, mirrored from MP3 set with nature sounds and meditation music
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
