Processing Speed

Hick’s Law: The Mathematical Law of Decision Speed and Information Entropy

From William Hick and Ray Hyman to user interface architecture: how logarithmic entropy governs human reaction time.

Human Benchmark Science Lab
9 min read
Peer-Reviewed Science
Hick’s Law: The Mathematical Law of Decision Speed and Information Entropy - Scientific Research Photography
Scientific Photography: Experimental setup and empirical research in Processing Speed.
Quick Answer / Key Definition

Decision time does not increase linearly with the number of choices; it increases logarithmically in direct proportion to the information entropy (in bits) of the decision.

RT = a + b·log₂(n+1)
Hick's Equation
Logarithmic entropy scaling
~150–200ms / bit
Bit Processing Rate
Human cortical decision constant (b)
8 choices = 3 bits
Decision Compression
Hierarchical binary elimination

Scientific Architecture & Empirical Model

Vector Data Model
700ms450ms200ms1 Option: 220ms2 Options: 330ms (+110ms)4 Options: 440ms (+110ms)8 Options: 550ms (+110ms)Logarithmic Scaling Law: RT = a + b * log2(n + 1)

Figure 1.0: Quantitative conceptual neuro-model illustrating the physiological and mathematical dynamics of Hick’s Law: The Mathematical Law of Decision Speed and Information Entropy.

Hick's Law: Logarithmic Scaling of Reaction Time Across Choices

Theoretical and empirical reaction time progression as the number of equiprobable choices increases (Hick, 1952).

1 Option (0 Bits)220ms (0 Bits)
Pure simple reaction baseline (a)
2 Options (1 Bit)340ms (1 Bit)
+120ms to resolve 1 binary decision
4 Options (2 Bits)460ms (2 Bits)
+120ms to resolve 2 binary decisions
8 Options (3 Bits)580ms (3 Bits)
+120ms to resolve 3 binary decisions
16 Options (4 Bits)700ms (4 Bits)
+120ms to resolve 4 binary decisions

William Hick, Ray Hyman, and the Information Revolution

In the early 1950s, amidst the birth of Claude Shannon’s Information Theory, British psychologist William Edmund Hick (1952) and American psychologist Ray Hyman (1953) conducted groundbreaking experiments to quantify the exact mathematical relationship between the number of stimulus options and human decision time.

Prior to Hick and Hyman, researchers expected reaction time to scale linearly (e.g. 4 choices taking four times longer than 1 choice). Instead, Hick discovered that reaction time scales with the base-2 logarithm of the number of options: RT = a + b * log2(n + 1), where "a" is the baseline simple reaction time (~200ms), "b" is the processing speed constant (~120–180ms per bit of information), and "n" is the number of equiprobable choices.

Information Entropy and Binary Decision Trees in the Brain

Why is human decision-making logarithmic rather than linear? In information theory, one "bit" represents the amount of information required to choose between two equally likely alternatives (log2(2) = 1 bit). Four alternatives equal 2 bits (log2(4) = 2); eight alternatives equal 3 bits (log2(8) = 3).

The logarithmic curve proves that the human nervous system does not check alternatives one-by-one in a linear serial scan. Instead, the brain executes Hierarchical Binary Sub-division: it divides the problem space into halves repeatedly, eliminating 50% of the remaining options with each 120ms cognitive cycle.

Empirical experimental research and neurobiological investigation of Hick’s Law: The Mathematical Law of Decision Speed and Information Entropy
Figure 2.0: Empirical neurobiological investigations and laboratory findings in Hick’s Law: The Mathematical Law of Decision Speed and Information Entropy.

Stimulus-Response (S-R) Compatibility and Slope Flattening

The slope parameter "b" in Hick's Law is not fixed; it varies dramatically depending on Stimulus-Response (S-R) Compatibility (Fitts & Seeger, 1953).

• High Compatibility: When a right-side light illuminates and you press a right-side button, the mapping is intuitive. The "b" slope is shallow (~50–80ms/bit).

• Low / Inverted Compatibility: When a top-left light requires pressing a bottom-right button, mental coordinate transformation is required, steepening the slope to 200ms+/bit.

• Highly Practiced / Automatic S-R: In expert typists, pianists, and competitive gamers, extensive overlearning can flatten Hick's Law completely (b ≈ 0), allowing near-instantaneous selection among dozens of keys!

Hick’s Law in Modern UI/UX and Software Design

Hick’s Law is a foundational principle of modern human-computer interaction (HCI):

• Menu and Navigation Architecture: Rather than presenting users with 30 unorganized menu items on one screen (which paralyzes decision-making), designers use hierarchical categorized accordions or search filters.

• The Paradox of Choice in E-Commerce: Limiting the number of checkout choices or featured options dramatically increases conversion rates by reducing decision latency and cognitive fatigue.

• Emergency Cockpit Design: Fighter jet cockpits and nuclear control rooms minimize emergency switch options to 1 or 2 high-priority buttons to ensure sub-500ms pilot responses.

Tactical Applications in Competitive Gaming and Esports

In esports (Valorant, League of Legends, Fighting Games):

1. Force Hick’s Law on Opponents: Use unpredictable feints, varied attack angles, and irregular timing. Forcing an opponent to evaluate 4 defensive options delays their reaction by ~200ms, making your attack unreactable.

2. Eliminate Hick’s Law for Yourself: Establish strict "If-Then" pre-commitment heuristics (e.g. "If flashbang pops, immediately 180-turn right"). Pre-committing eliminates response selection latency, preserving raw simple reflex speed.

Key Neuropsychological Takeaways
  • Hick’s Law proves that decision time increases logarithmically with the number of choices: RT = a + b * log2(n+1).
  • The logarithmic relationship reflects hierarchical binary elimination: the brain halves the decision space in ~120ms per bit.
  • Stimulus-Response (S-R) compatibility and deliberate practice can flatten the decision slope, reducing choice latency.
  • In competitive games and UX design, minimizing alternatives drastically speeds up human reaction times.

Academic Citations & Literature

  • Hick, W. E. (1952). On the rate of gain of information. Quarterly Journal of Experimental Psychology, 4(1), 11-26.
  • Hyman, R. (1953). Stimulus information as a determinant of reaction time. Journal of Experimental Psychology, 45(3), 188-196.
  • Fitts, P. M., & Seeger, C. M. (1953). S-R compatibility: Spatial characteristics of stimulus and response codes. Journal of Experimental Psychology, 46(3), 199-210.
  • Welford, A. T. (1968). Fundamentals of Skill. Methuen & Co Ltd.

Frequently Asked Questions