Series and Parallel Resistance Calculator: Total Resistance for Any Circuit
Calculate total resistance for resistors in series, parallel, or mixed configurations. Analyze complex resistor networks and find equivalent resistance instantly.
Resistor networks show up constantly in electronics — voltage dividers, filter circuits, load balancing, and LED arrays all rely on understanding how resistance combines. The formulas are taught in every intro electronics course, but having a calculator for complex networks with many resistors saves significant time.
The CalcHub Series-Parallel Resistance Calculator handles simple series and parallel configurations, plus mixed networks with multiple groups.
Series Resistance
In series, resistors simply add:
R_total = R1 + R2 + R3 + ...Current is the same through all resistors. Voltage divides proportionally.
| R1 | R2 | R3 | Total |
|---|---|---|---|
| 100Ω | 220Ω | — | 320Ω |
| 470Ω | 470Ω | 470Ω | 1,410Ω |
| 1kΩ | 4.7kΩ | 10kΩ | 15.7kΩ |
Parallel Resistance
In parallel, the total resistance is always less than the smallest individual resistor:
1/R_total = 1/R1 + 1/R2 + 1/R3 + ...Or for two resistors: R_total = (R1 × R2) ÷ (R1 + R2)
Voltage is the same across all parallel branches. Current divides proportionally.
| R1 | R2 | Total |
|---|---|---|
| 100Ω | 100Ω | 50Ω |
| 100Ω | 200Ω | 66.7Ω |
| 1kΩ | 4kΩ | 800Ω |
| 10kΩ | 10kΩ | 5kΩ |
Mixed Series-Parallel Networks
Real circuits often combine both configurations. The approach:
- Identify groups of purely series or purely parallel resistors
- Calculate the equivalent resistance for each group
- Replace the group with its equivalent and repeat
Given: R1=100Ω, R2=200Ω, R3=300Ω
- R2 ∥ R3 = (200 × 300) ÷ (200 + 300) = 60,000 ÷ 500 = 120Ω
- Total = R1 + 120Ω = 220Ω
Example 2: (R1 series R2) in parallel with R3
Given: R1=100Ω, R2=150Ω, R3=500Ω
- R1 + R2 = 250Ω
- 250Ω ∥ 500Ω = (250 × 500) ÷ 750 = 166.7Ω
Voltage Divider
A common series resistor application: two resistors in series create a voltage divider.
Vout = Vin × R2 ÷ (R1 + R2)For Vin=12V, R1=10kΩ, R2=4.7kΩ:
Vout = 12 × 4,700 ÷ 14,700 = 3.84V
Voltage dividers are used to create reference voltages, interface 5V logic with 3.3V devices, and read potentiometer positions.
Current Through Each Branch
For parallel circuits, current through each branch:
I_branch = V_total ÷ R_branch
With 12V across R2=200Ω and R3=300Ω in parallel:
- I_R2 = 12 ÷ 200 = 60mA
- I_R3 = 12 ÷ 300 = 40mA
- Total current: 100mA ✓ (checks out with 12V ÷ 120Ω equivalent)
What does Thevenin equivalent resistance mean?
Thevenin's theorem simplifies any linear circuit to a single voltage source and a single series resistance. To find Thevenin resistance, "zero out" the voltage sources (replace them with short circuits) and calculate the resistance seen at the output terminals. This is the same calculation as finding equivalent parallel resistance of parallel sources.
When would I need multiple resistors instead of one?
Sometimes the exact resistance value you need isn't available as a standard part. Combining two E24 standard resistors in series or parallel can hit almost any target value. The calculator helps you find which standard pair gets closest to your target.
What's the maximum number of resistors this works for?
The series and parallel formulas scale to any number. The calculator handles up to 10 resistors in the parallel mode (using the 1/R formula iterated). For complex multi-node networks, the nodal analysis or mesh analysis approach is needed.
Related Tools
- LED Resistor Calculator — specific current-limiting application
- Power Consumption Calculator — total power in the resistor network
- Ohm's Law Calculator — voltage, current, resistance, and power