0
0
Embedded-cConceptBeginner · 3 min read

Minimum Via Size in PCB: Definition, Examples, and Usage

The minimum via size in a PCB is the smallest diameter of the hole and its surrounding copper pad that can be reliably manufactured. It depends on the PCB fabrication process and affects signal routing and board density.
⚙️

How It Works

A via is a tiny hole in a printed circuit board (PCB) that connects different layers of the board electrically. The minimum via size refers to the smallest hole diameter and copper ring around it that a manufacturer can reliably produce without defects.

Think of it like drilling holes in wood: if the hole is too small or the surrounding area too thin, the wood might crack or the hole might not be clean. Similarly, in PCBs, if the via is too small, it can cause manufacturing problems or weak electrical connections.

The minimum size depends on the manufacturer's equipment and materials. Smaller vias allow more connections in a tight space but cost more and may be less reliable. Larger vias are easier to make but take more space on the board.

💻

Example

This example shows a simple PCB design snippet defining a via with a minimum size of 0.3 mm diameter and a 0.6 mm pad diameter in a Gerber file format snippet.

gerber
%ADD10C,0.6*%
%ADD11C,0.3*%
D10*
X1000Y1000D03*
D11*
X1000Y1000D03*
Output
Defines a via pad of 0.6 mm and a hole of 0.3 mm at coordinates (1000,1000).
🎯

When to Use

Use the minimum via size when you need to connect multiple PCB layers in a compact design. It is critical in high-density boards like smartphones, laptops, or compact IoT devices where space is limited.

Choosing the right minimum via size balances manufacturing cost, reliability, and board complexity. For simple or large boards, larger vias are fine. For advanced, dense boards, smaller vias help fit more connections.

Key Points

  • Minimum via size is the smallest hole and pad size a PCB manufacturer can reliably produce.
  • It affects how many connections you can fit and the board's reliability.
  • Smaller vias cost more but save space.
  • Always check your PCB fabricator's specifications before designing.

Key Takeaways

Minimum via size defines the smallest hole and pad a PCB can have for reliable manufacturing.
Smaller vias enable higher density but increase cost and complexity.
Always consult your PCB manufacturer’s specs to choose the correct minimum via size.
Balancing via size helps optimize board space and reliability.