What makes an anagram exact?
In an exact anagram, all of the input's letters are reshuffled and each one is used exactly once to form a new valid word or phrase; a partial anagram builds valid words from just a subset of those letters. Choose exact mode for traditional anagram clues, and partial mode when a longer set of letters is hiding shorter playable words.
An exact anagram uses every letter of the input exactly once — nothing left over, nothing repeated. The classic example is 'listen': its six letters rearrange into 'silent', 'enlist', 'tinsel', and 'inlets', each a six-letter word built from L, I, S, T, E, N in a different order.
Exact anagrams are strict about letter counts, not just which letters appear. Add a single S to make 'listens' and the old answers all fail — the valid rearrangements become seven-letter words like 'enlists' and 'tinsels'. This is why checking an exact anagram means counting each letter on both sides, not just eyeballing them.
What makes an anagram partial?
A partial anagram uses some of the available letters rather than all of them. Enter 'dormitory' and partial mode surfaces 'dirty', 'dorm', 'trod', 'motor', 'moody', and dozens of other shorter words — each one buildable from the letters D, O, R, M, I, T, O, R, Y without needing every one.
The rule is 'at most this many of each letter', not 'exactly this many'. You can use both Os in 'dormitory' ('moody' does), but you cannot use a letter the input does not contain — there is no P, so 'drip' is out. In practice, partial mode is the same operation as broad word unscrambling: it lists every dictionary word buildable from your letters.
When to use exact mode
Use exact mode whenever the puzzle expects a complete rearrangement. Cryptic crossword clues usually work this way: a clue asking you to rearrange STONE into a musical sound wants 'TONES' — five letters in, five letters out. Name anagrams and phrase puzzles ('astronomer' becoming 'moon starer') follow the same rule.
Exact mode is also a quick existence check. If you suspect a set of letters hides a full rearrangement, running exact mode tells you immediately whether one exists in the dictionary — and if the list comes back empty, you know to stop hunting for one.
When to use partial mode
Partial mode fits any situation where you hold more letters than you need. A seven-letter rack in a word game rarely spells one perfect word, but it almost always contains playable threes, fours, and fives — partial mode lists them all, and you can scan by length to find the highest-scoring option that fits the board.
It is also the right fallback when exact mode returns nothing. Many letter combinations, especially short or consonant-heavy ones, have no full-length rearrangement at all. Switching to partial mode salvages the search by showing every smaller word the letters can still make.
How Word Helper handles spaces and punctuation
Word Helper's Anagram Solver strips spaces and punctuation before comparing letters, so you can paste a phrase and the tool pools all its letters together. 'A gentleman' becomes the ten letters AGENTLEMAN — which rearrange exactly into 'elegant man', one of the best-known phrase anagrams in English.
The same normalisation makes longer phrase anagrams checkable. 'Election results' and 'Lies — let's recount' look nothing alike on the page, but strip the spaces, apostrophe, and dash and both reduce to the same fifteen letters. The solver does that cleanup first, then applies whichever mode you chose.
Comparing exact and partial: a worked example
Take 'stone' and run it through both modes. Exact mode returns only true rearrangements of all five letters: 'tones', 'notes', 'onset', 'steno', and 'seton' (a surgical thread). Each uses S, T, O, N, E precisely once — count the letters in any answer and they match the input.
Switch to partial mode and the list grows sharply: 'tone', 'note', 'nose', 'nest', 'sent', 'eons', 'tons', 'ones', plus threes like 'net', 'ten', and 'set'. Every one is buildable from a subset of the five letters, but none is required to use them all.
A practical habit: run exact mode first when the puzzle demands a full rearrangement, then drop to partial mode if the list is empty or you simply need more options. The two modes answer different questions — 'what is this word rearranged?' versus 'what can these letters build?'