Series and Parallel Resistor Calculator

Calculate total resistance for resistors connected in series or parallel.

Input

V

Result

Total Resistance
Current
Total Power

How It Works

Series: Total resistance is the sum of all resistors: R = R1 + R2 + ... + Rn. Current is the same through all resistors.

Parallel: Total resistance follows: 1/R = 1/R1 + 1/R2 + ... + 1/Rn. Voltage is the same across all resistors.

Understanding Series and Parallel Resistors

Resistors are among the most basic components in electrical circuits, and understanding how they combine is essential for circuit analysis and design. Whether connected end-to-end (series) or side-by-side (parallel), the way resistors are arranged directly determines the total resistance, current flow, and power distribution in the circuit.

Series Connection

In a series circuit, resistors are connected end-to-end so that the same current flows through each one. The total resistance is simply the sum of all individual resistances:

R_total = R1 + R2 + R3 + ... + Rn

Series connections are used to increase total resistance, divide voltage across components, and create voltage references. The voltage across each resistor is proportional to its resistance (voltage divider principle).

Parallel Connection

In a parallel circuit, resistors are connected side-by-side so that the same voltage appears across each one. The total resistance is calculated using the reciprocal formula:

1/R_total = 1/R1 + 1/R2 + 1/R3 + ... + 1/Rn

A key property of parallel connections: the total resistance is always less than the smallest individual resistor. This makes parallel connections useful for reducing total resistance and providing multiple current paths.

For two resistors in parallel, a simplified formula exists:

R_total = (R1 × R2) / (R1 + R2)

Engineering Applications

  • Current limiting: Series resistors limit current in LED circuits, relay coils, and sensor interfaces.
  • Voltage division: Series resistor strings create reference voltages for ADCs and comparators.
  • Power distribution: Parallel resistors share current load, allowing higher total power dissipation than a single resistor.
  • Precision values: Combining standard-value resistors in series or parallel creates non-standard resistance values when exact values are needed.
  • Redundancy: Parallel paths provide fault tolerance — if one resistor fails open, current still flows through other paths.

Frequently Asked Questions

Why is parallel resistance always less than the smallest resistor?

Adding a parallel resistor creates an additional path for current to flow. More paths mean less opposition to current overall, which means less total resistance. It's like adding another lane to a highway — traffic flows more easily, not less.

What happens if one resistor fails in a series circuit?

In a series circuit, if any resistor fails open (breaks), the entire circuit is interrupted and no current flows. This is a key disadvantage of series connections in critical applications. In a parallel circuit, the other resistors continue to function.

How do I calculate power dissipation in each resistor?

For series circuits, power in each resistor is P = I² × R (same current through all). For parallel circuits, power in each resistor is P = V² / R (same voltage across all). Always check that each resistor's power dissipation stays within its rated capacity.

Can I mix series and parallel connections?

Yes. Complex circuits often combine both series and parallel sections. To analyze them, simplify each section step by step: calculate parallel groups first, then add series resistances. This process is called "series-parallel reduction."