The Part That Keeps Failing Decision Tree

Why this matters

When the same part dies again and again, the part is not the problem - it is the symptom. Replacing it a third time without finding what is killing it burns your labor, eats your callback margin, and makes the customer doubt you. The part is a fuse pointing at an upstream fault. This tree teaches the root-cause mindset that applies to a fuse that keeps blowing, a capacitor that keeps failing, a bearing that keeps seizing, a seal that keeps leaking, or a board that keeps frying across every trade.

The decision flow at a glance:

  The same part keeps failing?
  |
  +-- 1. Replace it a third time? -----> the part is the
  |                                      symptom
  |
  +-- 2. The part is a fuse? ----------> pointing at an
  |                                      upstream fault
  |
  +-- 3. Read the failed part first? --> how it failed
  |                                      tells you why
  |
  +-- 4. Burned or charred? -----------> an electrical
  |                                      or thermal hunt
  |
  +-- 5. Worn or polished smooth? -----> a mechanical
  |                                      hunt
  |
  +-- 6. Measure the actual load? -----> against the
  |                                      rating and
  |                                      nameplate
  |
  +-- 7. Check the supply voltage? ----> out of range
  |                                      kills on a
  |                                      schedule
  |
  +-- 8. Up-size the protection? ------> never - it
  |                                      removes the
  |                                      safety

Start here: the part is a witness, not a defendant

Before you swap it again, read the failed part. How it failed tells you what killed it.

  • Burned, charred, melted: overcurrent or overheating. Something drew too much or ran too hot.
  • Worn, eroded, polished smooth: friction, misalignment, or vibration. A mechanical stress is grinding it down.
  • Swollen, bulged, leaked (capacitor, seal, gasket): heat, overpressure, or chemical attack.
  • Cracked, fatigued, snapped: cyclic stress, vibration, or it was fighting a load it was never sized for.

The failure mode is your first branch. A part that always burns is an electrical/thermal hunt; a part that always wears is a mechanical hunt.

If it burns or blows (electrical failures)

A fuse, breaker, capacitor, contactor, or board that keeps dying electrically points upstream.

  1. Measure the actual load. Clamp the current and compare to the part's rating and the nameplate. Over-rating current means the downstream device is failing (a motor drawing locked-rotor current, a shorted winding).
  2. Check the supply. Low voltage makes motors draw more current and cooks capacitors and contactors. High voltage stresses everything. Sustained voltage out of range kills parts on a schedule.
  3. Look for a short or ground fault. A fuse that blows instantly on every reset has a dead short downstream, not a weak fuse.
  4. Check connections. A loose or corroded connection adds resistance, makes heat, and pits contacts. Hot lugs cook nearby components.

The lazy fix is a bigger fuse or breaker. That does not solve the fault; it removes the protection and lets the real problem burn something more expensive. Never up-size protection to stop nuisance trips.

If it wears or seizes (mechanical failures)

A bearing, belt, seal, or coupling that keeps failing has a mechanical root cause feeding it stress.

  • Misalignment loads bearings and couplings sideways and destroys them early. Re-align and the failures stop.
  • Vibration from imbalance or looseness fatigues parts. Find and fix the source of the shake.
  • Overload - a part doing more work than it was sized for fails on a clock. Confirm the part is correctly specified for the duty.
  • Contamination - a seal that keeps failing lets grit in that kills the next bearing. Fix the seal and the environment, not just the bearing.

If it overheats or overpressures (thermal/flow failures)

Parts cooked by heat or burst by pressure point at a system condition.

  • Restricted flow or airflow raises temperature and pressure. A clogged filter, fouled coil, or blocked line makes the protected part fail repeatedly.
  • A failed relief or limit device lets pressure or temperature climb past where the dying part can survive.
  • Wrong settings - a control set too aggressive runs the system past safe limits.

The diagnostic discipline

Step Question Why
1 How exactly did it fail? Mode names the cause family
2 What was it actually subjected to? Measure current, voltage, pressure, alignment
3 Is it the right part, correctly installed? Wrong spec or bad install mimics a root-cause fault
4 What changed before the failures started? A modification or event often started the cycle

If you cannot find the root cause, do not declare victory by replacing the part. Document the measured conditions, set a tighter follow-up, and tell the customer you are watching it. A repeat failure you predicted protects your reputation; a surprise repeat failure costs you the account.

References

  • OSHA electrical-safety practice on overcurrent protection (never up-size to defeat trips)
  • Reliability-engineering root-cause and failure-mode analysis practice
  • See related: Belt, Coupling, or Bearing Noise Decision Tree
  • See related: Pressure Too High Diagnosis Tree