Jackipedia
Last edited: 2026-04-06 22:25:53  |  2 revisions  |  All changes

The Design of Everyday Things

Category: Books Summary: Don Norman’s foundational text on human-centered design — the book that gave designers a vocabulary and changed how products are built Last updated: 2026-04-06

Overview

The Design of Everyday Things was originally published in 1988 as The Psychology of Everyday Things, then republished under the current title in 1990 and revised in 2013. It was written by Don Norman, a cognitive psychologist who worked at Apple and later co-founded the Nielsen Norman Group.

The book is about why everyday objects are confusing, frustrating, or impossible to use without instructions — and what design principles would prevent this. It introduced ideas that are now so embedded in design practice that practitioners use them without knowing where they came from.

Core Ideas

Affordances — An affordance is a relationship between an object and a user that communicates what action is possible. A door handle that sticks out affords pulling. A flat plate affords pushing. When the affordance doesn’t match the action required, you get doors that everyone pushes when they should pull.

Signifiers — Physical or perceptual signals that communicate affordances. The “push” sign on a door that should have been designed to only open one way is a signifier compensating for poor affordance design.

Mappings — The relationship between controls and their effects should be natural and spatial. Stove burner controls are often laid out in a line for four burners arranged in a 2x2 grid — which burner does each control affect? This is bad mapping. Controls laid out to match the spatial arrangement of burners is good mapping.

Feedback — Actions should produce immediate, informative responses. You press a button, something changes to tell you the button was pressed. The absence of feedback is a design failure.

Conceptual Models — Users form mental models of how systems work. Design should make the correct conceptual model easy to build and maintain. When the mental model doesn’t match the actual model, errors happen.

The Gulfs of Evaluation and Execution — The gulf of execution is the gap between what a user wants to do and the actions required by the system. The gulf of evaluation is the gap between the system’s state and the user’s ability to perceive and interpret that state. Design reduces both gulfs.

Human Error — Norman argues that most “user error” is actually design error. When a nuclear power plant operator makes a mistake because the controls are confusing and the feedback is insufficient, that’s a design failure, not a human failure. This is a significant reframe.

Why It Matters

Before Norman, product design was often thought of primarily as aesthetics — how things look. Norman shifted the conversation to usability — how things work from the user’s perspective. This seems obvious in retrospect. It wasn’t obvious in 1988.

The book created a language for describing usability problems. Before, you might say “this is confusing.” After Norman, you could say: “the mapping between the control and the output is non-obvious because the signifier fails to communicate the affordance.” This is not jargon for its own sake — it’s vocabulary that enables specific diagnosis and specific solutions.

Influence on Software Design

Norman’s ideas transferred directly to software UI design. The same principles apply:

  • Button states should clearly communicate what’s clickable (affordance)
  • Loading spinners, success states, and error messages are feedback
  • Navigation structures should map to users’ mental models
  • Error messages should explain what happened and how to fix it — not just what went wrong

The entire UX design field traces its intellectual lineage partly to Norman. When designers talk about “user-centered design,” they’re using Norman’s framework, often without realizing it.

Hick’s Law — The time to make a decision increases with the number and complexity of choices. Related to reducing cognitive load in design.

Fitts’s Law — The time to reach a target depends on the distance to and size of the target. Why important buttons should be large and easy to click.

Jakob Nielsen — Norman’s partner at Nielsen Norman Group; did foundational research on web usability.

Revision history

DateCommitEdit summary
2026-04-06 22:25:53d88be0d4build: auto-update 2026-04-06 22:25 UTC (127 pages)
2026-04-06 21:57:30d04fc9bcbuild: auto-update 2026-04-06 21:57 UTC (127 pages)