← Semiconductor & Electronics Studio
Concept Explainer · Semiconductor & Electronics

CMOS Static vs. Dynamic Power

Why a chip still burns power even when it's not switching.

Ask most people what makes a chip consume power and they'll describe something like computation — gates flipping, signals toggling, work happening. That's real, and it's the power most people intuitively picture. But it's only half the story, and in modern advanced process nodes it isn't even the bigger half anymore. A CMOS chip sitting completely idle, with no gates switching at all, still draws real, non-zero power — purely from being powered on. CMOS power splits cleanly into two physically distinct mechanisms: dynamic power, consumed only during a switching transition, and static (leakage) power, consumed continuously regardless of switching activity. Confusing the two — or assuming the second one is negligible — is exactly what leads engineers astray when a design that looks efficient on paper runs hot and drains a battery while doing nothing at all.

The Setup

Dynamic power: the cost of moving charge, one transition at a time

Every CMOS gate output drives some load capacitance C — the input capacitance of the next gate, plus wiring and via parasitics. Each time that output switches from 0 to 1, the supply has to push charge onto C, charging it to VDD. Each time it switches back from 1 to 0, that same charge drains to ground instead of doing any useful work. That charge-and-discharge cycle is the entire physical origin of dynamic power: Pdynamic ≈ C·V2·f, where f is how often the gate actually switches. Triple the switching frequency and dynamic power triples with it. Double the supply voltage and it quadruples. Critically, if a gate never switches at all, its dynamic power is exactly zero — there is no charge movement to pay for.

Dynamic power: current flows only while the gate switches

Switching activity
CMOS inverter — mid-transitionVDDPMOSOFFOUTNMOSONGNDIN: 0→1in edgeCL(gate + wiring load)CL discharges through NMOSonly while switchingswitching frequency flow fhigh fP_dynamic ≈ C·V²·fscales directly with switching ratezero if the gate never switches
Depends on
C, V², f
Load capacitance, supply voltage squared, and switching frequency.
Present when
only switching
Zero for a gate holding a fixed 0 or 1 with no transitions.
Typical lever
clock gating
Stop the clock to idle logic and switching activity — and dynamic power — drops to zero.
Why It Matters

Static power: the cost of a transistor that's never a perfect switch

A real transistor that's nominally "off" is never truly an open circuit. Small leakage currents — subthreshold leakage sneaking under the threshold voltage, and gate leakage tunneling straight through the gate oxide — keep flowing even in a gate that's sitting perfectly still in a stable logic state, with nothing switching at all. That's static power, also called leakage power: it doesn't care whether the chip is computing or idle, because it isn't caused by switching in the first place — it's a property of the transistor itself, present continuously the moment the chip is powered on. In older, larger process nodes this leakage was small enough to treat as a rounding error next to dynamic power. It hasn't stayed that way: shrinking transistors pack far more of them into the same area, use thinner gate oxides, and rely on lower threshold voltages to stay fast — and all three of those trends increase leakage. In modern advanced process nodes, static power has grown into a significant, sometimes dominant, share of total chip power.

Static power: leakage flows even with zero switching activity

Present at idle
CMOS inverter — stable, no transitionVDDPMOSON (holding)OUT: 1NMOS"OFF"GNDIN: held at 0flat, no edgeI_leak — subthreshold + gate leakagesmall, but never zero — flows continuouslyleakage grows as nodes shrink180 nm gateolder nodethin leakage~5 nm gateadvanced nodethick leakagethinner oxides + lower Vt + far more transistors per mm²= real, measured increase in leakage current per device
Mechanism
leakage currents
Subthreshold conduction and gate-oxide tunneling in a nominally "off" transistor.
Present when
always powered on
Independent of switching activity — non-zero even at complete idle.
Trend at smaller nodes
increases
More transistors, thinner oxides, lower Vt — now a major fraction of total power.
Why this works

Reducing switching activity only ever attacks half the power budget.

Because dynamic and static power come from two physically different mechanisms — charge movement during a transition versus continuous leakage through an imperfect switch — no amount of reducing switching frequency, clock gating, or trimming activity factor does anything to the static term. That's exactly why modern low-power chip design carries two separate toolkits. Power gating physically disconnects the supply rail from an idle block using a header or footer switch, cutting its leakage path essentially to zero — something reducing its switching activity alone can never do, since a block with zero switching still leaks continuously as long as it stays powered. Multi-threshold-voltage (multi-Vt) cell libraries attack the same problem from the transistor-selection side: fast, high-leakage, low-Vt cells are used only on the timing-critical paths that truly need the speed, while slower, low-leakage, high-Vt cells fill everywhere else, trading a little speed for a large cut in standby leakage. Both techniques exist specifically because static power needed its own countermeasures once it stopped being a rounding error.

Common misconception
"A chip that isn't actively switching or computing consumes essentially zero power."

False — and increasingly so at every new process node. It's true that dynamic power collapses to zero for a gate that never switches, since there's no charge movement to pay for. But static/leakage power doesn't depend on switching at all; it's a continuous side effect of the chip simply being powered on, flowing through billions of nominally "off" transistors whether they're doing anything useful or not. In older, larger process nodes this leakage was small enough to ignore. In modern advanced nodes — with thinner gate oxides, lower threshold voltages, and vastly more transistors packed into the same area — it has grown into a significant, sometimes dominant, share of total chip power. That's precisely why techniques like power gating — physically removing power from idle circuit blocks, rather than merely reducing how often they switch — are considered essential, not optional, in modern low-power design. Reducing switching activity is a real and useful lever, but it only ever addresses the dynamic half of the power budget.

Related Concept Explainers
MOSFET Saturation vs. Triode Region
Read it →
Depletion-Mode vs. Enhancement-Mode MOSFETs
Read it →

CMOS Static vs. Dynamic Power — Concept Explainer

Explains why a CMOS chip consumes power through two physically distinct mechanisms — dynamic power, paid only when a gate actually switches state, and static (leakage) power, drawn continuously just from being powered on — and why leakage has grown from a rounding error in older process nodes into a significant, sometimes dominant, share of total chip power in modern advanced nodes.

Why This Is Commonly Misunderstood

Power consumption intuitively maps onto activity — a chip doing more work should use more power, and a chip doing nothing should use close to none. That intuition correctly describes dynamic power, which really is proportional to switching activity and drops to zero for a gate that never transitions. It fails for static power, which isn't caused by switching at all — it's leakage current flowing continuously through transistors that are nominally 'off,' present the instant the chip is powered on regardless of whether anything is computing. Treating total power as if it were only the dynamic term is exactly the mistake that makes an idle design run hotter, and drain a battery faster, than expected.

The Physics

Dynamic power comes from charging and discharging the load capacitance C at each gate output every time it switches: P_dynamic ≈ C·V²·f, where f is switching frequency. It scales linearly with capacitance and frequency and with the square of supply voltage, and it is exactly zero for a node that never transitions. Static power comes from subthreshold leakage (current that sneaks through a transistor below its nominal threshold voltage) and gate leakage (current tunneling directly through an ultra-thin gate oxide), both of which flow continuously in every powered-on transistor independent of its logical switching state. Shrinking process nodes increase both leakage mechanisms — thinner gate oxides raise tunneling current, lower threshold voltages (needed to keep transistors fast at lower supply voltages) raise subthreshold leakage exponentially, and far higher transistor density multiplies the total leakage contribution across the whole chip.

Where This Matters

The practical consequence is that a chip sitting completely idle — no switching activity, in theory zero dynamic power — still draws real, non-zero static power purely from being powered on, and in an advanced process node that static draw can rival or exceed the dynamic power the chip uses while actively working. This is exactly why modern low-power design relies on power gating (physically cutting the supply to unused blocks with a header/footer switch, driving their leakage close to zero) and multi-threshold-voltage cell libraries (reserving fast, leaky, low-Vt transistors only for timing-critical paths, using slower, low-leakage, high-Vt transistors everywhere else). Neither technique is about reducing switching activity — they exist because reducing switching activity alone cannot touch the static term.

Frequently asked questions

Is static power the same thing as leakage power?

Yes — the terms are used interchangeably. Both refer to the power drawn by a CMOS circuit independent of switching activity, arising from subthreshold and gate leakage currents in nominally "off" transistors.

Why does leakage current increase as process nodes shrink?

Three compounding effects: gate oxides get thinner, which increases direct-tunneling gate leakage; threshold voltages get lower (needed to keep transistors fast as supply voltage drops), which increases subthreshold leakage roughly exponentially; and transistor density increases sharply, multiplying the total leakage contribution across the chip even before accounting for the per-device increase.

Does turning off the clock (clock gating) reduce static power?

No. Clock gating stops a block from switching, which eliminates its dynamic power, but the transistors in that block remain powered and continue to leak exactly as before. Only removing the supply voltage itself — power gating — addresses the static/leakage term.

What is a multi-Vt cell library and how does it help with static power?

It is a standard-cell library offering the same logic gates built with multiple transistor threshold voltages. Low-Vt cells switch faster but leak more; high-Vt cells leak far less but switch more slowly. Chip designers assign low-Vt cells only to the small fraction of paths that are actually timing-critical and use high-Vt cells everywhere else, cutting total leakage substantially without sacrificing the performance the design actually needs.

Can dynamic power ever be zero while static power is not?

Yes — that is precisely the idle-chip case. A block with no switching activity at all has zero dynamic power by definition, since P_dynamic ≈ C·V²·f depends entirely on switching frequency f. But every transistor in that block remains powered and continues to leak, so static power stays non-zero unless the supply itself is physically gated off.

🎓

Try our Semiconductor & Electronics Studio

More calculators, simulators, and guides for this discipline.

Related tools & guides

Timing Budget CalculatorLogic Gate Truth Table BuilderSemiconductor & Electronics HandbookMOSFET Saturation vs. Triode Region — Concept Explainer