Hick's Law
More choices = more time to decide. The time it takes to make a decision increases logarithmically with the number of options. Every option you add is cognitive debt the user must repay.
01 — TL;DR
Two sentences.
Hick's Law states that the time required to make a decision increases as the number of choices grows — specifically, as a logarithmic function: RT = a + b log₂(n), where n is the number of equally probable alternatives. In practice: every option you add to a screen is asking the user to spend mental energy they might not have.
The formula in plain English
Doubling your choices doesn't double decision time — it adds a fixed increment. Going from 1 to 2 choices adds roughly the same amount of time as going from 4 to 8. This is why simplification has diminishing returns at the extreme end, but the first few cuts make the biggest difference.
02 — When to Use
Apply this when…
When NOT to apply it
Hick's Law applies to discrete choices from a closed set. It doesn't apply to search, open-text input, or expert-mode interfaces where users have strong mental models and speed is the goal. Power users with high familiarity are less affected — the law is most potent for new users and infrequent decisions.
03 — How It Works
The mechanism
William Edmund Hick and Ray Hyman published separate papers in 1952 and 1953 establishing that reaction time scales logarithmically with the number of stimulus-response pairings. The key insight is that each additional choice requires the user to eliminate alternatives — a process that takes cognitive work proportional to the information content of the choice.
04 — Real Example
Netflix and the paradox of choice
Netflix's internal research found that their recommendation algorithm was showing users too many categories on the homepage. When they reduced the number of visible content rows from 76 to a curated set of 6–10, they measured a significant improvement in time-to-play — the key activation metric for their product.
The counterintuitive finding: users who saw fewer categories watched more content, not less, because they spent less time in the paralysed browsing state and more time actually watching. The abundance of choice was actively harming engagement.
05 — In the Wild
Test yourself & see real examples
No examples yet — be the first.
Spotted Hick's Law in the wild? A real product using it well — or ignoring it entirely? Submit a screenshot and annotate what you see. Every approved example gets attributed to you.
Seen Hick's Law violated in a real product? Help grow the evidence base.
06 — Common Mistakes
Where teams go wrong
07 — Variations & Related Principles
Connected ideas
Hick's Law sits in a cluster of principles governing cognitive load and decision-making. Understanding its neighbours tells you when to apply it and when a different principle is more relevant.
The most important pairing is Cognitive Load Theory — Hick's Law is a specific application of the broader CLT framework. If CLT is the general case (working memory is finite), Hick's Law is the specific case (choice count consumes working memory predictably). Use both together when auditing any decision-heavy interface.
08 — 10-Min Exercise
Run it right now
⏱ 10 minutes · Solo or team · No prep
Open a product you're currently working on — or a competitor's product. Navigate to the most complex screen.
1. Count every discrete choice a user must make on that screen. Include navigation items, buttons, form fields, toggles, and links. Write the number down.
2. For each choice, ask: "What percentage of users actually need this option on this screen, at this point in their journey?" Mark anything below 20% as a candidate for progressive disclosure.
3. Sketch a simplified version that moves the low-use options to a secondary level (a "More" section, a settings page, a contextual tooltip). Count the remaining top-level choices.
4. Share it with one other person and ask them to complete a task without instructions. Time how long it takes on each version.