Alphabetize List

Paste a list of items and sort them A→Z or Z→A instantly. Supports newline, comma, and semicolon delimiters.

Your list
Sorted result

What Is a List Alphabetizer?

A list alphabetizer takes an unordered collection of items — names, words, titles, entries — and sorts them into alphabetical (A–Z) or reverse alphabetical (Z–A) order. This is useful whenever you need a consistent, readable order for lists that don't have a natural numeric sequence.

Common Uses

  • Bibliography and reference lists: Academic citations are typically listed alphabetically by the author's surname.
  • Glossaries and indexes: Definitions and index entries need to be in alphabetical order for readers to find them.
  • Data cleanup: When importing data into a spreadsheet or database, alphabetizing can help spot duplicates and inconsistencies.
  • Shopping and to-do lists: An alphabetized grocery list makes shopping faster in stores organized alphabetically.
  • Name lists: Class rosters, attendee lists, and contact directories are easier to scan in alphabetical order.

How to Alphabetize With This Tool

  1. Paste your list into the left box. By default, each item should be on its own line.
  2. If your list is comma-separated or semicolon-separated, change the Separator dropdown to match.
  3. Choose A→Z or Z→A sort order. Check "Remove duplicates" if you want unique items only.
  4. The sorted list updates automatically in the right box. Click "Copy Sorted List" to copy it.

Alphabetize FAQ

Yes. Use the separator dropdown to switch between newline, comma, or semicolon separated lists. The tool automatically splits and rejoins items using your chosen delimiter.

Yes. Check the "Remove duplicates" checkbox before clicking sort — identical items will be deduplicated (case-sensitive) and the list will contain only unique entries.

Items are sorted alphabetically (lexicographic order), not numerically. This means "10" comes before "2" because "1" < "2" alphabetically. For numeric sorting, you would need a spreadsheet tool.

No — the alphabetizer uses locale-aware case-insensitive sorting, so "Apple", "apple", and "APPLE" are treated as equal and will be sorted together.