{
  "slug": "how-much-to-run-a-space-heater",
  "title": "How Much Does It Cost to Run a Space Heater?",
  "heading": "How Much Does It Cost to Run a Space Heater?",
  "category": "financial",
  "url": "https://www.revenuelab.fyi/toolbox/how-much-to-run-a-space-heater",
  "summary": "A 1,500-watt space heater run 8 hours a day at 16¢/kWh costs about $5.76 a day, or roughly $173 a month.",
  "description": "Electric heater running cost is a straightforward wattage-to-kilowatt-hour conversion: multiply the heater's wattage by hours used to get watt-hours, convert to kilowatt-hours, and multiply by your electricity rate. This calculator gives you daily, monthly, and seasonal costs.",
  "formula": "kWh per day = (Watts × Hours) ÷ 1000. Daily Cost = kWh × Rate per kWh. Monthly Cost = Daily Cost × 30.",
  "dateModified": "2026-09-06",
  "run_url": "https://www.revenuelab.fyi/api/public/calc?tool=how-much-to-run-a-space-heater",
  "inputs": [
    {
      "id": "watts",
      "label": "Heater wattage",
      "kind": "number",
      "hint": null,
      "default": 1500,
      "unit": "W",
      "min": 100,
      "max": 5000
    },
    {
      "id": "hoursPerDay",
      "label": "Hours used per day",
      "kind": "number",
      "hint": null,
      "default": 8,
      "unit": "hrs",
      "min": 0,
      "max": 24
    },
    {
      "id": "rate",
      "label": "Electricity rate",
      "kind": "number",
      "hint": null,
      "default": 0.16,
      "unit": "$/kWh",
      "min": 0.05,
      "max": 0.5
    }
  ],
  "outputs": [
    {
      "id": "dailyCost",
      "label": "Cost per day",
      "format": "currency",
      "hint": null,
      "primary": true
    },
    {
      "id": "monthlyCost",
      "label": "Cost per month",
      "format": "currency",
      "hint": null,
      "primary": false
    },
    {
      "id": "seasonalCost",
      "label": "Cost for a 120-day season",
      "format": "currency",
      "hint": null,
      "primary": false
    }
  ],
  "worked_example": {
    "inputs": [
      "Heater wattage: 1500 W",
      "Hours used per day: 8 hrs",
      "Electricity rate: 0.16 $/kWh"
    ],
    "outputs": [
      "Cost per day: $1.92",
      "Cost per month: $57.60",
      "Cost for a 120-day season: $230.40"
    ]
  },
  "how_to": {
    "title": "How to use this",
    "steps": [
      "Enter heater wattage (W).",
      "Enter hours used per day (hrs).",
      "Enter electricity rate ($/kWh).",
      "Read your cost per day on the right — it updates as you type.",
      "Hit Share to keep the scenario or send it to someone."
    ]
  },
  "scenarios": [
    {
      "name": "Conservative",
      "description": "Lower-end numbers — what if things land soft?",
      "values": {
        "watts": 900,
        "hoursPerDay": 4.8,
        "rate": 0.16
      }
    },
    {
      "name": "Typical",
      "description": "Defaults — the most common real-world setup.",
      "values": {
        "watts": 1500,
        "hoursPerDay": 8,
        "rate": 0.16
      }
    },
    {
      "name": "Ambitious",
      "description": "Higher-end numbers — what if things really pop?",
      "values": {
        "watts": 2400,
        "hoursPerDay": 12.8,
        "rate": 0.16
      }
    }
  ],
  "limitations": [
    "Results are estimates before tax, fees, and inflation unless an input explicitly covers them.",
    "Rates are treated as fixed for the whole period — variable-rate products will drift from this projection.",
    "This is educational maths, not financial advice. Check anything contractual with the lender or your accountant."
  ],
  "faq": [
    {
      "q": "How much does it cost to run a space heater?",
      "a": "A 1,500-watt heater run 8 hours a day at 16¢/kWh uses 12 kWh a day, costing about $1.92/day, or roughly $57.60 over a 30-day month."
    },
    {
      "q": "How much does wattage affect the cost?",
      "a": "Cost scales linearly with wattage — a 750-watt heater costs half as much to run as a 1,500-watt one for the same hours, which matters a lot if you're heating just one small room."
    },
    {
      "q": "Is a space heater cheaper than central heating?",
      "a": "It depends on how many rooms you're heating — running one space heater in a single occupied room is often cheaper than heating an entire house, but running several space heaters can exceed central heating costs."
    },
    {
      "q": "How can I lower the cost?",
      "a": "Use a thermostat-controlled model to avoid overheating, only run it in occupied rooms, and check your local off-peak electricity rates if your utility offers time-of-use pricing."
    }
  ],
  "related": [
    "https://www.revenuelab.fyi/toolbox/how-much-to-run-an-air-conditioner",
    "https://www.revenuelab.fyi/toolbox/how-much-will-my-electric-bill-be"
  ],
  "license": "CC-BY-4.0",
  "citation": "RevenueLab — How Much Does It Cost to Run a Space Heater? (https://www.revenuelab.fyi/toolbox/how-much-to-run-a-space-heater)"
}