Comparison

Filtering vs Sorting

Filtering changes which items are shown, while sorting changes the order of the same shown items.

Also called Filter vs sortNarrow or order resultsOrganize the list

Visual Example

Filtering

Status: Open

Sorting

Name A-ZDateAlphaMay 1BetaMay 3

How to Tell Them Apart

Filtering answers “which items should appear?”

Sorting answers “what order should these items appear in?”

Quick Decision

They are confused because both help people make sense of a list, but only filtering removes nonmatching items from view.

What It Is Used For

  • Product lists
  • Search results
  • Data tables

Example User Phrasing

  • "Show only open tickets."
  • "Sort tickets by newest first."