Signifier
/ˈsɪɡnɪfaɪər/ · noun
A perceivable cue that communicates what action is possible and how to perform it.
A signifier is any perceivable indicator — visual, auditory, tactile, or otherwise — that communicates to a user what they can do and how to do it. Don Norman introduced the term to clear up a persistent confusion in the design world: people kept using “affordance” when what they really meant was the signal that reveals the affordance. A door handle is an affordance (it affords pulling); the shape, placement, and orientation of that handle is the signifier that tells you to pull rather than push.
In interface design, signifiers are everywhere. The colour change on a hover state, the cursor shifting from an arrow to a pointer, the underline beneath a hyperlink, the chevron beside a dropdown — these are all signifiers. They don’t create functionality; they communicate functionality that already exists. This distinction matters because it shifts your design thinking from “what can this element do?” to “how will the user know what this element can do?” The best interaction in the world is useless if nobody discovers it.
Signifiers can be explicit or implicit. An explicit signifier is something like a label that reads “Click to expand” — direct, unambiguous, but potentially cluttering. An implicit signifier relies on learned conventions: a magnifying glass icon in a header doesn’t need a label because years of web usage have trained users to associate it with search. The challenge is knowing which conventions your audience has internalised and which they haven’t. This is where understanding your users’ mental models becomes essential. What feels obvious to a power user may be invisible to someone new.
The strength of a signifier also interacts with hierarchy. A signifier buried in a low-contrast corner of the screen might as well not exist. Effective signifiers are placed where users are already looking and styled to stand out at the right moment without overwhelming the overall composition.
Why it matters
Signifiers are the bridge between what your interface can do and what your users will actually do. You could build the most powerful feature set in your category, but if users can’t perceive the entry points, those features are dead weight. This is one of the most common failure modes in product design — teams build capability but neglect discoverability.
Strong signifiers also reduce cognitive load. When users can quickly scan an interface and understand their options, they spend less mental energy on navigation and more on their actual task. This is particularly important in complex tools where users are already managing significant mental overhead. Every moment a user spends wondering “is this clickable?” is a moment they’re not getting value from your product.
In practice
-
Ghost buttons versus filled buttons. A filled button with a contrasting background colour is a strong signifier — it reads as an action point immediately. A ghost button (transparent background with only a border) is a weaker signifier that often gets mistaken for a label or a decorative element. When conversion matters, the strength of your button signifiers directly impacts results.
-
Empty states with calls to action. When a list or dashboard is empty, a well-designed empty state uses signifiers — an illustration, a prominent button, directional copy like “Add your first project” — to communicate what action the user should take next. Without these signifiers, users stare at a blank screen and bounce. This is where signifiers intersect meaningfully with user flow design.
-
Scroll indicators on truncated content. A subtle gradient fade at the bottom of a content area, or a small downward-pointing arrow, signals that more content exists below the fold. Without this signifier, users may assume they’ve seen everything and miss critical information — a problem that recurs frequently in mobile information architecture.
Related Terms
Affordance
A property of an object or interface that suggests how it should be used.
Mental Model
A user's internal understanding of how a system or process works.
Hierarchy
The arrangement of elements to signal their relative importance and guide the viewer's attention.