The Core Rule: Why Series Circuit Amperage Stays Constant
In a series topology, there is only one continuous path for electrons to flow from the source back to ground. Because charge cannot pile up at a node or vanish into thin air, the current (amperage) must be identical at every single point in that loop. This is a direct application of Kirchhoff’s Current Law (KCL). If your power supply pushes 20 milliamps (mA) into the circuit, exactly 20 mA flows through the first resistor, the second LED, and the final return wire.
Think of a single garden hose with three kinks (resistors) along its length. The water flow rate (gallons per minute) is identical at the spigot, between the kinks, and at the nozzle. The pressure (voltage) drops across each kink, but the flow rate (series circuit amperage) remains locked across the entire run.
Topology and Node Labels
To analyze this on the bench, we map the circuit by nodes. Consider a simple 12V DC source driving a current-limiting resistor and two LEDs:
- Node A: Positive terminal of the 12V source.
- Node B: Junction between the current-limiting resistor (R1) and the anode of LED1.
- Node C: Junction between the cathode of LED1 and the anode of LED2.
- Node D: Cathode of LED2, returning to the negative terminal (Ground) of the source.
The mathematical reality is strict: IA = IB = IC = ID. If you measure 20 mA at Node A, you will measure 20 mA at Node D. The voltage will step down at each node (e.g., 12V → 9.6V → 6.4V → 0V), but the amperage is uniform. For a deeper theoretical breakdown of single-path loops, the All About Circuits textbook chapter on series circuits provides excellent foundational math.
Series vs. Parallel: When to Force Identical Current
Why choose a series topology over a parallel one? The decision hinges entirely on whether your priority is uniform current or uniform voltage. When driving components whose brightness or lifespan depends on precise current regulation (like LEDs or laser diodes), series is the superior choice.
Topology Decision Matrix
| Design Requirement | Choose Series When... | Choose Parallel When... |
|---|---|---|
| Current Matching | You need identical amperage through mismatched or sensitive loads (LEDs, strings). | Loads have built-in internal current regulation (e.g., 5V WS2812B addressable LEDs). |
| Voltage Headroom | Your supply voltage is significantly higher than the forward voltage of a single load. | Your supply voltage closely matches the forward voltage of the loads. |
| Wiring Efficiency | You want to minimize I²R wire losses over long distances by running higher voltage/lower current. | Wire runs are extremely short (e.g., within a single PCB or small enclosure). |
| Fault Tolerance | You want the entire string to shut off visibly if one component fails open (acts as a warning). | You need the rest of the system to keep running if one branch fails open. |
Design Walkthrough: Sizing a 12V Series LED String
Let’s move from theory to the workbench. We need to design a status indicator using three standard white LEDs powered by a 12V DC bench supply. We will calculate the exact series circuit amperage and pick real components.
1. Define the Load Parameters
We are using three Cree C503B-WAN white LEDs. According to the datasheet, the typical forward voltage (Vf) is 3.2V, and the target forward current (If) for optimal brightness and longevity is 20 mA (0.020 A).
- Total LED Voltage Drop: 3 × 3.2V = 9.6V
- Target Amperage: 20 mA
2. Calculate the Resistor Value
The resistor must drop the remaining voltage from the 12V source to limit the series circuit amperage to exactly 20 mA.
- Resistor Voltage Drop (VR): 12V (Source) - 9.6V (LEDs) = 2.4V
- Ohm's Law (R = V / I): 2.4V / 0.020A = 120 Ω
3. Calculate Power Dissipation and Pick the Part
Resistors burn up if you exceed their wattage rating. We calculate the power dissipated by the resistor using P = V × I.
- Power (P): 2.4V × 0.020A = 0.048 Watts.
A standard 1/4W (0.25W) through-hole resistor is more than sufficient. For reliability on the bench, we derate resistors by 50%, meaning a 1/4W resistor should ideally dissipate no more than 0.125W. At 0.048W, we are well within the safe zone.
Failure Modes: What Breaks at the Extremes?
Understanding series circuit amperage requires knowing how the loop reacts when a component fails. Because there is only one path, a single point of failure dictates the fate of the entire string. The SparkFun series/parallel tutorial highlights these extremes, but here is the exact bench-level behavior.
| Failure Event | Effect on Total Resistance | Effect on Series Circuit Amperage | Physical Result on Bench |
|---|---|---|---|
| LED Fails Open (Bond wire snaps) | Becomes infinite (∞ Ω) | Drops immediately to 0 A. | All LEDs go completely dark. The circuit is broken. |
| LED Fails Short (Internal die meltdown) | Drops by ~3.2 Ω (Vf equivalent) | Spikes. Amperage rises to 12V / 120Ω = 100 mA. | Remaining LEDs burn at 5x rated current, blindingly bright, then rapidly overheat and pop. |
| Resistor Fails Open (Overheated) | Becomes infinite (∞ Ω) | Drops immediately to 0 A. | All LEDs go dark. Resistor may show scorch marks. |
| Accidental Short across R1 (Solder bridge) | Drops to near 0 Ω (only LED dynamic resistance remains) | Massive Spike. Limited only by the power supply's max current and wire resistance. | LEDs flash brilliantly and instantly destroy themselves as amperage exceeds absolute maximum ratings. |
Breadboard Verification: Step-by-Step Amperage Testing
Do not trust your math until you verify it with a multimeter. Measuring series circuit amperage requires breaking the loop and forcing the current to flow through the meter. Here is the exact procedure to verify our 20 mA target.
- Prep the DMM: Move your multimeter’s red probe from the V/Ω port to the mA port. Turn the dial to the DC Amperage setting (usually denoted by an 'A' with a straight line, or 'mA'). Warning: Never measure current with the probe in the voltage port; you will blow the meter's internal fuse.
- Build the Loop: Insert the Yageo 120Ω resistor and the three Cree LEDs in series on the breadboard. Connect the 12V source to the anode side of the resistor, but do not connect the ground wire yet.
- Break the Circuit: Leave the cathode of the final LED (Node D) unconnected from the power supply ground. This is your measurement point.
- Insert the Meter: Place the DMM’s red probe on the empty ground rail (connected to the power supply's negative terminal) and the black probe directly onto the cathode leg of the final LED.
- Power On and Read: Turn on the 12V supply. The LEDs should illuminate. Read the display. You should see a value between 19.0 mA and 21.0 mA (accounting for the 5% resistor tolerance and minor Vf variances).
- Account for Burden Voltage: If your reading is unexpectedly low (e.g., 14 mA) and the LEDs look dim, your DMM might have a high "burden voltage" on the mA range. Cheap meters can drop 1V to 2V internally when measuring current, starving the LEDs. If this happens, measure the voltage directly across the 120Ω resistor and use Ohm's Law (I = Vmeasured / 120) to calculate the true amperage without the meter interfering.
The Final Verdict: When to Commit to Series
Series circuit amperage is a blunt, unforgiving, and highly effective tool for circuit design. It forces every component in the chain to share the exact same electrical burden. You do not use series when you need independent operation of loads, and you do not use it when your supply voltage is lower than the cumulative forward voltage of your components.
Default Pick: For strings of 2 to 5 standard indicator LEDs on a 12V or 24V DC bus, always commit to a series topology with a single current-limiting resistor. Specifically, use a Yageo CFR-25JB 1/4W series resistor sized to drop the excess voltage at your target mA. It is cheaper, requires fewer board traces, eliminates current-hogging thermal runaway, and guarantees uniform brightness across the entire string. If your string exceeds 5 LEDs or requires dimming, abandon the resistor and step up to a dedicated constant-current series driver like the Texas Instruments LM3409.






