Five whys
Interview tactic: The Five Whys đȘ⌗
The âFive Whysâ (also know as conversation laddering) is a tactic to help interviewers discover the root motivation or cause of a problem and come to an actionable statement the team can pursue to solve it. During an interview or user testing you may hear a statement about a user action or problem.
Statement from a Jo Doe, a typical user of a made-up file sharing service called âAwesomeDocumentsâ: I [the user] do not password protect my shared files.
This is your opportunity to expand on that statement to get more information because this is vital information for finding solutions. If you assume Joâs problem without asking âwhyâ, you could eventually build a solution that doesnât help. Asking âwhyâ can help you arrive at the root cause. If you ask âwhyâ several times, you journey deeper into the problem space and collect more details. âFiveâ is just an example - it could take less than five âwhyâ questions, or it may take a few more. And you may discover that you have more than one root motivation, like in the example below.
Example of the a conversation that employs the Five Whys technique:
The why’s | Interviewer question | User answer |
---|---|---|
1st âwhyâ | Interviewer: Why donât you password protect your files when you want to share them? |
Jo Doe: Well, itâs because files need to be shared quickly with my colleagues in the field when theyâre out on a critical task. |
2nd âwhyâ | Interviewer: Why is it important that these files are shared quickly? |
Jo Doe: Because itâs often critical information that is time sensitive. |
3rd âwhyâ | Interviewer: Why? Can you tell me more about this time sensitive information? |
Jo Doe: Other people need this information quickly to make decisions on how to help. The extra seconds it takes to add a secure password is less important than getting the information to headquarters in time for them to take action. |
4th âwhyâ | Interviewer: I can see why time is critical now, but can you tell me why it doesnât work as well when you add a password to the documents? |
Jo Doe: Because sometimes the password doesnât come through or they type it wrong on the other end. Itâs so frustrating so I stopped doing it and nobody has complained yet! |
5th âwhyâ | Interviewer: Why do you think the people at headquarters are typing passwords wrong or a password doesnât come through to them? |
Jo Doe: Because they are also in a hurry to take action on an emergency and itâs just not important to them to take the extra seconds to wait for a password and make sure itâs correct. |
It can sometimes feel odd to keep asking your tester âwhyâ so we suggest a few different ways of phrasing the âwhyâ:
- Can you explain why thatâs the case?
- Can you give me more detail as to why you think that?
- Why do you think this happened?
- Is there another aspect of what you described that you want to expand on? (Notice how thereâs no âwhyâ word in this statement but it still asks âwhyâ in another way!)
There is a certain amount of âclarifyingâ that can be done with user motivations. A follow-up clarification can look like:
It sounds like in your circumstances you donât have time to make a secure password for a file and also your colleague does not have time to enter a password to view the file. Furthermore, it also sounds like the room for errors in secure password creation and entry is a reason you donât password protect files. Does that sound right?
If the user tester agrees then you have two root motivations, one is time taken and the other is accuracy trust.
As a tool creator, you now have an understanding of two root motivations that you need to address in order to help users achieve their goal. One motivation comes from the user you spoke with and another motivation comes from the user at headquarters (you can investigate this further if you want to). Now work with your team to consider all the ways you can improve time taken and accuracy trust.
Did you use the framework and examples in this page? Tell us about it on our GitHub discussions!