Alphabetize a List
Sort a list A–Z or Z–A, by length, in reverse, or shuffled. Numbers sort the way people expect, and duplicates can go at the same time.
0 words · 0 characters
Order
Result
Your sorted list appears here.0 lines in · 0 out
Runs in your browser. Your text is never uploaded.
Natural sorting, and why it matters
A plain alphabetical sort compares characters one at a time, which produces the familiar wrong answer: “Chapter 1, Chapter 10, Chapter 11, Chapter 2”. This tool uses a locale-aware comparison that recognises digits as numbers, so you get “Chapter 1, Chapter 2, Chapter 10, Chapter 11”.
The same comparison handles accented and non-English letters properly, sorting them with their base letter rather than dumping them at the end of the list.
Sorting by length
Less obvious but genuinely useful: sorting by length puts the outliers at the ends. For keyword lists, the longest lines are your long-tail phrases. For a list of headlines, the longest are the ones that will be truncated. For data, an unexpectedly short line is often a row that failed to export properly.
Frequently asked questions
How are numbers sorted?
Is the sort case sensitive?
How are accented letters handled?
Can I randomise a list instead?
Related tools
Related reading
How to Increase Word Count Without Adding Fluff
Eight ways to add genuine substance when an essay or article is short, and the padding tactics that markers and editors spot immediately.
July 15, 2026
How Long Should a Meta Description Be?
Around 150 to 160 characters, and Google truncates by pixel width rather than character count. Here are the working limits for titles and descriptions, and what to do with them.
July 1, 2026
How to Count Words in Google Docs, Word and Pages
The keyboard shortcut and menu path for word count in Google Docs, Microsoft Word, Apple Pages and a browser — plus why the three sometimes disagree.
June 17, 2026