Affordance
Synonyms: perceived affordance, action cue, interaction cue, signifier (related term), clickability
Definition
Use cases
- The invisible button: A flat rectangle with no shadow, color, or underline reads as decoration. Users never click it, and the whole flow stalls on a control nobody sees.
- The undiscoverable gesture: A card swipes to reveal actions, but nothing hints at it. The feature ships, gets no use, and the team assumes people don't want it.
- The false affordance: A non-interactive element looks tappable (boxed, colored, raised), so users poke at it, get nothing, and lose trust in what's actually clickable.
How it's used in practice
- Make interactive things look interactive: Use depth, color, underlines, and cursor changes so a control announces itself before anyone has to guess.
- Match the cue to the action: A drag handle for dragging, a chevron for "more," a recognizable icon for its function. The cue should predict the result.
- Don't fake it: Keep click cues off things that aren't clickable, or you train users to distrust your real controls.
- Test discoverability: Watch a new user find the action with no instructions. If they can't, the cue is missing or wrong.
Challenges & limitations
- Conventions vary: A hamburger menu or swipe that's obvious to you can be invisible to a first-timer, and cues differ across platforms.
- No hover on touch: Hover-based hints vanish on mobile, so cues that work on desktop can disappear entirely on a phone.
Free resources
- Affordance vs. Signifier — Norman's distinction between what's possible and the cue that announces it. The core idea to design around.
- Interaction Design Foundation: Affordances — a clear primer on the concept, its origin, and design use.
- Medium: Norman's 3 Levels + Affordances & Signifiers — a recent piece tying affordances to emotional design.

