Combine any number of resistors in parallel — or work backwards to find the resistor you're missing.
Enter at least two resistor values. Add a supply voltage to see how current and power split between branches.
How it was solved
| Branch | Resistance | Current | Power | Share |
|---|
History
| # | Mode | Resistors | Result | Voltage | Total current |
|---|
No calculations yet. Your results will be saved here in this browser.
How parallel resistors work
The rule in one line
1/Req = 1/R₁ + 1/R₂ + … + 1/Rₙ
Resistors in parallel all share the same voltage across them, but the current splits between the branches. Each branch is an extra path for current, so adding a resistor in parallel always makes it easier for current to flow — which is why the combined resistance is always smaller than the smallest resistor in the group.
Water analogy: one drain empties a sink at some rate; opening a second drain (even a small one) can only speed things up. It can never slow the sink down.
Why reciprocals? Meet conductance
The reciprocal of resistance is conductance (G = 1/R, measured in siemens, S) — "how easily current flows" instead of "how hard it is". Parallel paths simply add their conductances:
Gtotal = G₁ + G₂ + …
That's the whole trick: convert every resistor to conductance, add them up, then flip back. Req = 1 / Gtotal. This calculator shows each conversion in its worked steps.
Two handy shortcuts
- Exactly two resistors — "product over sum":
Req = (R₁ × R₂) / (R₁ + R₂). Example: 1 kΩ ∥ 2.2 kΩ = 2200000 / 3200 ≈ 687.5 Ω. - n equal resistors — just divide:
Req = R / n. Four 100 Ω resistors in parallel make 25 Ω. This is also how you build a higher-wattage resistor from small ones, since each carries only 1/n of the power.
How current and power split
With a supply voltage V across the network, every branch sees the full V, so by Ohm's Law each branch carries Iᵢ = V / Rᵢ — the smallest resistor carries the most current. Branch power is Pᵢ = V² / Rᵢ.
The share of total current a branch takes equals its share of total conductance: a 100 Ω resistor in parallel with a 1 kΩ carries about 91% of the current. This calculator's donut chart shows exactly that split, and the branch table lists every current and power — useful for checking none of your real resistors exceeds its wattage rating.
A worked example
Combine 470 Ω, 1 kΩ, and 2.2 kΩ in parallel:
- Conductances: 1/470 = 2.128 mS, 1/1000 = 1 mS, 1/2200 = 0.455 mS.
- Add them: G = 2.128 + 1 + 0.455 = 3.582 mS.
- Flip back: Req = 1 / 0.003582 ≈ 279.2 Ω.
- Sanity check: 279.2 Ω is smaller than 470 Ω, the smallest branch ✓
Practical notes: real resistors have tolerance (±1% or ±5%), so your measured value will differ slightly; and if you need a specific equivalent, the "Find missing resistor" mode plus the E24 standard-value suggestion will get you to a part you can actually buy.