How to Tell If a Fault Followed a Recent Change
Why this matters
Half of "it broke for no reason" calls have a cause somebody introduced, and if you do not link the fault to the change, two things go wrong. You chase hardware that is not broken, and the customer recreates the fault the day after you leave. Telling whether a fault actually followed a change is a test you run, not a hunch you play. Done right it saves the diagnosis and kills the callback before it happens.
Step 1: Fix the last-known-good point
Pin down when the system last worked correctly, as precisely as the evidence allows. Everything before that point is off the table. Everything between it and onset is a suspect. Without this anchor, "recent change" has no window, and every change on the property looks equally guilty.
Step 2: Inventory everything that changed in the window
List every change between last-known-good and onset, across every domain, because the culprit is often in a different domain than the symptom:
- A substituted consumable (filter, fuse, chemical, part) that looks right but may not be to spec
- Added load on a shared circuit, pipe, or supply
- A bumped setting, valve, damper, or timer
- Adjacent trade work or a remodel that changed airflow, drainage, or access
- An environmental or routine shift (season, occupancy, a new habit)
Step 3: Score each change by mechanism and timing
Rank the suspects on two tests held in one judgment: could this change physically cause this symptom (mechanism), and does its timing fit onset (timing)? A change that fits both is a strong suspect. A change that lines up in time but has no physical path to the symptom is probably a coincidence, not the cause, because correlation on its own convicts nobody.
Step 4: Do not let delay clear an old change
The gap between change and symptom is exactly why people rule a change out, "that was weeks ago." Flip it. A change weeks before onset stays a suspect when the fault needed a second condition to surface, like a wrong filter that does not choke the coil until the first hot week arrives. When you find a candidate change, ask what condition showed up between the change and the failure, instead of dismissing it for being old.
Step 5: Test by reversing or isolating the change
Here is the proof. Undo the suspected change, or isolate it, and watch the fault. Put the correct filter back, remove the added load, restore the setting, disconnect the adjacent work. A fault that clears when you reverse the change, and returns when you reinstate it, is proven. That reversal is what turns "probably the filter" into "the filter, confirmed," and it is the step guesswork skips.
Step 6: When nothing changed, change your theory
Sometimes it is true, nothing changed. That pushes you two ways: toward a genuine wear-out failure that reached end of life on its own, or toward a system that never worked right and only now got noticed. Both are real diagnoses. The point of the change-hunt is to rule the introduced cause in or out before you chase hardware, because a swapped part will not fix a wrong filter, and a wrong filter the customer reinstalls will kill your new part.
References
- Trade-standard practice for change-driven and root-cause diagnosis
- Manufacturer specifications for correct consumable and replacement-part selection
- See related: The Recent Change Nobody Connected to the Fault; How to Build a Timeline of When a Fault Appears