How Much Does It Cost to Run an AI Server at Home? Real Electricity Math
Here are two numbers that should stop you in your tracks:
Running an RTX 4090 at full load 24/7 costs about $45-55 per month in electricity at the US average rate. A dual-GPU workstation doing continuous training? $100-120 per month. A quad-GPU rig — the kind some enthusiasts build in a server chassis — can hit $250/month before you even buy the first model checkpoint.
I work with critical power infrastructure — the stuff that keeps control towers and data centers alive when the grid fails. And I run AI models at home. These two worlds overlap in a way that almost nobody writing about local AI bothers to address: your home electrical system was not designed to power a data center.
This article is the one I wish I had read before I plugged my first GPU server into a living room outlet.
The Real Power Numbers (Not the Marketing Ones)
NVIDIA’s spec sheets give you TDP — thermal design power — which is a thermal guideline, not a real-world consumption number. Here is what actually happens at the wall:
| GPU | TDP (Spec) | Actual Draw (AI Workload) | System Total (with CPU/RAM) |
|---|---|---|---|
| RTX 4090 | 450W | 420-460W | 650-750W |
| RTX 5090 | 575W | 540-590W | 800-900W |
| RTX 3090 | 350W | 330-370W | 550-650W |
| 2× RTX 4090 | 900W | 840-920W | 1,100-1,300W |
| 4× RTX 4090 | 1,800W | 1,680-1,840W | 2,000-2,200W |
| Mac Studio M4 Ultra | ~180W | 160-200W | 200-240W |
The “system total” column is the number that matters for your power bill and your circuit breaker. It includes the CPU (50-150W for modern desktop processors), RAM (5-10W per stick), storage (5-15W per NVMe drive), case fans, and power supply inefficiency (typically 5-10% loss).
The Mac Studio M4 Ultra is the only outlier here — it does in 200W what a 4090 rig does in 700W. If your AI workflow runs on MLX or Metal-optimized frameworks, the Mac Studio’s power efficiency is genuinely transformative. The entire machine uses less power than a single 4090 at idle.
Your Wall Circuit Has Opinions About Your AI Server
This is where the electrician in me starts talking, and you should listen.
A standard US residential circuit is 15 amps at 120 volts = 1,800 watts of theoretical capacity. But per the National Electrical Code (NEC), any load running for three or more continuous hours counts as a “continuous load” and must not exceed 80% of the circuit rating.
That means your effective budget per circuit is 1,440 watts.
A single RTX 4090 workstation (700W system draw) consumes nearly half that budget. A dual-GPU rig (1,200W) consumes 83% — technically within limits, but with only 240W of headroom. One laser printer powering on, one space heater plugged into the same circuit, and the breaker trips.
And here is the part nobody tells you: the outlets in a typical room share the same circuit. The three outlets in your home office, the overhead light, and possibly the adjacent bedroom are all on the same 15A breaker. You cannot assign one outlet to your GPU server and assume the rest of the room is on a different circuit — unless you have verified this at the panel.
What to do about it:
- One GPU: Plug into any outlet. Verify what else is on the circuit. Do not run a laser printer, space heater, or window AC on the same circuit.
- Two GPUs: Dedicate that circuit to the server only. Move everything else to other circuits. Monitor your total draw with a Kill-A-Watt or smart plug with energy monitoring.
- Three to four GPUs: You need a new dedicated circuit. A 20A/120V circuit gives you 1,920W (1,600W continuous). A 240V/30A circuit — the kind used for electric dryers — gives you 5,760W (4,608W continuous) and is the standard for serious multi-GPU setups. This requires an electrician and a permit. Cost: $300-800 for a 20A dedicated circuit, $500-1,500 for a 240V circuit depending on distance from the panel.
- Server rack with multiple machines: This crosses into sub-panel territory. You run a 60-100A sub-panel to your rack location and distribute across multiple circuits. At this point, you are no longer a hobbyist — you have a small data center and the power bill to match.
The UPS Problem: Consumer Units Will Fail You
A gaming PC with a single 4090 peaks at 700-800W. A standard consumer UPS — the APC Back-UPS Pro 1500 or CyberPower CP1500PFCLCD — is rated for 900W output.
That sounds like it should work. It does not.
Here is why: UPS power ratings are optimistic. The 900W rating assumes a brand-new unit at room temperature with a fully charged battery. A unit that is two years old, running in a warm room, with a battery that has seen 100+ partial discharge cycles will deliver closer to 750-800W of real usable output. And GPU power spikes — those millisecond transients when a CUDA kernel launches — can briefly pull 20-30% above steady-state draw, tripping the UPS overload protection.
For a single GPU workstation, the minimum viable UPS is the APC Smart-UPS 1500 (SUA1500, rack-mount version) or Eaton 5PX1500RT. These are enterprise-grade line-interactive units rated for 1,440W and 1,350W respectively. They cost $600-900 — about double a consumer UPS — but they do not lie about their ratings and they do not trip on GPU transients.
For a dual-GPU rig, you need a 2,200VA+ unit: APC Smart-UPS 2200 or Eaton 5PX2200RT. These run $1,200-1,800 and typically require a 20A plug (NEMA 5-20P), which means you need that dedicated 20A circuit.
The UPS is for graceful shutdown, not extended runtime. Even the best UPS gives you 5-10 minutes at full load — enough to save checkpoints and shut down cleanly. For extended operation during an outage, the GPU server goes on your home battery backup or generator transfer switch circuit.
The Cost Equation: Local GPU vs Cloud API
Here is the math that separates good decisions from expensive regrets.
Scenario A: Hobbyist running inference 2 hours per day
- Single RTX 4090 system (700W draw): 1.4 kWh/day
- Monthly: 42 kWh × $0.14 = $5.88/month
- API equivalent: ~1.5 million GPT-4o-mini tokens or ~8 million DeepSeek tokens
- Verdict: If you use AI lightly, the $2,000 GPU + $6/month electricity makes zero financial sense vs $20-50/month in API credits. Buy local hardware only if privacy or tinkering is the goal.
Scenario B: Heavy user running inference 8 hours per day
- Single RTX 4090 (700W): 5.6 kWh/day
- Monthly: 168 kWh × $0.14 = $23.52/month
- API equivalent: ~5-6 million GPT-4o-mini tokens or ~30 million DeepSeek tokens
- Verdict: At 30M+ tokens per day, local starts to break even with API costs after about 12-18 months, factoring in the $2,000 GPU purchase. Privacy is still the stronger argument than pure cost.
Scenario C: Training/fine-tuning 24/7
- Dual RTX 4090 (1,200W): 28.8 kWh/day
- Monthly: 864 kWh × $0.14 = $120.96/month
- No API alternative for custom training — this is the only path
- Verdict: The money makes sense because there is no alternative. The cost of cloud GPU instances (Lambda, RunPod, Vast.ai) at $1-3/hour for comparable hardware would be $720-2,160/month for 24/7 usage. Local hardware pays for itself in 2-4 months of continuous training.
The time-of-use cheat code: If your utility has cheaper electricity at night (common in many US markets: $0.05-0.08/kWh off-peak vs $0.25-0.40/kWh peak), schedule your training runs for midnight to 6 AM. The same 864 kWh/month drops from $121 to $43-69/month. This alone can make local AI hardware viable.
Thermal and Practical Realities
A dual-GPU server dumps 1,200 watts of heat into your room. That is equivalent to a small space heater running continuously. In summer, your air conditioning has to remove that heat — roughly doubling the effective power cost (1,200W of server + 1,200W of AC to cool it = 2,400W effective load).
In winter, it is free heating. A dual-GPU rig running 24/7 can meaningfully warm a 150-200 square foot room. Some homelab owners deliberately locate their servers in living spaces during winter months and move them to garages or basements in summer.
Noise: GPU blower fans at 100% are 55-65 dB — about as loud as a vacuum cleaner from across the room. You do not want this in your bedroom or living room. Basements, garages, and dedicated closets with ventilation are the realistic locations for multi-GPU rigs.
Bottom Line
Running AI models at home is technically straightforward and electrically manageable — for one or two GPUs. The power bill is real but modest for hobbyist use ($6-24/month for typical inference workloads). The bigger issues are circuit capacity, UPS selection, and heat management.
Before you buy hardware, do the math: your daily token volume × 30 days ÷ API cost per token. If the monthly API cost is under $50, you are buying local hardware for reasons other than cost — privacy, tinkering, offline use. Own that decision and do not rationalize it as a financial move.
If you are training models or running inference 8+ hours per day, local hardware wins on cost alone — sometimes dramatically. Just make sure you have a dedicated circuit, an enterprise UPS that does not lie about its ratings, and a plan for the heat.
And if your power bill arrives and you are genuinely surprised by the number on it — you did not do the math before plugging things in. Do the math. It is literally the point of this article. +++
Frequently Asked Questions
How much electricity does an RTX 4090 use for AI workloads?
A single RTX 4090 draws approximately 450W at full load during inference or training. Running 24/7 at your local utility rate (US average $0.14/kWh), that is $45-55 per month for the GPU alone — not counting the rest of the system (CPU, RAM, storage, cooling add another 100-200W). A dual-4090 workstation running continuous inference workloads can draw 1,000-1,200W total, putting you at $100-120/month in electricity. At California rates ($0.35/kWh), double those numbers. Compare this to API costs: at $0.35/kWh, a dual-4090 rig costs $100/month to run 24/7, which buys roughly 6-7 million GPT-4o-mini tokens or 35 million DeepSeek tokens via API — making local inference only financially rational if you are generating millions of tokens per day or need privacy.
Can I run an AI server on a standard home circuit?
A standard US 15A circuit at 120V provides 1,800W theoretical — but the continuous load limit (3+ hours) per NEC is 80%, or 1,440W. A single RTX 4090 workstation peaks around 700-800W, so it fits. A dual-GPU rig at 1,200W sustained is pushing it but technically within limits — anything else on that circuit (monitors, lights, chargers) will trip the breaker. For multi-GPU setups (3-4 GPUs), you need a dedicated 20A circuit or even a 240V/30A circuit. This is not a matter of buying a bigger power strip — you need an electrician to run a new dedicated circuit from your panel, which costs $300-800 depending on distance and wall access.
What UPS do I need for a GPU server?
Standard consumer UPS units (APC Back-UPS 1500, CyberPower 1500VA) top out at 900W output. A loaded dual-GPU AI server exceeds this instantly. You need a UPS rated for 1,500W minimum — look at the APC Smart-UPS 1500 (rack mount, 1,440W), Eaton 5PX1500RT (1,350W), or CyberPower PR1500LCD (1,500W). These are enterprise-grade line-interactive or double-conversion units that run $600-1,200. The UPS is not for running through an extended outage — it gives you 5-10 minutes to gracefully shut down and avoid corrupting training checkpoints or model files. For extended runtime, treat the GPU server like any critical load and put it behind your home battery or generator setup.
How many kWh per day does running a local LLM consume?
A single RTX 4090 workstation running inference workloads for 8 hours per day draws approximately 3.6-4.0 kWh (450W GPU + 150W system × 8h = 4.8 kWh theoretical, but GPUs rarely sustain 100% load for 8 consecutive hours — typical is 75-85% utilization). A 24/7 training rig at 1,000W system draw consumes 24 kWh/day. At $0.14/kWh, that is $3.36/day or roughly $100/month. The same $100 buys a lot of API credits — run the math for your actual usage pattern before committing to local hardware. The break-even for a $5,000 GPU rig vs API costs typically occurs at 15-20 million tokens per day of continuous usage.
Is a home AI server worth the electricity cost?
It depends entirely on your use case. If you are training custom models, fine-tuning, or need absolute data privacy (medical, legal, proprietary code), local hardware is the only option and the electricity is a cost of doing business. If you are just running inference on open models for personal use, APIs (OpenRouter, Together, Groq) are far cheaper unless your daily token volume exceeds 5-10 million. The middle ground that makes sense: buy one good GPU, use it for batch inference during off-peak electricity hours (if you have time-of-use rates), and go to sleep while it works. The people who regret local AI hardware are the ones who bought a $6,000 GPU rig to run a chatbot they use twice a week.