Emotional Design
Don Normanâs three-level model of how products produce feeling: visceral (immediate impression), behavioural (use in action), and reflective (meaning and memory afterwards).
Definition
Section titled âDefinitionâEmotional design is the practice of treating the feelings a product evokes as designed outcomes, not side effects. Normanâs Emotional Design (2004) gave the field its working frame: every product is experienced simultaneously at three levels:
flowchart TB V[Visceral â immediate impression] B[Behavioural â use in action] R[Reflective â meaning and memory] V --> B B --> R
- Visceral â the split-second aesthetic and sensory read
- Behavioural â how it feels to operate: feedback, control, competence
- Reflective â the story users tell about it, and about themselves for using it
Why it matters
Section titled âWhy it mattersâThe three levels fail independently, and fixing the wrong one wastes a cycle. A beautiful app that fumbles feedback fails behaviourally no matter how good the visuals are; a powerful tool that makes users feel vaguely embarrassed to recommend fails reflectively even with flawless usability. Diagnosing which level a feeling problem lives at is the first step of any emotion-aware reviewâand it is why âmake it delightfulâ is not an actionable brief.
Deep dive
Section titled âDeep diveâVisceral is fast, automatic, and appearance-driven. It sets the prior for everything that followsâthe AestheticâUsability Effect is the measurable version of this level. Visceral wins are cheap but shallow: they buy patience, not loyalty.
Behavioural is where most of this handbookâs TTPs operate. Feelings of competence, control, and momentum come from tight feedback loops (Micro Interactions), honest waits (Loading Feedback), recoverable mistakes (Fail Safe, Graceful Recovery), and progress that is visible and owned (Gamified Progress). Behavioural emotion is earned in use, which is why it cannot be added at the end.
Reflective is slow, conscious, and identity-adjacent: this product respects me; I am the kind of person who uses this. It is built from accumulated peaks and endings (PeakâEnd Rule), from the productâs character (Product Voice, Small Quirk), andâstronglyâfrom how the product behaves when the user is vulnerable: errors, bills, goodbyes (Graceful Exit). Reflective feeling is what people repeat to friends, which is why it drives referral more than any share button.
Normanâs underlying point is often missed: affect is functional. Positive affect broadens thinking and increases tolerance for minor friction; anxiety narrows attention and makes the same interface objectively harder to use. âAttractive things work betterâ is not a sloganâit is a claim about cognition under emotional load.
For engineers and agents
Section titled âFor engineers and agentsâ- The three levels map roughly onto layers of the stack: visceral lives in the theme and rendering quality (typography, spacing, motion, jank); behavioural lives in interaction logic and state handling (feedback, latency, error paths, undo); reflective lives in copy, lifecycle messaging, and what the product lets users show others.
- Triage âfeels offâ reports by level before writing code. Visceral complaints need design tokens and polish; behavioural complaints need state machines, feedback, and performance; reflective complaints need voice, narrative, and lifecycle work. Fixing the wrong layer burns a sprint and changes nothing.
- Behavioural emotion is mostly engineering: perceived responsiveness, preserved work, honest system status. A 200ms interaction with clear feedback outperforms a 50ms one that gives no acknowledgementâinstrument perceived states, not just server timings.
- Reflective feeling accumulates in places engineers own but rarely design: release notes, transactional emails, data-export formats, the tone of a 404. These ship without design review by default; put them on the checklist.
- An agent auditing a surface should report findings tagged by level (âbehavioural: no feedback on save; reflective: error copy blames the userâ), because the tag determines who fixes it and how.
Where it shows up
Section titled âWhere it shows upâ- History: Why it Works. Measurable craft: AestheticâUsability Effect. Memory: PeakâEnd Rule.
- Strategies: Experience Refinement (behavioural), Premium Positioning (visceral/reflective), Trust Building, Growth & Viral (reflective â recommend)
- TTPs: Micro Interactions, Loading Feedback, Fail Safe, Graceful Recovery, Gamified Progress, Product Voice, Small Quirk, Graceful Exit, Success Moments, Shareability / Referral (Social Transmission)
- Frame for naming the outcome: Feeling North Star
Further reading
Section titled âFurther readingâ- Emotional Design: People and Things (Don Norman) â The three-level model from its author.
- Emotion & Design: Attractive things work better (Don Norman) â The functional-affect argument.
- Affective Computing group (MIT Media Lab) â Picardâs research lineage treating affect as a first-class signal.
- Microinteractions (Dan Saffer) â The behavioural level made concrete.