decoupling capacitor

A decoupling capacitor is a small capacitor placed physically close to a chip's power pins that acts as a local reservoir of charge, supplying the sudden bursts of current a switching circuit demands without waiting on the slower, more distant power supply. ```flowchart { "rows": [ { "type": "nodes", "items": [ { "title": "Switching circuits demand sudden current bursts", "sub": "power supply and traces are too slow to respond instantly", "tone": "neutral" } ]}, { "type": "arrow" }, { "type": "group", "title": "Decoupling capacitor supplies charge locally", "items": [ { "title": "Charge drawn from a reservoir right at the power pins", "sub": "placed as close to the chip as physically possible", "tone": "blue" } ]}, { "type": "arrow" }, { "type": "nodes", "items": [ { "title": "Supply voltage stays stable through the transient", "sub": "noise and voltage sag kept to a minimum", "tone": "green" } ]} ] } ``` **Decoupling capacitors exist because a chip's internal circuits can demand very sudden, very brief bursts of current, particularly during clock edges when many transistors switch at once, and the power supply along with the resistive and inductive traces connecting it to the chip simply cannot respond fast enough to meet that instantaneous demand.** Since a capacitor placed right at the chip's power pins can release stored charge almost instantly, far faster than current could travel from the power supply itself, a decoupling capacitor acts as a local charge reservoir that absorbs these sudden current demands, keeping the voltage the chip actually sees stable even during the fastest switching transients. ```svg Decoupling Capacitor: The Moving Parts a simplified look at the pieces involved and how they connect Sudden current bursts demanded supply too slow to respond Cap supplies charge locally Charge drawn from reservoir at the pins placed as close as possible Supply voltage stays stable noise and sag minimized ``` ```svg Local Charge Reservoir at the Point of Need closer placement means faster, cleaner charge delivery Capacitor far from chip cap chip long trace, slow response, more sag Capacitor right at chip chip cap short trace, near-instant response ``` | Aspect | Capacitor placed far from chip | Capacitor placed close to chip | |---|---|---| | Response speed to current demand | Slower | Near-instant | | Voltage sag during switching | Larger | Minimized | | Trace inductance in the path | Higher | Lower | | Common use | Bulk energy storage further out | Local high-frequency decoupling | **Real power distribution networks typically use several decoupling capacitors of different sizes, since larger capacitors respond well to slower, larger current changes while smaller capacitors respond faster to the very brief, high-frequency transients that occur during individual switching events.** Because a single capacitor value can't efficiently handle both slow, large current swings and extremely fast, brief transients equally well, designers commonly place multiple decoupling capacitors of different capacitance values at different distances from the chip, together covering the full range of transient response speeds a real circuit demands. **The physical placement of a decoupling capacitor matters enormously, since the trace connecting it to the chip's power pins introduces its own resistance and inductance that slow down how quickly the capacitor's stored charge can actually reach the chip.** Because even a very good capacitor becomes far less effective if a long, high-inductance trace separates it from the chip it's meant to support, printed circuit board and package designers work hard to place decoupling capacitors as physically close to relevant power pins as the layout allows, minimizing that connecting trace's length. **Insufficient or poorly placed decoupling capacitance is a common cause of power supply noise problems, since inadequate local charge reserves let the supply voltage sag or ring during switching transients in ways that can degrade signal integrity or even cause functional failures.** Because a chip's internal circuits generally assume they're operating from a stable, well-regulated supply voltage, power supply noise caused by inadequate decoupling can introduce timing errors, logic glitches, or other reliability problems, making decoupling capacitor placement and sizing a serious concern in board and package design. Read the decoupling capacitor through a water-tank lens: much like a small water tank kept right next to a faucet can supply an instant burst of water pressure faster than water flowing all the way from a distant reservoir, a decoupling capacitor supplies an instant burst of charge faster than current flowing all the way from the main power supply.

Go deeper with CFSGPT

Get AI-powered deep-dives, save terms, and run advanced simulations — free account.

Create Free Account