In a series circuit, the amps (current) remain identical through every single component in the chain. In a parallel circuit, the total amps supplied by the source equal the exact sum of the currents flowing through each individual branch. Understanding how to manipulate and measure these currents is the foundation of all electronic design.
Topology Basics: Nodes, Branches, and Current Flow
Before calculating amps, we must define the physical layout using node labels. A node is any continuous conductive path where two or more components meet.
Series Topology: Components are daisy-chained end-to-end. Current flows out of the positive terminal (Node A), through Resistor 1 to an intermediate junction (Node B), through Resistor 2, and finally to the negative terminal (Node C). Because there are no alternative paths for electrons to take at Node B, Kirchhoff's Current Law dictates that the current entering Node B must equal the current leaving it. Therefore, Itotal = IR1 = IR2.
Parallel Topology: Components share the exact same two electrical nodes. The positive rail is Node A, and the negative rail is Node B. Current leaves the source, hits Node A, and splits into Branch 1 (R1) and Branch 2 (R2). The branches recombine at Node B before returning to the source. Here, the total current is the sum of the branch currents: Itotal = IR1 + IR2.
Why choose one over the other? Series topologies are used when you need to limit current uniformly or divide voltage across a chain (like high-voltage LED strings). Parallel topologies are mandatory when loads require the same operating voltage but draw different currents, or when you need independent operation (like household wall outlets).
Behavior & Failure Modes: What Happens When Things Break?
Theoretical models assume perfect components. On the bench, components fail. Understanding how amps react to extreme failures (opens and shorts) is critical for designing safe circuits.
| Element Change | Series Circuit Impact | Parallel Circuit Impact |
|---|---|---|
| Resistance increases in one component | Total current drops globally. Voltage drop shifts heavily across the higher-resistance component. | Current in that specific branch drops. Total current decreases slightly. Other branches are unaffected. |
| Resistance decreases in one component | Total current rises globally. Voltage drop shifts away from this component. | Current in that specific branch rises. Total current increases. Other branches are unaffected. |
| Adding a new component | Total resistance increases, total amps decrease. | Total resistance decreases, total amps increase. |
The Extremes: Open vs. Short
Series Open: If one component fails open (e.g., a blown fuse or a broken filament), the single path is severed. Current drops to 0A everywhere in the circuit. The full source voltage will appear across the open break.
Series Short: If a component shorts internally, its resistance drops to near 0Ω. The total circuit resistance plummets, causing a massive spike in amps. This usually results in thermal runaway or a blown upstream fuse.
Parallel Open: If one branch opens, current in that branch drops to 0A. Total current decreases by exactly the amount that branch was drawing. The rest of the circuit operates normally.
Parallel Short: If a branch shorts, it creates a near-zero resistance path directly across the voltage source. Current spikes to the maximum output capability of the power supply, instantly blowing the main fuse or tripping the breaker. The entire circuit loses power.
Design Walkthrough: Sizing a 12V Automotive LED Array
Let's apply this theory to a real design problem: powering six standard 5mm red LEDs from a car's electrical system.
Target Specs: LED Forward Voltage (Vf) = 2.0V. Target Current (If) = 20mA (0.020A).
Source: Nominally 12V, but a running alternator outputs ~13.8V. We must design for the 13.8V worst-case to prevent burning out the LEDs.
Option A: The Series String
We can wire all six LEDs in series.
Total Vf = 6 × 2.0V = 12.0V.
Remaining voltage for the current-limiting resistor = 13.8V - 12.0V = 1.8V.
Using Ohm's Law (R = V / I): R = 1.8V / 0.020A = 90 ohms. The nearest standard E12 value is 91 ohms.
Power dissipated by the resistor (P = I² × R): 0.020² × 91 = 0.036W. A standard, cheap 1/4W (0.25W) carbon film resistor is more than sufficient.
Option B: The Parallel Array
We wire six independent branches, each with one LED and one resistor.
Voltage across each resistor = 13.8V - 2.0V = 11.8V.
R = 11.8V / 0.020A = 590 ohms. Nearest standard value is 560 ohms (yielding ~21mA) or 620 ohms (yielding ~19mA). Let's use 620 ohms.
Power dissipated per resistor: 0.020² × 620 = 0.248W. Because this is dangerously close to the 0.25W limit of a standard resistor (which will overheat and drift), we must upgrade to larger, more expensive 1/2W resistors. Total current drawn from the battery = 6 × 20mA = 120mA.
Step-by-Step Breadboard Testing & Measurement
Measuring amps requires breaking the circuit and inserting the multimeter in series. Never place a multimeter set to the Amps mode directly across a voltage source (in parallel); this creates a dead short and will instantly blow the internal fuse of your meter.
Tools Required: Bench power supply (set to 13.8V, current limit 200mA), digital multimeter (e.g., Fluke 117), breadboard, six 5mm red LEDs, one 91Ω 1/4W resistor, jumper wires.
- Build the Series String: Insert the 91Ω resistor into the breadboard. Connect the anode (long leg) of LED 1 to the resistor. Daisy-chain the remaining five LEDs, connecting the cathode of one to the anode of the next.
- Prepare the DMM: Turn the multimeter dial to the mA (milliamps) setting. Move the red probe from the V/Ω jack to the dedicated mA jack.
- Measure Total Current (Node A): Connect the power supply's negative terminal to the final LED's cathode. Connect the power supply's positive terminal to the multimeter's black probe. Connect the multimeter's red probe to the free end of the 91Ω resistor. You have now broken the circuit at Node A and inserted the meter.
- Power On and Read: Turn on the bench supply. The display should read approximately 19.7mA. The slight variance from 20mA is due to the 91Ω vs 90Ω rounding and typical 5% resistor tolerance.
- Verify Series Consistency (Node B): Power down. Move the multimeter's red probe from the resistor to the junction between LED 3 and LED 4. Power back on. The reading will remain ~19.7mA, proving current is identical throughout a series chain.
- Test Parallel Behavior: Rebuild the board with two separate LED/resistor branches sharing the positive and negative rails. Measure the main trunk current (should be ~40mA), then break one branch to measure it individually (~20mA). The math holds.
Frequently Asked Questions
Do amps add up in a series circuit?
No. In a series circuit, voltage adds up across the components, but the amps (current) remain exactly the same at every point in the loop. If you push 500mA into a series chain of three resistors, 500mA flows through the first, 500mA through the second, and 500mA through the third. If you want currents to add up, you must use a parallel topology.
Why does current split in parallel but not in series?
This is governed by Kirchhoff's Current Law (KCL), which states that the sum of currents entering a node must equal the sum of currents leaving it. In a series circuit, an intermediate node only has one wire entering and one wire leaving, forcing the current to be identical. In a parallel circuit, the main node splits into multiple physical paths. The total current divides among these paths inversely proportional to their resistance—meaning the branch with the lowest resistance hogs the most amps.
What happens to the total amps if I add another resistor in parallel?
Adding any resistor in parallel will increase the total amps drawn from the source. While it seems counterintuitive that adding resistance increases current, you are actually adding a new pathway for electrons to flow. This lowers the overall equivalent resistance of the circuit. According to Ohm's Law (I = V / R), if the voltage stays constant and the total resistance drops, the total current must rise.
Can I mix series and parallel to balance the amps in a large LED array?
Yes, this is called a series-parallel matrix, and it is the industry standard for high-power LED lighting and lithium battery packs. For example, if you have 12 LEDs and a 12V source, you cannot put all 12 in series (requires 24V), and putting all 12 in parallel wastes massive amounts of heat in resistors. Instead, you create four parallel branches, each containing a series string of three LEDs and one current-limiting resistor. This balances the voltage requirements, keeps resistor wattage low, and ensures uniform current distribution across the array.






