Loading…
Loading…
Decision time increases logarithmically with the number of choices.
stellae.design
The time it takes to make a decision increases logarithmically with the number and complexity of choices. Fewer, clearer options lead to faster decisions and better user experiences.
The time required to make a decision increases logarithmically as the number of choices increases. Formally expressed as RT = a + b log2(n), where RT is reaction time, n is the number of equally probable alternatives, and a and b are empirically determined constants. The law applies specifically to equally probable choices and becomes less predictive when options differ significantly in familiarity or probability.
Choose the number of options to test:
More options = longer decision time. Try different counts to see Hick's Law in action.
Navigation with 5 clear categories
Focused menu with well-organized, distinct options
Mega-menu with 40+ uncategorized links
Overwhelming navigation that slows decision-making
Hick's Law provides a mathematical foundation for one of the most impactful design decisions: how many options to present simultaneously. In digital interfaces, every additional navigation item, button, or menu entry increases the time users spend scanning and deciding rather than acting. The logarithmic relationship means the damage of each additional option diminishes — going from 2 to 4 options is more costly than going from 20 to 22 — but the cumulative effect of option creep across an entire interface is substantial.
The typical TV remote has 40-50 buttons, most of which the average user never presses. Apple TV's minimalist remote reduced the button count to six, dramatically reducing decision time for common operations. This physical product example illustrates Hick's Law at its most tangible — fewer buttons mean faster action when you know what you want.
Research on restaurant menus shows that menus with seven items per category optimize order speed and customer satisfaction. Menus with 30 or more items per category increase decision time significantly and often lead to decision regret. The best-performing restaurants use categorization and featured items to create effective visual hierarchies within their menus.
Some e-commerce sites present mega-menu navigation with over 100 links visible simultaneously across multiple columns. Users struggle to scan and process the options, often defaulting to search instead. Eye-tracking studies show that users in these mega-menus fixate on a small subset of links and ignore the majority, suggesting the additional options add visual noise without aiding navigation.
Slack's slash command system transforms a potentially overwhelming feature set into a search-driven interaction pattern. Instead of presenting hundreds of integrations and actions as menu items, users type a forward slash and begin typing, with the system filtering options in real-time. This converts the Hick's Law problem from scanning a long list to recognizing a short filtered result.
• Hick's Law is often cited to justify removing all options from an interface, but the law only applies to equally probable choices. When options have clear visual hierarchy, when users have strong preferences, or when options are categorized, the law's prediction is less precise. Over-applying it leads to hiding useful functionality behind hamburger menus and generic 'More' buttons, which trades decision time for discovery time — a poor exchange.
| Check | Good Pattern | How to Test |
|---|---|---|
| Primary navigation item count | Top-level navigation contains five to seven items that cover 80% or more of user intent, with secondary items nested appropriately | Analyze navigation click data to confirm all top-level items receive meaningful traffic — items with less than 5% of clicks are candidates for demotion |
| Clear action hierarchy per screen | Each screen has one obviously primary action (largest, most prominent) with secondary and tertiary actions visually subordinated | Show a screenshot to five participants for three seconds and ask what action the page wants them to take — 80% or more should identify the primary action correctly |
| Context-appropriate option sets | Menus, toolbars, and option sets show only actions relevant to the current context and user role | Compare the full option set for a screen against the options actually used in analytics — options used by fewer than 5% of users should be considered for progressive disclosure |
| Search as navigation alternative | A command palette, search bar, or quick-find feature is available as an alternative to hierarchical navigation for power users | Measure the percentage of users who find features via search versus menu navigation — healthy products see 20-40% of navigation via search |
When users are browsing with no specific goal — as in a retail catalog, music library, or content feed — more options can increase engagement and serendipitous discovery. Hick's Law is most relevant for task-oriented interfaces where users have a specific goal and need to find the right action quickly.
Was this article helpful?