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
What Is PCB Routing, and How Do You Route a Board Well?
PCB routing draws the copper traces implementing a schematic's netlist, balancing trace width, spacing, layer use, and impedance requirements.
What Is a PCB Stack-Up, and How Do You Design One?
A PCB stack-up is the arrangement of copper and dielectric layers in a board. Here's how layer count and plane assignment shape a stack-up design.
What Is Controlled Impedance PCB Design, and Why It Matters?
Controlled impedance PCB design shapes trace geometry so a trace presents a specific, predictable impedance. Here's when you need it and how.
PCB Design for Manufacturability (DFM): What It Means
PCB design for manufacturability (DFM) matches a layout to a fab and assembly house's real process capability, preventing costly late-stage respins.
Signal Integrity in PCB Design: Reflections, Crosstalk, and Termination
Transmission line effects, reflections, crosstalk, and termination strategies for PCB designers. Learn when signal integrity matters and how to address it.
How Should You Lay Out a Buck Converter PCB?
PCB layout is as critical as component selection for buck converters. Learn the switching loop, SW node size, input cap placement, and thermal rules.
Related Forum Discussions
Is a double-sided PCB enough for a simple ESP32 sensor board, or should I go multi-layer?
Building a little battery-powered sensor board around an ESP32 module (the kind with the PCB antenna already built into the module, not desi
Decoupling caps placed right next to the IC but still seeing power rail noise
Fast digital board, MCU running a few hundred MHz core clock plus a couple of high-speed peripherals. Put 100 nF caps right next to every po
Best 4-layer stack-up for a board with both analog and digital circuitry?
Spinning up a board with an STM32 doing the digital side and a precision analog front end (instrumentation amp into an ADC) reading a low-le