Part 1 · Electrical Foundations · Chapter 05 Complete 10 min read

Series vs Parallel Circuits

Safety limits are in series. Loads are in parallel. The diagnostic implications are enormous.

What you'll take away

  • Read series vs parallel configurations on a schematic
  • Predict how a reading changes when a component opens in each configuration
  • Explain why 'one open limit kills the whole heat call' while 'one failed zone doesn't kill the others'

Two configurations describe how components can be wired together, and they behave in opposite ways. In a series circuit, components are connected one after another in a chain; current has to flow through all of them in order. In a parallel circuit, components are connected across the same two rails; each has its own independent path, and current can flow through any of them without going through the others.

This distinction sounds abstract. In HVAC, it has enormous diagnostic consequences because the two configurations are used for very different purposes — and recognizing which you’re looking at on a schematic tells you a great deal about what to expect when something fails.

The configurations visually

Picture a simple 24V circuit with a transformer, some switches, and a relay coil as the load.

Series: transformer → switch 1 → switch 2 → switch 3 → coil → back to transformer. Every piece of current that flows has to pass through every component in sequence. One wire exits the transformer, threads through each switch, and arrives at the coil.

Parallel: transformer → splits into three branches, one for each load → each load independently returns to the transformer. Three wires exit the transformer side, each feeding its own load, each with its own return.

Series vs parallel behavior

reference
Current through series components Same through all One path, one current
Voltage across series components Divides among them Larger resistance = larger share
One series component opens Entire circuit dies No current anywhere
Current through parallel components Divides among branches Each branch is independent
Voltage across parallel branches Same across all Same rail, same potential
One parallel branch opens That branch dies only Others keep running
Total resistance — series Sum of all (R1 + R2 + R3) Adds up
Total resistance — parallel Less than any single branch More paths, lower combined resistance

The single most consequential row in that table is the fourth one: in series, one open component kills the entire circuit. In parallel, one open branch only kills that branch.

Why the safety string is series by design

Every residential heating appliance has a safety string on its ladder diagram: a chain of normally-closed switches — rollout, high limit, flame rollout, auxiliary limit — wired in series, ending at the inducer relay coil. A call for heat has to pass through every one of them, in sequence, for the inducer to start.

This configuration is intentional. By wiring the limits in series, the designer guarantees that any limit opening — for any reason — breaks the chain and stops the call for heat. You don’t need separate logic to ask “did any limit open?” The physics of a series circuit does the asking for you. One open contact anywhere in the chain, and current cannot flow. The appliance shuts down. Whatever the limit was protecting is protected.

This is the “fail-safe” principle expressed through circuit topology. The appliance’s safe state (not running) is also its default state when any component fails open — which is the most common way electrical components fail. Broken wires, corroded connections, drifted contacts all tend to open, not short. A series safety string catches every one of those failure modes with a single logical structure.

Why loads are parallel

On the same ladder diagram, look at the transformer’s output feeding multiple loads: the inducer relay coil on one rung, the gas valve coil on another rung, the blower relay coil on another. Each has its own independent rung from R to C. That’s parallel configuration.

This is also intentional. Each load gets the full 24V supply voltage regardless of what the other loads are doing. The gas valve energizes when its rung’s control logic says to, independent of whether the blower relay is also energized. A failed coil on one rung doesn’t affect the others. Multiple things can happen simultaneously, each with its own control.

Parallel is the pattern whenever you want “multiple things running at once, each independently.” Loads in parallel is the norm for HVAC control circuits because a running system has several things happening at once (inducer and gas valve simultaneously, for example) and because a failed load on one branch shouldn’t cascade into the others.

The diagnostic consequences

Knowing which configuration you’re looking at tells you how to interpret a fault.

Series failure signature. If the entire call for heat is dead — no inducer, no nothing — and you know the safety string is in series, then somewhere in that chain a contact has opened. The diagnostic move is to walk the string with the meter, finding the step where 24V disappears. Whichever switch is open is your fault.

Parallel failure signature. If one specific load has failed — the blower isn’t coming on but the burner is firing fine — and you know the loads are parallel, the fault is isolated to that specific branch. You don’t need to check the upstream control voltage or the other branches; the fault is somewhere in the failed branch itself (its coil, its wire, or its triggering logic).

Voltage division in series circuits

A subtlety that matters diagnostically: when multiple components are in series and current flows through all of them, the supply voltage divides across the components proportional to their resistance. A coil with 50 Ω in series with a closed switch having 1 Ω of contact resistance and a second switch having 0.5 Ω of contact resistance, all pulling 24V total — the coil gets 24 × (50 / 51.5) ≈ 23.3 V, the first switch drops 24 × (1 / 51.5) ≈ 0.47 V, and the second switch drops 0.23 V. The coil is getting essentially full voltage because the switch resistances are small compared to the coil resistance.

Now imagine one of those switches has degraded and now has 5 Ω of contact resistance. The total circuit resistance is 55.5 Ω, not 51.5 Ω. Coil gets 24 × (50 / 55.5) ≈ 21.6 V — a 1.7 V drop from its healthy value. The coil will still pull in, probably, but the current through it has dropped by 7%, which reduces solenoid force, and the coil’s response to control signals becomes marginal. This is the failure mode that voltage drop testing catches and that simple continuity cannot.

Parallel loads don’t affect each other’s voltage

The complementary point: loads in parallel are at the same voltage by definition — they’re both across the same two supply rails. If the blower relay coil and the gas valve coil are in parallel across R and C, both see whatever voltage is between R and C at that moment. If the gas valve coil shorts, that pulls a lot of current through it and may cause the transformer’s secondary voltage to sag, which affects the blower coil too (because they share the supply). But in normal operation, each parallel branch is independent of the others.

This is why a zoning system with three zone valves in parallel can have one zone valve fail open-circuit and the other two continue to operate normally. Each has its own branch, its own voltage, its own independent destiny until something common — like the transformer — gives up.

Mixed topology in real HVAC circuits

Real HVAC control circuits combine series and parallel extensively. The call-for-heat path is a series string (safety limits), but inside that string, certain sub-components — like two pressure switches that must both be closed on a two-stage furnace — might be in series within the rung. And downstream of the safety string, the loads are in parallel branches.

On a ladder diagram, this combination is immediately visible: a series chain appears as multiple contacts in a single rung, while parallel branches appear as separate rungs. The visual convention makes the circuit topology legible at a glance once you’ve internalized the pattern.


Check your understanding

0 / 3

01On a residential gas furnace, the rollout switch, high limit, and auxiliary limit are all in series with the inducer relay coil. The high limit opens from a tripped-plenum condition. What happens to the inducer?

02In a zoning system, three zone valves are wired in parallel, each to its own thermostat. Zone 1's valve motor has an open winding. What's the expected symptom?

03A 50 Ω coil is in series with a closed switch that has 0.5 Ω of healthy contact resistance, across a 24V supply. Voltage drop across the switch will be approximately:

Before you close the chapter

You should now be able to read a ladder diagram and immediately recognize whether a given group of components is in series or parallel, predict what a fault in each configuration will look like, and use voltage-drop reasoning to catch degrading contacts in series paths. The next chapter turns to the ladder diagrams themselves — how to read them end-to-end as a diagnostic tool, in even more detail than the configuration rules introduced here.