Wiring components so they are connected in series creates a single, unbranched path for current flow. While parallel topologies dominate household AC wiring and high-reliability redundancy systems, the series configuration is the undisputed king of voltage division, current matching, and battery pack stacking. But designing a robust series circuit requires more than just daisy-chaining parts; it demands a strict accounting of voltage headroom and a clear understanding of catastrophic failure modes.
This guide cuts through the abstract theory and provides a decision-forward framework for designing, testing, and troubleshooting series circuits, using a practical 12V DC LED string as our working model.
The Series Topology: Node Labels and Current Flow
In a series topology, the exact same current flows through every component, while the source voltage is divided among them based on their individual impedance or forward voltage drops. To analyze this on the bench, we assign node labels to every junction between components.
Consider a simple string powered by a 13.8V DC source (a standard regulated bench supply or a running car alternator). The current flows from the positive terminal, through a current-limiting resistor, through two LEDs, and returns to ground.
- V_IN (Source Node): 13.8V DC.
- N1 (Post-Resistor Node): The junction between the resistor and the anode of LED1.
- N2 (Inter-LED Node): The junction between the cathode of LED1 and the anode of LED2.
- GND (Return Node): 0V reference, connected to the cathode of LED2 and the negative terminal of the source.
Because there are no alternative paths (no branches), Kirchhoff’s Current Law dictates that the current measured at V_IN is identical to the current measured at N1, N2, and GND. According to All About Circuits, the total resistance (or impedance) is simply the sum of all individual resistances in that single path.
Behavior Matrix: What Happens When One Element Changes?
The defining characteristic of components connected in series is their interdependence. If one element drifts, fails open, or fails short, the entire circuit's operating point shifts. Here is the behavior matrix for our LED string:
| Fault / Change | Effect on Total Current | Effect on Node Voltages (N1, N2) | System State |
|---|---|---|---|
| Resistor value increases (e.g., thermal drift) | Decreases | N1 drops, N2 drops proportionally | LEDs dim uniformly |
| LED1 fails OPEN (internal bond wire breaks) | Drops to 0A | N1 rises to V_IN (13.8V), N2 floats | Entire string goes dark |
| LED1 fails SHORT (die melts into a dead short) | Increases significantly | N1 stays same, N2 rises by ~3.2V | LED2 overdriven, resistor runs hot; eventual thermal failure |
| Source voltage sags to 11.0V | Decreases | N1 and N2 drop by 2.8V | LEDs dim, may flicker if V_IN drops below total Vf |
When a component fails open in a series string, the current stops. Because no current flows through the resistor, there is no voltage drop across it (V = I × R = 0). Therefore, the node immediately after the resistor (N1) will measure at the full source voltage (13.8V) relative to ground, even though the circuit is dead. This is a classic bench diagnostic trick: if you measure full source voltage at an intermediate node in a dead series circuit, the break is downstream of your probe.
Series vs. Parallel: The Failure-Mode Contrast
Why choose to wire LEDs or resistors connected in series rather than in parallel? The decision hinges on voltage headroom and current matching.
In a parallel topology, every LED gets the full 13.8V. You would need a dedicated current-limiting resistor for each LED. If one LED fails short, the others continue to operate normally, but the total current draw from the source increases. Furthermore, parallel LEDs suffer from thermal runaway and current hogging due to slight manufacturing variations in forward voltage (Vf).
In a series topology, the components share the voltage. You only need one current-limiting resistor for the entire string, which guarantees identical current flow through every LED, ensuring uniform brightness and eliminating thermal runaway. The trade-off is the single point of failure: if one LED opens, the whole string dies. For indicator lighting and battery packs where uniform current is critical, series is the superior choice.
Design Walkthrough: 12V Automotive LED String
Let’s design a dashboard indicator using two white 5mm LEDs connected in series, powered by a 13.8V automotive system. We will use the Lite-On LTL-307E (a standard 3.2V Vf, 20mA white LED) as our target component.
- Calculate Total Forward Voltage (Vf_total): Two LEDs at 3.2V each = 6.4V.
- Determine Resistor Voltage Drop (V_R): V_source - Vf_total = 13.8V - 6.4V = 7.4V.
- Calculate Target Resistance (R): Using Ohm's Law (R = V / I), 7.4V / 0.020A = 370Ω.
- Select Standard E24 Value: The closest standard E24 resistor value is 390Ω. This slightly derates the current, extending LED lifespan.
- Verify Actual Current: 7.4V / 390Ω = 18.97mA (perfectly safe for a 20mA rated LED).
- Calculate Power Dissipation (P): P = I² × R = (0.01897)² × 390 = 0.14W.
- Select Resistor Wattage: While a 1/4W (0.25W) resistor technically handles 0.14W, automotive under-dash environments regularly exceed 40°C. Applying a 50% thermal derating rule, we must step up to a 1/2W (0.5W) resistor.
Concrete Part Pick: Yageo CFR-50JB-52-390R (390Ω, 1/2W, 5% tolerance carbon film resistor).
Breadboard Testing: Step-by-Step Verification
Do not just wire it and flip the switch. Follow this verification sequence to catch faults before they burn out your components. For deeper theoretical backing on voltage drops, refer to the Electronics Tutorials guide on series circuits.
- Cold Resistance Check (Power OFF): Set your DMM to the Ohms (Ω) range. Place probes across V_IN and GND. You should read approximately 390Ω plus the high static resistance of the unlit LEDs (often in the megaohm range, so the meter will just show ~390Ω). If it reads 0Ω or OL (open), check your breadboard seating.
- Diode Test (Power OFF): Switch the DMM to the diode test mode (symbol: ▶|). Probe across each LED individually (red to anode, black to cathode). You should read a forward voltage drop between 2.8V and 3.4V. If it reads OL, the LED is backward or dead.
- Live Voltage Verification (Power ON): Set DMM to DCV (20V range). Apply 13.8V to the rails.
- Probe V_IN to GND: Must read 13.8V (±0.2V).
- Probe N1 to GND: Should read ~6.4V (13.8V minus the 7.4V dropped across the resistor).
- Probe N2 to GND: Should read ~3.2V (the remaining voltage after LED1 drops its 3.2V).
- Current Measurement (Power OFF, then ON): Break the circuit at V_IN. Insert the DMM in series (set to mA range). Power on. Verify the reading is between 18mA and 20mA.
Decision Tree: Should You Wire It in Series?
Use this decision path to finalize your circuit topology. Follow the if-then logic to arrive at your design choice.
- IF your source voltage is less than 1.5x the forward voltage of a single component...
THEN you lack the headroom for a series current-limiting resistor. Action: Wire in parallel with individual resistors, or use a boost converter. - IF your application requires 100% redundancy (e.g., aircraft runway lighting) where one failed component cannot disable the system...
THEN series is a liability. Action: Wire in parallel with independent fusing. - IF you are building a battery pack and need to increase total voltage while maintaining the same Ah capacity...
THEN series is mandatory. Action: Wire cells in series (e.g., 3S Li-ion) and add a BMS for cell balancing. - IF you have ample voltage headroom (V_source > 2x V_component) and need uniform brightness or current matching across multiple loads...
THEN series is the optimal choice.
For standard 12V DC indicator lighting, sensor voltage division, and low-power LED arrays, wire your loads connected in series. Use a single, thermally derated current-limiting resistor. Concrete Default Pick: For a 12V/13.8V system driving two standard white LEDs, use a 390Ω 1/2W carbon film resistor to guarantee matched current and long-term thermal stability.






