Friction
Everything a user must spendâtaps, waits, reading, thinking, deciding, trustingâbetween forming an intent and completing it. Friction is a budget, and every surface spends it.
Definition
Section titled âDefinitionâProduct-design friction is interaction cost (the Nielsen Norman Groupâs term): the sum of physical effort (clicks, typing, scrolling, device switches) and mental effort (reading, remembering, choosing, translating jargon, managing doubt) required to reach a goal. Friction is not an aesthetic property; it is measurable work. Latency is friction. A confusing label is friction. A form field is friction. An unexpected permission dialog is friction plus suspicion.
The inverse concept matters equally: sludge (Thaler) is friction deployed against the userâs interestâeasy to subscribe, hard to cancel; one click to consent, seven screens to decline.
Why it matters
Section titled âWhy it mattersâFriction is where feelings and funnels meet. Users experience accumulated cost as emotionâimpatience, self-doubt (âam I doing this wrong?â), and finally the quiet decision not to bother. Because Foggâs B=MAP puts ability alongside motivation, removing friction is usually cheaper than adding motivation: you cannot easily make someone want the outcome more, but you can almost always make it smaller, faster, or clearer to reach.
But friction is not uniformly bad, and âfrictionlessâ is not the goal. Friction placed deliberately at the right moment protects users from irreversible mistakes, gives weight to meaningful choices, and makes effort feel earned. The craft is allocation: near zero on the path to first value, deliberate and legible at points of risk.
Deep dive
Section titled âDeep diveâA working taxonomy:
- Mechanical friction â steps, fields, taps, redirects. Audit by counting: how many actions from intent to outcome? (Time to Value, Deep-link attack this.)
- Cognitive friction â reading load, choice overload, unfamiliar patterns, jargon. Often invisible in analytics because it shows up as hesitation, not drop-off. (Pattern Alignment, Progressive Disclosure, JTBD Copywriting.)
- Temporal friction â waits, spinners, cold starts, background jobs. Perceived duration matters more than measured duration; an explained wait feels half as long. (Loading Feedback, Perceived Effort Delay.)
- Emotional friction â doubt, fear of commitment, fear of looking stupid, distrust of an ask. The most underdiagnosed kind: no event fires when a user hovers over âConnect bank accountâ and decides not to. (Sandbox Experience, Permission Serve, Fail Safe.)
- Protective friction â friction on purpose: confirmations before destruction, cooling-off pauses, typed acknowledgements. Good protective friction clarifies the choice; bad protective friction just slows everyone until they click through blind. (Intentional Friction.)
The allocation rule this handbook keeps returning to:
flowchart TD
F[Friction in a flow] --> Q{Whose interest?}
Q -->|User path to value| Rem[Remove â Time to Value, Deep-link, Defaults]
Q -->|Speed would hurt the user| Add[Add â Intentional Friction, Fail Safe]
Q -->|Slowness profits you| Sludge[Sludge â refuse]
Remove friction from the userâs path to value; add friction only where speed would hurt the userânever where slowness profits you. The second clause is the line between Intentional Friction and sludge (User Agency).
For engineers and agents
Section titled âFor engineers and agentsâ- Performance work is emotion work. Cold-start time, time-to-interactive, and p95 latency on the first-value path are feeling metrics wearing engineering clothes; budget them like you budget error rates.
- Count round-trips, not just clicks: every redirect, OAuth hop, email-verification detour, and app switch is a place where intent leaks. Instrument abandonment between steps, not only at steps.
- Hesitation is measurable: time-on-field, field re-edits, back-and-forth navigation, hover-without-click on scary buttons. These proxies catch cognitive and emotional friction that completion rates miss.
- Defaults are friction decisions: a sensible default removes a decision; a missing default forces one; a self-serving default is sludge (Setup Defaults).
- When asked to âreduce frictionâ in a flow, check direction first: friction on the userâs path to value should be removed; friction that protects the user from irreversible harm should be kept and made legible. Deleting a destructive-action confirmation reduces friction and is still wrong.
Where it shows up
Section titled âWhere it shows upâ- Strategies: Onboarding, Activation, Conversion Optimisation, Trust Building, Monetisation
- Protective vs remove: Intentional Friction; sludge refusal: Graceful Exit; path shortening: Time to Value, Deep-link, Setup Defaults, Momentum Bias
- Temporal: Loading Feedback, Perceived Effort Delay; cognitive: Pattern Alignment, Progressive Disclosure, JTBD Copywriting
- Concepts: Surfaces, Flows, and States, Mental Models, User Agency; Discovery: Need States, Talk, Search, and Buy
Further reading
Section titled âFurther readingâ- Interaction Cost (Nielsen Norman Group) â The formal definition: physical plus mental effort to reach a goal.
- Minimize Cognitive Load (NN/g) â The mental half of the budget, with tactics.
- FTC: Bringing Dark Patterns to Light â Sludge documented at regulatory scale, including cancellation obstruction.