Cleanup & Extraction

Compare Two Lists Online

Paste two newline lists, compare them in the browser, and copy shared values or differences for debugging, QA, and export cleanup.

Quick answer

This page compares two newline lists and shows three results: values in both lists, values only in list A, and values only in list B.

It works well for IDs, exported rows, tag lists, feature flags, and support/debugging workflows.

Compare lists
Advanced settings
List AOne value per line
List BOne value per line
Common valuesValues found in both lists
Only in AValues only in list A
Only in BValues only in list B
List A0
List B0
Common0
Only A0
Only B0
Unique overlap0

How to use

  1. Paste one list into A and the other into B.
  2. Choose whether to trim values or ignore empty lines.
  3. Copy the shared list or either side-only result.

Common questions this page answers

  • How do I compare two newline lists online?
  • How do I find values only in one list?
  • How do I get the intersection between two copied lists?

Example input and output

List A

1001
1002
1003
1004

List B

1003
1004
1005
1006

Common values

1003
1004

Only in A

1001
1002

Only in B

1005
1006

FAQ

Does it keep the original order?

Yes. Each result keeps the order from its source list while filtering by membership.

Can I ignore blank lines?

Yes. Leave skip-empty enabled to drop blank values before comparison.

Can I trim whitespace before comparing?

Yes. Turn on trim to compare normalized values.

Ready.