Boneyard Tools

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

  1. Use the Wiring toggle at the top to choose Series or Parallel.
  2. In the Resistance values box, enter your resistors in ohms, one per line.
  3. You can also separate values with spaces or commas instead of new lines.
  4. Read the Total resistance, which shows the resistor count and updates as you type.
  5. 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

Related tools