When designing or troubleshooting DC networks, understanding the fundamental behavior of component topologies is the difference between a reliable build and a melted breadboard trace. If you are asking what is constant in a series circuit, the direct answer is current (Amperes). In a pure series topology, the exact same amount of current flows through every single component, regardless of their individual resistance or voltage drops. Voltage, conversely, is divided among the components. This immutable rule—governed by Kirchhoff’s Current Law (KCL)—makes the series circuit the mandatory choice for current-driven loads like LED strings, precision shunt resistors, and sensor networks.
The Core Rule: Topology and Node Behavior
To visualize why current remains constant, we must look at the physical path of the electrons. In a series circuit, there are no branching nodes. The charge carriers have exactly one route from the power source’s positive terminal to its negative terminal.
Consider a standard series string topology with the following node labels:
- Node A: Power Source Positive (+12V DC)
- Component R1: Current-limiting resistor
- Node B: Junction between R1 and LED1
- Component LED1: First light-emitting diode
- Node C: Junction between LED1 and LED2
- Component LED2: Second light-emitting diode
- Node D: Junction between LED2 and LED3
- Component LED3: Third light-emitting diode
- Node E: Power Source Negative (Ground / 0V)
If you were to insert a multimeter in current-measurement mode at Node A, Node C, or Node E, the reading would be identical. According to All About Circuits, because no electrons can accumulate or vanish at the intermediate nodes (B, C, D), the flow rate (current) must remain strictly constant. What does change is the electrical potential (voltage). Each component drops a specific amount of voltage proportional to its resistance or forward voltage requirement, summing up to the total source voltage at Node A.
Series vs. Parallel: Why Choose Series for Current-Critical Loads?
Why force a series topology when you could wire components in parallel directly to the voltage source? The answer lies in semiconductor physics and failure modes. LEDs are current-driven devices with a negative temperature coefficient. As an LED heats up, its forward voltage ($V_f$) drops. If you wire LEDs in parallel with a shared voltage source, the slightly warmer LED will draw more current, which makes it hotter, which drops its $V_f$ further, causing it to hog even more current—a destructive loop known as thermal runaway.
Wiring them in series forces the exact same current through every die, guaranteeing uniform brightness and preventing thermal runaway. However, this topology introduces distinct failure behaviors when components reach their extremes.
| Event | Series Circuit Behavior | Parallel Circuit Behavior |
|---|---|---|
| One element opens (burns out / wire breaks) | Current drops to 0A. The entire string goes dark. The full source voltage appears across the open break. | Current in the failed branch drops to 0A. Remaining branches continue operating normally at the source voltage. |
| One element shorts (internal failure / solder bridge) | Total circuit resistance drops. Current spikes, potentially over-driving and destroying the remaining components unless a driver limits it. | The shorted branch draws massive current, typically tripping the power supply's overcurrent protection or melting the PCB trace. Other branches lose voltage. |
| One element's resistance increases (e.g., thermal drift) | Total current decreases slightly. Voltage drop across the drifted element increases, while drops across others decrease proportionally. | Current in the drifted branch decreases. Other branches are completely unaffected. |
Design Walkthrough: 12V Series LED String with Real Values
Let’s move from theory to the workbench. We will design a 3-LED series string powered by a 12V DC supply, selecting real-world component values to ensure safe, constant-current operation.
1. Select the Components
- Power Supply: Mean Well LRS-35-12 (12V DC, 2.9A output).
- Load: Three Cree C503B-WAN (White 5mm LEDs). Datasheet specifies a typical Forward Voltage ($V_f$) of 3.2V and a maximum continuous forward current ($I_f$) of 20mA.
2. Calculate the Voltage Headroom
Because the LEDs are in series, their voltage drops add together.
Total $V_f$ = 3.2V + 3.2V + 3.2V = 9.6V.
The power supply provides 12V. The remaining voltage must be dropped across our current-limiting resistor (R1).
$V_{R1}$ = 12V - 9.6V = 2.4V.
3. Calculate the Resistor Value
We want to drive the LEDs at their optimal 20mA (0.020A). Using Ohm’s Law ($R = V / I$):
$R1$ = 2.4V / 0.020A = 120Ω.
Luckily, 120Ω is a standard value in the E24 resistor series. If it weren't, we would round up to the next standard value (e.g., 150Ω) to slightly under-drive the LEDs for longevity.
4. Verify Resistor Power Dissipation
Resistors burn power as heat. We must ensure our physical resistor can handle the wattage.
$P = I^2 \times R$
$P = (0.020A)^2 \times 120\Omega = 0.0004 \times 120 = 0.048W (48mW).
A standard 1/4W (250mW) through-hole carbon film resistor is more than sufficient, operating at less than 20% of its rated capacity.
Always ensure your power supply voltage is at least 20% higher than the total $V_f$ of your series string. If $V_{source}$ is too close to total $V_f$, minor fluctuations in the power supply or the LEDs' thermal drift will cause massive swings in current. Our 12V source with a 9.6V load gives us a healthy 25% headroom margin.
Breadboard Testing and Verification Steps
Do not trust your math until you verify it on the bench. Here is the exact step-by-step procedure to breadboard and test this series circuit, ensuring the current remains constant through the nodes.
- Wire the Topology: Insert the three Cree LEDs into the breadboard, ensuring the anodes (long legs) and cathodes (short legs) are chained sequentially. Place the 120Ω resistor connecting the final cathode to the negative power rail. Connect the first anode to the positive power rail.
- Configure the Multimeter: Set your digital multimeter (DMM) to the DC milliamp (mA) range. Move the red probe to the dedicated mA or µA input jack on the meter. Warning: Never measure current with the probe in the voltage jack; this creates a dead short.
- Break the Circuit for Series Measurement: To measure the constant current, the meter must become part of the series path. Disconnect the wire at Node A (the positive rail). Touch the DMM's red probe to the 12V source wire and the black probe to the first LED's anode.
- Power On and Read: Energize the Mean Well supply. The DMM should read between 18mA and 21mA. (Slight variance is due to resistor tolerance and exact LED $V_f$ binning).
- Verify Voltage Drops: Turn off the power. Move the DMM probes back to the voltage (V) jack and set it to DC Volts. Power on and measure across each individual LED (Node B to C, C to D, D to E). You should read approximately 3.1V to 3.3V across each, confirming the voltage is dividing while the current remains constant.
Decision Tree: When to Force a Series Topology
Choosing between series and parallel isn't just about what is constant in a series circuit; it is about matching the topology to the load's fundamental requirements. Use this decision path to finalize your PCB or wiring design.
| Design Requirement | Recommended Topology | Why? |
|---|---|---|
| Loads require identical current to function correctly (e.g., LEDs, laser diodes). | Series | Guarantees equal current distribution; prevents thermal runaway and current hogging. |
| Loads require identical voltage but draw varying currents (e.g., microcontrollers, relays, motors). | Parallel | Maintains a stable voltage bus; allows independent switching and operation of branches. |
| System must remain partially operational if one load fails open. | Parallel | An open branch does not interrupt current flow to adjacent branches. |
| Need to measure total system current via a single shunt resistor. | Series | Placing a shunt in the main series return path captures the aggregate current of all loads. |
The Final Verdict for LED Lighting
If your project involves driving multiple high-power or indicator LEDs, never wire them in pure parallel with a shared voltage source and individual resistors. The component tolerances will result in uneven brightness and reduced lifespan.
Concrete Default Pick: Wire your LEDs in series strings, and drive those strings using a dedicated constant-current buck driver rather than a simple passive resistor. For hobbyist and prototyping builds, the Mean Well LDD-300L is the gold standard. It accepts a wide DC input voltage, steps it down to the exact $V_f$ required by your specific series string, and actively regulates the output to a rock-solid 300mA (or other selectable currents), completely eliminating the need to calculate headroom or worry about thermal drift. By leveraging a series topology paired with an active constant-current driver, you ensure that the one thing that must remain constant—current—actually does.






