Home β€Ί Text Tools β€Ί Text Diff Checker

Text Diff Checker

Paste two versions, instantly see what changed β€” additions in green, removals in red, line by line.

πŸ”’ Compared in your browser β€” your text never leaves this page

Ad Space Β· AdSense code goes here later

Spot every change between two versions

Contracts before and after edits, two drafts of an essay, config files, code snippets, translated copies β€” whenever you need to know exactly what changed, a diff beats squinting at two windows. This checker uses the longest-common-subsequence algorithm (the same family Git uses) to line up both texts and mark each line as unchanged, added or removed, with original line numbers on both sides. Toggle "ignore trailing spaces" for messy copy-pastes and "ignore case" when capitalization doesn't matter.

FAQ

How large can the texts be?
Precise diffing runs on texts up to ~1,500 changed lines each; beyond that the tool falls back to marking the whole changed block, which is still accurate just less granular. Common prefixes and suffixes are skipped instantly, so long files with small edits are fast.
Is a "changed" line shown as edited?
An edited line appears as its old version removed (red) plus its new version added (green) β€” the standard unified-diff convention that makes every character difference visible.
Is my text private?
Completely β€” the comparison runs in your browser with zero network requests. Sensitive contracts and unpublished drafts stay on your machine.

Related Tools

πŸ“ Word Counter 🧹 Remove Duplicate Lines πŸ”‘ Case Converter ↕️ Sort Lines πŸ’» Code Diff Checker Soon 🧾 JSON Diff Checker Soon