Via and through-hole parasitics

Via inductance, parasitic capacitance and circumference. A plated through-hole via carries inductive and capacitive parasitics like any other structure. Read the via circumference as a rough answer to "how wide a trace is this via equivalent to?"

Diagram: Via and through-hole parasitics
mm
mm
mm
Inductance
1.299nH
Parasitic capacitance0.382 pF
Via circumference0.942 mm
Advanced — Clearance hole diameter, PCB relative permittivity
mm
εr
History
Press Enter in any field to keep a snapshot here.

Formula

Via inductance: L = 2×h×[ln(4h/d)+1] [nH]
(h: via height [mm], d: via diameter [mm])
Parasitic capacitance: C = 0.55×εr×T×d/(D−d) [pF]

Design notes

Vias are how you get between layers, but they bring inductance and capacitance with them. In the GHz range the impedance discontinuity at a via is a real source of signal degradation.

What to do about it on fast designs:
• Back-drill to remove the unused stub, which otherwise resonates
• Use a smaller via diameter to cut the inductance
• Put ground vias next to signal vias so the return current has somewhere to go

The circumference output tells you what trace width a via is worth, which is the number you want when sizing vias for current.

When you need this

For working out decoupling capacitor placement and the effect of high-speed nets changing layer. How much a single via costs you in inductance is probably the most commonly overlooked term in power distribution design.

Why via inductance matters

A decoupling capacitor is not defined by its own ESL alone. Everything from the pad through the via down to the power and ground planes is in series with it.

A via through a 1.6mm board is about 1.3nH. Against the roughly 0.5nH ESL of an 0402 capacitor, two vias — power and ground — contribute more than five times the capacitor itself. Paying for a low-ESL part achieves nothing if the vias are poorly arranged.

Effect on resonant frequency

A capacitor is only capacitive up to its self-resonant frequency; above that it is inductive. With total inductance L and capacitance C the resonance sits at f = 1/(2π√(LC)).

A 100nF capacitor on its own (0.5nH ESL) resonates at about 22MHz. Add 2.6nH for two vias, giving 3.1nH, and it falls to about 9MHz — a third of the band you were aiming at.

The most effective lever is making vias shorter: inductance scales almost linearly with height. Simply placing the power and ground planes near the surface in your stack-up buys you this for free.

Typical values

FR-4, 0.6mm pad, 1.2mm clearance, εr = 4.3.
Board thickness (via length)Via diameterInductanceCapacitance
1.6mmφ0.3mmabout 1.30 nHabout 0.38 pF
1.6mmφ0.2mmabout 1.43 nHabout 0.38 pF
0.8mmφ0.3mmabout 0.54 nHabout 0.19 pF
2.4mmφ0.3mmabout 2.14 nHabout 0.57 pF

How to reduce it

  • Shorten the via. Put power and ground planes just under the surface. This is the biggest single win.
  • Add vias — but two do not halve it. Adjacent vias couple magnetically, so you typically get 60–70%. To get real benefit they must be spaced apart.
  • Remove the trace between pad and via. Use via-in-pad or place the via against the pad. Even 0.5mm of escape routing adds roughly 0.3nH.
  • Put the power and ground vias close together. The currents are anti-parallel, so proximity cancels flux and lowers loop inductance.

Common mistakes

  • Selecting on capacitor ESL alone. Mounted inductance is set by the vias and routing. The difference between a 0.3nH and 0.5nH part is noise next to 1.3nH of via.
  • Reaching for "two vias" as a reflex. Coupling limits the benefit. Either space them out or, better, make them shorter.
  • Ignoring the capacitance. On high-speed differential nets, via capacitance shows up as an impedance dip. Above 10Gbps you may need back-drilling to remove unused stubs.

Frequently asked questions

Do two vias halve the inductance?
No. Closely spaced vias couple magnetically, so you typically reach only 60–70%. To get the full parallel benefit they need to be separated by roughly the board thickness or more.
When should I care about via capacitance?
Where high-speed differential signals change layer. The capacitance appears as a local impedance dip and causes reflections. Below a few Gbps it is not a practical concern; above 10Gbps it is. On power vias the capacitance is helpful.
Should I always use via-in-pad?
It is better for inductance, but the via must be filled and capped so solder is not wicked away, which costs money. Reserve it for places where escape routing is impossible, such as under a BGA, or for power rails that genuinely need it.
What is back-drilling?
Removing the unused portion (the stub) of a through via from the far side. Stubs resonate and attenuate the signal, so above about 10Gbps this helps. It is an extra process step and adds cost.

Standards and references

  • IPC-2221B — Via dimensions and land design.
  • Howard Johnson, "High-Speed Digital Design" — Via inductance and decoupling implementation.
  • Montrose, "EMC and the Printed Circuit Board" — Via parasitics and their EMI consequences.

Last updated: 2026-08-29