All tools

Text Diff / Compare

Compare two texts line by line, highlighting added and removed parts

+ 0 Added0 Removed= 1 Unchanged

How it works

Text Diff / CompareCompare two texts line by line, highlighting added and removed parts. All processing happens in your browser — no upload, no signup, no email required. Free forever.

Frequently asked questions

How does the diff algorithm work?

We use a longest-common-subsequence (LCS) approach over lines, the same idea behind Unix 'diff'. Each line is compared as a whole.

Can I see word-level differences?

Currently we diff per line. For word-level granularity, paste shorter snippets so each sentence becomes its own line.

Are the original texts uploaded?

No. The whole comparison runs in your browser; nothing is sent anywhere.

Related tools