Series vs Parallel in the Field
Why this matters
Whether components are wired in series or in parallel changes everything about how a fault behaves and how you find it. In series, one open kills the whole string. In parallel, one open drops only its own branch and the rest keep running. Read the wiring wrong and your diagnosis goes sideways: you will hunt for a single bad device when the layout is telling you the real story. This holds for switches, loads, sensors, and protection across every trade.
Safety: resistance tests are done on a dead, verified circuit. Voltage tests are done live with proper PPE and a proven meter.
Series: one path, shared current
In a series circuit, components sit one after another on a single path. Current has only one route, so the same current flows through every component in the string.
- Voltage divides. The source voltage splits across the components in the string. Each one drops a share.
- One open kills all. Break the path anywhere and current stops everywhere on that string. Every device downstream goes dead, not just the failed one.
- Resistances add. Total resistance is the sum of the parts.
Series is how safety chains are built: a row of limits, interlocks, and switches in series so that any one of them opening shuts the system down. That is the point - any single gate can stop the works.
Parallel: many paths, shared voltage
In a parallel circuit, components branch across the same two points. Each branch is its own path, so each sees the full source voltage.
- Voltage is the same across every branch. Each branch gets the full voltage.
- Current divides. Total current is the sum of what each branch draws. More branches, more total current.
- One open drops only its branch. If one parallel branch opens, the others keep running on their own paths. The system keeps working with one piece dead.
Parallel is how loads that must run independently are wired: outlets, lights, multiple motors. Killing one does not kill the rest.
Side by side
| Series | Parallel | |
|---|---|---|
| Paths for current | One | Many |
| Same across all | Current | Voltage |
| Divides among parts | Voltage | Current |
| One component opens | Whole string dead | Only that branch dead |
| Total resistance | Adds up | Drops below smallest branch |
| Typical use | Safety/limit chains | Independent loads |
Reading the failure tells you the layout
You can often infer the wiring from the symptom, which then tells you where to look.
- Everything downstream went dead at once. That points to a series open: one break upstream took out the whole string. Find the single open point.
- One thing died, the rest run fine. That points to a parallel branch open: only the faulted branch lost power. Go straight to that branch.
- A breaker trips harder as you add load. That fits parallel: each added branch adds current until protection trips.
Let the pattern of what is dead and what still runs steer you to the layout before you start probing.
Diagnosing each one
Series string that is dead:
- De-energize and verify dead.
- Ring out the string section by section, or walk voltage live from the source down the line.
- The open is between your last good point and the first dead point. One break, find it, done.
Parallel branch that is dead:
- Isolate to the single dead branch; the others are fine and confirm the source is good.
- Test that branch's path and its load.
- The fault is contained to that branch. Do not waste time on the working branches.
Traps to avoid
- Calling a series open a bad load. When a whole string dies, the failure is usually one open contact or wire, not the final load. Resist swapping the load first.
- Missing a parallel feed. A branch can be fed from more than one path. If a branch is hot when you expect it dead, look for a second parallel feed or a backfeed.
- Mixed circuits. Real equipment combines both: series safety gates feeding parallel loads. Read each section for what it is, rung by rung.
References
- NFPA 70 (National Electrical Code) on series and parallel conductor arrangements
- Manufacturer wiring diagrams for the serviced equipment
- Trade-standard circuit-analysis and ladder-logic practice
- OSHA electrical safety standards
- See related: Reading a Simple Ladder Diagram, Open vs Short vs Ground (The Three Faults)