A tutorial built for newcomers just slows down everyone who already knows the interface
Aliases: onboarding tax · forced tutorial cost · guidance overhead
What it is
Onboarding guidance — a forced tutorial, step-by-step tooltips, an overlay walkthrough — is designed to help novices build an initial understanding of an interface. But the same guidance, landing on a user who already knows the interface, doesn't help — it's pure cost: redundant information to process, an extra click to dismiss, a task delayed because of it. This cost isn't a side effect of poor design; it's structurally built into what guidance is: the benefit flows only to novices, while the cost lands on everyone, including users who need none of it.
Why it happens
Guidance content is redundant for a user who has already built the corresponding mental model or already automated the action — but "redundant" doesn't mean "free." Even a prompt that only takes a second to glance at and dismiss still costs that second of attention allocation and that one extra click, and when guidance is built as a hard block (the user must complete it before continuing), the cost escalates from "mild distraction" to "the task is directly delayed." This asymmetric distribution of benefit and cost across the population is native to how guidance works — it doesn't go away because the copy is well written, and it can only be contained by making guidance skippable and non-recurring.
Studying it
The standard way to measure the actual cost guidance imposes on returning users is a group comparison: have one cohort of returning users go through the full guidance flow and another skip straight into the product, then compare time-to-completion and drop-off rate on the same task. If the forced-guidance group takes noticeably longer or abandons the flow at a higher rate, the guidance is imposing a real cost on this population, not a negligible one.
Where it stops holding
Not all guidance should be cut: when a product ships a new feature that even long-time users know nothing about, those experienced users are genuine novices with respect to that feature, and guidance still helps them. The question isn't "guidance or not" — it's making sure the guidance's scope precisely matches "who is actually a novice with respect to this specific content," rather than applying one blanket guidance treatment to every user and every feature.
Applying it
- Any guidance should offer a clearly visible skip option the first time it appears, rather than requiring the user to complete it before proceeding. Skipping should be a zero-cost, single action — not tucked away in a corner or gated behind multiple confirmations.
- Once the system detects a user has already completed the target action independently, or has already skipped this same guidance once, it should not surface that guidance again. Use behavioral signals (has this action already been completed) rather than a blunt "is this a new user" flag to decide who still needs to see it.
- Verification: track the skip rate and the number of times a piece of guidance reappears after its first showing. A high skip rate means a meaningful share of users are paying a cost for content they don't need; a high recurrence count means the system isn't correctly identifying users who already have the competency — both point to a scoping error in the guidance.
Related
Cards in the same group
- A11.04.1A novice scans the menu to recognize the option; an expert recalls it from memory
- A11.04.2A keyboard shortcut only works as a shortcut if the menu path is still there too
- A11.04.4A shortcut nobody knows exists never turns a novice into anybody faster
- A11.04.5The more automatic an expert's habits become, the more a similar routine can hijack them
- A11.04.6Most users never travel the whole way from novice to expert; they settle in between
- A11.04.7When a fast path for experts removes the safety net a novice needs, something has to give