Alphabet Shuffler

Shuffle the alphabet or a custom range of letters into random order — choose between uppercase or lowercase styling.

One item per line, or separated by commas.
Generates every number in the range, then shuffles the order.
Case
Shuffled List

How the Alphabet Shuffler Works

This tool generates a sequential list of letters between your chosen start and end points (by default, A through Z) and shuffles them using a uniform Fisher-Yates algorithm. Every letter in your chosen sequence is guaranteed to appear exactly once in the shuffled result.

Common Uses

    Classroom Activities: Assign letters to students or set random order for presentations. Games & Puzzles: Generate random letter sequences for word games, seating orders, or draft draws. Sampling & Testing: Create randomised alphabetical sequences for software test cases or cryptographic exercises.

Frequently asked questions

Can I shuffle a partial range of the alphabet?

Yes. Use the "From" and "To" dropdowns to set any sub-range (for example, A to M or F to P) before clicking Shuffle.

Can I toggle between uppercase and lowercase letters?

Yes. Select either "ABC" for uppercase or "abc" for lowercase before generating the list.

Does this tool store my data?

No. All calculations and randomization run entirely inside your browser. Nothing is sent to a server or saved.