Electronic – How to power the 6-pin PCI Express card without using an ATX power supply

atxpciepower supply

One of my older computers has a 365-watt power supply that, for various reasons, cannot be replaced with a new power supply. I would like to upgrade the graphics card in that computer, but all the acceptable cards I can find demand the extra 6-pin PCI Express power connector. After using a few power supply calculators, I've come to the conclusion that the additional 6-pin power connector would push my little power supply over the edge (not to mention my PSU lacks a 6-pin connector anyway).

So, would it be possible to create my own 6-pin PCIe connector that plugs into a regular wall outlet? I assume it would be possible with some horrid freakshow of power adapters tangled together, but I don't know where to start.

Some Wikipedia background info about the power connector I'm referring to:

PCI Express cards are allowed a maximum power consumption of 25W (×1: 10W for power-up). Low profile cards are limited to 10W (×16 to 25W). PCI Express Graphics 1.0 (PEG) cards may increase power (from slot) to 75W after configuration (3.3V/3A + 12V/5.5A). PCI Express 2.1 increased the power output from an x16 slot to 150W so that some high-performance graphics cards can be run from the slot power alone. Optional connectors add 75W (6-pin) or 150W (8-pin) power for up to 300W total.

Best Answer

So far the three answers are: Yes, No, and Maybe. I feel like I need to chime in here and give a more pragmatic answer. But before I do that, let me give you my credentials so you know who this is coming from.

I design PCB's for a living. Large and complex PCB's. Recently I have designed a custom motherboard based on an Intel CPU as well as several PCI Express boards. One of those PCI Express boards is powered by a supply that is separate from the ATX supply that powers the motherboard. These are embedded systems, which means that I can get away with things that you couldn't in a standard PC.

On to my answer:

Don't do it! If you value your sanity, don't bother trying. It might work, but probably not. The problem is, if it doesn't work then what are you going to do? Do you have the tools and knowledge to debug it? I'm guessing that you do not have a PCI Bus Analyzer or a copy of the PCI Express specification so the answer to that would be no.

Some of the things that might not work correctly:

Some PCIe cards might connect the +12v from the MoBo to the +12v from the PCIe Power connector. This is fine if both come from the same power supply, but not if there is a second supply. In my opinion, this is a bad design but that doesn't matter. You should check the card before trying anything.

There are tight specs for the time from when the power supply comes up until the PCIe card has to respond to PCIe activity from the motherboard. If the two power supplies take different amounts of time to come up then this spec could be violated.

Feeding a PCIe card with 100-200 watts of power is still non-trivial. The supplies themselves are expensive, too. It turns out that the cheapest power supplies available for this are ATX supplies!

There could be some power sequencing issues, where certain PCIe signals come up before the receiver is ready. Although unlikely, this could result in a damaged motherboard and/or PCIe card. If something is damaged, it is likely due to a bad design-- but bad design are out there.

In my opinion, you will be time, headache, and possibly money ahead to replace your current PC and simply get a new one that can handle the PCIe card you want to use. Otherwise, you would likely spend a lot of money on a new PCIe card and a power supply to power it only to end up with something that doesn't actually work. Or worse, you might damage your current PC.