In a series circuit, current (measured in Amperes) is the only constant across all components. While voltage drops across each individual element and total resistance adds up cumulatively, the exact same number of electrons per second flows through every single node in the loop. If you measure 20 milliamps leaving the power source, you will measure exactly 20 milliamps between every component, right up to the return path.

Understanding this fundamental rule is the difference between a circuit that works on paper and one that survives on the bench. Below, we break down the topology, map out failure modes, and walk through a real-world 12V LED design to show why series configurations dominate specific applications.

The Series Topology: Node Labels and Current Flow

A pure series circuit provides only one path for current to flow. To visualize this, let us map a simple three-resistor loop with specific node labels:

  • Node A: Positive terminal of the voltage source (e.g., 12V DC).
  • Node B: The junction between Resistor 1 (R1) and Resistor 2 (R2).
  • Node C: The junction between R2 and Resistor 3 (R3).
  • Node D: The negative terminal (ground/return) of the voltage source.

Because there are no branches at Nodes B or C, Kirchhoff's Current Law (KCL) dictates that the current entering a node must equal the current leaving it. Therefore, Itotal = IR1 = IR2 = IR3. According to All About Circuits, this single-path constraint means that if you alter the resistance of R2, the current changes globally across the entire loop, not just locally.

The Water Analogy: Imagine a single garden hose (the wire) with three kinks or valves (the resistors) along its length. The water pressure (voltage) drops across each valve, but the flow rate (gallons per minute, or current) remains identical at every point in the hose. You cannot have more water flowing out of the second valve than entered the first.

Behavior Matrix: What Changes When One Element Shifts

Designing reliable series circuits requires predicting how the system reacts when a component drifts, fails open, or fails short. Unlike parallel circuits where a single branch failure leaves the rest operational, a series circuit is a single point of failure chain.

Component Event Total Resistance Total Current (Constant) Voltage Across Other Components
One resistor value increases Increases Decreases globally Decreases (due to lower total current)
One resistor value decreases Decreases Increases globally Increases (risk of overcurrent)
Open Circuit (e.g., blown fuse, broken wire) Becomes infinite Drops to exactly 0A Drops to 0V; full source voltage appears across the open break
Short Circuit (e.g., component fails internally) Decreases (loses that R value) Spikes (limited only by remaining R) Increases (remaining components absorb full source voltage)

The extreme failure modes dictate your protection strategy. If a component fails short, the remaining components must absorb the full source voltage, which usually causes a cascading thermal failure. This is why series strings often require individual zener diodes or bypass protection in high-reliability applications.

Design Walkthrough: Sizing a 12V LED Series String

Why choose a series topology over parallel for LEDs? The answer is current matching and thermal runaway prevention. LEDs have slight manufacturing variations in forward voltage ($V_f$). If wired in parallel, the LED with the lowest $V_f$ hogs the current, heats up, drops its $V_f$ further, and eventually burns out. Wiring them in series forces the exact same constant current through every die, ensuring uniform brightness and longevity.

Let us design a series string using three Cree XLamp XP-E2 LEDs powered by a standard 12V DC bench supply.

1. Calculate the Voltage Headroom

At our target drive current of 350mA, each Cree LED has a typical $V_f$ of 2.9V.
Total LED voltage drop = 3 × 2.9V = 8.7V.
Remaining voltage for the current-limiting resistor = 12V (Source) - 8.7V = 3.3V.

2. Size the Current-Limiting Resistor

Using Ohm's Law ($R = V / I$):
$R = 3.3V / 0.35A = 9.42\Omega$.
We will select the nearest standard E12 value: 10Ω.

3. Determine the Power Rating

Resistors burn up if underrated. Calculate the dissipated power using $P = I^2 \times R$:
$P = (0.35A)^2 \times 10\Omega = 1.225W$.
A standard 1/4W or 1/2W carbon film resistor will instantly overheat and fail open. We must select a 3W wirewound resistor (e.g., Vishay 3W axial) to provide a safe thermal derating margin.

Design Note: Always measure your actual bench supply voltage before calculating. A "12V" unregulated wall adapter often outputs 14V under light loads. If $V_{source}$ is 14V, your resistor drops 5.3V, dissipating 1.85W. The 3W wirewound resistor saves your circuit here.

Breadboard Testing: Step-by-Step Verification

Before soldering, validate the constant current behavior on a solderless breadboard. You will need a digital multimeter (like a Fluke 117), your 12V supply, the LEDs, and the 10Ω 3W resistor. Follow these steps to verify the topology safely, referencing Fluke's current measurement guidelines.

  1. De-energize and Isolate: Ensure the 12V supply is unplugged. Never build or alter a circuit while it is live.
  2. Place Components: Insert the three LEDs in series (cathode of LED 1 to anode of LED 2, etc.). Place the 10Ω resistor at the end of the chain, bridging the ground rail.
  3. Cold Resistance Check: Set your multimeter to Ohms. Measure across the entire unpowered string. You should read a high value (LEDs act as diodes and block low-voltage multimeter test current) or an overload (OL) reading, confirming no dead shorts exist.
  4. Power and Measure Voltage Drops: Connect the 12V supply. Set the multimeter to DC Volts. Place the black probe on the ground rail and touch the red probe to Node B (between R1 and LED 1), then Node C, then Node D. Verify the voltages step down incrementally (e.g., ~9V, ~6V, ~3V).
  5. Break the Circuit to Measure Current: This is the critical step. Never place a multimeter in current (Amps) mode directly across a voltage source; it will blow the internal fuse. Turn off the supply. Pull one leg of the resistor to create an open circuit (a physical break). Insert your multimeter probes into the break (red probe toward the positive side, black toward ground). Set the meter to milliamps.
  6. Verify the Constant: Power the supply. The meter should read approximately 330mA to 350mA. Now, move the multimeter "break" to a different node in the series chain. The current reading will remain exactly the same, proving the fundamental rule of the series topology.

Frequently Asked Questions

Is voltage constant in a series circuit?

No. Voltage is not constant; it divides among the components proportional to their resistance (or impedance in AC circuits). Kirchhoff's Voltage Law (KVL) states that the sum of all voltage drops in a series loop must exactly equal the source voltage. If you have two identical 1kΩ resistors in series across a 10V source, the voltage is not constant at 10V everywhere; it drops by 5V across each resistor.

What happens to the constant current if I add more resistors in series?

The current decreases. Because total resistance is the sum of all individual resistances ($R_{total} = R_1 + R_2 + R_3...$), adding another resistor increases the total opposition to flow. According to Ohm's Law ($I = V / R_{total}$), if the source voltage remains fixed and total resistance goes up, the constant current flowing through the entire loop must go down.

Why do old Christmas lights all go out when one bulb breaks?

Traditional incandescent mini-lights are wired in a single long series circuit to save on copper wire costs. When a filament burns out, it creates an "open circuit" at that specific node. Because there is only one path for current, the open break stops electron flow entirely, dropping the constant current to zero for the whole string. Modern LED strings often use parallel-series sub-loops or shunt resistors inside the bulb base to bypass a dead filament and keep the rest of the string lit.

Can I put constant voltage sources (like batteries) in series with each other?

Yes, wiring batteries in series is the standard method for increasing system voltage (e.g., two 12V lead-acid batteries in series to create a 24V system). The voltages add together, but the available current capacity (Amp-hours) remains constant and is limited by the weakest cell in the chain. Never series-connect batteries of different chemistries, capacities, or states of charge, as the stronger battery will force reverse current through the weaker one during discharge, causing severe damage or venting.