Users do not see your interface. They see the parts of your interface that are relevant to their current goal. Selective attention is the cognitive process by which the brain filters a continuous stream of sensory input, directing full processing resources toward stimuli aligned with current goals while suppressing everything else. The cocktail party effect — your ability to hear your name spoken across a noisy room while filtering out dozens of simultaneous conversations — is a classic demonstration. Daniel Simons and Christopher Chabris's 1999 invisible gorilla experiment extended this to visual attention: participants asked to count basketball passes missed a person in a gorilla suit walking through the scene.
The Psychology
The implication for interface design is that users will miss content that does not align with what they are looking for, regardless of how visually prominent you have made it. Banner blindness is selective attention applied to advertising: users have learned that the top and sides of web pages contain ads, so the visual system suppresses that region habitually. Error messages placed far from the field that caused them are missed not because they are invisible but because users are looking at the field, not at the top of the screen. Onboarding instructions placed outside the task area are ignored because users are attending to the task, not to instructions. Each of these is a design failure to account for attentional filtering.
In Product Design
The design responses to selective attention are both placement-based and task-based. Placement: put information where users are already looking when they need it. Inline validation errors appear at the field, not at the top of the form, because users are attending to the field when an error occurs. Contextual help appears adjacent to the element it explains. Empty state guidance appears in the space where content will eventually appear. Task-based: structure the interface so that the information a user needs for their current step is the most prominent thing on screen at that step. Progressive disclosure removes information users are not yet attending to, ensuring their attention is not split across too large a surface.
How to Apply It
The challenge is that designers, who are familiar with every element of their interface, do not experience selective attention in their own designs — they see everything. This is why usability testing with task-focused scenarios is irreplaceable. Watch where users look and where they do not. Track where they miss important information and have to recover. Note what they report not noticing. These observations reveal the attentional filters your users bring, which are invisible to you but determinative of their experience. An eye-tracking study on a complex interface typically reveals that large portions of the screen receive near-zero fixations from goal-focused users.
Why It Matters
The practical upshot is to design for the attentional state of users at each step of a task, not for a hypothetical user scanning every element. Place critical information on the attentional path. Remove information that is not on the attentional path from visual prominence during the steps where it is irrelevant. Accept that users will not see things you expect them to see, and design the task flow so that the important information is encountered whether or not the user is specifically looking for it.

