Avexora Free Tools

Text Diff Checker

Compare two texts line by line and see exactly what changed.

About the Text Diff Checker

"What exactly did they change?" — the question behind every contract revision, edited article, updated policy and reworked email. Reading two versions side by side and spotting differences by eye is slow and unreliable; this tool does it mechanically. Paste the original in the first box and the new version in the second, and you get a line-by-line report: unchanged lines plain, removed lines marked with a minus, added lines marked with a plus — the same convention developers have trusted in code diffs for decades.

Under the hood it computes a longest-common-subsequence alignment, the classic diff algorithm, so it finds the minimal set of changes rather than declaring everything after the first difference "changed". Insert a paragraph in the middle of a document and the diff shows exactly that one insertion, with everything after it still recognised as unchanged.

Typical uses: checking a supplier's "minor updates" to a contract before re-signing, verifying which clauses a landlord edited in a rent agreement, reviewing a colleague's changes to marketing copy, comparing two exports to find the records that differ, or confirming that a template you re-generated matches the old one. Since comparison runs entirely in your browser, it's safe for confidential documents — nothing is transmitted or stored. For prose with heavy rewording inside lines, split it into shorter lines or sentences first for a more granular result.

Frequently asked questions

How do I read the diff output?
Lines starting with "-" exist only in the original (removed); lines starting with "+" exist only in the new version (added); lines with neither marker are identical in both.
Does it show changes within a line?
The comparison is line-based: a line with any edit shows as the old line removed and the new line added. For finer granularity, break long paragraphs into one sentence per line before comparing.
Is it safe for confidential contracts?
Yes — the comparison runs entirely in your browser. Neither version of your text is uploaded or stored anywhere.

Get one practical business tip every week

Tools, templates and tactics for running your business — free, no spam.

Related tools

More text & data tools