RANDOM LETTER GENERATOR
Spin the A to Z wheel for one random letter, or generate several at once. Exclude letters you do not want, switch to vowels or consonants only, and choose uppercase or lowercase.
Spin for one letter
Alphabet wheel
Press Space outside a form field, or use the spin button.
Ready to spin.
Alphabet
Choose the letters
Draw several letters at once
The wheel gives one letter per spin. Use this when you need a sequence, a set of initials, or several letters for a word game.
Letter sets on this wheel
Each preset changes which letters can be drawn, and therefore the odds of the rest.
A–Z
26 letters · 3.8% eachA B C D E F G H I J K L M N O P Q R S T U V W X Y Z
The full alphabet, 26 segments, 3.8% chance each.
Vowels only
5 letters · 20.0% eachA E I O U
Five segments for phonics drills and vowel-sound practice.
Consonants only
21 letters · 4.8% eachB C D F G H J K L M N P Q R S T V W X Y Z
Twenty-one segments for consonant blends and spelling games.
A–M
13 letters · 7.7% eachA B C D E F G H I J K L M
First half of the alphabet, for splitting a long activity in two.
N–Z
13 letters · 7.7% eachN O P Q R S T U V W X Y Z
Second half of the alphabet.
What people use a letter wheel for
Scattergories and categories
Spin once for the round letter, then everyone races to name something in each category starting with it. Turn off repeated letters if you are drawing several rounds in advance so the same letter does not come up twice.
Phonics and letter recognition
Use the vowels or consonants presets so young readers only meet the sounds you are working on. The lowercase toggle matters here: early readers usually learn a–z before A–Z.
Name and character generators
Draw two or three letters to seed initials for a character, band, or team name. Allow repeats on so a double initial is possible.
Drawing and writing prompts
Spin a letter and set a timer: draw something beginning with it, or write a sentence where every word starts with it.
Seating and turn order
Spin a letter and start with whoever has a surname closest to it. Neutral, quick, and does not need the register on screen.
Word games and puzzles
Generate a set of letters without repeats to build an anagram round, or a set with repeats to mimic a tile draw.
Wheel or list: which one do you want?
A spinning wheel and a plain generator answer the same question in different rooms. Spin the wheel when other people are watching: the animation makes the draw visible, so a class or a group can see that nobody chose the letter. Use the draw list when you are working alone and just need letters on the page, or when you need several at once.
Both use the same selection code. Neither is “more random” than the other, and the wheel is not slower to decide the answer — the letter is already chosen the moment you press spin, and the rotation only reveals it. The method, including the rejection sampling that keeps the odds even, is documented on how random selection works.
Random Letter Generator FAQ
How random is the letter the wheel lands on?
The winning letter is chosen before the animation starts, using the browser Web Crypto API with rejection sampling so no letter is favoured by the arithmetic. The spin then rotates to reveal the letter that was already picked.
Can I remove letters I do not want?
Yes. Tap any letter in the grid to exclude it, or use a preset for A–Z, vowels, consonants, A–M, or N–Z. The wheel always keeps at least two letters so it has something to choose between.
Can I generate more than one letter at a time?
Yes. Set how many letters you want and press Generate. The wheel itself gives one letter per spin because that is what the animation shows; the draw list is there when you need a sequence.
What is the difference between allowing and not allowing repeats?
With repeats allowed, every draw is independent, so A A C is possible. With repeats turned off, each letter is used at most once, which is what you want for anagram tiles or a set of distinct round letters.
Can I get lowercase letters?
Yes. The lowercase toggle switches the wheel and the draw list to a–z, which is usually what early-years and phonics work needs.
What are the odds of any single letter?
With all 26 letters enabled, each has a 1 in 26 chance, about 3.8%. Excluding letters raises the chance of the remaining ones, and the panel above the settings shows the current per-letter percentage.