🔤 Word Scramble

Scramble text letter by letter with three modes, including one that keeps each word's first and last letter in place.

words · chars

Quick Load


Scrambled Output

·

Original

Scramble Modes Explained

🔡 Per Word

Each word's letters are independently shuffled. Spaces and punctuation stay in place.

🌀 Full Text

All letters across the entire text are pooled and reshuffled. Non-letters stay put.

🔒 First & Last

First and last letters of each word are fixed. Only the middle letters shuffle.

Related Tools

What each scramble mode does to the letters

All three modes rearrange existing letters rather than substituting new ones, so the output is always a permutation of the input.

Per word treats each word separately. The letters within a word are shuffled while the words themselves stay in their original order and position, which is the classic form for a spelling exercise: the sentence structure remains but each word must be decoded.

Full text pools the letters across the whole passage and redistributes them, so letters migrate between words. Word lengths are preserved but the original word boundaries no longer correspond to the original words, giving a much harder and more chaotic result.

First and last is the gentlest. It pins the opening and closing letter of every word and shuffles only the interior letters, which is why the text often remains surprisingly readable. This mode needs at least four letters to have any effect, since a three letter word has only one interior letter and nothing to swap it with.

Short words can also come back unchanged in any mode, simply because a random shuffle sometimes lands on the original order. The counters report how many words this happened to.

Worked example: scrambling a short list of words

Take the input Mountain Thunder Eclipse, three words and 23 letters.

In per word mode, each word is shuffled on its own. Mountain might come back as Uonnaitm, Thunder as Rdenhut, and Eclipse as Ipslece. Every output word contains exactly the letters of its source word, including the two n characters in Mountain, and the three words stay in the same order.

In first and last mode, Mountain keeps its M and its final n and shuffles the middle six letters, o, u, n, t, a and i, giving something like Mtaunoin. Thunder keeps T and r, producing Tdnuher. Because the outline of each word is preserved, the result is far easier to read back.

In full text mode the letters mix across all three words, so the first output word will still have eight letters but may contain letters that originally belonged to Eclipse.

Set the case option to uppercase and the same per word output becomes UONNAITM THUNDER-style capitals throughout, which is common for worksheets because it removes the capital letter as a clue to where each word starts.

Making usable puzzles and checking the output

Difficulty comes mostly from word length and letter mix. Words of five to seven letters make good puzzle material; three and four letter words are often guessed instantly, and words above ten letters become frustrating rather than challenging. Words with repeated letters, such as balloon, are harder to unscramble because several arrangements look plausible.

Always read the output before handing it out. A random shuffle can occasionally produce the original word, which the unchanged counter will tell you, and it can also produce a real but different word, which makes a puzzle ambiguous or an answer arguably correct. Regenerating usually resolves both.

Uppercase output is worth considering for worksheets, because a capital letter sitting in the middle of a scrambled word is an unintended hint about which letter came first. If the scramble should be solvable by younger children, first and last mode keeps far more of the word's shape and works well as an easier tier.

Finally, keep a copy of your original list. The scramble cannot be reversed by the tool, so the answer key has to be the text you started with.

Frequently Asked Questions

Per word shuffles letters inside each word and keeps the words in place. Full text mixes letters across the entire passage, so letters move between words. First and last pins each word's opening and closing letter and shuffles only the middle, which keeps the text much easier to read back.
A shuffle is random, so it can land back on the original order, which is most likely with two and three letter words. First and last mode also leaves words of three letters or fewer alone, because there is at most one interior letter to move. The counter shows how many words were affected.
No. The shuffle discards the original ordering, and many different arrangements of the same letters are possible, so there is nothing to reverse. Keep your source text if you need an answer key. Solving a scramble is a matter of recognising the word, not of undoing the operation.
No. Sample lists are built in covering animals, fruits, countries, films and general vocabulary, so you can load a set and scramble it straight away. They are a convenient starting point for a worksheet or quiz round, and you can edit the list before scrambling if you want to add your own words.
Because a capital letter surviving in the middle of a scrambled word gives away which letter started the word. Converting everything to uppercase removes that clue and makes printed worksheets look consistent. Lowercase is useful for the opposite reason, when you want a plain look for a digital puzzle.