Random Letter Generator
This random letter generator picks random letters from the alphabet instantly. Choose uppercase, lowercase, or mixed, limit the pool to consonants, vowels, or a range like A-M, and set the count to 1 to simply pick a letter.
Whether you call it random letter generator or pick a letter, this free tool handles it instantly in your browser.
Options
Example usage
Example input
Example output
A K R B Q
Batch Processing
Enter multiple inputs, one per line. Each line will be processed separately.
Why this tool?
Everything runs right in your browser — no uploads, no sign-up, no waiting. Your text never leaves your device.
Quick tips
- •Outputs update live as you type.
- •Use the sticky copy button to grab results quickly.
- •Bookmark this page for fast access.
More like this
Discover related tools and step-by-step guides for this kind of task.
How it works
- Set how many letters you need and the case you want.
- Narrow the pool if you need to: consonants only, vowels only, or a range like A-M.
- Set the count to 1 to simply pick a letter.
- Optionally enable unique mode to avoid duplicates.
- The generated letters are spaced for fast copy and reuse.
Use cases
What random letters are good for
The classic use is games. Categories (also called Scattergories) needs a letter everyone builds answers from, and drawing one fairly — rather than letting a player pick — is the whole point. Word games, spelling drills, and improvisation exercises all need the same thing: an unbiased letter with no human thumb on the scale.
Teachers use random letters for phonics practice and handwriting drills, and for the useful classroom trick of picking a letter and asking every student for a word — which surfaces vocabulary gaps fast. Developers use random letters as seed data for testing input fields, sorting, and search.
Uniform randomness is not English
This generator treats every letter as equally likely, which is the right behavior for fairness but is nothing like real English. In actual text, E appears around 12% of the time while Z and Q each turn up well under 0.1% — a difference of more than a hundredfold. That is why uniformly random letters look so obviously artificial, and why frequency analysis breaks simple ciphers so easily.
It also explains a common complaint about letter games: drawing X or Q feels unfair precisely because English gives you so little to work with. Some house rules exclude the rare letters for that reason. The unique option here matters when you need several letters with no repeats — drawing team names or assigning distinct labels — since without it, a run of five letters can easily contain the same one twice.
Counting and Utility
Explore all counting and utility tools
Browse every tool for this kind of task, along with helpful guides that show you how to get the most out of them.
Related tools
Supporting guides
Conversion History
Loading...
FAQ
Can I generate lowercase letters only?
Yes. Choose lowercase in the Case option to output only lowercase letters.
What does unique letters only do?
It prevents duplicate letters in one result until the available set is exhausted.
Can I generate many letters at once?
Yes. Set the count option up to the allowed maximum.

