In 1952, psychologists William Edmund Hick and Ray Hyman independently arrived at a finding that would eventually reshape how we think about interface design: the time it takes a person to make a decision increases logarithmically with the number of alternatives. This relationship, known as Hick's Law (or the Hick-Hyman Law), is not a guideline or a best practice. It is a mathematical law of human cognition, as reliable as any principle in psychology.
The formula is straightforward: Reaction Time = a + b × log₂(n), where n is the number of equally probable alternatives. The logarithmic relationship means that each additional option doesn't add a fixed amount of decision time — it adds a proportionally smaller amount, but it still adds. Moving from two navigation items to four roughly adds the same decision time as moving from four to eight. The cost of complexity is real, but it scales in a way that makes it easy to underestimate.
For anyone designing website navigation, application menus, or any interface where users must choose from a set of options, Hick's Law provides a rigorous framework for understanding the cost of complexity. Every item you add to a navigation menu has a price, paid in milliseconds of decision time. And those milliseconds compound across every user, every session, and every visit — creating a tax on your product's usability that is invisible in any individual interaction but significant in aggregate.
The Cognitive Mechanics of Choice Overload in Navigation
Hick's Law describes what happens at the neurological level when a user confronts a set of options. The brain must perform a serial elimination process: scanning options, evaluating relevance, and narrowing the set until a single choice remains. This process is essentially a series of binary decisions — 'Is this the one I want? Yes or no?' — which is why the time scales logarithmically with the base-2 logarithm. Each binary decision halves the remaining option set.
In navigation design, this means that a user confronting a menu with eight items is performing approximately three binary decisions before clicking. A menu with sixteen items requires approximately four binary decisions. A menu with thirty-two items requires approximately five. The numbers seem small, but each decision carries cognitive overhead: visual scanning, semantic processing, relevance assessment, and motor planning. The cumulative effect is that dense navigation menus feel cognitively heavy, even if no single decision is particularly difficult.
This cognitive heaviness has a direct behavioral consequence: users exposed to too many navigation options are more likely to exhibit satisficing behavior — clicking the first option that seems adequate rather than finding the best option. When the cognitive cost of thorough evaluation exceeds the perceived benefit, users cut their decision process short. In navigation terms, this means they click the first plausible link rather than exploring the full menu, which often leads them to suboptimal content and a degraded user experience.
The Navigation Bloat Problem
Navigation menus tend to grow over time. Each stakeholder in an organization wants their section represented in the main navigation. Each new product feature creates a potential new menu item. Each content category deserves a link. The result is the phenomenon of navigation bloat — a slow, incremental expansion of the menu that no single addition seems to cause but that collectively transforms a clean navigation into a cognitive obstacle course.
Hick's Law quantifies the cost of this bloat. A navigation menu that grows from five items to fifteen items hasn't tripled the cognitive load — it's increased it by about 58% (log₂(15) vs log₂(5)). But that increase applies to every single user on every single visit. For a site with meaningful traffic, the aggregate cognitive tax is staggering. And the cost isn't just in decision time; it's in decision quality, user satisfaction, and ultimately, conversion rates.
The insidious nature of navigation bloat is that each individual addition seems harmless. Adding one more item to a ten-item menu feels inconsequential. But Hick's Law makes clear that the cost is cumulative and the relationship is mathematical. There is no free menu item. Every addition has a measurable impact on decision speed, and the impact is borne by every user who encounters the navigation.
Chunking, Grouping, and the Mitigation of Hick's Law
Hick's Law assumes equally probable, undifferentiated alternatives. In practice, navigation design can mitigate the law's effects through cognitive strategies that reduce the effective number of alternatives the user must consider. The most powerful of these strategies is chunking — organizing items into meaningful groups that allow the user to eliminate entire categories rather than evaluating items one by one.
A navigation menu with twenty items organized into four groups of five is cognitively cheaper than a flat list of twenty items. The user first selects the relevant group (a four-way decision), then selects the relevant item within that group (a five-way decision). The total decision time is proportional to log₂(4) + log₂(5), which is less than log₂(20). Hierarchy converts a single large decision into two smaller decisions, and the logarithmic math makes this decomposition advantageous.
But chunking only works when the groups are semantically coherent — when users can identify the correct group without examining every item within it. Arbitrary groupings that don't match users' mental models will force them to scan across groups, negating the cognitive savings. Effective chunking requires understanding how your users categorize information, which may differ significantly from how your organization structures its departments or products.
Progressive Disclosure: Revealing Complexity Gradually
Another strategy for mitigating Hick's Law is progressive disclosure — showing only the most essential options initially and revealing additional options as the user narrows their intent. This approach reduces the initial decision set to a manageable size while preserving access to the full range of options for users who need them.
In navigation design, progressive disclosure might mean showing five primary navigation categories in the main menu and revealing subcategories only on hover or click. The user's first decision is a five-way choice, which Hick's Law tells us takes a specific, manageable amount of time. Only after making this initial decision do they encounter the subcategory options, which are now contextually filtered and therefore represent a smaller, more relevant set.
The key principle is that progressive disclosure trades interaction depth for decision breadth. Instead of presenting all thirty options simultaneously (high breadth, low depth), you present five options, then six sub-options within the selected category (low breadth, higher depth). Hick's Law favors the progressive disclosure approach because the total decision time for two sequential small decisions is less than the decision time for one large simultaneous decision.
Applying Hick's Law to Conversion-Critical Paths
The most important application of Hick's Law is in the design of conversion-critical user paths. When a user is navigating toward a conversion event — signing up, purchasing, requesting a demo — every unnecessary choice they encounter along the way is a cognitive speed bump that reduces momentum and increases the probability of abandonment.
This is why the most effective conversion funnels minimize choice at every step. A signup form with three fields converts better than one with ten fields, not just because it's faster to complete, but because each additional field is a decision point where Hick's Law applies. What should I write here? Is this field mandatory? Am I comfortable sharing this information? Each question triggers the serial elimination process, consuming cognitive resources that would be better spent on the conversion decision itself.
Hick's Law, combined with Fitts's Law (which governs the motor cost of interaction), creates a complete framework for understanding why simple interfaces outperform complex ones. Fitts's Law explains the physical cost; Hick's Law explains the cognitive cost. Together, they demonstrate that interface complexity is taxed twice — once in the brain and once in the body — and both taxes are paid by the user from a finite budget of patience and willingness to engage.
The Strategic Discipline of Saying No
Hick's Law ultimately makes the case for a specific organizational discipline: the willingness to say no to menu items. Every request to add something to the navigation is implicitly a request to increase the cognitive tax on every user. The cost is invisible in any single interaction but massive in aggregate, and it never goes away. It compounds with every visit, every user, every day the navigation remains bloated.
The teams that build the most effective navigation systems aren't the ones with the best visual design or the most sophisticated interaction patterns. They're the ones with the organizational courage to keep the menu short, even when internal stakeholders lobby for their section's inclusion. They understand that navigation isn't a table of contents — it's a decision architecture, and every decision has a cost that Hick's Law quantifies with mathematical precision.
Hick's Law has been confirmed and replicated for over seventy years. It applies to every interface, every user, and every decision point. In a digital landscape where attention is scarce and patience is finite, the ability to reduce decision complexity isn't just a design skill — it's a competitive advantage. The sites and products that respect Hick's Law don't just feel faster and simpler. They convert better, because they've removed the invisible cognitive tax that stands between the user and the action you want them to take.