Doherty Threshold
Rapid, meaningful system feedback helps sustain an interactive rhythm; the often-cited 400 ms value is historical guidance, not a universal boundary.
Direct explanation
What it means
People need to know that an action registered and whether work continues. Immediate state change, progress, or optimistic feedback can preserve continuity even when completion takes longer.
Unacknowledged latency produces duplicate submissions, uncertainty, and abandonment. A single threshold cannot replace measuring the task, network, device, and consequence of premature feedback.
Research anchor: Walter J. Doherty, Arvind J. Thadani, 1982
Research and interpretation
What the research found
IBM reports associated faster computer response with productivity and proposed a sub-400 ms interaction target in a particular terminal-work context.
Modern HCI supports prompt feedback, but acceptable delays vary by interaction, expectation, continuity, and whether partial results are useful.
Popular advice versus careful use
Common shorthand: Every interface response must finish within 400 milliseconds.
Acknowledge actions promptly and communicate longer work accurately; set budgets from the actual task and environment.
How designers apply it
- 01
Acknowledge a save immediately and show synchronization separately.
- 02
Render search structure before slower remote results arrive.
- 03
Use determinate progress when the system can estimate a long export.
Original UI examples
mobile offline app
Offline field inspection
Tapping Save immediately marks the record local, then reports pending upload.
The state is responsive without falsely claiming server completion.
desktop dashboard
Analytics query
The filter chip updates at once while a labeled result region enters loading state.
Analysts see their input registered and can cancel a slow request.
Submitting a bank transfer
Less effective
Show a success toast immediately while the request can still fail.
Better fit
Acknowledge submission, prevent duplicates, and distinguish processing from confirmed transfer.
Fast feedback must represent the true state.
Limits and failure modes
The original technical report is difficult to access and the 400 ms figure should not be treated as a universal human threshold.
Common mistakes
- Treating 401 ms as failure and 399 ms as success.
- Using animation to disguise indefinite or failed work.
When it should not dominate
- For irreversible actions that are not yet confirmed.
- When instant feedback would encourage unsafe repeated behavior.
Responsible use
Accessibility
Announce loading, errors, and completion through accessible status regions without stealing focus; avoid rapid flicker and honor reduced motion.
On mobile: Plan for high latency and offline states with explicit local-versus-synced status.
Ethics and context
Do not fabricate progress, hide queues, or call an action complete before the user can rely on it.
On desktop: Support cancellation and background work for long operations rather than freezing the primary workspace.
Designer checklist
- Measure acknowledgment and completion separately.
- Label every intermediate state truthfully.
- Test slow, offline, retry, and duplicate-action paths.
Check your understanding
Which statement applies Doherty Threshold most carefully?
Practice and continue learning
See ideas in real interfaces
These external interfaces are editorial references, not examples created to demonstrate this principle.
Sources and further reading
- 01Open source
The Economic Value of Rapid Response Time
Walter J. Doherty, Arvind J. Thadani · 1982 · IBM
Official documentation · primary or original source
- 02Open source
10 Usability Heuristics for User Interface Design
Jakob Nielsen · 1994 · Nielsen Norman Group
Official documentation · primary or original source
Continue the graph
Related principles
usability heuristic
Feedback Principle
Every meaningful action should produce timely, perceivable feedback that accurately communicates the resulting system state.
theory
Flow
Flow is a deeply absorbed experience associated with clear goals, immediate feedback, concentrated attention, and a workable balance of challenge and skill.
principle
Direct Manipulation
Direct manipulation lets people act on visible objects through incremental, rapid, and reversible operations with immediate feedback.
