Boneyard Tools

Compare Two Lists

Paste two lists, one item per line, to see what is unique to each, what they share, and the combined set. Matching can ignore case, and blank lines and duplicates are handled for you.

How to compare two lists

  1. Paste your first list into List A, one item per line.
  2. Paste your second list into List B.
  3. Read the four result groups: only A, only B, in both, and the union.

Examples

Find shared and unique items

List A: apple, banana, cherry
List B: banana, cherry, date
Only A: apple. Only B: date. Both: banana, cherry.

Frequently asked questions

How are items separated?

By line. Put one item per line in each box. Blank lines are ignored and surrounding whitespace is trimmed by default.

Can I match while ignoring case?

Yes. Turn on case-insensitive matching so 'Apple' and 'apple' count as the same item. The result keeps the original casing of the first time the item appears.

What happens to duplicate items in one list?

Duplicates within a single list are collapsed to one entry before comparing, so each item is counted once.

What does the union show?

The union is every distinct item across both lists combined, with items from List A listed first followed by any new items from List B.

Is my data private?

Yes. The comparison runs entirely in your browser and nothing is uploaded.

Related tools