Home/Electrical Engineering/Semiconductor Devices/CMOS Dynamic Power Dissipation

Formula & Calculator

CMOS Dynamic Power Dissipation

Estimates the switching power consumed by a CMOS gate charging and discharging its load capacitance.

Semiconductor DevicesDigital ICs

CMOS Dynamic Power Calculator P = C · V² · f

P = C · V² · f
P = dynamic power (W)  ·  C = load capacitance (F)  ·  V = supply voltage (V)  ·  f = switching frequency (Hz)
⟹ Solve P, C, V, f
W
F
V
Hz
Please fix the errors above.
Solve for:
Presets:
Dynamic Power
P: C: V: f:
✓ Copied!
Power Gauge
Low (< 10 mW) Medium (10 mW – 1 W) High (> 1 W)
P = C · V² · f  ·  Dynamic power dissipation in CMOS circuits. Units: F (C), V (V), Hz (f), W (P).

Interpretation

CMOS dynamic power dissipation P = C·V²·f is the power consumed when a CMOS gate switches.
It is proportional to the load capacitance, the square of the supply voltage, and the switching frequency.
Example: C=10pF, V=5V, f=100MHz → P = 10e-12 × 25 × 100e6 = 0.025 W (25 mW).

P = C·V²·f
CMOS Dynamic Power Dissipation

Variables

SymbolQuantityUnit
PDynamic power dissipation (switching power)W
CLoad capacitance (total switched capacitance per cycle)F
VSupply voltageV
fSwitching frequency (clock frequency × activity factor)Hz

What it means

In CMOS digital circuits, dynamic power dissipation occurs when logic gates switch, charging and discharging load capacitances. The power is given by P = C·V²·f, where C is the load capacitance, V is the supply voltage, and f is the switching frequency. This power is proportional to the square of the supply voltage, so reducing V dramatically reduces power (a key reason for low‑voltage CMOS designs). Dynamic power is the dominant power source in modern microprocessors. The formula also shows that higher clock frequencies increase power consumption. Example: A CMOS gate with load capacitance C=10pF, supply V=5V, switching at f=100MHz dissipates P = 10e-12 * 25 * 100e6 = 2.5e-10 * 1e8 = 0.025 W (25 mW). At V=1.8V, P = 10e-12 * 3.24 * 100e6 = 3.24e-3 W = 3.24 mW, showing the benefit of low voltage.

Worked example

CMOS Dynamic Power – Practical Example

Real‑World
Scenario: A CMOS gate has C = 10 pF, V = 1.2 V, and f = 100 MHz. Calculate the dynamic power dissipation.
ParameterValue
C10 pF = 10×10⁻¹² F
V1.2 V
f100 MHz = 100×10⁶ Hz
FormulaP = C·V²·f
1V² = 1.44
2C·V² = 10e-12 × 1.44 = 1.44e-11
3Multiply by f: 1.44e-11 × 100e6 = 1.44e-3 W = 1.44 mW
Final Design P = 1.44 mW ✓ Dynamic power
Why: Dynamic power in CMOS is proportional to the square of voltage and frequency – lowering VDD drastically reduces power.

Common mistakes

  • Capacitance C: The load capacitance being switched.
  • Voltage V: The supply voltage – power is proportional to V².
  • Frequency f: The switching frequency – higher f means higher power.
  • Units: C in farads, V in volts, f in Hz → P in watts.
  • CMOS: This is the dynamic power – static (leakage) power is separate.

Applications

CMOS dynamic power dissipation P = C·V²·f is the power consumed when a CMOS gate switches, proportional to load capacitance, supply voltage squared, and switching frequency. This is the dominant component of power consumption in digital CMOS circuits. Engineers use it to design low‑power systems, to estimate battery life, and to optimise voltage and frequency scaling. By reducing the supply voltage, they can significantly reduce power. This formula is essential for digital IC design, especially for mobile and battery‑powered devices. Understanding dynamic power is critical for energy‑efficient design.

  • Low‑power digital CMOS design and power reduction
  • Battery life estimation in portable electronics
  • CPU and microcontroller power management
  • Optimisation of supply voltage and clock frequency
  • Educational understanding of CMOS power consumption

Frequently Asked Questions

Q01What is CMOS dynamic power dissipation and how is it calculated?
A01

Dynamic power dissipation in CMOS is P = C·V²·f, where C is the load capacitance, V is the supply voltage, and f is the switching frequency. This is the power consumed during charging and discharging of capacitive loads.

Q02What is the significance of the V² term?
A02

Power scales with the square of the supply voltage. Reducing V significantly reduces dynamic power. This is why low-power designs use lower supply voltages.

Q03How does frequency affect dynamic power?
A03

Power is directly proportional to frequency. Higher clock frequency increases switching activity and thus power consumption.

Q04What is the difference between dynamic and static power in CMOS?
A04

Dynamic power is due to switching activity. Static power is due to leakage currents (subthreshold, gate leakage, etc.). Static power is present even when the circuit is not switching.

Q05How does the load capacitance affect power?
A05

Power is proportional to the load capacitance. Larger capacitance (e.g., longer interconnects, larger fan-out) increases dynamic power.

Q06What are the applications of this formula in IC design?
A06

Used for power estimation, choosing supply voltage, frequency scaling, and optimising circuit architecture for low power.

Q07What are common mistakes when using the dynamic power formula?
A07

Common errors: 1) forgetting the factor of ½ (some formulations include it), 2) using peak current instead of average, 3) ignoring the activity factor (α), 4) using the wrong voltage (VDD instead of swing), 5) applying to non-CMOS logic.

Q08How does the activity factor α modify the formula?
A08

The full formula is P = α·C·V²·f, where α is the probability that a gate switches per clock cycle. α is typically 0.1-0.2 for random data.