There is a ceiling on how much information a person can hold in working memory at once. George Miller's 1956 paper "The Magical Number Seven, Plus or Minus Two" established that short-term memory can hold approximately five to nine items at one time — and this constraint has been a touchstone of cognitive psychology and UX design ever since. Miller's original paper was actually about the limits of our ability to discriminate along a single dimension, not just memory capacity, but the practical implication for designers is clear: do not ask users to hold more than roughly seven items in mind simultaneously.
The Psychology
The mechanism is the capacity-limited nature of working memory. Unlike long-term memory, which can store vast amounts of information over extended periods, working memory is a small, temporary buffer that holds information actively in mind for immediate use. Information in working memory is rapidly lost if not rehearsed or encoded into long-term memory. When a task requires holding more items than the buffer can accommodate, earlier items are displaced by later ones, producing errors and the need to re-read or re-consult information. This is not a failure of attention or intelligence — it is the operational limit of a fundamental cognitive system.
In Product Design
The most important nuance in Miller's paper is that the seven-item limit applies to chunks, not individual pieces of information. A phone number split into three chunks occupies three working memory slots, not ten. This is why chunking (see the Chunking principle) is so powerful: it multiplies the effective capacity of working memory by grouping individual items into meaningful units. A navigation menu with seven well-chunked category labels places less demand on working memory than a flat list of seven highly similar items that must be individually distinguished, because the categorisation itself is cognitively supporting.
How to Apply It
Navigation design is the most commonly cited application. A menu with more than seven items forces users to scan rather than recall, which is slower and more error-prone. But the seven-item rule is often misapplied as a hard maximum — Miller himself cautioned against treating it as a rigid rule. The number of items a user can effectively navigate depends heavily on how visually distinct and meaningfully grouped the items are. A well-designed ten-item navigation can outperform a poorly designed five-item one. The principle is: keep lists and menus within cognitive reach, and use visual design and grouping to extend that reach.
Why It Matters
The broader application is to any screen that requires users to hold context while making decisions. Multi-step forms that display all fields at once, dashboards with many simultaneously visible metrics, and wizards that require remembering information entered three steps earlier all tax working memory in ways that can be reduced with better design. Break long sequences into stages with persistent state. Summarise context at decision points rather than requiring users to remember it. Reduce the number of simultaneously visible items that require evaluation. These are not simplification for its own sake — they are accommodations for the actual limits of human cognition.

