project image

Filter Circuit Layout in High-Speed PCB Design

A filter that performs well on the bench and poorly in the product is usually not a component problem. It is a layout problem: the inductance of the return path, the area enclosed by the current loop and the impedance between the capacitor and the ground plane decide how much of the noise the filter actually removes, and those are all geometry.

What follows is the practical side of filter circuit layout: how to place components so that the filter behaves as the schematic intends, and which habits reliably destroy the effect.

The Principles Behind the Placement

Four ideas explain most of the rules, and understanding them makes the rest predictable.

Shortest path. Filtering works on what reaches the device terminals. Every millimetre of trace between the component and the pin it protects is a path for noise to couple around the filter, and a path for parasitic inductance to reduce its effectiveness. Placement, not value, decides this.

Smallest loop area. Current leaves the source and returns to it, and the area enclosed by that round trip behaves as a loop antenna. Reducing the area reduces both the radiation the loop produces and the interference it picks up. The return path is part of the loop, so the ground connection matters as much as the supply trace.

Low-impedance grounding. A filter that terminates in a long, narrow ground trace is not really terminated. The capacitor’s return current has to reach a real ground reference with as little inductance as possible, which means a ground plane and vias that connect to it directly rather than a daisy chain of traces.

Staged filtering. Different capacitor values handle different frequency ranges. Large values provide bulk energy and deal with low-frequency variation; small values handle the high-frequency content that the large parts cannot respond to because of their own internal inductance. Placing them in the wrong order, or omitting one class, leaves a band unfiltered.

<img src="https://www.gopcba.com/wp-content/uploads/2026/08/circuit-board-manufactured-with-fr4-laminate-material.webp" alt="decoupling capacitors placed beside an IC supply pin” />

Decoupling and Bypass Placement

Decoupling capacitors are the most numerous filters on most boards and the ones most often placed by habit rather than calculation.

The small high-frequency capacitor belongs as close to the supply pin as the layout allows, with the connection kept as short as possible. The distance is not cosmetic: the trace inductance adds to the capacitor’s own inductance and shifts the frequency at which it stops working.

The larger bulk capacitors sit further away, where the exact position matters much less because they are responding to slower events.

The ground side deserves as much attention as the supply side. Each capacitor should have its own connection to the plane, ideally through more than one via for the small values, because shared vias couple the return currents of neighbouring components and undermine the isolation the parts were placed to provide.

The order of the connection also matters. Current should flow from the supply into the capacitor and then to the pin, not past the pin and back to the capacitor. Where the trace runs to the pin first, the capacitor is decoupling a node that no longer sees the disturbance.

LC and Pi Filter Sections

Where an inductor is used, the geometry becomes more critical because an inductor is a magnetic component and interacts with its surroundings.

The inductor and its capacitor should sit close together so the loop they form is compact. A compact loop radiates less and is less susceptible to picking up field energy from nearby circuits.

The inductor itself should be kept away from clock traces, switching nodes and radio frequency paths. Magnetic coupling does not require a conductive connection: an inductor placed next to a fast-switching trace will pick up that field and inject it into the filtered rail.

Input and output traces of the section should not run parallel to each other over any distance, and should not cross. Running them alongside each other couples the filtered output back to the noisy input, bypassing the filter through the layout rather than through the circuit.

Connector and Interface Filtering

At an interface, the object is to remove noise before it enters the board and before conducted emissions leave it. The filter therefore belongs at the connector, not somewhere downstream.

Placement close to the connector keeps the unfiltered portion of the trace short. The interface area is usually treated as its own zone, with the ground of the connector, the filter and the chassis connection arranged deliberately rather than left to the general plane. Where the design includes a deliberate barrier between the interface ground and the internal ground, the components that bridge it have to be positioned so their own connections are short.

Y-capacitors in particular need short, direct connections to their ground reference. A long return path converts the common-mode current they are meant to divert into a differential disturbance inside the board, which is worse than what they were added to fix.

RC Sections and Analogue Grounding

An RC filter is simple enough that its layout is often neglected. The resistor and capacitor must be adjacent, with a short connection between them, and the capacitor’s ground connection must go directly to the reference rather than through other components.

On analogue circuits, where the signal itself is the quantity of interest, the return path arrangement of the filter matters as much as its corner frequency. A single-point or star connection between the analogue reference and the rest of the system keeps return currents from other circuits out of the analogue path.

filter section placement near a board connector

Grounding Rules That Carry the Design

A continuous plane is the foundation. It provides the low-inductance return that filtering depends on, and interrupts in it force return currents to detour around the gap, enlarging the loop the design was trying to keep small.

Filters should not share ground connections where the layout can avoid it. Each capacitor returning to the plane through its own via, or through its own group of vias, keeps the impedance of one filter out of the return path of another.

Supply and return traces should be short, wide and direct. Width lowers resistance and inductance together, and the shortest route between two points is also the one with the least area.

On mixed-signal boards, digital and analogue regions are separated and joined at a single defined point, and the filters that bridge the two are placed at the boundary rather than inside either region.

One more rule concerns vias specifically: placing a via inside the loop between a capacitor and the device it is decoupling adds inductance to the very path the design is trying to shorten. Where a via is unavoidable, it belongs outside the loop, not within it.

Layout Habits That Defeat a Filter

The recurring mistakes are few and all of them are geometric.

Filter components placed at a comfortable distance from the pin or connector, so that the unfiltered trace is long enough to couple noise around the part. Ground returns that are narrow, long or shared, turning the filter into a divider rather than a bypass. Input and output traces routed in parallel, coupling the output back into the input. Capacitors of different values scattered without order, which can produce a parallel resonance between them at a frequency neither was chosen to address. The loop enclosed by the section made large, so that it radiates the noise it was meant to remove. And inductors placed next to sensitive traces, where a magnetic field couples into the signal path without any electrical connection at all.

Summary

The discipline reduces to four habits: put the component next to what it protects, keep the traces and the loop short, connect the ground side to a real plane with the shortest possible route, and keep noisy and quiet regions apart. None of these require a calculation, and failing at any one of them can make a correctly valued filter ineffective.

Filtering sits inside the larger question of how a board behaves in the presence of interference. The layout-stage approach to that wider problem is covered in the note on EMC design from the layout stage, the checks that catch these issues are in the layout quality checklist, and the power return arrangements that filters depend on are described in the guide to power and ground in mixed-signal layout.

FAQ

How close is close enough for a decoupling capacitor? Close enough that the trace inductance between the capacitor and the pin is small compared with the inductance of the connection the capacitor is meant to provide. On most designs that means a few millimetres at most for the high-frequency parts.

Does a bigger capacitor filter better? Not across all frequencies. Large values have more internal inductance and stop behaving as capacitors sooner, which is why a small part is placed alongside them.

Why is a shared ground via a problem? Because the return currents of several components then flow through the same impedance, coupling their noise into one another and raising the impedance each of them sees.

Leave A Comment