A10.02.2Mode errordesignresearch

Mode errors come from a mismatch between the user's and the system's judgment of the current mode

Aliases: mode error · mode confusion · mode awareness

What it is

A mode error happens when a user carries out an action that would be correct for the mode they believe they're in, while the system is actually in a different mode, so the action produces an entirely different effect. The action itself isn't botched — the key pressed, the spot tapped, all match the user's plan — the failure sits in the pairing between action and state: the user's judgment of "what mode am I in" disagrees with the system's actual state. That's why a mode error is classified as a mistake (a faulty judgment about intention or premise) rather than a plain slip (correct intention, deviated execution) — what went wrong isn't the hand, it's the read on the state.

Why it happens

A user judges the current mode from two sources: memory of the last known state, and whatever cue the interface offers right now. Either source can fail on its own. Memory decays when another task interrupts, or when enough time has passed since the last mode switch; the interface cue can fail because the switch wasn't marked saliently enough, or because the marker has already faded from view. Either failure alone is enough to decouple the "current mode" label in the user's head from the system's real state, and every subsequent action that depends on that judgment is a bet on a premise that may already be wrong. This is also why mode errors cluster around resuming a task: the system's mode may have changed during the interruption, while the user brings back the judgment they had before it did.

Studying it

A common research approach has participants switch repeatedly between modes while carrying out a real task, logging how often an action mismatches the system's actual mode at that moment, against the strength of the sensory cue the interface offered at the switch point. Accident and incident reviews of autopilot mode misjudgment in aviation used exactly this framing — locating a systematic gap between "the mode the pilot believed the automation was in" and "the mode it was actually in," rather than attributing individual incidents to operator carelessness. Methodological note: lab-induced mode switches are typically scheduled by the experimenter and closely spaced, so participants stay more vigilant than they would after a long, uninterrupted stretch in real use — lab-measured misjudgment rates therefore tend to run lower than what happens in the field.

Where it stops holding

If a system only ever has one mode at any given time (see modeless design), this mechanism doesn't apply, because there's no "current mode judgment" left to get wrong. Likewise, if a mode switch is triggered by the user's own deliberate action right here and now and holds their full attention — say, just having clicked into a dedicated editing screen — misjudgment is far less likely than when a mode change happens in the background and only takes effect after a delay, which is the setting where this mechanism actually bites.

Applying it

When designing or reviewing any interface that has modes, find every point where the user might act again only some time after a mode switch, and check: throughout that interval, does the screen carry a cue that can be picked up peripherally, without the user having to actively hunt for it, confirming the current mode? Verification: have a test participant switch modes, do something unrelated for tens of seconds (check another screen, say), then return and carry out a mode-dependent action; record whether they check the mode before acting and whether the action matches what they would have confirmed. A low check rate, or errors even after checking, means the cue at that mode point isn't strong enough.

Related

  • Same group: A10.02.1 a mode is a state where the same action produces different outcomes · A10.02.3 the mode indicator belongs at the point of visual focus, not a status bar or corner
  • Nearby: A10.01 distinguishing slips, mistakes, and violations · A10.03 omission errors and execution errors
  • Search terms: mode error · mode confusion · automation mode awareness

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/A10.02.2