Remove Duplicate Lines

Clean and dedupe any list, privately on your device.

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.

Paste a list to strip out duplicate and empty lines, trim whitespace and optionally sort what remains, with a case-insensitive mode. The list is processed entirely 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

Which copy of a duplicate is kept?

The first occurrence, with later repeats removed, so the original ordering of the surviving lines is preserved. That matters when the sequence carries meaning, such as a log or a priority list.

Is the comparison case-sensitive?

Lines are compared exactly, so 'Apple' and 'apple' count as different entries. Normalise case first if you want them treated as the same — a common need with email addresses and usernames.

Does trailing whitespace affect matching?

Yes, an invisible trailing space makes two otherwise identical lines distinct. If duplicates are not being removed as expected, that is almost always the cause — trim the list first.

Common Use Cases

  • Cleaning a mailing list before importing it
  • Removing repeated entries from a log or export
  • Deduplicating a list of URLs or IDs collected from several sources

More Line Sorter & Deduplicator tools

Related tools