Word Scrambler
Classroom warm-ups, party games and reading-research experiments all use letter-scrambling to create puzzles. This tool takes your text and randomly permutes the internal letters of each word, preserving first and last letters and punctuation by default (the typical puzzle convention). Options let you randomise all letters, preserve length only, or scramble a whole sentence’s word order instead of internal letters.
How to scramble words
-
1
Paste your text
Any length, any language using Latin-alphabet words.
-
2
Pick scramble mode
Keep first/last, full shuffle, or scramble word order.
-
3
Set strength
Light (swap pairs), medium (Fisher-Yates on internal letters), heavy (full permutation).
-
4
Generate
Output is a fresh scramble each time. Regenerate for a new version.
The “Cmabrigde Uinervtisy” myth
A 2003 email claimed that rearranging the middle letters of words leaves text readable because Cambridge researchers had proven it. The claim is oversold but has a real kernel: for short, familiar words in context, readers often glide past internal letter swaps because word recognition uses shape and context as much as spelling. For long or rare words, scrambling does break readability significantly.
That is why this tool’s “keep first and last” mode is the most useful puzzle setting — hard enough to be challenging but still readable with effort.
Scramble modes in detail
- Keep first and last, shuffle middle (Fisher-Yates): Standard puzzle form.
example→epxalme. - Full shuffle: All letters including first/last are reshuffled. Harder, sometimes unreadable.
- Swap adjacent pairs: Swap letters pairwise (1-2, 3-4, 5-6). Closer to a rot/shift cipher.
- Sentence-word shuffle: Word order is scrambled but words remain intact. For grammar drills and nonsense generators.
Use cases
- Classroom warm-ups: 3-5 minute puzzles for a new unit on reading.
- Escape rooms: scrambled words as hints requiring players to decode.
- Content obfuscation: minor tool for disguising text to casual readers (not secure).
- Reading-research replication: building stimuli for psycholinguistic studies.
Punctuation handling
- Internal punctuation (
don't) is treated as part of the word and preserved in place by default. - External punctuation (commas, periods, quotes) is preserved attached to the original word boundary.
- Whitespace and line breaks are kept exactly.
Frequently Asked Questions
No, each regeneration produces a different random permutation. Use the same tool with the same seed if you need reproducible output (optional seed field in the advanced panel).
Yes. Unicode word-boundary detection means Spanish, French, German, Portuguese and Italian text all scramble cleanly. Combining diacritics stay attached to their base letter.
Yes. Switch to “sentence-word shuffle” mode and the tool will reorder words while leaving each word’s spelling intact.
No. Scrambling is local to your browser.