List Sorter
Sort any list alphabetically, shuffle it, remove duplicates and number items — all in your browser, no upload required.
0 items
0 items
What is List Sorter?
Sorts any list (one line = one item) alphabetically A→Z or Z→A, numerically ascending or descending, by line length, or randomly. Can also remove duplicate lines. Handy for organizing lists of names, cities, products, keywords or any set of items.
How to use
- Paste your list in the field, one item per line.
- Pick a sort: alphabetic, numeric, length or random.
- Check "remove duplicates" if needed.
- Copy the sorted result.
Frequently asked questions
Does the sort handle accented characters?
Yes — it uses locale-aware comparison so accented characters (é, ñ, ü) sort next to their base letters.
Can I shuffle a list?
Yes — pick the random order option to shuffle items into a random order.
Will it preserve case when removing duplicates?
It compares the trimmed line text exactly as written, so "Apple" and "apple" are treated as different items.