Series and Parallel Resistor Calculator
Enter your resistor values in ohms, one per line, and pick series or parallel to get the total resistance. Series simply sums the values, so the total is always larger than any single resistor. Parallel takes the reciprocal of the sum of reciprocals, so the total is always smaller than the smallest resistor. The result recalculates live as you edit.
How to use the resistor calculator
- Use the Wiring toggle at the top to choose Series or Parallel.
- In the Resistance values box, enter your resistors in ohms, one per line.
- You can also separate values with spaces or commas instead of new lines.
- Read the Total resistance, which shows the resistor count and updates as you type.
- Click Copy to grab the total and the wiring mode as text.
Examples
Three resistors in series
100, 200, 300 in series
600 ohm
Two resistors in parallel
60, 40 in parallel
24 ohm
Two equal resistors in parallel halve
100, 100 in parallel
50 ohm
Frequently asked questions
How do you add resistors in series?
Add the values together. Resistors in series carry the same current, so the total resistance is R1 + R2 + ... + Rn. Three resistors of 100, 200 and 300 ohm in series give 600 ohm.
How do you add resistors in parallel?
Take the reciprocal of the sum of reciprocals: 1 / R_total = 1/R1 + 1/R2 + ... The combined value is always smaller than the smallest resistor in the group. For 60 and 40 ohm that is 1 / (1/60 + 1/40) = 24 ohm.
What is the parallel resistance of two equal resistors?
Exactly half of one of them. Two 100 ohm resistors in parallel give 50 ohm, since 1 / (1/100 + 1/100) = 50. More generally, n equal resistors in parallel give one value divided by n.
How do I enter the values?
Type them into the Resistance values box separated by new lines, spaces or commas. The calculator splits on any of those, so a mix like '100, 200 300' works too. Each entry is read as a number in ohms.
Does it accept decimals and large numbers?
Yes. You can enter decimal values like 4.7 and large values like 10000 for a 10k resistor. Enter the plain ohm value; the tool does not parse suffixes such as k or M.
How is the total rounded?
The result is rounded to nine decimal places to hide floating-point noise, so clean cases like 24 or 600 show as whole numbers while awkward parallel combinations keep useful precision.
Can I mix series and parallel groups?
Not in one pass. Solve each group on its own first: combine a parallel block into a single value here, then switch to series and add that value with the rest. Repeat for more complex networks.
Why must every value be greater than zero?
A zero-ohm entry is a short circuit and a negative resistance is not physical, so both are rejected. This also keeps the parallel formula well defined, since dividing by zero has no meaning.
Is my data sent anywhere?
No. The calculation runs entirely in your browser using a simple arithmetic formula, so nothing you enter leaves your device.
Learn more
- Series vs parallel resistance: formulas and intuition
How resistors combine in series and in parallel, why the totals move in opposite directions, and how to reduce a mixed network step by step.
Related tools
Ohm's Law Calculator
Solve Ohm's law online. Enter any two of voltage, current, resistance or power and get the other two, with the V, I, R and P formulas shown.
Voltage Divider Calculator
Calculate the output of a resistive voltage divider. Enter the input voltage and two resistors to get Vout, the current and the divider ratio instantly.
RC Time Constant Calculator
Find the RC time constant from resistance and capacitance, plus charge times and the cutoff frequency. Enter any two of R, C and tau to solve the third.
555 Timer Calculator
Calculate 555 timer astable frequency, period, high and low times and duty cycle from R1, R2 and the timing capacitor. Free oscillator design helper.
Absolute Humidity Calculator
Calculate absolute humidity in grams of water vapor per cubic meter from air temperature and relative humidity. Fast, free and works in your browser.
Allele Frequency Calculator
Find allele frequencies from genotype counts. Enter the number of AA, Aa and aa individuals to get the A and a allele frequencies and allele totals.