How to Use the Series and Parallel Resistor Calculator
Select the type of resistor connection you want to calculate: parallel, series, or a mixed series-parallel network. Enter up to three resistor values and choose their units. The calculator will instantly compute the equivalent resistance.
If you want to learn more about series or parallel resistors, visit our detailed article, where we explain principles of electrical circuits and component association.
What are resistors in parallel?
Resistors are associated in parallel if they share the same voltage at their nodes. When two or more resistors are associated in parallel, the resulting equivalent resistance value is smaller than the smallest of the resistors used, althought it may seem counter-intuitive. How it is posible that I get a lower equivalent resistance if I add large resistors? Think from the point of view of the current. Most of the current will tend to go through the smallest resistor, but some of it may go through one of the others. Although these others are of large value, it is better to go through one of them than not be able to pass in any way. So the current 'sees' a lower resistance than it has the smallest. The equivalent resistance of a parallel association can be calculated with the following expression:
$$R_t = R_1||R_2||R_3||... =\frac{1}{\frac{1}{R_1}+\frac{1}{R_2}+\frac{1}{R_3}+ ...}$$
What are resistors in series?
Some resistors are associated in series if the same current passes through all of them. When two or more resistors are associated in series, the resulting equivalent resistance value is larger than the largest of the resistors used. The equivalent resistance of a series association can be calculated with the following expression:
$$R_t = R_1+R_2+R_3+... $$
Series-parallel resistors
We have seen that series and parallel associations have some 'limitations'. If they are in series you can only get values larger than the largest resistor, and with parallel you can only get smaller than the smallest. If you have infinite resistors to choose from, that's fine, but in a real circuit you're usually limited. You may also want to be able to adjust the resistor binding to eliminate tolerance variances. Whatever the cause, it is quite common to use a combined series-parallel association consisting of making a series combination of one resistor and a parallel combination of two resistors. Beyond the tongue twister, it has no mystery. The expression is the following:
$$R_t = R_1+(R_2||R_3) = R_1+\frac{1}{\frac{1}{R_2}+\frac{1}{R_3}} $$
Examples of Equivalent Resistance Calculations
Here are practical examples showing how to calculate the equivalent resistance in parallel, series, and mixed series-parallel networks. These examples help illustrate how the formulas work and what results to expect in typical circuits.
Parallel Resistor Example
Given:
R₁ = 100 Ω, R₂ = 200 Ω
Calculation:
\[
R_t = \frac{1}{\frac{1}{100} + \frac{1}{200}}
\]
\[
R_t = 66.67\ \Omega
\]
The equivalent resistance is lower than the smallest resistor.
Series Resistor Example
Given:
R₁ = 150 Ω, R₂ = 330 Ω, R₃ = 470 Ω
Calculation:
\[
R_t = 150 + 330 + 470 = 950\ \Omega
\]
The equivalent resistance is simply the sum of all resistors.
Series-Parallel Resistor Network Example
Given:
R₁ = 47 Ω in series with a parallel combination of R₂ = 100 Ω and R₃ = 100 Ω.
Step 1: Parallel part:
\[
R_{23} = \frac{1}{\frac{1}{100} + \frac{1}{100}} = 50\ \Omega
\]
Step 2: Add R₁ in series:
\[
R_t = 47 + 50 = 97\ \Omega
\]
The result is a mixed equivalent resistance of 97 Ω.
Frequently Asked Questions
-
Why is the equivalent resistance in parallel always smaller?
Because adding a new path for current always reduces the total opposition. Even a large resistor helps reduce the total resistance slightly because it provides an additional route for current to flow.
-
Why is the equivalent resistance in series always larger?
In a series connection, current must flow through all resistors one after another. Each resistor adds its opposition, so the total is simply the sum of all resistances.
-
Can parallel or series resistor combinations increase precision?
Yes. Combining resistors is often used to obtain non-standard values or reduce tolerance errors. By mixing values, designers can achieve very accurate target resistances.
-
How do tolerances affect equivalent resistance?
In series, tolerances add linearly. In parallel, the effect is more complex, but large deviations occur mainly from the smallest resistor, since it dominates current flow.
-
What is the best way to choose resistor values for a network?
Use the closest standard E-series resistor values, then refine the result using a series-parallel combination. This is common when designing filters, dividers, and bias networks.
-
Can resistors of different power ratings be combined?
Yes, but the power dissipation will not share evenly. The smallest resistor value in parallel handles the most current. Always ensure each resistor is below its rated power.
-
Does the order of resistors matter in series or parallel?
Electrically, no — series and parallel combinations behave identically regardless of physical order. Only thermal considerations or layout constraints may require a specific arrangement.