GenerateRandomSearch

Word Wheel Generator

A word wheel gives you nine letters with one of them in the middle. Every word has to use that middle letter, no letter may be used more often than it appears, and somewhere in there is a word using all nine. This one draws the wheel from a nine-letter word, so the long answer is guaranteed rather than hoped for, and it prints the list of words we can find alongside it.

What this generator does

Picks a nine-letter word, chooses which of its letters goes in the middle, shuffles the other eight round the ring, and then sweeps our word list for every word that uses the middle letter and can be spelled from the nine — counting repeated letters properly.

How to use this tool

  1. Choose how generous a wheel you want — the setting is a floor on how many words it can make.
  2. Draw a wheel, then write down every word of three letters or more that uses the middle letter.
  3. Use no letter more often than it appears on the wheel.
  4. Hunt for the word that uses all nine before you look.
  5. Show the words to compare your list against ours.

Understanding the controls

How many words
A floor on how many words the wheel can make: at least 12, 20 or 30. It is not a difficulty dial so much as a size of pool — of the 1,179 possible wheels, 931 can make 12 words, 518 can make 20, and 185 can make 30.
Seed (optional)
Any word draws the same wheel again, which is how you set the same puzzle to two groups. Deterministic, not cryptographic.

Common use cases

  • A five-minute starter for a literacy lesson, printed or read out
  • A puzzle for a newsletter or a family game where everyone works from the same wheel
  • Vocabulary practice that rewards trying letters in different orders
  • A gentle competition: whoever finds the nine-letter word first
  • Setting the same wheel for two groups by sharing the seed

How this generator works

A wheel is a pair — a nine-letter word and which letter goes in the middle — and only pairs that reach the floor you chose are drawn. The word list is checked by counting letters rather than by matching text, so a word needing two Ts is only allowed when the wheel holds two Ts. Both halves of the claim are re-derived from the finished wheel: that every word listed can be made and uses the middle letter, and that no word our lexicon holds has been left off.

Randomness and fairness

The wheel and the order of the outer letters come from your browser's cryptographic random source unless you type a seed. A seed is for reproducibility, not cryptographic strength — the same seed draws the same wheel for anybody.

For how randomness is produced across the whole site, see how Generate Random works.

Limitations and good to know

  • The answer list is every word this site's curated lexicon knows, not every word in English. A good word missing from it has beaten our list rather than broken a rule.
  • That lexicon is common three- and four-letter words, so long answers other than the nine-letter word are rarely listed.
  • Nine-letter words come from a hand-curated list of 156, so a regular visitor will meet the same long words again, and sooner at the generous setting, which draws from 185 wheels rather than 931.
  • There is no scoring, timing or checking of your own list; the comparison is by eye.
  • The wheel is drawn as a square of nine letters rather than an actual circle.

Privacy and your data

The wheel and the word sweep both run in your browser. Nothing you type as a seed, and no wheel drawn from it, leaves the device.