Regarding the method itself, I have some doubts: too much depends on how exactly you answer the "why" question. Minor differences in wording lead to different directions of the next "why"-question. And thus you might arrive to a totally different root cause.

Agree. I have seen (and even participated) in this process. More often than not, this turns into "ok let's find some questions and answers for this paperwork so we can get back to real work". 5W is certainly a good tool to start training your team to do deeper investigations, but it is by no means a full solution for backtracking issues.

The inherent assumption of the method ("there is only one (relevant) root cause") is IMHO quite questionable. In my experience, there are often multiple reasons that "come together". Of course you can tackle this by applying 5why to various bones of your Ishikawa-diagram...

But the fishbone also gives the impression that each of the different root causes don't interact with each other until the end, if i understand that one correctly.

Reality is often times much more messy, with some issues slowly making each others worse over time while others are new and only come into play at the very very end, or have lingered harmlessly for years or decades until the circumstances changed. Circular reasoning and things interacting (or not interacting) in unexpected ways under unexpected circumstances can also play a role.

And a single long standing root cause can split into multiple pathways of issues that only turn into the final failure when they meet again.

perl -e 'use MIME::Base64; print decode_base64("4pmsIE5ldmVyIGdvbm5hIGdpdmUgeW91IHVwCiAgTmV2ZXIgZ29ubmEgbGV0IHlvdSBkb3duLi4uIOKZqwo=");'

In reply to Re^2: Five Whys by cavac
in thread Five Whys by eyepopslikeamosquito

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.