When you wire components so that electrical current has only one continuous path to follow, you are building a circuit in series. In this topology, the current ($I$) is identical through every single component, while the total supply voltage ($V_{total}$) is divided among them based on their individual resistance or forward voltage drops. Unlike parallel configurations where branches operate independently, a series chain is a single point-of-failure system: if the path breaks anywhere, the entire chain stops functioning.
This guide moves past abstract textbook definitions. We will map out node labels, calculate real component values for a 12V LED driver, analyze extreme failure modes, and walk through a bench-testing procedure using a digital multimeter (DMM).
The Series Topology: Node Labels and Current Flow
To troubleshoot or design effectively, you must define your nodes. A node is any continuous conductive path between two or more components where no current is lost or gained. Let us map a simple series chain consisting of a DC voltage source, a current-limiting resistor (R1), and a load (L1).
- Node A: The positive terminal of the voltage source (e.g., +12V DC).
- Node B: The junction between the source and the first lead of R1. (Electrically identical to Node A if wire resistance is negligible).
- Node C: The junction between the second lead of R1 and the positive terminal of Load L1. This is where the first voltage drop occurs.
- Node D: The negative terminal of Load L1, connecting directly to the ground/negative rail of the source.
According to Kirchhoff's Voltage Law (KVL), the sum of all voltage drops around this closed loop must exactly equal the source voltage. If you measure Node A to Node D, you read 12V. If you measure Node C to Node D, you read only the voltage consumed by the load.
Element Change Behavior Table
Understanding how altering one component affects the rest of the chain is critical for design. Here is what happens when a single element changes in a series topology:
| Change Made to Element | Effect on Total Current ($I$) | Effect on Voltage Across Changed Element | Effect on Voltage Across Remaining Elements |
|---|---|---|---|
| Increase Resistance of R1 | Decreases | Increases | Decreases |
| Decrease Resistance of R1 | Increases | Decreases | Increases |
| Load L1 fails OPEN | Drops to 0A | Equals full source voltage | Drops to 0V |
| Load L1 fails SHORT | Spikes (limited only by R1) | Drops to ~0V | Increases to full source voltage |
Design Walkthrough: Building a 12V LED Dropper Circuit
Let us design a practical series circuit to drive two standard 5mm red LEDs from a 12V DC bench supply. We will use real component values and standard E24 resistor series numbers.
1. Define the Load Requirements
A typical 5mm red LED (like the Lite-On LTL-307EE) has a forward voltage ($V_f$) of 2.0V and a nominal forward current ($I_f$) of 20mA (0.020A). Because we are wiring two LEDs in series, their voltage drops add together:
- Total $V_f$ = 2.0V + 2.0V = 4.0V
- Target Current = 20mA
2. Calculate the Dropper Resistor
The resistor must absorb the remaining voltage from the 12V supply.
$V_{resistor} = V_{supply} - V_{f(total)} = 12.0V - 4.0V = 8.0V$
Using Ohm's Law ($R = V / I$):
$R = 8.0V / 0.020A = 400\Omega$
The exact value of 400$\Omega$ is not in the standard E24 resistor kit. The closest standard values are 390$\Omega$ and 430$\Omega$. We will select 390$\Omega$, which yields a slightly higher current:
$I_{actual} = 8.0V / 390\Omega = 20.51mA$
This is well within the 30mA absolute maximum rating for standard indicator LEDs.
3. Verify Resistor Power Rating
Resistors burn up if they dissipate more heat than their physical size allows.
$P = I^2 \times R = (0.02051A)^2 \times 390\Omega = 0.164W$
A standard 1/4W (0.25W) carbon film resistor is rated for 0.25W. Since 0.164W is roughly 65% of the maximum rating, a 1/4W resistor will run warm but safe. For a cooler running board, you could step up to a 1/2W resistor, but 1/4W is perfectly acceptable here.
Failure Modes at the Extremes: Open vs. Short
The defining characteristic of a circuit in series is its vulnerability to single-point failures. Contrasting this with parallel wiring highlights why we choose one topology over the other.
The Open Circuit Failure
If one LED in our chain burns out and breaks its internal bond wire, it becomes an open circuit. The resistance of that node spikes to infinity. Current immediately drops to 0A. The remaining LED goes dark, even though it is perfectly fine. The full 12V supply will now appear across the terminals of the broken LED. This is the exact failure mode that plagued old-school incandescent Christmas tree lights, where one dead bulb killed the entire string.
The Short Circuit Failure
If a component fails short (internal resistance drops to near zero), it effectively removes itself from the voltage-dividing chain. In our LED circuit, if LED1 shorts out, its 2.0V drop disappears. The remaining 10V must now be divided between the 390$\Omega$ resistor and LED2. The current spikes to roughly 25.6mA ($8V / 390\Omega$ assuming LED2 still drops 2V initially). LED2 will run hot, degrade rapidly, and likely fail open shortly after, taking the whole circuit down with it.
In a parallel topology, if one branch fails open, the other branches continue to draw current normally. Series circuits demand higher component reliability or redundant bypass mechanisms (like Zener diodes placed in parallel with each LED to keep the chain alive if one burns out).
Step-by-Step Breadboard Testing Procedure
Before applying power to a newly built series chain, verify your physical layout. Follow these steps to test the circuit safely on a solderless breadboard.
- Power Down: Ensure the bench supply is off and unplugged. Never insert or remove components while the rails are energized.
- Insert Components: Place the 390$\Omega$ resistor and two LEDs into the breadboard. Ensure the LEDs are oriented correctly (the longer leg/anode faces the positive rail, the shorter leg/cathode faces the ground rail).
- Cold Resistance Check: Set your DMM to the Ohms ($\Omega$) setting. Place the red probe on the positive rail and the black probe on the ground rail. You should read a high resistance or an overload (OL) reading because the LEDs act as diodes and block the DMM's low test voltage in the forward direction. If you read 0$\Omega$, you have a dead short—find it before proceeding.
- Energize and Measure Voltage Drops: Turn on the 12V supply. Set the DMM to DC Volts. Measure Node A to Node D (should read ~12.0V). Next, measure across the resistor (Node B to Node C). It should read ~8.0V. Measure across each LED; each should read ~2.0V.
- Measure Series Current: To verify the 20.5mA calculation, you must break the circuit. Turn off the power. Pull one leg of the resistor out of the breadboard. Set your DMM to the mA current setting (ensure the red probe is moved to the mA jack on the meter). Touch the probes to the resistor leg and the breadboard contact to bridge the gap. Turn the power on. The meter should read between 19mA and 21mA.
Series vs. Parallel: Why Choose This Topology?
Why wire components in a circuit in series when parallel offers independent operation? The answer lies in current control, voltage stacking, and wiring simplicity. Consult this comparison matrix when deciding on a PCB or wiring layout:
| Criterion | Series Topology | Parallel Topology |
|---|---|---|
| Current Distribution | Identical through all components. | Divides among branches based on resistance. |
| Voltage Distribution | Divides among components. | Identical across all branches. |
| Single Component Failure | Open = whole circuit dies. Short = overvoltage on remaining parts. | Open = other branches unaffected. Short = blows main fuse/breaker. |
| Wiring Complexity | Low. Daisy-chain components end-to-end. | High. Requires bus bars or extensive PCB traces for common nodes. |
| Best Use Cases | Battery packs (to increase voltage), LED strings, voltage dividers, current-limiting ballasts. | Household AC outlets, automotive lighting, high-current battery banks (to increase Ah capacity). |
Choose series when you need to guarantee the exact same current flows through multiple devices (like biasing a string of transistors or LEDs) or when you need to stack voltages (like wiring three 12V lead-acid batteries in series to create a 36V forklift pack). Choose parallel when devices need to operate independently at the same voltage.
Frequently Asked Questions
What happens to total resistance when you add more resistors in a circuit in series?
The total resistance strictly increases. In a series topology, resistances are purely additive ($R_{total} = R_1 + R_2 + R_3...$). If you add a 100$\Omega$ resistor to a chain that already has 500$\Omega$, the new total is 600$\Omega$. This is the opposite of parallel resistors, where adding more paths actually decreases the total equivalent resistance. For a deeper mathematical breakdown, All About Circuits provides excellent proofs on series resistance addition.
Can you wire different value capacitors in a circuit in series?
Yes, but the math flips. Capacitors in series combine using the reciprocal formula, exactly like resistors in parallel: $1/C_{total} = 1/C_1 + 1/C_2$. If you put two identical 100$\mu$F capacitors in series, the total capacitance drops to 50$\mu$F. However, the total voltage rating of the chain increases. This is commonly done in high-voltage power supplies where a single capacitor cannot handle the bus voltage. Beware: the voltage divides inversely to the capacitance, meaning the smallest capacitor in the chain will absorb the highest voltage drop and is the most likely to fail.
Why are household outlets not wired in a circuit in series?
Household appliances require a consistent nominal voltage (120V or 230V, depending on your region) to operate correctly. If outlets were wired in series, plugging in a high-wattage device like a space heater would drop the voltage available to the next outlet in the chain, causing lights to dim and motors to stall. Furthermore, turning off or unplugging one device would break the circuit and kill power to everything downstream. Outlets are wired in parallel so each receives the full line voltage independently.
How do you measure current in a circuit in series without breaking the connections?
With a standard DMM, you cannot; you must break the circuit and insert the meter in series to act as a shunt. However, if you are measuring AC current, you can use a clamp meter, which reads the magnetic field generated around the conductor without physical contact. For DC circuits on a PCB where you cannot break a trace, designers often include a low-value "shunt" resistor (e.g., 0.1$\Omega$) in the series path. By measuring the millivolt drop across that known shunt resistor with a DMM, you can calculate the exact current using Ohm's Law without ever interrupting the flow.






