AI GPU Power Supply (PSU) Wattage Calculator
Size the PSU for a single- or multi-GPU AI, local-LLM or Stable-Diffusion rig. Enter your GPUs and CPU to get the recommended wattage, PCIe connectors, ATX 3.0 requirement, wall draw and running cost — using official NVIDIA and AMD power specs. No signup, sources cited.
How it works
The calculator builds up the total DC power your components draw, adds a safety headroom, and rounds up to the nearest standard retail PSU size. Every input maps to an official specification, and the arithmetic is fully deterministic — nothing is sent to a server.
- GPU load.
gpuLoad = TDP × quantity. GPU TDPs are the manufacturers' Total Graphics Power figures (e.g. RTX 4090 = 450 W, RTX 5090 = 575 W, RTX 3090 = 350 W, A100 PCIe = 300 W). Turning on the overclock toggle multiplies this by 1.10 to model a raised board power limit. - CPU load.The CPU's Maximum Turbo Power (Intel) or PPT (AMD) is used where published, since a PSU must cover boost, not just base TDP. Dual-socket server selections double it.
- Baseline. A fixed allowance for the motherboard, RAM, storage, fans and pumps: Light 60 W, Typical 100 W, Heavy 160 W.
- Component DC load.
componentLoad = gpuLoad + cpuLoad + baseline. - Headroom.
minimum = componentLoad × 1.4. The 40% covers (a) transient GPU spikes up to roughly twice rated power for sub-millisecond windows per the Intel ATX 3.0 / PCIe 5.0 design guide, (b) CPU boost, and (c) keeping the PSU near its 50–60% efficiency sweet spot as PSU vendors (Seasonic, Corsair, be quiet!) advise. - Round up. The minimum is rounded up to a standard retail size — 550, 650, 750, 850, 1000, 1200, 1300 or 1600 W. If the minimum exceeds 1600 W the tool flags that no single consumer PSU is enough.
- Wall draw.
wallWatts = componentLoad ÷ efficiency, where efficiency comes from the 80 PLUS tier (Bronze ≈ 85%, Gold ≈ 90%, Platinum ≈ 92%, Titanium ≈ 94% at ~50% load, 230 V). - Running cost.
kWh/h = (wallWatts × loadFactor) ÷ 1000, then multiplied by your electricity rate. The load-factor slider models the difference between flat-out training (100%) and lighter inference. - Connectors & ATX 3.0.Each card's published PCIe power connectors are summed across the rig, and an ATX 3.0 unit is recommended when any selected card is a high-end, transient-prone GPU on the 12VHPWR / 12V-2×6 connector.
As an independent check, the tool also sizes the PSU a second way — targeting a 60% load point, the PSU-vendor efficiency sweet spot (componentLoad ÷ 0.6). For most builds both methods land on the same PSU class, which is shown as a cross-check line under the breakdown table.
Worked examples
Frequently asked questions
Sources & references
- NVIDIA — GeForce graphics card specifications (TGP / TDP)
- NVIDIA — data center GPU specifications (A100, H100, L40S)
- AMD — Radeon & Instinct graphics specifications
- Intel — ATX 3.0 / ATX12VO Power Supply Design Guide (transient headroom, 12VHPWR)
- 80 PLUS — certification efficiency thresholds
- Intel ARK — processor Base Power & Maximum Turbo Power
The GPU/CPU TDP table, 80 PLUS thresholds and ATX 3.0 headroom rationale were last cross-checked against these sources on 2026-07-16. Wattage recommendations are a certification-tier guide, not a specific product endorsement.
Related tools
Comments & feedback
Spotted a bug or want an improvement? Tell us — our team reviews every comment, and good ideas get built. Comments are public and anonymous.
Found a bug, edge case, or want a GPU added to the list?
Email me at [email protected] — most fixes ship within 24 hours.