While I was designing a board I thought, if we want to make a better path for the current what is the best choise? Small vias and big in numbers or fewer but with bigger hole?
Asked
Active
Viewed 2,229 times
3
-
for TTL? ground? LVDS? – Bageletas Jun 15 '17 at 20:13
-
For current path, power supplies. switching dc to dc or LDOs – MrBit Jun 15 '17 at 20:14
-
The "trace width" of a via is essentially \$\pi\times \phi\$. So if you half the drill size (\$\phi\$), you need twice as many vias to get the same trace width. – Tom Carpenter Jun 15 '17 at 21:00
-
210*10vias packed shoulder-to-shoulder is not as good as 10*10 vias spread out so current can enter the cluster without crowding. – analogsystemsrf Jun 16 '17 at 04:03
2 Answers
6
This depends on what your end goal is but the answer is pretty much always use many smaller ones.
- If you are looking for better conductivity or better heat transfer, the amount of metal you get in a via is related to the number of vias and the diameter of the drill and how much it is plated. You will always get more effective metal volume (leading to lower thermal and electrical resistance) if you use more smaller vias that are inscribed in the larger via you would have used.
- If you want to make your PCB cheaper to manufacture, you may want to minimize the number of drill sizes the fab will have to use. You should then use multiple of the size you used throughout your board to get you're desired conductance.
The first point has diminishing returns however, and you shouldn't try to make vias as small as possible. Too small and they no longer use a drill, but a laser, and your PCB cost just quintupled.

Nino
- 396
- 1
- 10
4
You better place many small via than few lager one for many reason :
If there is too few via on the pcb, current will tend to go to the same point and then heat the pcb. (depending of the current of course)
If you place more via, you have a better control on the current path across the pcb.

M.Ferru
- 3,926
- 3
- 22
- 48
-
2What about inductance? isn't it better from an inductance standpoint to have a big via as opposed to smaller ones? – m4l490n Sep 15 '19 at 03:36
-
you could find that out by doing some passive circuit calculating, impedance of large via, impedance of a small via and then calculate the effective inductance of multiple parallel inductors. – quantum231 Jul 19 '23 at 20:19