Gestalt Principles
The brain perceives wholes, not parts — design the relationship between elements, not just the elements themselves.
01 — TL;DR
Two sentences.
Gestalt Principles — developed by German psychologists Max Wertheimer, Wolfgang Köhler, and Kurt Koffka in the early 20th century — describe how the human visual system automatically organises visual elements into perceived groups, patterns, and wholes before any deliberate reading or analysis. For interface designers, these principles are the mechanism by which layout communicates structure: proximity creates groups, similarity creates categories, continuation creates flow, closure creates completeness, and figure-ground separates content from context — all of which happen pre-attentively, faster than conscious thought.
The six interface-relevant principles
Proximity — close elements read as a group. Similarity — matching colour/shape/size reads as the same category. Continuation — the eye follows implied lines and curves. Closure — the visual system completes incomplete shapes. Figure-ground — the eye separates content from context. Common fate — elements that move or change together read as one group. Layout decisions are perception decisions, and these six are the operating rules.
Trigger phrase
When a layout looks technically correct — all the right elements are present — but users cannot immediately understand its structure, where to look first, or which elements belong together.
02 — When to Use
Apply this when…
When NOT to apply it
Skip Gestalt optimisation when the design goal is visual richness and deliberate complexity rather than immediate comprehension — editorial design, illustration, and brand art direction may intentionally use Gestalt tension (figure-ground ambiguity, visual complexity) as an expressive tool. And skip it for voice-only or otherwise non-visual interfaces — Gestalt principles are specifically visual perceptual laws.
03 — How It Works
The mechanism
The visual system is not a camera — it does not record the visual field neutrally for conscious analysis. Instead, it actively organises input into the most coherent perceived structure available, applying Gestalt laws to decide what belongs together, what is figure versus ground, and what forms a unified whole. This organisation happens pre-attentively — users have already formed a structural perception of a layout before they begin deliberately reading it. Gestalt-informed design works with this automatic process rather than against it.
Whitespace is not empty — it is the primary grouping tool
The most practically powerful and most frequently misunderstood Gestalt insight is the role of whitespace. Whitespace is not the absence of design — it is the mechanism by which the proximity principle creates perceived groups. When a layout "feels cluttered," the diagnosis is almost always that proximity grouping is creating unintended relationships — elements that should be separate are too close, and elements that should be related are too far apart. The fix is rarely adding more elements; it is redistributing the whitespace so proximity correctly communicates intended groupings.
04 — Real Example
Google search results and twenty years of Gestalt optimisation
Google's search results page is one of the most Gestalt-optimised interfaces in the history of digital design — and one of the most studied, because Google's relentless A/B testing has validated every layout decision at a scale no other product can match. The basic structure — blue link at the top, green URL below, grey description below that — is a textbook simultaneous application of proximity and similarity. Proximity groups each result's elements into a perceptual unit that users can scan without reading; similarity (consistent colour coding across all results) creates a categorical visual language users learn after one result and apply to all the rest.
Figure-ground governs the relationship between results and the overall page background — white result surfaces against grey margins ensure results read as figure. Common fate governs hover states — all elements of a result change together on hover, confirming the proximity grouping by making shared membership visible through interaction. When Google introduced rich snippets, featured snippets, and knowledge panels, each was designed using the same principles at a higher structural level: proximity and similarity grouping the new element types into visually distinct categories while maintaining overall Gestalt coherence.
05 — In the Wild
Test yourself & see real examples
No examples yet — be the first.
Spotted an interface where the layout communicates its structure so clearly you understand it before reading a word — or one where equally important elements feel scattered and unrelated despite being on the same screen? Submit a screenshot and annotate what you see. Every approved example gets attributed to you.
Seen Gestalt Principles applied brilliantly or violated in a real product? Help grow the evidence base.
06 — Common Mistakes
Where teams go wrong
07 — Variations & Related Principles
Connected ideas
Gestalt Principles describe the automatic perceptual organisation of visual elements — they are foundational to all visual interface design. Their closest relationships are with the cognitive principles that describe what happens after visual organisation has occurred.
The most important pairing is Gestalt Principles with Cognitive Load Theory. Gestalt describes how visual organisation enables pre-attentive comprehension; CLT explains the cognitive capacity that is released when comprehension happens pre-attentively rather than through deliberate processing. Together they provide both the design method (organise visual elements using Gestalt principles) and the cognitive-science explanation for why that method produces better comprehension — because pre-attentive structure processing requires no working memory, leaving full capacity for the actual content.
08 — 10-Min Exercise
Run it right now
⏱ 10 minutes · Solo · No prep
Take a screenshot of your most complex screen — the one with the most elements, the most content, or the most user decisions. Open it in any image editor (or apply filter: blur(12px) in browser devtools) and apply a Gaussian blur heavy enough to make all text illegible but leave shape and colour structure visible.
1. Look at the blurred image. How many distinct visual groups can you see? Do those groups match the functional sections of the interface? Is there a clear visual hierarchy — one element or section that dominates?
2. Every intended functional group that is not visible as a distinct region in the blur — every section that blurs into its neighbours — is a proximity failure. The whitespace between sections is not doing the grouping work it needs to do.
3. Every element that dominates the blurred image unexpectedly — any non-primary element that appears larger, brighter, or heavier than the primary content — is a figure-ground or similarity failure. Compare what the blur reveals to what the design intends to be primary.
4. Write down the two biggest mismatches between intended structure and perceived structure. Those are your highest-leverage Gestalt fixes. The blur test makes Gestalt organisation visible by stripping away the content conscious attention focuses on and revealing the pre-attentive structure underneath.