🔀 Word Scrambler
Scramble letters within words while keeping first and last letters fixed.
🔒 100% client-side processing
A word scrambler shuffles the letters inside each word of your text while — if you choose — keeping the first and last letters in place. The result looks like gibberish at first glance, yet remains surprisingly readable, which is exactly what makes it fun. Teachers, puzzle makers, and curious readers use it to explore how the brain processes written language.
The Science Behind Scrambled Text
You have probably seen the internet meme claiming that “Cambridge University research” proved you can read any text as long as the first and last letters stay put. The truth is more nuanced and more interesting. There was no single Cambridge study; the meme traces back to a 2003 letter by researcher Matt Davis, who described work on how readers recognize words. The real finding is that skilled readers identify words partly from their overall shape and letter set, not by scanning letters strictly left to right. Context does heavy lifting too: short function words and predictable sentence structure let your brain autocorrect the jumble.
Scrambling works best with first and last letters preserved — that is why this tool defaults to that mode. Scramble every letter including the anchors and readability collapses quickly.
How to Use
- Enter text: Type your text
- Set options: Choose to keep first/last letters
- Scramble: Click to scramble
- Copy: Copy the result
Features
- Scramble letters within words
- Keep first and last letters
- Preserve case and punctuation
- Re-scramble for different results
Use Cases
Teachers generate scrambled passages to demonstrate fluent reading strategies or to build spelling warm-ups. Puzzle and game creators make anagram-style challenges — scramble a famous quote and ask players to decode it. Writers use it to preview how text “feels” to a skimming reader. And sometimes it is simply entertaining: scramble a paragraph, send it to a friend, and watch them read it aloud without stumbling. Because case and punctuation are preserved, the output still looks like real prose, which is half the magic.
Related Tools
Frequently Asked Questions
What is the Cambridge effect?
Research showing you can read text with scrambled middle letters if first and last letters are preserved.
Why are some words unchanged?
Words with 3 or fewer letters can't be scrambled while keeping first and last letters.
Is scrambled text a form of encryption?
No. Scrambling is trivially reversible by eye and provides zero security. For real encryption, use a cipher tool instead.
What algorithm shuffles the letters?
The middle letters are shuffled with the Fisher-Yates algorithm, which produces an unbiased random permutation.