Skip to main content

Usability heuristics

The Nielsen Norman Group has a set of ten usability heuristics (goals / rules / guides) to consider and use when designing, developing, testing and evaluating user interfaces.

They are called heuristics as they are not rules that must be followed rather they are advice and guides.

There might be certain circumstances where following one of the heuristics impairs the outcome.

The (briefly) are:

  1. Visibility of System Status: keep the user informed about what's going on
  2. Match the system and the real world: Use language and symbols the user can relate to. e.g. Desktop
  3. User control and freedom: let the user make mistakes and give them undo and redo options to experiment
  4. Consistency and standards: keep all parts of the user interface using the same language, fonts, colours, etc.
  5. Error prevention: try to prevent users making mistakes in the first place
  6. Recognition rather than recall: Keep it simple, don't ask the user to remember a lot of information, chunk it up and have help available.
  7. Flexibility and efficiency of use: Give different ways of carrying out tasks like shortcut keys for expert / advanced users
  8. Aesthetic and minimalist design: Keep information and what's on the user interface short and to the point, don't overwhelm the user with too much information.
  9. Help user recognise, diagnose, and recover from errors: Give error messages in plain language that the user can understand. Give suggestions on possible solutions
  10. Help and documentation: By carrying out the first nine most people won't need the help and documentation but it should be there and focused on completing tasks. Lists of steps are useful for this.

For more information and examples check out the links in the references.

References