Root Cause vs Symptom Fix (Decision Tree)
Why this matters
A symptom fix makes the complaint go away today. A root-cause fix makes it stay away. Reset a tripped device and the system runs again - until it trips next week, because you treated the alarm, not the reason for the alarm. Repeat callbacks for "the same thing" almost always trace to a tech who fixed symptoms. Learning to ask "why did this happen?" instead of "how do I make it stop?" is the difference between a repair and a band-aid.
Start here: separate the symptom from the cause
Write down two things: what failed (the symptom) and why it failed (the cause). A protective device tripped is a symptom; the overload that tripped it is the cause. A part burned out is a symptom; whatever overstressed it is the cause. If you can only name the symptom, you are not done diagnosing.
If the fix is "reset, replace, or clear" with no cause found
This is the danger zone. If your repair was to reset a device, swap a part, or clear a fault without finding why it happened, ask whether that thing fails on its own or whether something made it fail.
- Protective devices (breakers, fuses, cutouts, relief valves) almost never fail randomly. They did their job. Something exceeded a limit. Resetting without finding the overload guarantees a return.
- Wear parts can fail on their own at end of life - that is a legitimate root cause by itself. A seal that wore out from normal service is its own answer.
- A part that failed early was almost certainly pushed by an upstream condition. Find it.
Branch: does this kind of part fail by itself?
Use the part's nature to decide how hard to dig:
- Consumables and wear items (filters, seals, brushes, contacts) reaching normal end of life: replacing is the root fix. Note the service interval and move on.
- Protective and safety devices that activated: the device is the messenger. The root cause is upstream. Do not stop at the device.
- Robust components that failed unexpectedly (motors, boards, valves with no wear story): something caused it. Keep going until you can name the cause.
The "five whys" without the jargon
When a fix feels too easy, ask "why" a few times until you hit something that does not have a deeper cause:
- The system shut down. Why? A device tripped.
- Why did it trip? Current was too high.
- Why was current too high? A component was binding.
- Why was it binding? Lack of lubrication and contamination.
Now you can actually fix it - clean and lubricate the component and address the contamination source - instead of just resetting the device and waiting for the next call.
If you genuinely cannot find the cause
Sometimes the cause is gone (a one-time event) or beyond what is economical to chase. Be honest:
- Document what you found and what you could not. Note the symptom, the suspected cause, and the conditions.
- Tell the customer plainly that you cleared the immediate fault but could not confirm the underlying cause, so it may recur, and what to watch for.
- Leave a way to catch it if it returns (a log, a marked connection, a setting recorded).
That is a defensible call. Pretending a symptom fix is a root-cause fix is not.
How to know you found the root
You have the root cause when fixing it explains every symptom, when you can state why the failure happened in one plain sentence, and when you can say what would make it happen again. If your "fix" leaves you unable to answer "what caused this?", you patched a symptom and the call is not really closed.
References
- Trade-standard root-cause analysis and the "five whys" technique.
- Reliability practice on treating protective-device activation as a symptom.
- See related: Single Fault vs Multiple Faults, Reading the Failure Pattern.