The Fault You Keep Missing Decision Tree
Why this matters
Some faults hide. You have been to this job twice, replaced the obvious suspect, and the problem keeps coming back, or it refuses to act up while you are standing there. These are the calls that destroy your schedule and your confidence. The fault you keep missing is almost always hiding in one of a few predictable places. This tree walks you to it instead of letting you swap parts in the dark.
Start here: does it fail only under specific conditions?
The most-missed faults are intermittent, and intermittent means condition-dependent. The system works fine when you test it because the condition that triggers the fault is not present.
If the failure tracks with temperature, vibration, load, time of day, weather, or how long it has been running, you have an intermittent, and the key is to reproduce the condition, not just the system. Run it hot if it fails hot. Load it if it fails loaded. Tap and flex the suspect areas if it fails with vibration. You cannot diagnose a fault you cannot make happen.
If it fails consistently every time, it is not hiding from conditions. Move to the next branch.
Branch 1: Did you confirm the obvious, or assume it?
A consistent fault that you keep missing is often a foundation you never actually checked.
If you assumed power, supply, the new part, or a prior reading without verifying it on this visit, stop and verify each one now. The fault you "keep missing" is frequently the thing you were too sure of to test. A part that failed out of the box, a supply that was never present, a meter giving a bad reading, these masquerade as deep mysteries.
If you have genuinely confirmed every foundation this visit, continue.
Branch 2: Is it a connection, not a component?
Techs hunt for failed components and overlook failed connections, but a bad connection produces exactly the intermittent, maddening, comes-and-goes behavior that is hardest to pin down.
If the fault is intermittent or position-sensitive, suspect a loose, corroded, or marginal connection before another component. A terminal that is corroded enough to add resistance but not enough to fully open will heat, drift, and fail intermittently. Wiggle-test connections, inspect for corrosion and heat discoloration, and check tightness. This is the single most common "keeps coming back" cause.
If connections are clean, tight, and solid, continue.
Branch 3: Is the part you replaced a victim, not the cause?
If you replaced the suspect part and it failed again, the part is not the problem.
If a replacement has now failed the same way, something upstream is killing it. A protective device that keeps sacrificing itself is reporting a real fault downstream. A part that keeps burning is being fed too much energy. Stop replacing the casualty and go find what is destroying it. The repeat failure is not bad luck, it is a message.
If this is a first failure with no repeat, continue.
Branch 4: Are you looking downstream of the real cause?
Water, heat, and stress travel before they do their damage, so the symptom and the cause are often in different places.
If the damage is the kind that moves (corrosion from a leak somewhere above, a short from heat radiating off a nearby source, wear from a misalignment elsewhere), trace it back to the highest or earliest point and look there. The fault you keep missing is sometimes simply located somewhere you have not looked because the symptom appears far from its source.
Quick reference
| Pattern | Most likely hiding place |
|---|---|
| Comes and goes with conditions | Intermittent; reproduce the trigger |
| You were "sure" about a basic | An unverified assumption |
| Position- or vibration-sensitive | A marginal connection |
| Replacement failed again | Upstream cause, not the part |
| Damage far from any obvious source | Trace water/heat/stress to origin |
When stuck, slow down and go back to the first principle you skipped. The missed fault is rarely exotic. It is usually basic, and missed precisely because it is basic. See related: The Assumption That Cost You an Hour; Confirmation Bias in Diagnosis.
References
- Trade-standard practice on intermittent-fault diagnosis and signal-tracing.
- Manufacturer documentation on connection inspection and protective-device behavior.
- See related: The Assumption That Cost You an Hour; Confirmation Bias in Diagnosis; Moisture: The Universal Enemy.