When makers and engineers talk about volts in series, they are usually referring to one of two distinct but deeply related concepts: wiring voltage sources (like batteries or power supplies) in series to increase total system voltage, or calculating the voltage drops across series-connected loads. In both cases, the governing principle is Kirchhoff’s Voltage Law (KVL), which states that the directed sum of the potential differences around any closed loop must equal zero.
If you connect two 9V batteries in series, you get 18V nominal. If you connect three resistors in series across that 18V source, the source voltage divides across them proportionally to their resistance. This guide breaks down the exact topology, provides a real-world design walkthrough with concrete component values, and maps out exactly what happens when things go wrong.
Series Topology: Node Labels and Kirchhoff's Voltage Law
To analyze a series circuit accurately, we must define our nodes. A node is any continuous conductive path between components where the voltage is uniform. Let’s map a standard series voltage divider powered by a series battery pack.
- Node A: The positive terminal of the series voltage source (V_total).
- Node B: The junction between Resistor 1 (R1) and Resistor 2 (R2).
- Node C: The junction between Resistor 2 (R2) and Resistor 3 (R3).
- Node D: The negative terminal of the voltage source, which we designate as Ground (GND or 0V).
In this topology, current (I) has only one path to flow from Node A to Node D. Therefore, the current through R1, R2, and R3 is identical. According to Kirchhoff's Voltage Law, the sum of the voltage drops across the resistors must equal the total source voltage:
V_total = V_R1 + V_R2 + V_R3
Where the voltage drop across any individual resistor is calculated using Ohm’s Law: V_Rx = I * R_x.
Design Walkthrough: 18V Series Source and Voltage Divider
Let’s design a practical circuit. We need to generate three specific reference voltages from a portable battery supply to bias a set of transistors on a breadboard. We will use two standard Duracell 9V alkaline batteries (MN1604) wired in series to create our source, and three 1% tolerance metal film resistors to divide the voltage.
Component Selection and Math
- Source (V_total): 18.4V DC (Two 9V batteries in series)
- R1 (Node A to B): 1,000 Ω (1kΩ)
- R2 (Node B to C): 2,200 Ω (2.2kΩ)
- R3 (Node C to D): 3,300 Ω (3.3kΩ)
Step 1: Calculate Total Resistance
R_total = R1 + R2 + R3 = 1000 + 2200 + 3300 = 6,500 Ω (6.5kΩ)
Step 2: Calculate Circuit Current
I = V_total / R_total = 18.4V / 6500Ω = 0.00283 A (2.83 mA)
Step 3: Calculate Voltage Drops and Node Voltages
Because Node D is 0V, we calculate node voltages relative to ground by subtracting voltage drops from the source, or by adding them up from ground.
- V_R3 = 2.83 mA * 3300 Ω = 9.34V. (Voltage at Node C = 9.34V)
- V_R2 = 2.83 mA * 2200 Ω = 6.23V. (Voltage at Node B = 9.34V + 6.23V = 15.57V)
- V_R1 = 2.83 mA * 1000 Ω = 2.83V. (Voltage at Node A = 15.57V + 2.83V = 18.40V)
By wiring our sources in series to achieve a higher voltage, we gained the overhead necessary to create these specific, widely-spaced reference taps (9.34V and 15.57V) that would be impossible to generate from a single 9V battery.
Behavior and Failure Mode Matrix
Series circuits are notoriously unforgiving. Because there is only one path for current, a failure in a single component alters the behavior of the entire loop. The table below details exactly what happens to our 18.4V / 6.5kΩ circuit when specific faults occur.
| Component Fault | Total Resistance | Circuit Current | Voltage at Node B | Voltage at Node C |
|---|---|---|---|---|
| Normal Operation | 6,500 Ω | 2.83 mA | 15.57 V | 9.34 V |
| R2 Opens (Breaks) | Infinite (∞) | 0 mA | 18.40 V (Pulled to Source) | 0.00 V (Pulled to GND) |
| R2 Shorts (0 Ω) | 4,300 Ω | 4.28 mA | 14.12 V | 14.12 V |
| R1 Shorts (0 Ω) | 5,500 Ω | 3.34 mA | 18.40 V | 11.04 V |
| Source 1 Dies (0V) | 6,500 Ω | 1.41 mA | 7.78 V | 4.67 V |
Why Series Over Parallel? (And What Breaks at the Extremes)
Why put voltage sources in series instead of parallel? The decision comes down to whether your load requires higher voltage or higher current capacity.
- Choose Series Sources When: You need to increase voltage to overcome a threshold (e.g., driving a string of LEDs, powering a 24V motor from 12V batteries, or creating overhead for a linear regulator). The current capacity (mAh) remains identical to a single cell.
- Choose Parallel Sources When: Your voltage requirement is fixed, but you need extended runtime or higher current delivery. The voltage remains identical to a single cell, but the amp-hour capacity multiplies.
What Breaks at the Extremes?
When wiring sources in series, polarity is absolute. If you accidentally insert one 9V battery backward in a 3-battery series string, its voltage subtracts from the total. Instead of 27V, you get 9V (9 + 9 - 9). Worse, the two forward-biased batteries will force current backward through the reversed battery, causing internal heating, electrolyte boiling, and potential venting of corrosive potassium hydroxide.
When wiring loads in series, the extreme failure mode is an open circuit. As shown in the matrix above, if one series LED in a string burns out and opens, the entire string goes dark. Conversely, if one load shorts, the full source voltage is redistributed across the remaining loads, often causing a cascading failure as the remaining components absorb more voltage than their ratings allow.
Step-by-Step Breadboard Testing
Do not trust your math until you verify it on the bench. Here is how to safely build and measure the 18V series divider we designed above.
- Verify the Sources: Set your digital multimeter (DMM) to DC Volts. Measure each 9V battery individually. Record the exact values (e.g., 9.22V and 9.18V). Add them together to get your true V_total (18.40V).
- Wire the Series Sources: Connect the negative terminal of Battery 1 to the positive terminal of Battery 2 using a jumper wire. This junction is your series link. The positive of Battery 1 is your Node A (18.4V); the negative of Battery 2 is your Node D (GND).
- Insert the Resistors: Place the 1kΩ, 2.2kΩ, and 3.3kΩ resistors in a continuous daisy-chain across the breadboard's terminal strips. Ensure they are not sharing the same conductive row, which would accidentally put them in parallel.
- Connect Power: Run a jumper from Node A (Battery 1 +) to the first leg of the 1kΩ resistor. Run a jumper from Node D (Battery 2 -) to the second leg of the 3.3kΩ resistor.
- Measure Node Voltages: Keep your DMM’s black probe firmly on Node D (GND). Touch the red probe to Node C (the junction between the 2.2kΩ and 3.3kΩ resistors). It should read ~9.34V. Move the red probe to Node B. It should read ~15.57V.
- Verify KVL: Move the red probe to Node A. It should read your total source voltage (18.40V). If your Node A measurement is significantly lower than your open-circuit battery measurement, your resistors are drawing too much current and the batteries are experiencing voltage sag due to internal resistance.
Frequently Asked Questions
Do volts add up in series or parallel?
Volts add up in series. When you wire identical voltage sources in series (positive to negative), their voltages sum algebraically. Two 12V car batteries wired in series produce 24V. In contrast, when you wire voltage sources in parallel (positive to positive, negative to negative), the voltage remains the same as a single source (12V), but the available current capacity and total amp-hours double.
What happens to amps when you connect volts in series?
When wiring voltage sources in series, the maximum continuous current (amps) the pack can deliver remains limited by the rating of a single cell. A series string of four 3.7V 2500mAh Li-ion cells yields 14.8V, but it can still only safely deliver the continuous discharge rating of one cell (e.g., 10A). However, when wiring loads in series, the current (amps) through every single load is identical, dictated by the total source voltage divided by the total series resistance.
Can I mix different battery chemistries or capacities when wiring volts in series?
No. You should never mix different capacities, chemistries, or ages of batteries in a series string. In a series circuit, the exact same current is pulled from every cell. If you mix a 2000mAh cell with a 3000mAh cell, the 2000mAh cell will be completely drained and forced into deep discharge (and potentially reverse-charged) while the 3000mAh cell still has 33% capacity left. This causes severe overheating, venting, and in the case of lithium cells, thermal runaway. Always use matched cells from the same batch.
Why does my series battery pack drain unevenly?
Even with perfectly matched cells, slight variations in internal resistance and self-discharge rates cause cells in a series pack to drift out of balance over time. This is why high-voltage series packs (like 3S, 4S, or higher LiPo/LiFePO4 packs) require a Battery Management System (BMS) with active or passive cell balancing. The BMS monitors the voltage of each individual node in the series string and bleeds off excess charge from the higher-voltage cells during the topping phase of the charge cycle, ensuring no single cell exceeds its maximum safe voltage.
For more detailed analysis on series and parallel resistor networks, refer to the comprehensive guides at Electronics Tutorials. Understanding how volts behave in series is the foundational step to mastering complex circuit design, voltage regulation, and portable power systems.






