Short-term memory handles chunks (meaningful units) better than raw individual items. Organizing information into meaningful groups — visually and conceptually — reduces cognitive load and improves both comprehension and memory.
In 1956, psychologist George Miller published a paper called “The Magical Number Seven, Plus or Minus Two: Some Limits on Our Capacity for Processing Information.” His core finding was that human working memory can hold approximately 7 (±2) items at once — but critically, the definition of “item” is elastic. A digit is an item. A word is an item. A meaningful phrase is an item. A well-labelled group of related concepts is an item. By grouping individual pieces of information into meaningful units — chunks — people can effectively multiply the amount of information they can hold in working memory.
Miller's later research and subsequent work by Cowan (2001) refined the working memory capacity estimate to approximately four chunks, not seven. But the central insight held: the unit of working memory is the chunk, and the size of the chunk is determined by meaning rather than by the count of underlying items. A phone number formatted as 555-867-5309 is three chunks — area code, exchange, number — and is recalled as easily as three random digits. The same ten digits written as 5558675309 with no grouping are ten separate items — far exceeding working memory's capacity and requiring the reader to impose their own structure to remember them.
For product designers, chunking determines cognitive load across every element of an interface. A navigation with twelve ungrouped items requires the user to hold twelve separate items while scanning for their destination. The same twelve items organised into four labelled groups of three require holding only four chunks — the group names — while scanning, then drilling into the relevant group. A settings form with fifteen sequential fields loads fifteen items into working memory simultaneously. The same form divided into four named sections loads one section at a time. The information content is identical. The cognitive cost is not.
“By organising the stimulus input simultaneously into several dimensions and successively into a sequence of chunks, we manage to break the informational bottleneck.”
— George Miller, Psychological Review, 1956
A form without sectioning loads all its fields into working memory simultaneously as the user scans to understand its scope. The user must process the entire form before they can form a plan for completing it. A form divided into named sections allows the user to process one section at a time — each section is a chunk, and the user's working memory is occupied only by the items in the current section, not by the entire form.
Baymard Institute's research on form usability found that users make 40% fewer errors on forms with clear section groupings than on equivalent flat forms, because sectioning reduces the items held in working memory during any individual field completion, which reduces the likelihood of confusion about what belongs in which field.
The section headers serve a dual function. First, they reduce the items in working memory to the count within the current section. Second, they serve as retrieval cues when the user returns to update a specific setting — “I need to change my notification preferences” maps directly to the “Notifications” section without requiring a scan of all fields. The label is the chunk; the chunk enables indexed retrieval rather than sequential search.
The most literal application of chunking in interface design is the formatting of long number strings. A 16-digit credit card number is impossible to hold in working memory as 16 individual digits — it exceeds working memory capacity by a factor of four. Formatted as four groups of four (4532 1987 6543 2193), it becomes four chunks, each within the four-chunk working memory limit. The same number. Radically different cognitive load during entry, verification, and recall.
The two fields below show the same sixteen digits. The left displays them as a raw string. The right chunks them into groups of four — the same input, with the cognitive work of grouping done by the interface rather than the user.
The chunked card field does not change what the user types — it changes what they hold in working memory while typing and verifying. The raw field requires the user to mentally group sixteen digits into a verifiable sequence. The chunked field delivers four groups — four chunks — that can be compared against the physical card one group at a time. Research by Lindgaard and Dudek (2003) found that chunked card fields produced significantly fewer entry errors than unchunked fields for the same card numbers, because the structure made transposed digits visible within a group rather than hidden in an unstructured string.
Chunking is one of the most transferable findings in cognitive psychology: it applies to every interface surface where a user must scan, hold, process, or recall structured information. The practical design question is rarely whether to chunk — it is whether the chunks reflect real semantic relationships and whether the labels act as retrieval cues. When both conditions are met, working memory load drops from the item count to the chunk count, and every downstream task — scanning, completing, remembering — gets cheaper.
Miller, G. A. (1956). The magical number seven, plus or minus two: Some limits on our capacity for processing information. Psychological Review, 63(2), 81–97. · Cowan, N. (2001). The magical number 4 in short-term memory: A reconsideration of mental storage capacity. Behavioral and Brain Sciences, 24(1), 87–114. · Chase, W. G., & Simon, H. A. (1973). Perception in chess. Cognitive Psychology, 4(1), 55–81.