Alphabetize a List Online

Sort lines A–Z or Z–A instantly in your browser.

Processed locally — nothing is uploaded

About Line Sorter & Deduplicator

Sorts alphabetically or by length, strips duplicates and blank lines, trims stray whitespace, and reverses or shuffles order, with case sensitivity as a toggle. The usual reason to reach for it is a list pasted out of a spreadsheet or a log.

Sort any list alphabetically A–Z or Z–A with natural, numeric-aware ordering, and dedupe or shuffle it in the same pass. It all runs in your browser.

Paste a list and this tool reorders it any way you need: alphabetically A→Z or Z→A, by line length, reversed, or randomly shuffled. In the same pass it can remove duplicate lines, drop empty lines and trim stray whitespace, with an optional case-insensitive mode so 'Apple' and 'apple' are treated as the same entry.

It is the fast way to clean a keyword list, tidy a CSV column, dedupe an email or URL list, or randomise names for a draw. Sorting uses natural ordering, so 'item2' comes before 'item10' rather than after it.

Learn how this works

Frequently asked questions

How are capitals and lowercase ordered?

A plain sort places all capitals before lowercase, because it compares character codes — so 'Zebra' lands before 'apple'. Normalise the case first if you want a human-style alphabetical order.

Why do my numbered items sort in a strange order?

Because a text sort compares character by character, putting 'item10' before 'item2' — the '1' sorts before the '2'. Use numeric sorting, or zero-pad the numbers, to get the expected sequence.

How are accented characters handled?

They sort by their underlying character codes, which places them after unaccented Latin letters rather than alongside them. Languages with their own alphabetical conventions may not order as a native speaker expects.

Common Use Cases

  • Alphabetising a bibliography, glossary or index
  • Ordering a name or attendee list before sharing it
  • Sorting config keys or CSV headers to make a diff readable

More Line Sorter & Deduplicator tools

Related tools