Cognitive Load: The Limits of Working Memory

simulator beginner ~7 min
Loading simulation...
Capacity ≈ 4 chunks — the real limit of working memory

Working memory holds approximately 4 independent chunks of information. Miller's famous 7±2 reflects chunking strategies, not raw capacity. Complexity and distraction further reduce this limit.

Formula

Effective Capacity = memory_span × (1 - complexity_penalty) × (1 - distraction_penalty)
Recall Accuracy = items_correct / items_presented × 100%
Cognitive Load Index = intrinsic_load + extraneous_load + germane_load

Miller's Magical Number

In 1956, George Miller published one of the most cited papers in psychology: 'The Magical Number Seven, Plus or Minus Two.' He observed that people could hold about 7 items in short-term memory — whether digits, letters, or words. This number became iconic, shaping everything from phone number design to user interface guidelines. But modern research tells a more nuanced story.

The Real Limit: Four Chunks

Nelson Cowan's influential 2001 review argued that the true capacity of working memory is closer to 4 independent chunks, not 7. Miller's higher estimate reflected the power of chunking — mentally grouping items into meaningful units. A chess master 'remembers' more pieces because they chunk familiar patterns, not because they have more raw storage. When chunking is controlled, 4 items is the consistent limit across studies.

Cognitive Load Theory

John Sweller's cognitive load theory applies these findings to education. If instructional material exceeds working memory capacity, learning fails. The theory identifies three types of load: intrinsic (inherent difficulty), extraneous (caused by poor design), and germane (productive effort toward understanding). Good instruction minimizes extraneous load while managing intrinsic load through scaffolding.

Practical Implications

Understanding working memory limits has transformed fields from education to software design. Phone numbers are chunked into groups. Presentations follow the 'rule of three.' User interfaces limit choices to prevent overload. The simulation above lets you explore how span, complexity, and distraction interact to determine your effective cognitive capacity — and why 4, not 7, is the number that truly matters.

FAQ

What is cognitive load theory?

Cognitive load theory, developed by John Sweller, describes how working memory's limited capacity constrains learning. It distinguishes three types: intrinsic load (complexity of the material), extraneous load (poor instruction design), and germane load (effort toward building schemas).

What is the actual capacity of working memory?

While Miller's 1956 paper suggested 7±2 items, modern research by Nelson Cowan indicates the true limit is closer to 4 chunks for adults. The higher estimates reflected chunking — grouping items into meaningful units — rather than raw storage capacity.

How does cognitive load affect learning?

When cognitive load exceeds working memory capacity, learning breaks down. Students cannot process new information, form connections, or transfer knowledge to long-term memory. Effective instruction minimizes extraneous load while optimizing intrinsic and germane load.

Can working memory capacity be increased?

Working memory training shows limited transfer to untrained tasks. While you can improve performance on specific memory tasks, the underlying capacity (~4 chunks) appears largely fixed. Better strategies include chunking, external aids, and reducing extraneous cognitive load.

Sources

Embed

<iframe src="https://homo-deus.com/lab/psychology/cognitive-load/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub