Skip to content
IRC-CodingIRC-Coding
Expectancy ConformityISO 9241-110ConsistencyMental ModelFirst Click Test

Expectancy Conformity (ISO 9241-110) Explained

Expectancy conformity means behavior, naming, and placement follow mental models and standards. Consistency, conventions, microcopy, undo, and measurement.

S

schutzgeist

1 min read
Expectancy Conformity (ISO 9241-110) Explained

Expectation Conformity

This post provides a conceptual overview of expectation conformity – including test questions, core components, and key topics.

In a Nutshell

Expectation conformity means system behavior, naming, and placement align with established patterns and mental models. This lowers cognitive load, speeds up decision-making, and reduces user error.

Core Definition

As a principle of dialogue design (ISO 9241-110), expectation conformity requires:

  • internal consistency (same things behave the same way)
  • external consistency (platform and industry conventions)

It covers:

  • Labels and terminology
  • Icons and color semantics
  • Navigation
  • Feedback, undo, and confirmations
  • Keyboard interaction (Enter confirms, Escape cancels)

Deviations only make sense when they deliver measurable benefits and are supported by onboarding or microcopy.

Key Testing Points

  • Internal versus external consistency
  • Alignment with platform guides and industry standards
  • Consistent domain terminology (glossary)
  • Predictable system feedback and undo options
  • Expected keyboard and focus behavior (A11y/WCAG)
  • Measurability: first-click testing, tree testing, telemetry

Core Components

  1. User mental models
  2. External conventions
  3. Internal design system (tokens and components)
  4. Information architecture
  5. Labels and microcopy
  6. Iconography
  7. Interaction patterns
  8. Status and feedback
  9. Keyboard, shortcuts, and focus
  10. Evidence (tests and telemetry)

Real-World Example

Problem: "Archive" button permanently deletes → breaks expectation
Solution:
- Rename to "Archivize"
- Icon: box instead of trash can
- Snackbar: "archived" + "Undo" action
- Result: first-click success increases (e.g., 60% → 92%)

Strengths and Drawbacks

Strengths

  • Shorter onboarding time
  • Fewer errors and support requests
  • Faster user decision-making

Drawbacks

  • Less room for differentiation and innovation
  • Effort required to maintain standards and conventions

Common Test Questions (with Quick Answers)

  1. What’s the difference between internal and external consistency? Internal = consistent within your app; external = aligned with your platform or industry.

  2. How do you measure expectation conformity? First-click testing, decision time, error rate, user testing.

  3. When can you break the rule? Only when it delivers measurable value and is explained and tested.

Key Resources

  1. https://www.nngroup.com/articles/ten-usability-heuristics/
  2. https://de.wikipedia.org/wiki/ISO_9241
Back to Blog
Share:

Nächster Artikel in Software Ergonomics

Weiterlesen
Expectation Conformity (ISO 9241-110) Explained

Related Posts