Using multiple power supplies in one PC

I ordered a new computer and - as always - I think about upgrading it before it arrives.

I thought about adding another graphics card, which would probably push the current PSU beyond its limits. What measures do I have to take care of to combine the powered rails of the PSUs?

I searched for this question and found no conclusive answer, what I've found so far:

  • some people strongly advise against it but don't provide a reason "don't risk it, simply buy a more powerful one".
  • the power supplies will probably provide slightly different voltages, this will lead to the more powerful PSU providing most of the initial power until its voltage drops and the second one kicks in, too.
  • some people advise using high current diodes. I have no problem with soldering on the wires of my PSU, but I have not seen any reason why I should do it in the first place and high current diodes are not that cheap, especially because I would need one for each powered rail on each PSU (8-10 pieces)
  • there are some commercial solutions to this, like Add2PSU which is basically just a relay that switches the other power supplies.

So, can I assume it is safe to connect multiple power supplies to power my hardware?


Solution 1:

Support for multiple power supply units is often found in server machines, but its purpose is to keep the server running if one of the units fails, not to increase the maximum total power output. Second PSUs can be used to distribute the load if a single unit cannot cope by itself and it is safe to do so as long as any rail is powered by at most one supply. E.g., you can use the second PSU to power the hard drives, but the hard drives must be disconnected from the first PSU.

Indeed there are good reasons for not using multiple power sources in parallel. PSUs are normally switching; they operate by frequently toggling between full-on and full-off. The output voltage is regulated by spending more or less time in the on-state. If load increases, the voltage drops and the feedback controller reacts accordingly.

When two units are installed in parallel, two controllers are hard at work to maintain a stable voltage, but they are unaware of one another. As a result, they may enter a hysteresis loop by consistently overshooting their target. Alternatively, one unit might try to lower the output voltage but fail, because his partner is pushing the output in the other direction.

With a few tweaks, these problems can be avoided. The second PSU can be hooked up to the controller of the first to ensure the output remain stable and diodes are required to avoid one unit from pushing current into the other when both aren't working equally hard. I highly recommend experimenting with this for the sake of learning about electronics (remember, smoke is bad). If you just want more juice for your computer, I suggest you keep both power supplies isolated, or even simpler, get a more powerful unit.

Solution 2:

I've been using 2 power supplies on more than one computer for over 4 years. . One runs fans, optical drives and half or more of my HDD's, the other runs mobo and graphics. 20+4 connectors have a jumper so the both start @ the same time. Neither one ever breaks a sweat. I run a 400 watt oem with a cooler master 460 on top and a 450 watt oem with another c/m 460 again on top. Both c/m's were bought on sale @ newegg for less than $30 each.

Solution 3:

An additional issue that may arise:

Multiple power supplies will mean that there are two ground connections. This may increase the risk of creating ground loops in various circuits of the power supply units. Ground loops could also become a problem if you power different parts of the PC with different power supplies, as these circuits would need a common ground or voltage rail in order to talk (although, not if optical transfer or DC-DC isolating converters are used).