Text Diff Checker
Compare two texts line by line and see added and removed lines highlighted, with a change count.
How to use it
- Paste the original The first version of your text.
- Paste the changed version The second version to compare.
- Read the diff Added and removed lines are highlighted.
Examples
| 1 line changed | +1 −1 |
|---|---|
| identical | no changes |
About this tool
Spotting what changed between two versions of some text is tedious by eye. This diff checker lines the two up and highlights exactly which lines were added and which were removed, with a running count of each.
It uses the same longest-common-subsequence approach as developer diff tools, so unchanged lines stay aligned and only real differences stand out. Everything runs in your browser, making it safe for private documents.
Frequently asked questions
How does the comparison work?
It uses a longest-common-subsequence algorithm to line up the unchanged lines, then marks the rest as added or removed — the same approach as code diff tools.
Is my text uploaded?
No. The comparison runs entirely in your browser, so you can safely diff private or sensitive text.
Related tools
Updated June 15, 2026