Text Diff Checker
Paste an original and a changed version to compare them line by line — added, removed and unchanged lines are marked clearly.
Text Diff Checker
🔒 Nothing you enter is sent anywhere or stored. All processing happens in your browser.
How it works
A diff checker shows exactly what changed between two versions of a text. Paste the original on the left and the edited version on the right, and the tool lines them up and marks every difference.
Lines that appear only in the changed version are shown in green with a + prefix; lines that were removed appear in red with a −; and lines present in both are dimmed with a leading space. The comparison uses a longest-common-subsequence algorithm, so it keeps matching lines aligned even when text is inserted or deleted in the middle. Summary counts at the top tell you how many lines were added, removed and left unchanged.
The whole comparison runs in your browser, which makes it safe for comparing drafts, contracts or code without uploading either version.