Instant • private • developer-friendly

Text Diff Checker

Paste an original and a changed text to instantly see line and word-level differences highlighted side by side.

Original text

Changed text

Differences

0 lines added0 lines removed0 lines unchanged

🔒 Your text stays on your device and is never uploaded.

Spot exactly what changed between two texts

Paste an original and revised version of any text, config file or paragraph to see additions, removals and word-level edits color-coded in one view, without installing a diff tool.

Line and word level

Matching lines are aligned with an LCS-based diff, then word-level changes are highlighted within them.

Flexible matching

Ignore letter case or trim trailing whitespace so formatting noise does not count as a change.

Private by design

Comparison runs entirely in your browser. Nothing is uploaded.

Text diff checker FAQ

How does the text diff checker compare lines?

It uses a longest-common-subsequence algorithm to align matching lines between both texts, then marks the rest as added or removed.

Does it show word-level differences too?

Yes. When a line changes, the tool also runs a word-level comparison on that line so you can see exactly which words changed.

Can I ignore case or whitespace differences?

Yes. Toggle the case-insensitive or trim-whitespace options above the editors before comparing.

Is my text uploaded anywhere?

No. Comparison runs entirely in your browser using JavaScript.