Hick’s Law

More choices, longer decisions.

The more choices you present, the longer every decision takes. Hick’s Law shapes menus, settings, and onboarding — along with the techniques that work around it.

RT = a + b · log₂(n + 1)
reaction time grows with the log of the number of choices (n).
Origin

William Edmund Hick, a British psychologist, and Ray Hyman, an American psychologist, independently showed in the early 1950s that reaction time grows logarithmically with the number of choices — work that became the Hick-Hyman Law.

Hick conducted his experiments at Cambridge’s Applied Psychology Unit using telegraph keys and lamps; Hyman, at Johns Hopkins, confirmed the logarithmic relationship with different stimuli a year later. Hyman later became a noted skeptic of parapsychology and a founding fellow of CSICOP.

The Law

Reaction time grows with the logarithm of the number of equally probable choices. Double the number of options, and decision time goes up by a fixed amount — not double, because the brain searches the set, it doesn’t read it linearly.

Coined by
Source
Choice reaction-time experiments
In practice
Cut and group options
Reduce 02 / 10

Fewer Options, Faster Choice

The clearest single application of the law: a menu of 4 is faster to navigate than a menu of 12 — even though the 12 might cover more ground. Reduce what’s not essential and the rest gets faster.

Best for
Toolbars · Nav menus · Forms
Test
Can two items be combined?
Watch for
Combining beloved features
Chunking 03 / 10

Group Related Items

A flat list of 16 is a Hick’s Law nightmare. The same 16 split into 4 groups of 4 is two faster decisions in a row — a 4-way pick, then another 4-way pick. log₂(4)+log₂(4) ≪ log₂(16).

Best for
Settings · Long forms · Catalogs
Test
Can items share a parent label?
Watch for
Groups too deep — 2 levels max
Disclosure 04 / 10

Progressive Disclosure

Hide advanced or rarely-used options behind an expander. Most users see only the common 5; power users open the full set when they need it. Same UI, two different decision trees.

Best for
Settings · Filters · Power tools
Pattern
More ⇩ · Show advanced · Expander
Watch for
Hiding the option users need most
Defaults 05 / 10

Smart Defaults

A well-chosen default removes the decision entirely. If 90% of users pick the same value, make it the default — they get to skip the choice altogether, and the law no longer applies.

Best for
Forms · Settings · Wizards
Test
90/10 rule — what does most pick?
Watch for
Opt-in vs opt-out ethics
Scale 06 / 10

Categories vs Long Lists

At small n, a flat list is fastest. Past ~7 items, breaking into a 2-level hierarchy beats scrolling. Past ~50, hierarchy alone isn’t enough — you need search.

≤ 7 items
Flat list — no hierarchy needed
7 – 50
Categories or filters
50+
Add search
Search 07 / 10

Search Beats Browse at Scale

Browsing forces every user through the full Hick’s curve. Search collapses it to one decision: type the thing you want. For catalogs of hundreds, a search input is the most accessibility win you can ship.

Best for
Catalogs · Docs · Settings > 50
Add
⌘K shortcut · typeahead
Watch for
Empty-results dead end
Differentiate 08 / 10

Visual Distinction Speeds Choice

Hick’s Law assumes equally probable choices. In practice, making options visually distinct (icon, color, size) cuts the search space — users discard wrong options before reading them.

Best for
Multi-option lists
Tools
Icons · Color · Badges · Order
Watch for
Decoration without meaning
Cumulative 09 / 10

Decision Fatigue

Hick’s Law applies once. Decision fatigue is the cumulative cost — every choice draws down a finite pool of mental energy. A wizard of 12 short steps is harder than the math predicts.

Cumulative cost
N choices · N decisions
Result
Users default · skip · abandon
Mitigate
Save progress · ask less · pre-fill
Balance 10 / 10

The Sweet Spot

Hick’s Law doesn’t say “show one option.” Too few choices feels arbitrary or constraining. The right number is the smallest set that still covers the user’s real intent — often 3 to 7 for primary actions.

Primary actions
3 – 5
Nav menus
5 – 7
Filters
≤ 10 visible (rest progressive)

Hick’s Law in the Age of AI

The prompt and the agent both attack decision cost from a new angle — replacing the menu with language, or removing the choice entirely.

✦ AI Era

The Prompt Replaces the Menu

Instead of choosing from N options, the user describes what they want. Hick’s Law is sidestepped — there’s a single input box, not a branching list to scan.

Shift
Menu → prompt
Use when
Options are vast
Watch for
Hidden capabilities
✦ AI Era

AI Narrows to One

Recommenders and agents collapse the option set to a single suggested action — removing the decision entirely. Powerful when right, frustrating when wrong.

Shift
Many → one
Use when
A best answer exists
Watch for
No way to see alternatives
Further Reading