Free Online Tool

Diff Checker

Compare two blocks of text side-by-side or in unified view. See added, removed, and unchanged lines instantly.


Original (A)
Modified (B)
Result
Enter text in both panels and click Compare.

Online Diff Checker — Compare Text Side by Side

The Diff Checker compares two text inputs and highlights every line that was added, removed, or unchanged. It uses a standard LCS (Longest Common Subsequence) algorithm — the same approach used by Git and most version control systems.

How to Use

Paste your original text into the left panel (A) and your modified text into the right panel (B), then click Compare. Added lines appear in green, removed lines in red, and unchanged lines are dimmed. Switch between split view and unified view using the toggle.

Common Use Cases

Checking what changed between two versions of a document, comparing API responses, reviewing configuration file changes, or spotting differences in code snippets.