All tools · 📐 Format / Inspect

🔍 Text Diff Checker

Paste old text on the left, new text on the right. See a line-by-line diff with additions in green, removals in red. Useful for comparing config files, contract revisions, or any two texts.

Loading tool…

Examples

Spot a config change
InputA: port=8080 B: port=9090
Output- port=8080 + port=9090
Compare contract revisions

Drop in both versions; deleted lines show in red, added lines in green.

Frequently asked questions

Is it word-level or line-level diff?

Line-level. For word-level diffs, you usually want a dedicated tool — line-level is faster and easier to scan for code/config.

Does whitespace count as a difference?

Yes by default. Trailing spaces and tab/space differences will show as changes.

How big can the inputs be?

Comfortably 10k+ lines on each side. Larger inputs may slow your browser; consider running git diff locally for very large files.

About this tool

Text Diff Checker runs entirely in your browser using standard Web APIs. No data is sent to any server. The source for this tool is in our public GitHub repository.

Related tools

← All 96 tools

Why this tool

vs typical free web-tool sites

1vwTypical free site
PriceFreeFree
Signup requiredNoOften (for premium features)
Ads inside the toolNoYes (banner + video)
Data sent to serverNo (browser-only)Yes (inputs analyzed for ads)
Total tools96Often <20 or scattered across sites
Bookmarkable URL per toolYesMixed
Loads in under 1sYes (static)Often slow (ad tracking)
MultilingualEN / ES / PT / FR / DEUsually EN only
Open sourceYesNo