A series circuit has exactly one continuous, unbranched conductive path for current to flow from the power source, through every component sequentially, and back to the source. Because there are no junctions where current can split, the exact same number of electrons per second (current) passes through every single component in the chain. If you are designing a voltage divider, a simple current-limiting string, or a fuse-protected load, understanding this topology is mandatory.
The Core Topology: Nodes, Paths, and Kirchhoff's Law
To understand what a series circuit has, we must map its nodes. A node is any point where two or more circuit elements meet. In a pure series string powered by a DC source, the topology looks like this:
- Node A: The positive terminal of the voltage source.
- Node B: The junction between the first component (e.g., a current-limiting resistor) and the second component (e.g., LED 1).
- Node C: The junction between LED 1 and LED 2.
- Node D: The junction between LED 2 and the negative terminal (ground) of the source.
According to Kirchhoff's Voltage Law (KVL), the sum of all voltage drops across these components must exactly equal the source voltage. If you supply 12V, and Node B drops 4V and Node C drops 6V, the remaining component between Node C and Node D must drop exactly 2V. There is no 'lost' voltage; it is strictly conserved and divided based on each component's resistance or forward voltage.
Series vs. Parallel: Why Choose This Topology?
Why use a series configuration over a parallel one? While parallel circuits are the standard for home wiring and independent loads (where every device needs the full 120V or 12V), series circuits win in specific engineering scenarios where current matching or voltage division is required.
| Criteria | Series Topology | Parallel Topology |
|---|---|---|
| Current Flow | Identical through all components | Divides among branches based on resistance |
| Voltage Distribution | Divides across components (sums to source) | Identical across all parallel branches |
| Component Independence | None; one fails-open, all turn off | High; one fails, others continue operating |
| Wiring Complexity | Low; single daisy-chain path | High; requires bus bars or manifold wiring |
| Best Use Case | LED strings, voltage dividers, fusing | House wiring, battery banks, independent loads |
You choose series when you need to guarantee identical current through matched components (like a string of bare LEDs without individual resistors) or when you want a single protective device (a fuse) to kill power to an entire chain if a fault occurs.
Design Walkthrough: 12V Automotive Indicator String
Let us build a practical circuit. We need to wire three standard red indicator LEDs to a 12V automotive system. Automotive systems are nominally 12V, but when the engine is running, the alternator pushes the system to roughly 13.8V to 14.4V. We will design for 14.0V to ensure longevity.
Component Specifications:
- LEDs: 3x standard 5mm Red (Forward Voltage $V_f$ = 2.0V each, Target Current $I_f$ = 20mA)
- Source: 14.0V DC
The Math:
Total LED voltage drop = 3 x 2.0V = 6.0V.
Voltage remaining for the current-limiting resistor = 14.0V - 6.0V = 8.0V.
Required Resistance (Ohm's Law) = $V / I$ = 8.0V / 0.020A = 400Ω.
Closest standard E12 resistor value: 390Ω.
Actual current with 390Ω = 8.0V / 390Ω = 20.5mA (well within the 20-30mA safe zone for standard LEDs).
Power Dissipation:
$P = I^2 \times R$ = (0.0205)^2 x 390 = 0.164 Watts.
While a 1/4W (0.25W) resistor could technically handle this, under-hood automotive temperatures can exceed 85°C, which severely derates carbon film resistors. We will spec a 1/2W (0.5W) 390Ω metal film resistor for thermal headroom.
Breadboard Testing Steps
- Prep the Power Rails: Connect your bench power supply to the breadboard. Set it to exactly 14.0V. Verify with a multimeter across the red (+) and blue (-) rails.
- Insert the Resistor: Place the 390Ω 1/2W resistor across the center trench. Connect one leg to the positive rail via a red jumper wire.
- Daisy-Chain the LEDs: Insert LED 1. Connect its anode (long leg) to the other leg of the resistor. Connect its cathode (short leg) to the anode of LED 2 using a short jumper. Repeat for LED 3.
- Complete the Circuit: Connect the cathode of LED 3 to the negative (ground) rail using a black jumper wire.
- Verify Node Voltages: Set your multimeter to DC Volts. Place the black probe on the ground rail. Probe the junction between the resistor and LED 1 (should read ~8.0V). Probe between LED 1 and LED 2 (should read ~6.0V). Probe between LED 2 and LED 3 (should read ~4.0V). This confirms KVL in real-time.
Failure Modes at the Extremes: Opens and Shorts
To fully grasp what a series circuit has, you must understand how it breaks. Because there is only one path, the topology is highly vulnerable to single-point failures. According to Georgia State University's HyperPhysics reference on series circuits, the total resistance is simply the sum of all individual resistances. Altering one element drastically shifts the entire system.
| Fault Type | Fault Location | Total Resistance | Circuit Current | Result on Remaining Loads |
|---|---|---|---|---|
| Open Circuit | Any component or wire breaks | Becomes Infinite (∞) | Drops to 0 Amps | All components turn off immediately. |
| Short Circuit | One component bypasses (0Ω) | Decreases significantly | Spikes dramatically | Remaining components receive excess voltage/current and may burn out. |
| Value Drift | Resistor heats up and increases Ω | Increases slightly | Drops slightly | Remaining loads dim or operate below spec. |
The Short-Circuit Extreme: Imagine LED 1 in our automotive circuit fails and internally shorts out (becomes a 0Ω wire). The 2.0V drop across LED 1 vanishes. That 2.0V is now redistributed across the remaining two LEDs and the resistor. The current spikes from 20.5mA to roughly 25.6mA. The remaining LEDs will burn brighter and hotter, accelerating their degradation and leading to a cascading failure.
Frequently Asked Questions
Does a series circuit have the same current at every node?
Yes. Because charge cannot accumulate or disappear at any point in the wire, and there are no alternative branches for the electrons to take, the exact same current flows through the power source, the resistor, and every single LED. If you measure 20mA leaving the resistor, you will measure exactly 20mA passing through the final LED back to ground.
What happens when a series circuit has a broken wire?
A broken wire creates an 'open circuit.' Air is a highly effective insulator with near-infinite resistance. When the path is broken, the total resistance of the circuit approaches infinity, and current flow drops to absolute zero. Every component in the string will immediately lose power, regardless of how far away it is from the physical break.
Can a series circuit have different voltage drops across loads?
Absolutely. In fact, it is the default behavior. The voltage drop across any specific component in a series chain is directly proportional to its resistance (or its specific forward voltage, in the case of semiconductors). A 100Ω resistor will drop exactly twice as much voltage as a 50Ω resistor placed in the same series string, even though the current through both is identical.
Why does a series circuit have lower total current when you add more loads?
Adding more components in series increases the total resistance of the circuit ($R_{total} = R_1 + R_2 + R_3...$). According to Ohm's Law ($I = V / R$), if the source voltage remains constant but the total resistance increases, the overall current must decrease. This is why adding too many LEDs in series will eventually cause them all to dim, and eventually, the combined forward voltages will exceed the source voltage, preventing current from flowing entirely.






