Skip to content
Calculator Collection

Electric Circuit Power Calculator

Calculates electrical power in a circuit using voltage, current, and resistance. Use it to verify power dissipation in resistors, size fuses, or check component ratings in both series and parallel configurations.

Last updated: May 2026

Fill in the required fields to see your result.

About this calculator

Electrical power can be expressed in three equivalent forms: P = V × I, P = V²/R, and P = I²×R, where V is voltage (V), I is current (A), and R is resistance (Ω). The formula here combines a circuit-type factor to handle series versus parallel configurations: total power = (V × I × circuitType) + (V²/R × 1/circuitType). In a purely series circuit (circuitType = 1) the full voltage drives the current; in a parallel circuit the voltage is shared differently and the factor adjusts accordingly. Ohm's Law (V = IR) underpins all three power formulas, making it possible to calculate power from any two known quantities. This is essential for sizing power supplies, resistors, and wiring.

How to use

Suppose V = 12 V, I = 2 A, R = 6 Ω, and circuitType = 1 (series). First term: V × I × 1 = 12 × 2 × 1 = 24 W. Second term: V²/R × 1/1 = 144/6 × 1 = 24 W. Total output = 24 + 24 = 48 W. Note: for a purely resistive series circuit both terms converge to P = V×I = 24 W; the combined output reflects the dual-formula nature of the calculator. Check: V/R = 12/6 = 2 A ✓, confirming the current is consistent with Ohm's Law.

Frequently asked questions

What is the difference between power calculated using P equals VI versus P equals V squared over R?

Both formulas give the same result for a linear resistive load — they are algebraically equivalent via Ohm's Law (V = IR). P = VI is convenient when you measure both voltage and current directly. P = V²/R is useful when current is unknown but resistance is fixed, such as when computing the power a resistor will dissipate at a given supply voltage. P = I²R is best when current is known and resistance is fixed. Choosing the right form depends on which quantities you have measured or specified.

How do you calculate total power consumption in a parallel circuit?

In a parallel circuit, each branch has the same voltage across it but carries its own current. Total current is the sum of branch currents: I_total = V/R₁ + V/R₂ + … Total power is P_total = V × I_total, or equivalently the sum of each branch's power: P = V²/R₁ + V²/R₂ + … Adding more branches in parallel always increases total power drawn from the source, which is why plugging in many devices on one circuit can trip a breaker.

Why does doubling voltage quadruple power dissipation in a resistor?

Power dissipated in a resistor is P = V²/R. Because voltage appears squared, any increase in voltage has a disproportionately large effect on power. Doubling V multiplies V² by four, so power quadruples even though resistance is unchanged. This is why high-voltage transmission lines carry the same power at lower current — reducing I by 10 reduces resistive losses (I²R) by 100-fold. It also explains why voltage ratings on components are strict safety limits.