🔍

Text Diff Checker

Compare two texts and highlight additions, deletions and changes line-by-line or word-by-word.

Works in Browser Instant
Mode:
Original
Modified
Diff Output
Paste text in both panels above to see the diff.

Review changes at the right level

Line comparison

Best for code, configuration, lists and structured documents.

Word comparison

Best for edited prose where changes happen inside sentences.

Normalized matching

Optionally ignore case or collapsed whitespace without altering displayed text.

Frequently asked questions

Why is comparison limited for very large files?

Exact longest-common-subsequence comparison grows quadratically. Safety limits prevent the browser tab from freezing.

What is a unified patch?

It is a plain-text representation where removed lines begin with minus and added lines begin with plus.

Is text stored?

No. Both texts and the resulting diff stay in your browser.