About this tool
The Anagram Generator rearranges a name or phrase into new combinations of real words that use every letter exactly once. Unlike a simple letter-to-words finder, it produces full anagrams: it recursively picks a dictionary word that fits inside your remaining letters, subtracts those letters, and keeps going until nothing is left over — so DORMITORY famously rearranges to DIRTY ROOM. Set how many words each anagram may use (one, two, or three) and the shortest word length to allow, which lets you filter out noisy tiny words.
The search compares letter counts rather than order, so it finds every split of your letters into valid words, then lists the results shortest-first. To stay fast it works from a length-sorted candidate list and stops after a generous cap on results and search steps; when it hits that cap it marks the output so you know more anagrams may exist. Because the number of rearrangements grows quickly, longer phrases are limited to keep the tool responsive.
All of the work happens locally in your browser against a bundled public-domain English word list, so nothing you type is uploaded. That list is public-domain, so some very modern, slang, or borrowed words may be missing, and it includes many uncommon words — expect plenty of quirky but technically valid anagrams alongside the clever ones.