UX Glossary Information Architecture

Faceted Navigation

Information Architecture

A filtering system that lets users narrow down a set of results using multiple independent attributes simultaneously, such as filtering products by color, size, and price at the same time. Common in e-commerce and large content repositories.

Faceted Navigation illustration
Source: upload.wikimedia.org

Common contexts

Use when

When a dataset has more than a few dozen items with multiple independent attributes users can meaningfully combine to narrow results. Faceted navigation is most effective when users arrive without a precise target and need to explore.

Avoid when

Don't implement faceted navigation for small datasets or content with few differentiating attributes — it adds interface complexity without search benefit, and users will find direct search or sorted lists faster.

The most common failure in faceted navigation is showing filter options that produce zero results — always update available facet options in real time to reflect the current result set, or you'll trap users in empty states.

Real-world examples

Related terms

Navigation Information Architecture Taxonomy Information Scent
← Browse all UX Glossary terms