Need a letter at random? This random letter generator picks one or more letters from the alphabet for you, fairly and instantly. Choose how many you want, whether they should be uppercase or lowercase, and whether to draw from the whole alphabet or just the vowels or consonants.
Options that make it useful
- How many — get a single letter or a whole sequence in one go.
- Case — UPPERCASE or lowercase output to match where you will use it.
- Letter set — the full A–Z, vowels only (A E I O U), or consonants only.
- No repeats — draw without replacement so every letter in the result is unique.
Common uses
- Classroom and learning — spelling games, phonics drills, “name something starting with…” challenges.
- Party and board games — pick the category letter for games like Scattergories, or choose a random round.
- Writing and naming — seed a brainstorm, name a variable, label test cases, or pick a starting initial.
- Drawing lots and tie-breaks — a quick, neutral way to decide.
Fair and private
Each pick uses your browser’s built-in randomness, and every allowed letter has the same chance of coming up. Nothing is sent anywhere — the whole thing runs on your device, so it works offline once the page has loaded.
Want numbers instead of letters? Use the random number generator. For other quick decisions try the dice roller or coin flip. Need secure random strings? The password generator builds those.