Skip to main content
← Glossary · Behavioral Economics

Cognitive Load

The total amount of mental effort required to process information and make decisions — the invisible tax on every user interaction.

Cognitive load theory, developed by John Sweller in the 1980s, describes the limited capacity of working memory to process information. In digital optimization, cognitive load is the single biggest predictor of whether a user completes a task or abandons it.

The Three Types of Cognitive Load

  • Intrinsic load: The inherent complexity of the task itself (choosing insurance is harder than choosing a t-shirt)
  • Extraneous load: Unnecessary complexity added by poor design (confusing navigation, unclear labels)
  • Germane load: Mental effort spent understanding and integrating new information (learning how a tool works)

CRO focuses on reducing extraneous load — the wasted mental energy that doesn't serve the user's goal.

Measuring Cognitive Load in A/B Tests

You can't directly measure cognitive load, but you can measure its effects: time-on-task, error rates, form abandonment, rage clicks, and exit rates at decision points. When I audit a conversion funnel, I look for pages where time-on-page is high but conversion is low — that's usually a cognitive load problem.

The Cognitive Load Inventory

Before running any A/B test on a page, I recommend a Cognitive Load Inventory:

  • Count every decision the user must make
  • Count every piece of information the user must process
  • Identify which decisions and information are essential vs. optional
  • Remove or defer everything optional

This exercise alone — before any testing — typically reveals 2-3 quick wins.