Word tool

Exact anagram solver

Rearrange every letter exactly once to find a single-word anagram. Spaces, apostrophes, hyphens, and other punctuation are ignored.

Solve an exact anagram

Spaces and punctuation are ignored. All letters must be used.
Try:

Results

Ready

Enter letters or a short phrase to find exact single-word anagrams.

How exact anagram matching works

The solver normalises the input, counts each letter, and searches only the data shard with the same length. A result must have exactly the same letter counts. Duplicate records are removed before sorting.

Why Version 1 uses single words

Arbitrary multi-word anagrams have a much larger search space and can produce noisy combinations. The engine separates normalisation and exact matching so a carefully designed phrase mode can be added later without rewriting the core search.

Common questions

Are spaces part of the match?

No. Spaces and punctuation are ignored; letters and their multiplicity determine the match.

Can I keep the original word in the results?

Yes. Clear “Exclude the original” before searching.

Why are there no multi-word results?

Version 1 intentionally focuses on reliable single-word anagrams. Multi-word combinations are documented as a future phase.