Chunking
Organizing separate items into meaningful, familiar groups can make information easier to perceive, rehearse, and retrieve.
Direct explanation
What it means
A chunk is not merely a box or a fixed-size batch. It becomes one usable unit because the person recognizes a relationship, such as a phone-number pattern, form section, or command family.
Interfaces frequently present more elements than can be handled at once. Meaningful grouping reduces scanning and memory work without discarding necessary detail.
Research anchor: George A. Miller, 1956
Research and interpretation
What the research found
Miller described recoding multiple bits or items into familiar chunks that can function as larger units in immediate memory.
Capacity estimates are lower when rehearsal and long-term knowledge are controlled, while expertise can create richer chunks.
Popular advice versus careful use
Common shorthand: Every interface should contain exactly seven items per group.
Create task-meaningful units and test their labels; do not infer a universal group size from Miller’s title.
How designers apply it
- 01
Divide a long application into labeled sections that match the applicant’s workflow.
- 02
Group navigation by task domain rather than equal visual rows.
- 03
Format identifiers and recovery codes in recognizable segments.
Original UI examples
responsive form
Tax registration
Business identity, ownership, and payment details appear as three named sections.
Applicants can form a map of the work and resume at a meaningful boundary.
desktop command menu
Incident command palette
Commands are grouped under investigation, communication, and remediation.
Experienced operators scan by task family instead of memorizing one long alphabetical list.
Displaying a 16-character recovery key
Less effective
Show one uninterrupted string with ambiguous characters.
Better fit
Separate the key into four-character groups while preserving copy-as-one behavior.
Grouping must not alter the actual value.
Limits and failure modes
Chunking does not expand a fixed biological slot count; effectiveness depends on learned structure and retrieval cues.
Common mistakes
- Calling every card grid chunking even when groups have no shared meaning.
- Forcing all groups to contain the same number of items.
When it should not dominate
- When grouping hides a critical dependency between sections.
- When experts need a sortable continuous table for comparison.
Responsible use
Accessibility
Use programmatic headings, fieldsets, table headers, and list semantics so assistive technology receives the same grouping conveyed visually.
On mobile: Collapse only optional chunks and keep section identity visible during vertical scrolling.
Ethics and context
Use the principle to reduce unnecessary effort and improve comprehension. Validate the result with representative users rather than treating a general tendency as a universal instruction.
On desktop: Whitespace and columns can reinforce groups, but reading order must remain logical at zoom.
Designer checklist
- Name the relationship within every group.
- Verify visual and semantic grouping match.
- Test whether users can predict where an item belongs.
Check your understanding
Which statement applies Chunking most carefully?
Practice and continue learning
See ideas in real interfaces
These external interfaces are editorial references, not examples created to demonstrate this principle.
Sources and further reading
- 01Open source
The Magical Number Seven, Plus or Minus Two
George A. Miller · 1956 · Psychological Review
Primary research · primary or original source
- 02Open source
The Magical Number 4 in Short-Term Memory: A Reconsideration of Mental Storage Capacity
Nelson Cowan · 2001 · Behavioral and Brain Sciences
Peer reviewed review
Continue the graph
Related principles
law
Miller’s Law
Immediate-memory performance is limited and can improve through meaningful recoding, but Miller’s ‘seven plus or minus two’ is not a universal UI item limit.
model
Working Memory
Working memory is a limited system for temporarily maintaining and manipulating information needed by the current task.
principle
Law of Common Region
Elements enclosed by the same visible boundary tend to be perceived as a group, even when other grouping cues compete.
