Word Scramble — Unscramble the Word Game
Unscramble the jumbled word. Built-in word list, new word every click.
How to play
- Rearrange the jumbled letters shown to spell the correct English word.
- Type your answer in the box and press 'Check' or hit Enter.
- Stuck? Click 'Hint' to reveal one more letter at a time.
- Click 'New Word' to skip to a different word anytime.
Unscramble the letters to form the hidden word. Use hints if you're stuck, or skip to a new word anytime.
How it works
Word Scramble presents you with a word whose letters have been randomly shuffled, and your job is to figure out the original word. A new scrambled word appears with each round, drawn from a built-in word list. Type your answer and submit to check it.
The challenge scales naturally with word length: short three-letter words have only a handful of permutations, while six-letter words have 720 possible arrangements, making pattern recognition the key skill rather than brute-force enumeration.
Effective solvers scan for common letter combinations first — look for vowel clusters (ea, ou, ai), frequent endings (-ing, -tion, -ed, -ly), and less common letters like Q or X that constrain which words are possible. Rearranging the displayed letters mentally into known prefixes is another quick filter.
Word Scramble is a great vocabulary warm-up, a classroom spelling exercise, or a quick game to sharpen word recognition speed. It also works well for English learners practicing letter-to-word pattern mapping.
Worked example
Unscramble RNPTI
- Identify the vowel: only I is a vowel, so every arrangement must place I among consonants.
- Look for common endings: -INT is a known ending (PRINT, STINT).
- Try PR- as a prefix: PR + INT = PRINT.
- Verify all five letters are used: P, R, I, N, T — yes.
The word is PRINT.
Common mistakes to avoid
- Fixating on the scrambled order and trying to unscramble left-to-right instead of looking at the full letter set holistically.
- Forgetting to use every letter — valid solutions use all displayed letters, no more and no fewer.
- Guessing a word that fits most letters but ignoring one leftover letter, which makes the answer wrong.
Key terms
- Anagram
- A word formed by rearranging all the letters of another word, using each letter exactly once.
- Permutation
- One specific arrangement of a set of letters; an n-letter word has n! possible permutations.
- Consonant cluster
- Two or more consonants appearing together without a vowel between them, such as STR or PL.
Frequently asked questions
- Where do the words come from?
- A built-in list of 160+ common English words — no external API needed.
- Are words always solvable?
- Yes — the scrambled letters always form exactly one known word.