Series & Parallel Resistor Calculator
Add as many resistors as you like, pick series or parallel, get the equivalent with a diagram.
Formulas
Parallel: 1/Rtotal = 1/R1 + 1/R2 + 1/R3 + …
Physics behind series vs parallel
In series, the same current flows through every resistor, so voltages add and resistance adds. In parallel, all resistors share the same voltage, so currents add, meaning conductances (1/R) add. The parallel formula is always less than the smallest single resistor, which is why adding more paths for current to flow reduces the overall resistance.
Worked example
Three resistors 10 Ω, 20 Ω, 30 Ω in parallel
1/Rt = 1/10 + 1/20 + 1/30 = 11/60 Rt = 60/11 ≈ 5.4545 Ω
Related tools
FAQs
How do I use series resistor calculator total resistance?
Resistors in series simply add: R_total = R + R + R + … . The same current passes through every resistor, and voltages divide in proportion to each resistance. So three resistors of 100 Ω, 220 Ω, and 470 Ω in series give R_total = 790 Ω. Calculators take a list of resistor values and return the sum. The series rule comes from V = IR applied across the whole chain: total voltage equals the sum of individual voltages, with the same I throughout. Useful for voltage dividers, current limiting, and matching to a desired total resistance.
How do I use parallel resistor calculator total resistance?
Parallel resistors use the reciprocal formula: 1/R_total = 1/R + 1/R + 1/R + … . The result is always smaller than the smallest individual resistor. For two 100 Ω resistors in parallel: 1/R = 1/100 + 1/100 = 2/100, so R = 50 Ω. Voltage is the same across each, while currents divide inversely with resistance. Calculators do the reciprocal arithmetic automatically. Adding more parallel resistors keeps lowering the total. This is the configuration to use when you need lower resistance than any single resistor on hand can provide.
How do I use two resistors in parallel calculator?
For just two resistors in parallel, the formula simplifies to R = RR/(R + R) — the product over sum. Two 220 Ω resistors give R = 48400/440 = 110 Ω, exactly half of either one. A 100 Ω and a 300 Ω in parallel give R = 30000/400 = 75 Ω. The product-over-sum is much faster than the reciprocal formula when you only have two values. Especially handy in mental arithmetic for quick circuit estimation. For three or more resistors, you'd either chain pairs together or fall back on the reciprocal formula.
How do I use series parallel resistor calculator with steps?
Mixed networks need stepwise reduction. Identify groups of pure series or pure parallel inside the network, replace each group with its equivalent resistance, then re-evaluate. Repeat until you have a single equivalent resistor. So if R and R are in parallel inside a series chain with R and R, first compute RR, then add it to R + R. Calculators with a step-by-step mode walk you through this and show intermediate values, which helps when you're learning. Drawing the network and labelling each reduction is hugely helpful — paper beats mental algebra for any non-trivial layout.
How do I use voltage divider resistor calculator?
A voltage divider is two resistors in series across a supply, with the output taken between them. Output voltage is V_out = V_in × R/(R + R), where R is the lower resistor (between output and ground). So with V_in = 12 V, R = 1 kΩ, R = 2 kΩ: V_out = 12 × 2/(1 + 2) = 8 V. The formula assumes negligible load on the output; loading changes the effective ratio. Useful for setting reference voltages, biasing transistors, and scaling sensor outputs to match ADC ranges in microcontrollers.
How do I use current through parallel resistors calculator?
In a parallel branch network, every resistor has the same voltage across it, and each branch current follows I = V/R. So if 12 V is applied across a 100 Ω, 200 Ω, and 600 Ω in parallel, the currents are 0.12 A, 0.06 A, and 0.02 A respectively, totalling 0.20 A. The resistor with the lowest resistance carries the most current, which is intuitive — current takes the easier path. Total current divides among branches inversely proportional to resistance. Calculators show both branch currents and the total drawn from the source.
How do I use equivalent resistance formula series parallel?
Series: R = R + R + … (resistances add). Parallel: 1/R = 1/R + 1/R + … (reciprocals add). Use series when current passes through every resistor in turn; use parallel when current splits across them. Knowing which configuration you're looking at is half the battle. Mixed circuits combine both: identify pure-series and pure-parallel sub-blocks, reduce each, repeat. Practise with simple networks first — three or four resistors — before tackling complex bridge configurations, which sometimes can't even be reduced to series-parallel and need Kirchhoff's laws or mesh analysis instead.