How do I know how many watt PSU I need to buy

-1

soon I'm going to start a little company. It's a company/website where a customer can configure their own pc. I am very experienced pc builder, but I never knew what PSU to use best. How do I know what PSU I need to use? Where do I start looking at before buying a PSU for the build. The wattage of volts? or maybe other things

DRGN.

Posted 2017-01-13T14:16:52.187

Reputation: 7

Question was closed 2017-01-13T18:36:57.567

bear in mind that a 400watt rated supply is for delivering 400watts at a certain efficiency. A 50% efficient supply at 100% load would deliver 400w, but will be pulling 800w from the wall. This means a higher electric bill than an 80% efficient. Many of the better supplies look for 80% efficiency, but the efficiency is not linear across the load%. – Yorik – 2017-01-13T15:16:24.430

Answers

2

You should calculate how much watts is needed for every component.

Example :

CPU = 60 watts

NvidiaGPU = 200 watts

Motherboard = 50 watts

Etc...

Add all that together.

You need to go with good quality PSU's E.g Antec, Corsair etc... True Power

Most systems that include a Nvidia / AMD gpu wont require PSU that is stronger than 750w

Also when you choose an PSU be sure that you choose one with an extra wattage e.g.

If your system requires 600watts than choose a PSU of 650watts.

Hope that answers your question

YanivK

Posted 2017-01-13T14:16:52.187

Reputation: 84

Thank you for answering my question. I already thought about that, but some components don't have details about how much power their product uses. RAM or a motherboard is a perfect example. Does a RAM module or a motherboard use a lot of power? – DRGN. – 2017-01-13T15:36:04.400

No they typically don't – YanivK – 2017-01-13T15:39:13.987

Most motherboards will use up to 50 watts – YanivK – 2017-01-13T15:40:26.423

It depends on the components that are on-board e.g ethernet, sound etc... – YanivK – 2017-01-13T15:41:39.177

Most of the components power consumption is listed – YanivK – 2017-01-13T15:42:30.540

1

Where do I start looking at before buying a PSU for the build.

What about https://www.google.de/#q=How+do+I+know+how+many+watt+PSU+I+need, that gives you e.g.

and many many other online calculators?

duDE

Posted 2017-01-13T14:16:52.187

Reputation: 14 097

I know that there are calculators, but it's is for a configurator on my website which i'm programming for right now. Everything has to be done automatic, so not manually. I am thinking to calculate the total use of power of the components and add 50/150 wattage extra to make it more safe that the PSU will guaranteed power up all the components. – DRGN. – 2017-01-13T15:41:40.090

1

In theory, the PSU you choose should be able to deliver more than the sum of the maximum consumption of every component.

If you want your PSU to live longer, it should even be two or three time that sum.

You should be able to find the power needed by components in their data-sheets (This is easy for CPU or graphic card, but that is not true for some other components).

It's in fact quite difficult to really know precisely before testing the hardware, because not every component vendors gives details about the power needed for their component.

The best way to know without error would be to measure the actual consumption of the running hardware, and multiply this by a factor of 2 or 3.

Saïmonn

Posted 2017-01-13T14:16:52.187

Reputation: 166