Raw information is hard to hold. Grouped information is not. Chunking is the process of organising individual pieces of data into meaningful clusters so the brain can treat a group as a single unit rather than multiple separate items. George Miller's landmark 1956 paper "The Magical Number Seven, Plus or Minus Two" established that short-term memory handles roughly seven items, but those items can each be chunks containing multiple pieces of information. The trick is that the grouping must be meaningful — arbitrary clusters do not help.
The Psychology
The psychology works because of how memory encodes information. When items share a relationship — whether positional, categorical, or sequential — the brain stores the relationship itself as a single retrieval cue. A phone number like 07911 123456 is twelve digits, but split into two chunks it becomes two units. A social security number split into three groups follows the same logic. Credit card fields split into four groups of four are not just aesthetically tidier; they reduce input errors because each group fits cleanly in working memory while the user moves to the next field.
In Product Design
Real products apply this constantly. Navigation menus group items by function: account actions together, content discovery together, utility links together. Form layouts use whitespace and borders to create visual sections — personal details, address, payment — so users can process one coherent block before moving on. Data tables group columns by category. Settings pages use headed sections rather than an undifferentiated list. Onboarding flows chunk requirements into steps so users know they are completing one bounded task, not working through an infinite stream of inputs.
How to Apply It
The practical rule is: before you lay out any screen with multiple elements, ask what the natural groupings are. What belongs together because it serves the same goal? What should be visually separated because it serves a different one? Use whitespace, borders, colour, and typography to make the groupings legible without labelling everything. When content cannot be reduced, chunk it. Long articles use subheadings. Long forms use sections. Long lists use category headers. The chunking is not decoration — it is the mechanism that makes the content processable.
Why It Matters
When information is not chunked, users experience it as overwhelming even when the total volume is manageable. Walls of text, undifferentiated form fields, and flat navigation menus all fail to give the brain the structural hooks it needs to organise input. The result is higher error rates, longer task times, and lower confidence. Chunking is one of the most transferable principles in UX because it applies at every scale: a single field, a form section, a page layout, a whole navigation system.

