Flow
Absorbed, effortless concentration occurs when challenge and skill are balanced, and interruptions destroy it.
Definition
Mihaly Csikszentmihalyi's term for a state of complete absorption in an activity, characterised by clear goals, immediate feedback and a balance between the challenge of the task and the skill of the person performing it.
Established research. Originates in published research and has been replicated. The effect is real. Its size in your product still needs measuring.
On this page
Conditions the research identifies
- Clear goals, so the person knows what they are trying to achieve at each moment.
- Immediate and unambiguous feedback on progress.
- Challenge matched to skill. Too easy produces boredom, too hard produces anxiety.
- Freedom from interruption.
- A sense of control over the activity.
What this means for tools
The most useful implication is negative: interruption is expensive and most interruptions are optional. Modals, tours, upsell prompts, notification badges and permission requests all break flow, and their cost is far larger than the seconds they occupy.
The positive implications are latency and feedback. Sub-second response keeps the loop tight enough that the tool disappears. This is where the Doherty Threshold and flow meet.
Do
- Batch non-urgent notifications and deliver them at a natural break.
- Keep response times fast enough that the tool stops being noticed.
- Preserve context across interruptions, so returning is cheap.
- Provide accelerators so skill growth has somewhere to go.
Do not
- Interrupt an in-progress task with anything that could wait.
- Use modals for information.
- Reset scroll position, selection or draft state on return.
In practice
Notification batching
Productivity toolsCollecting non-urgent notifications and delivering them at intervals preserves concentration while still surfacing everything. Users consistently prefer this once they have tried it.
Context preserved on return
EditorsRestoring scroll position, selection and undo history when a user returns makes an interruption recoverable. Losing them means the interruption costs far more than its duration.
Sources
Where a source establishes something narrower than the popular reading of it, the note says so.
Flow: The Psychology of Optimal Experience
M. Csikszentmihalyi, Harper and Row, 1990
Continue from here
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
Explains
The mechanism underneath these entries.
Applied through
Where this shows up as a concrete interface decision.
- Modal DialogComponent
- NotificationsPattern
- Optimistic UIPattern
Practical example
A worked decision where this was the deciding factor.
Related concept
Connected closely enough to change how you apply this.
- Cognitive LoadPsychology
- Selective AttentionPsychology