3

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?

MrBit
  • 1,973
  • 4
  • 27
  • 54

2 Answers2

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
  • 2
    What 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