Economics

GPU Hosting Profitability in 2026

An honest framework for figuring out whether your rig will actually earn. No promised numbers, just the levers that move the P&L and a template for running the math yourself.

If you have spent any time reading about Vast.ai or RunPod hosting, you have probably seen claims in the neighborhood of "make $300 a month per GPU" or "pay off your RTX 4090 in six months." These numbers are not invented out of nothing — they describe what some hosts earn, some of the time, in some locations. They are also wildly misleading if you treat them as a forecast.

This article is structured around the variables that actually determine profit, with a template you can plug your own assumptions into. We deliberately avoid quoting current hourly rates because they shift with marketplace supply and demand; the live numbers on the Vast.ai marketplace are the authoritative source.

Heads up. This is informational content, not financial advice. Hosting income is taxable as self-employment or business revenue in most jurisdictions, and hardware depreciation, electricity deductions, and tax treatment vary by country and state. Talk to an accountant before counting on hosting as reliable income.

The four levers

Every profitability calculation boils down to four numbers:

  1. Hourly rental rate — what the marketplace will pay for your specific GPU tier.
  2. Utilization rate — the fraction of hours your card is actually rented, not just available.
  3. Electricity cost — watts pulled, multiplied by hours, multiplied by your kWh rate.
  4. Platform fee — the cut Vast.ai or RunPod takes before money hits your account.

Plus depreciation on the hardware itself, and bandwidth overage charges if you are on a capped internet plan. But those four are the primary drivers.

GPU tier sets the ceiling

Hourly rates vary dramatically by GPU class. In general terms, from lowest to highest earnings potential:

TierExample GPUsWhat they attract
Entry consumerRTX 3060, 3060 TiSmall hobbyist jobs, limited ML usefulness
Mid consumerRTX 3070 Ti, 3080, 4070 TiMid-size models, inference
High-end consumerRTX 3090, 4080, 4090LLM fine-tuning, image gen, long jobs
Data-centerA100, H100, L40SEnterprise training, enterprise budgets

VRAM is the single most important spec. A card with 24 GB of VRAM accepts workloads that a 12 GB card cannot run at all, which means the higher-VRAM card has access to a much larger pool of potential renters. This is why the RTX 3090 (24 GB) has remained commercially viable as a rental card long after its retail obsolescence, while the 3080 Ti (12 GB) has become borderline. The GPU selection article digs into this in more detail.

Utilization is the silent killer

Assume a renter pays your listed hourly rate. Your actual revenue is:

hourly_rate x hours_rented x (1 - platform_fee)

Note what that doesn't include: your card sitting idle. A rig that gets rented 70% of the month earns twice what one with 35% utilization earns. And utilization is shaped by things you can only partially control:

Plan for utilization in the 30–70% range for most hobbyist rigs. Rates above that exist but require a combination of good geography, competitive pricing, solid uptime, and a GPU tier currently in high demand. Rates below can happen during marketplace slumps.

The electricity math

This is the most overlooked expense, especially in regions with high residential rates. The formula:

monthly_electricity_cost = (watts_at_load / 1000) x hours_per_month_under_load x kWh_rate

Plus a smaller number for idle draw during the hours your card is not rented. A couple of things to notice:

As a sanity check: a 500 W rig running at load for 500 hours a month (roughly 70% utilization) consumes 250 kWh. At US$0.15/kWh that's US$37.50/month. At US$0.30/kWh (common in parts of California and the Northeast, or in Europe) it's US$75.

Break-even template

Here is a worksheet you can fill in for your own rig. Fill in the blanks, then compare the revenue line to the cost line:

REVENUE hourly_rate = $____ (check live Vast.ai listings for your GPU tier) utilization = ____% (estimate 30-70% for consumer cards) hours_per_month = 730 (full month, 24/7) platform_fee = ____% (current Vast.ai cut — verify in host dashboard) gross_monthly = hourly_rate x 730 x utilization net_monthly = gross_monthly x (1 - platform_fee) COSTS watts_at_load = ____ (measure with a wall meter, not TDP) load_hours_per_month = 730 x utilization idle_watts = ____ (rest-of-rig draw with GPU idle) idle_hours = 730 x (1 - utilization) kWh_rate = $____ (your utility bill, marginal rate) electricity_cost = ((watts_at_load x load_hours_per_month) + (idle_watts x idle_hours)) / 1000 x kWh_rate PROFIT monthly_profit = net_monthly - electricity_cost - bandwidth_fees

If monthly_profit is below your hardware depreciation (the card's purchase price divided by its useful life in months), you are net-negative on a total-cost basis even if you're cash-positive on a month-to-month view.

The honest conclusion

GPU hosting can be profitable under the right conditions: modern high-VRAM NVIDIA hardware, low electricity rates, high-uptime residential or small-business connectivity, and decent marketplace luck. It is not a passive goldmine. Treat any hosting income as variable — it is more like running a small equipment-rental business than collecting dividend income.

Two decision heuristics we would stand behind:

Check before you commit

Whether you already own a GPU or are shopping for one, the RigHost compatibility checker will tell you if your specs meet the Vast.ai host minimums before you invest time in setup.

Run the Compatibility Checker →