Electronics Design AU
PCB Design

What Are the Different Types of PCB Vias, and When?

Last updated 25 June 2026 · 3 min read

Direct Answer

PCB vias are plated holes that connect copper on different layers. The main types are through-hole vias (span every layer), blind vias (connect an outer layer to an inner layer without going all the way through), buried vias (connect two inner layers only, invisible from either outer surface), and microvias (very small, typically laser-drilled vias used in HDI designs).

Detailed Explanation

A via is a plated hole that electrically connects copper on two or more layers of a PCB. The simplest and most common type, a through-hole via, is drilled mechanically straight through the entire board and plated along its length, connecting every layer it passes through whether or not a given layer actually needs that connection.

Blind vias connect an outer layer to one or more inner layers without passing all the way through the board; buried vias connect two or more inner layers only, with no connection to either outer surface and no visible trace of the via once the board is fully laminated. Both require fabrication to drill and plate those connections before the remaining layers are laminated on top — fundamentally more involved than drilling a single through-hole via after the whole stack-up is already built. Microvias are a further refinement: very small (often under 150 micron), typically laser-drilled vias used in High Density Interconnect (HDI) designs to connect adjacent layers only, enabling much finer routing pitch than mechanical drilling allows.

Practical Examples

A simple four-layer board with moderate routing density can usually rely entirely on through-hole vias — the extra fabrication complexity of blind or buried vias isn't justified by the routing problem they'd solve.

A dense fine-pitch BGA on a six-layer-or-more board is a different case: through-hole vias placed under or near the BGA's pads can block routing on multiple layers at once, while microvias or via-in-pad let signals escape the BGA's tight pitch without that blockage — the added fabrication cost is the trade-off for routing density that wouldn't otherwise be achievable.

Design Considerations

  • Default to through-hole vias unless routing density specifically requires more — they're the cheapest and most reliably manufacturable option, and most designs never need anything else.
  • Reserve blind, buried, and microvias for genuine routing-density problems, typically fine-pitch BGAs or very high layer counts, since each adds fabrication cost and lead time.
  • Confirm your fab house's minimum via size and aspect ratio (depth-to-diameter) capability before specifying any via type — this varies meaningfully between manufacturers and directly limits what's achievable.
  • Account for via type in your stack-up planning, since blind and buried vias are defined by which specific layers they connect, which has to be decided alongside the stack-up itself, not after.
  • HDI and complex via structures: For high-density designs where microvias, via-in-pad, or buried vias are genuinely required, professional PCB layout services incorporate the stack-up and via strategy decisions that ensure these features are used correctly and are manufacturable.

Common Mistakes

  • Specifying blind or buried vias as a default "best practice" without a routing-density problem that actually requires them, adding unnecessary fabrication cost.
  • Placing through-hole vias directly under a fine-pitch BGA without checking whether they block routing on layers other than the one currently being worked on.
  • Forgetting that via-in-pad requires fill and cap as a fabrication step, then being surprised by a quote or lead-time increase late in the project.
  • Choosing a microvia aspect ratio or size the intended fab house can't actually manufacture reliably, discovered only after the design is sent for quoting.

Frequently Asked Questions

What is a via-in-pad, and why does it cost more?
Via-in-pad places a via directly inside a component's SMT land pad, rather than offset beside it with a short trace. It saves board area and shortens connections — important for fine-pitch BGAs — but the via must be filled and capped (typically with plated-over epoxy fill) so solder paste doesn't wick down the hole during reflow, which adds a fabrication step and cost compared to a standard via.
Do blind and buried vias always cost more than through-hole vias?
Yes, generally — they require additional drilling and lamination cycles during fabrication (drilling and plating inner layers before the rest of the stack-up is laminated on top), which through-hole vias don't need since they're drilled once through the finished stack-up. They're worth the cost only when routing density genuinely requires the extra interconnect layers they free up.

References

Related Questions

Related Forum Discussions