When components are wired in series, they share a single continuous path for current flow. The exact same current passes through every element in the chain, while the total supply voltage divides across them based on their individual resistance or impedance. This topology is the foundation of voltage division, current limiting, and battery pack scaling.

The Series Topology: Node Labels and Current Flow

To understand series behavior on the bench, we map the circuit using distinct nodes. Consider a simple DC chain powered by a 12V source with three resistors (R1, R2, R3):

  • Node A: The positive terminal of the voltage source (12V).
  • Node B: The junction between R1 and R2.
  • Node C: The junction between R2 and R3.
  • Node D: The negative terminal of the voltage source (Ground / 0V).

Because there are no branching paths between these nodes, Kirchhoff’s Current Law (KCL) dictates that the current entering Node B must equal the current leaving it. Therefore, Itotal = IR1 = IR2 = IR3. Simultaneously, Kirchhoff’s Voltage Law (KVL) requires that the sum of the voltage drops across R1, R2, and R3 must exactly equal the 12V supplied at Node A relative to Node D. If R1, R2, and R3 are identical 100Ω resistors, the voltage at Node B will be 8V, and Node C will be 4V.

Series vs. Parallel: Why Choose This Configuration?

Choosing to wire components in series rather than parallel fundamentally changes how the circuit manages energy. While parallel circuits maintain constant voltage across branches and divide current, series circuits maintain constant current and divide voltage.

Criteria Wired in Series Wired in Parallel
Current Path Single continuous loop Multiple independent branches
Voltage Distribution Divides across components (V_total = V1 + V2...) Constant across all branches (V_total = V1 = V2)
Total Resistance Increases (R_total = R1 + R2...) Decreases (1/R_total = 1/R1 + 1/R2...)
Primary Use Case Voltage dropping, current limiting, battery voltage scaling Current scaling, independent load operation, battery capacity scaling
Failure of One Element Open circuit kills the entire string Open circuit only affects the failed branch

Why choose series? You wire components in series when you need to drop voltage without using an active regulator (like a resistor divider), when you need to limit current to a sensitive load (like an LED), or when you need to achieve a higher total resistance using smaller, standard-value resistors. In power systems, wiring lithium cells in series is the only way to achieve higher pack voltages (e.g., 48V nominal) without drawing massive, inefficient currents from a low-voltage source.

Design Walkthrough: Sizing Real Components for a 12V LED String

Let’s design a practical circuit: driving three standard 5mm red LEDs from a 12V DC bench supply. We will wire the LEDs and a current-limiting resistor in series.

Component Specs:
• LED Forward Voltage (Vf): 2.0V each
• LED Forward Current (If): 20mA (0.020A)
• Supply Voltage (Vs): 12.0V

Step 1: Calculate the required voltage drop.
The three LEDs wired in series will consume 3 × 2.0V = 6.0V. The remaining voltage that the current-limiting resistor must absorb is 12.0V - 6.0V = 6.0V.

Step 2: Calculate the resistance value.
Using Ohm’s Law (R = V / I), we divide the resistor’s voltage drop by the target current: R = 6.0V / 0.020A = 300Ω. Since 300Ω is not a standard E12 or E24 value, we round up to the nearest standard value: 330Ω. This slightly reduces the current to ~18.1mA, which is perfectly safe and will still yield full brightness.

Step 3: Determine the resistor power rating.
Power dissipated by the resistor is P = I² × R. P = (0.0181A)² × 330Ω = 0.108W. A standard 1/4W (0.25W) through-hole carbon film resistor, such as the Yageo CFR-25JB-52-330R (typically $0.10 in bulk), provides more than double the required power headroom, ensuring it stays cool to the touch.

Failure Modes at the Extremes: Opens and Shorts

The most critical difference between series and parallel topologies is how they handle catastrophic component failure. Understanding these extremes prevents cascading damage on the bench.

Failure Type Behavior in Series Behavior in Parallel
Open Circuit (e.g., burnt-out filament, broken trace) Current drops to zero everywhere. The full supply voltage appears across the open break. The entire circuit stops functioning. Current stops only in the failed branch. Other branches continue to operate normally, though total current draw from the source decreases.
Short Circuit (e.g., component internally bridges, solder bridge) The shorted component drops 0V. The remaining components are forced to absorb the full supply voltage, usually leading to overcurrent and cascading thermal failures. The shorted branch draws massive current, instantly tripping the main breaker or blowing the primary fuse, killing power to all branches.
Safety Note: If one LED in a series string shorts out, the current-limiting resistor must now drop 8.0V instead of 6.0V. The current spikes to 24.2mA (8V / 330Ω). While survivable for a 1/4W resistor, the remaining LEDs are now overdriven, accelerating their degradation.

Breadboard Testing: Step-by-Step Verification

Before soldering a series string into a permanent enclosure, verify the node voltages on a breadboard. You will need a digital multimeter (like a Fluke 117), your 12V supply, the 330Ω resistor, and the three LEDs.

  1. De-energize the board: Ensure the 12V supply is unplugged or switched off. Never insert components into a live breadboard.
  2. Place the components: Insert the anode (long leg) of LED1 into row 10. Insert the cathode (short leg) into row 11. Bridge row 11 to row 12 with a jumper, and place LED2 across rows 12 and 13. Repeat for LED3. Finally, place the 330Ω resistor bridging the final LED cathode to the ground rail.
  3. Continuity check: Set your multimeter to continuity mode. Place the red probe on the 12V input rail and the black probe on the ground rail. You should read an open circuit (OL) because the LEDs block reverse continuity. If it beeps, you have a short or a backwards LED.
  4. Power on and measure current: Turn on the 12V supply. Break the circuit at the positive rail and insert your multimeter in series (set to mA mode). Verify the reading is approximately 18mA.
  5. Verify node voltages: Switch the meter back to DC Volts. Keep the black probe on the ground rail. Touch the red probe to the junction between the resistor and the first LED. It should read ~6.0V. Move to the next junction; it should read ~4.0V. The final junction should read ~2.0V. If the voltages are uneven, one of your LEDs has a different forward voltage characteristic or is failing.

Frequently Asked Questions

What happens to total resistance when resistors are wired in series?

The total resistance is the exact arithmetic sum of all individual resistances (R_total = R1 + R2 + R3...). If you wire a 1kΩ and a 4.7kΩ resistor in series, the total resistance is 5.7kΩ. This is highly useful when you need a precise, non-standard resistance value for a feedback loop or voltage divider and only have standard E12 values in your kit.

Can I wire different wattage resistors in series safely?

Yes, but the chain is limited by the lowest wattage rating. Because the exact same current flows through all series components, the power dissipated by each resistor is dictated by P = I²R. If you wire a 1/4W resistor in series with a 1W resistor, you must calculate the current limit based on the 1/4W component’s maximum threshold. The physical size of the 1W resistor does not protect the smaller 1/4W resistor from overheating.

Why do old Christmas lights wired in series fail completely when one bulb burns out?

Traditional incandescent mini-lights are wired in series to divide the 120V AC mains voltage across 50 small bulbs (each rated for ~2.4V). When a filament breaks, it creates an open circuit, halting current flow to the entire string. Modern sets include a 'shunt' wire wrapped around the filament posts inside the bulb; when the filament breaks, the full voltage arcs across the shunt, melting its coating and creating a short circuit that keeps the rest of the string lit. However, this increases the current slightly, accelerating the failure of the remaining bulbs.

Are lithium batteries wired in series more dangerous than parallel?

Wiring LiFePO4 or Li-ion cells in series increases the pack voltage, which increases the risk of severe arcing and high-energy shock hazards if a short occurs. However, from a cell-balancing perspective, series strings require a Battery Management System (BMS) to monitor individual cell voltages and prevent over-discharge or overcharge. If one cell in a series string drops to 0V while the others remain charged, the BMS must disconnect the entire pack to prevent the weak cell from being driven into reverse polarity, which can cause venting or thermal runaway. Always use a BMS rated for your specific series count (e.g., a 4S BMS for a 12V nominal LiFePO4 pack).