0
0
Embedded-cHow-ToBeginner · 4 min read

How to Add Decoupling Capacitors in PCB Design: Step-by-Step Guide

To add decoupling capacitors in PCB design, place small-value capacitors (typically 0.1µF) close to each IC power pin between the power and ground planes. Connect them with short, wide traces to minimize inductance and noise, ensuring stable voltage supply to the IC.
📐

Syntax

In PCB design, adding decoupling capacitors follows this pattern:

  • Place capacitor near each IC power pin.
  • Use capacitor values like 0.1µF ceramic for high-frequency noise filtering.
  • Connect capacitor between power (VCC) and ground (GND) planes.
  • Keep traces short and wide to reduce inductance.
plaintext
Component: Decoupling Capacitor
Value: 0.1µF (ceramic)
Placement: As close as possible to IC power pin
Connection: Between VCC and GND
Trace: Short and wide
💻

Example

This example shows how to add a 0.1µF decoupling capacitor near an IC power pin in a PCB schematic and layout.

plaintext
1. Select a 0.1µF ceramic capacitor from your component library.
2. Place the capacitor footprint as close as possible to the IC's VCC pin on the PCB layout.
3. Route a short, wide trace from the IC VCC pin to one capacitor pad.
4. Connect the other capacitor pad directly to the ground plane.
5. Repeat for each power pin on the IC if multiple exist.
Output
Visual result: Capacitor placed adjacent to IC power pin with minimal trace length, ensuring effective noise filtering.
⚠️

Common Pitfalls

  • Placing capacitors too far from the IC power pins increases inductance and reduces effectiveness.
  • Using large-value capacitors only can miss filtering high-frequency noise; combine with small-value capacitors.
  • Long, thin traces add inductance and noise; keep traces short and wide.
  • Not connecting to a solid ground plane reduces capacitor performance.
plaintext
Wrong:
Place capacitor far from IC with long thin trace.

Right:
Place capacitor adjacent to IC power pin with short, wide trace to ground plane.
📊

Quick Reference

StepBest Practice
Choose capacitor value0.1µF ceramic for high-frequency noise
PlacementAs close as possible to IC power pins
Trace routingShort and wide traces to reduce inductance
ConnectionBetween VCC and solid ground plane
Multiple capacitorsUse several capacitors for multiple power pins

Key Takeaways

Place decoupling capacitors as close as possible to IC power pins.
Use 0.1µF ceramic capacitors to filter high-frequency noise effectively.
Keep traces short and wide to minimize inductance and noise.
Connect capacitors directly between power and a solid ground plane.
Avoid placing capacitors far from the IC or using only large-value capacitors.