Skip to content
UX Atlas
PatternCraft conventionIntermediate

Notifications

Telling users something happened, where the default should be not to interrupt.

Definition

Notifications inform users of events. They range from passive indicators to interrupting alerts, and the choice of channel should be driven by urgency and by whether the user can act on it now.

Craft convention. True because the industry converged on it. Breaking it costs familiarity, not correctness.

On this page
  1. Definition
  2. Channels by urgency
  3. Rules
  4. In practice
  5. Continue from here

Channels by urgency

UrgencyChannelBehaviour
AmbientBadge or counterNo interruption. The user finds it when they look.
InformationalInbox or activity feedPersistent, reviewed when convenient.
ContextualInline messageAppears where it is relevant, stays until resolved.
Transient confirmationToastBrief, dismissible, never carrying essential information.
BlockingModalReserved for decisions that genuinely cannot proceed without input.
Out of productEmail or pushRequires explicit consent and granular controls.

Rules

  • Default to the least interrupting channel that works.
  • Batch related notifications rather than sending one per event.
  • Give granular controls, per category and per channel, and honour them immediately.
  • Make every notification actionable, or explain why it is worth knowing.
  • Never put essential information only in a toast. Toasts disappear, and some users will not see them at all.
  • Announce in-product notifications through a live region so they reach assistive technology.

In practice

Batching

Collaboration tools

Sending one summary for twelve comments on a document, rather than twelve messages, keeps the channel usable and is what users choose when offered the option.

Each link says what the connection is, so you can tell a principle from an alternative from a thing people mix this up with.

Applies when you are designing

Principles behind this

The reasoning this solution is an application of.

Depends on

Get these right first, or this one will not hold.

Often used with

These usually appear in the same screen or the same decision.

Practical example

A worked decision where this was the deciding factor.

Short definition

The one-paragraph version, for when that is all you need.

Related concept

Connected closely enough to change how you apply this.