Text Diff Checker
Paste two versions of any text and see additions, removals and matches highlighted line by line.
Frequently asked questions
How are differences computed?
We use a longest common subsequence (LCS) algorithm at the line level — the same approach used by Git diff.
Can I diff long texts?
Yes, but very long inputs may be slower because LCS is quadratic in line count.
Is my text uploaded?
No. The diff runs entirely in your browser — nothing is sent to a server.
Related tools
Duplicate Line Remover
Remove duplicate lines from a list. Options to ignore case, trim spaces, sort and keep only uniques.
Line Counter
Count lines, blank lines, words and characters in real time. Works with text or source code.
Word Counter
Count words, characters, sentences and paragraphs in any text. Includes reading time estimate.