The Obvious Cause Is Wrong: Decision Tree
Why this matters
The obvious cause is right most of the time, which is exactly why the times it is wrong are so expensive. When the textbook answer presents itself, the temptation is to stop looking and start fixing. But sometimes the obvious failed part is a victim, not the culprit, and the real cause is upstream waiting to kill the new part too. A tech who replaces the obvious part and leaves has fixed a symptom and seeded a callback. The skill is not paranoia about every diagnosis; it is knowing the specific signals that say "confirm this before you commit," so you catch the misleading-obvious cases without slowing down the routine ones.
Start here: confirm the obvious cause is actually failed
Before anything else, prove the obvious part is genuinely bad with a reading or a visible failure, not just a plausible story. A surprising number of "obvious" diagnoses skip this step and replace a part that was fine.
If the obvious part tests good or looks fine, the obvious cause is already wrong; the symptom is coming from somewhere else. Stop and widen the search.
If the obvious part is confirmed failed, do not stop yet. A failed part tells you what broke, not why. Proceed to ask whether something made it fail.
Ask: did something cause this part to fail?
A part that wears out on its own is a clean replacement. A part that was destroyed by an upstream condition is a warning. The question that separates them is whether this failure makes sense on its own.
If the part simply reached the end of normal life (age, expected wear, a known failure mode at this run time), the obvious cause is the real cause. Replace it and move on.
If the part failed early, failed violently, or shows damage that wear alone does not explain (overheating, contamination, mechanical stress, repeated failure of the same part), something upstream is implicated. Do not install a new part into the same conditions that killed the last one. Hunt the upstream cause first.
Check the repeat-failure signal
The loudest alarm that the obvious cause is wrong is history. If this exact part has been replaced before and failed again, the obvious diagnosis has already been tried and already lost.
If the job record or the customer says "this got replaced recently and it broke again," treat the obvious part as a victim until proven otherwise. The real cause is whatever keeps eating this part.
If there is no history of repeat failure, the repeat signal is clear and you can weigh the other factors normally.
Check whether the obvious cause explains everything
The obvious cause has to account for the whole complaint. When it explains the main symptom but leaves a detail unexplained, the obvious answer is probably incomplete.
If the customer reported secondary symptoms (a noise, a smell, an intermittent behavior, a second thing acting up) that the obvious failed part does not account for, you likely have more going on. The obvious cause may be one of two faults, or a downstream effect of the real one.
If the obvious cause cleanly explains every reported symptom, that is a point in its favor, though not a guarantee.
Watch for the too-convenient match
Confirmation bias is the quiet enemy here. The first plausible cause feels more certain than it is because finding it ends the uncomfortable search.
If you found the obvious cause fast and felt relief, run one independent check that would disprove it, not just confirm it. A diagnosis you only tried to confirm is weaker than one you tried to break. Ask what reading would prove you wrong, and take it.
If the obvious cause survives an honest attempt to disprove it, your confidence is earned rather than assumed.
The decision
Replace the obvious part and stop only when it is confirmed failed, the failure fits normal wear, there is no history of repeat failure, it explains the whole symptom, and it survived one disproving check. If any of those fail, treat the obvious part as possibly a victim: find and address the upstream cause before or alongside the replacement, so the new part is not installed into the same conditions that destroyed the old one. When you genuinely cannot find an upstream cause but the signals are loud, document the suspicion, replace the part, and tell the customer what to watch for, so a recurrence is caught early rather than billed as a fresh mystery.
What to document
Record that you confirmed the obvious part failed and how. Note whether the failure fit normal wear or showed signs of an upstream cause, and what upstream condition you checked for and found or ruled out. If there was repeat-failure history, record it and how it changed your approach. Capturing "obvious part was actually a victim of X" is exactly the note that makes the next tech faster and keeps the same callback from happening twice.
References
- Manufacturer service documentation, failure-mode and root-cause guidance.
- Electronics Technicians Association International (ETA), root-cause analysis methodology.
- See related: Parts Cannon vs Diagnosis: The Discipline; The Rare vs Common Cause Bet Decision Tree; It Worked but You Don't Know Why Decision Tree.