Cognitive Load & Decision Making
Cognitive Load
Mental effort required to use an interface should be minimized.
Takeaways
- 1
Every extra decision consumes limited working memory.
- 2
Remove decorative elements that do not aid comprehension.
- 3
Offload recall to the interface with summaries and smart defaults.
Origins
Cognitive load is the amount of mental processing required to understand and operate a system. When load is too high, users slow down, make mistakes, or leave entirely.
Good interfaces feel simple because they remove unnecessary interpretation work and keep attention on the task itself.
Design Applications
- Reveal complexity only when users ask for it.
- Show previously entered information instead of making users remember it.
- Prefer one clear primary action per screen.
Frequently Asked Questions
What is the Cognitive Load?
Mental effort required to use an interface should be minimized.
How do you apply Cognitive Load in UI design?
Reveal complexity only when users ask for it. Show previously entered information instead of making users remember it. Prefer one clear primary action per screen.
Why does Cognitive Load matter for user experience?
Every extra decision consumes limited working memory. Remove decorative elements that do not aid comprehension. Offload recall to the interface with summaries and smart defaults.