Repair & Troubleshooting

Electrical Fault Diagnosis: A Systematic Approach

February 21, 202612 min readDovient Learning

A packaging line goes down at 2 AM. The night shift electrician opens the panel, sees a tripped breaker, and resets it. The line runs for 20 minutes and trips again. He resets it again. After the third trip, something in the panel starts smoking. Now instead of a simple diagnosis, you have burnt wiring, a damaged VFD, and a 6-hour repair job that should have been a 30-minute fix.

Electrical faults in industrial equipment are responsible for roughly 30% of unplanned downtime in manufacturing plants. The tricky part is not that these faults are complicated. Most of them fall into four categories. The tricky part is that electricity is invisible. You cannot see current flowing, so you rely on test instruments and a logical process to find the problem.

This guide covers the four main electrical fault types, the test equipment you need, a step-by-step diagnosis process, and the safety procedures that keep you alive while doing it.

Safety First: Lockout/Tagout

Before we talk about diagnosis, we need to talk about survival. Electrical work kills people every year in industrial settings. The majority of those deaths were preventable with proper lockout/tagout (LOTO) procedures.

LOTO means physically disconnecting the equipment from its energy source and locking the disconnect in the off position so nobody can re-energize it while you are working on it. Every plant should have a written LOTO procedure. If yours does not, stop reading this article and go write one.

The basic LOTO steps for electrical work:

  1. Notify affected personnel. Tell everyone who needs to know that you are shutting down and locking out the equipment.
  2. Shut down the equipment using the normal stopping procedure. Do not just kill the breaker; stop the machine first.
  3. Isolate the energy source. Open the main disconnect switch. For machines with multiple power sources (main power, control power, pneumatic, hydraulic), isolate all of them.
  4. Apply your personal lock and tag to the disconnect. Your lock, your key. Nobody else's.
  5. Verify zero energy. Try to start the machine. It should not start. Then use a voltage tester to confirm zero voltage at the point of work. Test the tester on a known live source before and after to confirm the tester itself is working.
  6. Perform the work.
  7. Remove locks and restore energy only after all tools are removed, all guards are replaced, and all personnel are clear.

There are situations where you must work on energized equipment (troubleshooting is one of them, since you often need the power on to take measurements). In those cases, follow your plant's energized work permit procedure, wear appropriate PPE (arc-rated clothing, insulated gloves, face shield), and use insulated tools. Never work alone on energized equipment.

Four Electrical Fault Types OPEN CIRCUIT Broken conductor Blown fuse Loose terminal Failed switch/relay Test: Continuity / Voltage SHORT CIRCUIT Short! Damaged insulation Wire pinched by cover Moisture ingress Component failure Test: Resistance (near 0 Ω) GROUND FAULT Current leaks to ground Wet conditions Damaged wire to frame Test: Megger (insulation) OVERLOAD ↑↑↑ Excess current draw Mechanical binding Undersized conductor Bearing failure Voltage imbalance Test: Clamp meter (amps) Quick Comparison Fault Type What Happens Protection Device Danger Level Open Circuit Current stops flowing None (fuse if cause) Low Short Circuit Massive current spike Fuse / Circuit breaker High (arc flash) Ground Fault Current leaks to earth GFCI / Ground fault relay High (electrocution) Overload Excess current, heating Overload relay / Thermal Medium (fire) Always assume a circuit is live until you have personally verified it is de-energized.

Understanding the Four Fault Types

Open Circuit

An open circuit means the electrical path is broken somewhere. Current cannot flow from source to load and back. The result: the device simply does not work. No motor rotation, no solenoid actuation, no heater output. Nothing dramatic happens; the equipment just sits there dead.

Common causes of open circuits in industrial settings:

  • Broken conductor. Wire broke from vibration fatigue, especially at terminal connections where the wire is crimped or screwed down.
  • Blown fuse. The fuse did its job protecting the circuit from an overcurrent event. The question is: what caused the overcurrent?
  • Loose terminal. A screw terminal that was not tightened properly during installation or worked loose over time from thermal cycling (heating and cooling as current flows).
  • Failed switch or relay contact. Relay contacts wear over time. After tens of thousands of cycles, the contact surface erodes or welds, and the relay either fails open (does not close) or fails closed (does not open).
  • Corroded connection. Especially in humid or wash-down environments. Corrosion increases resistance at the connection point, and eventually the connection fails completely.

How to find it: Use a multimeter set to continuity mode. Start at the load (motor, solenoid, heater) and work backward toward the power source, checking continuity through each component and connection. The point where you lose continuity is your open circuit.

Short Circuit

A short circuit means current is taking an unintended path between two conductors, bypassing the load. Because the load (which has resistance) is bypassed, current spikes to extreme levels. This trips breakers, blows fuses, and in severe cases causes arc flash events that can injure or kill people.

Common causes:

  • Damaged insulation. Wire insulation wears through from rubbing against a sharp edge, being pinched by a panel cover, or degrading from heat exposure.
  • Moisture ingress. Water in an electrical enclosure creates a conductive path between conductors. Especially common after wash-down procedures or in outdoor installations.
  • Component failure. A VFD, contactor, or other component can fail internally in a way that creates a short between phases or between phase and neutral.
  • Wiring error. During maintenance or installation, a wire was landed on the wrong terminal.

How to find it: With power locked out, use a multimeter set to resistance (ohms) mode. Measure resistance between each phase conductor and between each phase and neutral. A reading near zero ohms indicates a short. Disconnect components one at a time to isolate which section of the circuit contains the short.

Ground Fault

A ground fault means current is leaking from a conductor to the equipment frame, conduit, or earth ground. This is different from a short circuit: in a short, current flows between two power conductors. In a ground fault, current flows from a power conductor to ground.

Ground faults are especially dangerous because the equipment frame becomes energized. Anyone who touches the machine while standing on a grounded surface completes the circuit through their body.

Common causes:

  • Wire insulation failure. A conductor's insulation breaks down, and the bare wire contacts the metal conduit or machine frame.
  • Motor winding insulation breakdown. Motor winding insulation degrades over time from heat, moisture, and contamination. Eventually a winding touches the motor frame (this is called a "ground" in motor terminology).
  • Moisture. Condensation inside a motor or junction box can create a conductive path to ground.
  • Contamination. Conductive dust (metal particles, carbon) accumulating on insulation surfaces can create a leakage path to ground.

How to find it: Use an insulation resistance tester (megger). With the circuit de-energized and disconnected, measure insulation resistance between each conductor and ground. Good insulation should read in the megaohm range (typically above 1 megaohm per 1,000 volts of circuit rating). A reading below 1 megaohm indicates insulation breakdown. A reading near zero indicates a direct ground fault.

Overload

An overload means the circuit is carrying more current than it was designed for, but not enough to trip the breaker instantly (that would be a short circuit). Instead, the excess current generates heat. Over time, this heat degrades insulation, weakens connections, and can start fires.

Common causes:

  • Mechanical binding. The motor is driving a load that is harder to turn than it should be: a seized bearing, a jammed conveyor, a clogged pump impeller. The motor draws more current trying to overcome the resistance.
  • Voltage imbalance. In three-phase systems, if the voltage on one phase is significantly different from the other two, the motor draws excess current on the low-voltage phase. A 3% voltage imbalance can cause a 20% current imbalance.
  • Undersized conductors. Someone replaced a wire with a smaller gauge, or the original installation was undersized for the actual load.
  • Failed cooling. The motor fan is broken, or ventilation is blocked. The motor is not actually overloaded, but it overheats because it cannot shed the normal heat it generates.
  • Single phasing. In a three-phase system, one phase drops out (blown fuse, loose connection). The motor continues to run on two phases, but draws roughly 1.73 times normal current on the remaining two phases. This will burn the motor quickly.

How to find it: Use a clamp meter to measure current on each phase conductor while the motor is running under load. Compare the measured current to the motor nameplate full load amps (FLA). Current should be at or below the nameplate FLA. If it is higher, investigate the mechanical load. If current is unbalanced between phases, check for voltage imbalance and loose connections.

Test Equipment You Need

You do not need a lab full of instruments to diagnose most electrical faults. Three tools cover 90% of situations.

Digital Multimeter (DMM)

Your primary tool. A good industrial DMM (CAT III or CAT IV rated) measures voltage, current, resistance, and continuity. Use it for:

  • Checking for voltage at the motor terminals (is power getting there?)
  • Continuity testing through switches, relays, fuses, and wiring
  • Resistance measurements on heating elements, coils, and windings
  • Diode testing on rectifiers and VFD input stages

Buy the best DMM you can afford. A $150-200 meter from Fluke or equivalent will last 15 years and keep you safe. Cheap meters with inadequate safety ratings can explode during a fault event.

Insulation Resistance Tester (Megger)

A megger applies a high DC voltage (typically 500V or 1000V) to test insulation integrity. You cannot do this with a regular multimeter because the test voltage on a multimeter is too low to stress the insulation. The megger is essential for:

  • Motor winding insulation testing (the single most important motor health test)
  • Cable insulation testing
  • Finding ground faults that a multimeter misses

Test procedure: disconnect the circuit, connect the megger between each conductor and ground, apply the test voltage for 60 seconds, and record the reading. Compare to the minimum acceptable value for the circuit voltage rating.

Clamp Meter

A clamp meter measures current by clamping around a conductor without breaking the circuit. This is critical because it allows you to take current readings on an energized, running system. Use it for:

  • Checking motor running amps against nameplate FLA
  • Detecting current imbalance between phases
  • Measuring starting (inrush) current to check for mechanical problems
  • Verifying that a circuit is de-energized (zero amps) before working on it

A clamp meter that measures true RMS is worth the extra cost. VFD-driven motors produce non-sinusoidal current waveforms that average-reading meters will measure incorrectly, sometimes reading 20-30% low.

Electrical Fault Diagnosis Flowchart EQUIPMENT NOT WORKING STEP 1: Apply LOTO / Verify safe STEP 2: Visual Inspection Burn marks, melted wire, smell? YES Repair/replace damaged Short circuit likely. NO STEP 3: Check Power Supply Correct voltage at disconnect? NO Upstream problem. Check breaker panel. YES STEP 4: Check Fuses / Breakers All fuses good? Breakers on? NO Test circuit for short/ground BEFORE replacing fuse YES STEP 5: Test Voltage at Load Correct voltage at load? NO Open circuit in wiring. Trace with continuity test. YES Power supply is OK. Problem is the load device. Test motor/component. Key Principle Work from the power source toward the load. The first point with no voltage is the fault.

Step-by-Step Diagnosis Process

The flowchart above shows the overall logic. Here it is expanded into a practical procedure you can follow at the machine.

Step 1: Safe Conditions

Apply LOTO if you are going to open panels or touch wiring. If you need to take measurements on energized equipment, follow energized work procedures and wear appropriate PPE. Verify your test equipment is working by testing it on a known live source.

Step 2: Visual Inspection

Open the electrical panel. Look for:

  • Burn marks or discoloration on wires, terminals, or components
  • Melted insulation or a burnt smell
  • Loose wires or terminals (gently tug on each wire at its terminal)
  • Signs of moisture: water stains, condensation, corrosion
  • Tripped breakers or overload relays (the overload relay will have a trip flag visible)

This step catches 30-40% of electrical faults before you even pick up a meter. Burnt wires and tripped overloads are visible.

Step 3: Check Power Supply

Measure voltage at the main disconnect. You should see the expected voltage (for example, 480V between phases in a US three-phase system, or 415V in a 50Hz system). If voltage is missing or significantly low, the problem is upstream: check the feeder breaker at the MCC or distribution panel.

Measure voltage between all three phases and between each phase and ground. This checks for single phasing (one phase missing) and voltage imbalance (one phase significantly different from the others).

Step 4: Check Fuses and Breakers

Check every fuse in the panel with a multimeter. Visual inspection is not reliable since a fuse can look good but be blown internally. Measure continuity through each fuse. If a fuse is blown, do not simply replace it. Test the circuit for a short or ground fault first. Otherwise, the new fuse will blow immediately.

Check all breakers. Reset tripped overloads only after investigating why they tripped. An overload that trips repeatedly is protecting the motor from a problem that needs fixing.

Step 5: Test Voltage at the Load

Measure voltage at the motor or device terminals. If you had good voltage at the disconnect but no voltage at the load, the problem is in the wiring between those two points. The most likely culprits: a failed contactor (not pulling in), a broken wire in the conduit, or a corroded terminal.

Use continuity testing to trace the circuit from the disconnect to the load, checking through each switch, contactor, and relay contact along the way.

Step 6: Test the Load

If voltage is correct at the load terminals and the device still does not work, the problem is the device itself. For a motor:

  • Measure resistance between each pair of motor leads. All three readings should be roughly equal. If one is significantly different, the motor has a winding fault.
  • Measure insulation resistance between each motor lead and the motor frame using a megger. Readings below 1 megaohm indicate winding insulation breakdown.
  • Spin the motor shaft by hand (if safe to do so). It should turn freely. A locked or rough-feeling shaft indicates a mechanical problem (bearing failure, rotor rub).

Common Mistakes in Electrical Diagnosis

  • Resetting a breaker without investigating. A breaker tripped for a reason. Resetting it blindly risks making a small problem into a big one (like the scenario at the top of this article).
  • Replacing a fuse with a larger one. The fuse is sized to protect the wire, not to keep the machine running. A larger fuse allows the wire to overheat, potentially starting a fire inside the conduit where nobody can see it.
  • Not testing the tester. Before trusting a "no voltage" reading, verify your meter works on a known live source. A dead meter battery will give you a "zero voltage" reading that could get you killed.
  • Ignoring intermittent faults. "It works now" is not a diagnosis. Intermittent electrical faults (usually loose connections) get worse over time, not better. Find and fix them while they are still minor.
  • Working alone on energized equipment. Always have a second person present when taking measurements on live circuits above 50V. They are there to call for help if something goes wrong.

Connecting Electrical Diagnosis to Maintenance Strategy

Electrical faults do not just happen. They develop over time. A motor winding does not go from perfect to grounded overnight. Insulation resistance drops gradually over months or years. A connection does not go from tight to loose in a day; it loosens over hundreds of thermal cycles.

This means you can catch most electrical faults before they cause downtime. Monthly insulation resistance testing on critical motors, annual infrared scanning of electrical panels, and quarterly tightening of connections in high-vibration areas will prevent the majority of electrical failures.

When a fault does happen, record everything: what failed, what caused it, what the measurements were, and what you did to fix it. This history is what separates a maintenance team that keeps repeating the same failures from one that improves over time. A quick root cause analysis after each electrical failure builds that knowledge base.

Tracking mean time to repair for electrical faults specifically will show you where your team needs training. If MTTR for electrical faults is significantly higher than for mechanical faults, your electricians may need additional diagnostic training, better test equipment, or better access to wiring diagrams.

Dovient's diagnostic troubleshooter stores electrical fault history and guides technicians through the same systematic process described here, tailored to your specific equipment. When your night shift electrician faces a tripped breaker at 2 AM, the first thing they see is the confirmed diagnosis from the last time that breaker tripped, not a blank work order. Talk to our team to see how it works.


Related Articles