Skip to content
Free Tool Arena

Text & Writing Utilities · Free tool

Text Sorter

Sort lines alphabetically, reverse alphabetically, or by length. Options to dedupe and ignore case. Free, private.

Updated April 2026
Sort Mode
Direction

Input

8

Output

7

Dropped

1

Output

What it does

Sort any list of lines alphabetically, numerically, or by length — ascending or descending. Extra options: case-insensitive compare, reverse, and auto-remove empty lines. The sorter uses stable comparisons, so ties keep their input order.

Handy for organizing CSV rows, to-do lists, config files, and data exports. To strip duplicates first use remove duplicate lines; to compare lists side by side, diff checker.

How to use it

  1. Paste your lines into the input.
  2. Pick alphabetical, numeric, or by length.
  3. Choose ascending or descending (and optional reverse).
  4. Copy the sorted output.