Hick's Law: Decision and Response Time

Learn how Hick's Law influences user decision-making and how to reduce response time by simplifying options in your digital interface.

info Quick Definition
Hick’s Law states that the time it takes for a person to make a decision increases logarithmically as the number and complexity of choices increase. In UX, this translates into a golden rule: Less is faster.

What is Hick’s Law (and why should you care)?

William Edmund Hick and Ray Hyman discovered in the early 1950s that adding extra options not only slows down the user linearly but can actually paralyze them or make them feel overwhelmed (a phenomenon known as “Analysis Paralysis”).

Imagine a television with a 50-button remote vs. a television controlled by a simple 3-option app (Home, Volume, and Channels). Which is easier to use in a situation of stress or hurry? Hick’s Law explains why minimalism and smart grouping always win in usability.

How to Apply Hick’s Law in Product Design

To ensure your users have a smooth and fast experience, you should apply these strategies:

1. Eliminate the Unnecessary

Not all features of your product should be visible at the same time. Make a ruthless selection of what the user really needs at each step of their way.

  • Before: A side menu with 15 direct links to settings.
  • After: A menu with 5 categories that expand on click.

2. Group Options (Categorization)

If you have to show many options (such as in a large navigation menu or a complex form), group them into logical blocks based on good Card Sorting.

  • The brain processes 4 groups of 4 elements better than a loose list of 16.

3. Progressive Disclosure

Show only the options the user needs in the current context. For example, in a checkout, don’t show credit card fields until the user has selected “Pay by Card.” This reduces the initial visual load and guides the user step by step.

4. Simplify Complex Forms

Instead of presenting a huge form with 20 fields, divide it into several screens following the concept of “One thing per page.” This makes each decision trivial and allows the user to progress with greater confidence.

5. Define a Default Option

If 80% of your users always choose the same option, make it the default or highlight it visually so they don’t have to “process” all the other options every time.

Exceptions: When Hick’s Law DOES NOT Apply?

Not all problems are solved by removing options. Sometimes, Hick’s Law is not the primary goal:

  • Specialized Interfaces: Control panels for airplanes or video editors (like Adobe Premiere) have hundreds of buttons in view. Here, an expert user values direct access over visual simplicity.
  • Filtered Search: In a search engine like Google or a travel app, the user expects to find hundreds of results to choose from. In this case, filtering and sorting are better solutions than limiting the number of options.

Mentor’s Tips

  • Design for the beginner, cater to the expert: Keep the interface clean for new users, but offer shortcuts for those who already know your product.
  • Measure success: Use analytics tools to see at which points in the flow users take the longest to click. It could be that they have too many options at that specific step.
  • The “Restaurant Menu” law: The best restaurants are those with short and well-grouped menus. Apply the same elegance to your digital interfaces.

Useful Resources and Tools


cognitive-load-management progressive-disclosure ui-flow-chunking