Current Divider Calculator
Branch current in a parallel resistor network
Required Parameters
Waiting for input data...
Quick Answer
In a parallel circuit, current splits inversely with resistance: I_branch = I_total × (1/R_branch) / Σ(1/R_all). The lower the resistance, the more current flows through that branch.
Current Divider Calculator — Engineering Reference
Use this calculator to determine how current splits between parallel branches in a circuit. The current divider is fundamental to circuit analysis — understanding it is essential for designing sensor circuits, biasing networks, and load distribution systems.
Current Divider Formula
For two parallel resistors:
I₁ = Itotal × R2 / (R1 + R2)
I₂ = Itotal × R1 / (R1 + R2)
Where:
- Itotal = Total current entering the parallel combination
- R1, R2 = Resistance values of each branch
- I₁, I₂ = Current through each respective branch
Key Insight: Current divides inversely proportional to resistance — the branch with lower resistance carries more current.
General Formula (N Branches)
For any number of parallel branches:
Iₖ = Itotal × (Req / Rₖ)
Where Req is the equivalent parallel resistance of all branches.
Practical Examples
Dual Load Distribution
A 100 mA source feeds two parallel resistors (R1 = 100 Ω, R2 = 200 Ω):
- I₁ = 100 mA × 200 / (100 + 200) = 66.7 mA
- I₂ = 100 mA × 100 / (100 + 200) = 33.3 mA
- Verify: 66.7 + 33.3 = 100 mA ✓
Current Sensing
Using a low-value shunt resistor to measure current:
- Main load: R_load = 10 Ω
- Shunt resistor: R_shunt = 0.1 Ω
- Current ratio: I_shunt/I_total = R_load/(R_load + R_shunt) ≈ 99%
- Most current flows through the load, while the shunt provides a measurable voltage
Design Considerations
- Equal resistors split current equally — Two identical 1 kΩ resistors each carry exactly half the total current.
- Power dissipation varies by branch — The branch carrying more current dissipates more power. Always check P = I²R for each branch.
- Temperature effects — Unequal heating can change resistance ratios over time, altering current distribution.
- Wire resistance matters — At low resistance values, lead and trace resistance can significantly affect the current split.
Relationship to Voltage Divider
The current divider is the dual of the voltage divider:
| Property | Voltage Divider | Current Divider |
|---|---|---|
| Elements | Series | Parallel |
| Shared quantity | Current | Voltage |
| Division rule | Proportional to R | Inversely proportional to R |
Related Tools
- Voltage Divider Calculator — Split voltage between series resistors
- Ohm's Law Calculator — Fundamental V, I, R, P calculations
- Resistor Calculator — Series and parallel combinations
- Three Phase Calculator — Current distribution in three-phase systems
Design Notes
The current divider is the dual of the voltage divider. While voltage dividers split voltage proportionally to resistance in series, current dividers split current inversely to resistance in parallel. In practice, current sensing shunt resistors are the most common application — a small precision resistor (e.g., 0.1Ω) is placed in the current path and its voltage drop measured to determine current (I = V_shunt / R_shunt).
Common Mistakes
- 1
Using the wrong resistor in the two-resistor formula numerator — for two resistors, I1 = I_total × R2/(R1+R2). Note R2 (the OTHER resistor) is in the numerator, not R1.
- 2
Forgetting that current dividers only work with current sources or known total current. With a voltage source, you must first calculate total current.
- 3
Assuming equal current distribution through parallel branches of different resistance.
Engineering Handbox
1. Calculate conductances: G1=1/1000=1mS, G2=1/2000=0.5mS, G3=1/4000=0.25mS 2. Total conductance: 1.75 mS 3. Branch 1 current: 100 × (1/1.75) = 57.1 mA 4. Branch 2 current: 100 × (0.5/1.75) = 28.6 mA 5. Branch 3 current: 100 × (0.25/1.75) = 14.3 mA
Knowledge Base
How does current split in parallel branches?
Current divides in inverse proportion to resistance: the branch with lower resistance gets more current. Mathematically, I_branch = I_total × (R_total_parallel / R_branch). For two resistors: I1 = I_total × R2/(R1+R2). A 1k and 10k in parallel with 11mA total: the 1k carries 10mA and the 10k carries 1mA.
What is the current divider formula?
For branch n in a parallel network: I_n = I_total × (1/R_n) / Σ(1/R_all). Equivalently: I_n = I_total × G_n / G_total, where G is conductance (1/R). For two resistors the shortcut is: I1 = I_total × R2 / (R1 + R2). Note that R2 (the OTHER resistor) appears in the numerator, not R1.
Can I use this for more than two branches?
Yes. For N parallel branches, calculate the total conductance G_total = 1/R1 + 1/R2 + ... + 1/Rn. Each branch current is I_n = I_total × (1/R_n) / G_total. This works for any number of branches.
Why does the lower resistance carry more current?
Current follows the path of least resistance. In parallel branches, voltage across all branches is identical (V = I_total × R_parallel). By Ohm's Law, I = V/R, so branches with lower R get proportionally higher current. This is the dual of voltage dividers, where higher resistance gets more voltage.
What is the difference between current divider and voltage divider?
Voltage divider: series resistors, same current, voltage splits proportionally TO resistance (higher R = more V). Current divider: parallel resistors, same voltage, current splits INVERSELY to resistance (lower R = more I). They are mathematical duals.
How do I verify my current divider calculation?
Check that all branch currents sum to the total current: I_total = I_1 + I_2 + ... + I_n. Also verify that voltage across each branch is the same: V = I_1×R_1 = I_2×R_2 = ... If these checks fail, there is an error in your calculation.
Does a current divider work with AC?
Yes, but replace resistance (R) with impedance (Z) for AC circuits containing capacitors or inductors. The formula becomes I_n = I_total × (1/Z_n) / Σ(1/Z_all). Since impedance is complex (magnitude + phase), current in each branch may have a different phase angle.
What happens if one branch is a short circuit?
If any branch has zero resistance (short circuit), it takes ALL the current and the voltage across the parallel network drops to zero. All other branches carry zero current. This is why short circuits are dangerous — the total current is only limited by the source impedance.
How is the current divider used in practice?
Common applications: (1) Current sensing with shunt resistors. (2) Biasing transistor base/gate networks. (3) Designing current mirrors in analog IC design. (4) Splitting current between parallel LEDs (each with its own resistor). (5) Load sharing between parallel power supplies.
Can I use a current divider with a current source?
Yes, current dividers work perfectly with ideal current sources since a current source provides a fixed total current regardless of load. With a voltage source, you first calculate total current using the equivalent parallel resistance, then apply the divider formula.