Text Diff
Compare two texts and see additions and deletions highlighted inline.
Diff will appear here once you paste both texts...
How it works
- Paste the original text into the left input.
- Paste the updated text into the right input.
- Differences are highlighted inline: green for additions, red for deletions.
Common use cases
- Comparing two versions of a document or contract.
- Reviewing what changed in pasted code without a Git client.
- Spotting tracked-change differences exported from Word or Google Docs.
- Verifying that two configuration snippets are identical.
Frequently asked questions
Is this a character-level or word-level diff?
Word-level. Whole words are marked as added or removed, which is easier to read than character-level for natural language. For code with single-character changes you may want a dedicated diff tool.
Does it handle large files?
Diffing runs in your browser, so very large inputs (tens of thousands of words) can be slow. For huge files, use a desktop diff tool.
Is line order preserved?
Yes. The diff preserves the order of both inputs and aligns matching content.
Can I copy the diff result?
The diff is rendered as HTML so you can select and copy it. To export, take a screenshot or use your browser's print-to-PDF.
Related tools
Other free text utilities from Your Daily Text Kit.