{
  "entity_type": "unit_conversion_page",
  "id": "kwh-to-btu",
  "name": "Kilowatt-hours to BTU",
  "title": "Kilowatt-hours to BTU Converter (kWh to BTU)",
  "description": "Convert kilowatt-hours to BTU: 1 kWh = 3412.14 BTU. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "energy",
  "quantity_name": "Energy",
  "base_unit": "J",
  "from_unit": {
    "symbol": "kWh",
    "display": "kWh",
    "name": "kilowatt-hours",
    "singular": "kilowatt-hour"
  },
  "to_unit": {
    "symbol": "BTU",
    "display": "BTU",
    "name": "BTU",
    "singular": "BTU"
  },
  "linear": true,
  "factor": 3412.141633,
  "inverse_factor": 0.0002930710702,
  "formula": "BTU = kilowatt-hours × 3412.141633",
  "reverse_formula": "kilowatt-hours = BTU × 0.0002930710702",
  "unit_relation": "1 kWh = 3412.14 BTU",
  "examples": [
    {
      "value": 5,
      "result": 17060.7,
      "text": "5 kWh = 17060.7 BTU"
    },
    {
      "value": 12.5,
      "result": 42651.8,
      "text": "12.5 kWh = 42651.8 BTU"
    },
    {
      "value": 100,
      "result": 341214,
      "text": "100 kWh = 341214 BTU"
    }
  ],
  "table": [
    {
      "kWh": 1,
      "BTU": 3412.14
    },
    {
      "kWh": 2,
      "BTU": 6824.28
    },
    {
      "kWh": 3,
      "BTU": 10236.4
    },
    {
      "kWh": 4,
      "BTU": 13648.6
    },
    {
      "kWh": 5,
      "BTU": 17060.7
    },
    {
      "kWh": 6,
      "BTU": 20472.8
    },
    {
      "kWh": 7,
      "BTU": 23885
    },
    {
      "kWh": 8,
      "BTU": 27297.1
    },
    {
      "kWh": 9,
      "BTU": 30709.3
    },
    {
      "kWh": 10,
      "BTU": 34121.4
    },
    {
      "kWh": 15,
      "BTU": 51182.1
    },
    {
      "kWh": 20,
      "BTU": 68242.8
    },
    {
      "kWh": 25,
      "BTU": 85303.5
    },
    {
      "kWh": 30,
      "BTU": 102364
    },
    {
      "kWh": 40,
      "BTU": 136486
    },
    {
      "kWh": 50,
      "BTU": 170607
    },
    {
      "kWh": 75,
      "BTU": 255911
    },
    {
      "kWh": 100,
      "BTU": 341214
    },
    {
      "kWh": 200,
      "BTU": 682428
    },
    {
      "kWh": 250,
      "BTU": 853035
    },
    {
      "kWh": 500,
      "BTU": 1706070
    },
    {
      "kWh": 1000,
      "BTU": 3412140
    }
  ],
  "faq": [
    {
      "q": "How many BTU are in one kilowatt-hour?",
      "a": "1 kWh = 3412.14 BTU. The factor comes from the SI definitions of both units (NIST SP 811 / BIPM), so it is exact or correct to at least 10 significant figures."
    },
    {
      "q": "What is the formula to convert kilowatt-hours to BTU?",
      "a": "Multiply the value in kilowatt-hours by 3412.141633: BTU = kilowatt-hours × 3412.141633. For example, 5 kWh = 17060.7 BTU."
    },
    {
      "q": "How do I convert BTU back to kilowatt-hours?",
      "a": "Multiply by the inverse factor 0.0002930710702 (kilowatt-hours = BTU × 0.0002930710702), or use the BTU-to-kilowatt-hours page."
    }
  ],
  "sources": [
    {
      "name": "NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "BIPM – The International System of Units (SI Brochure, 9th edition)",
      "url": "https://www.bipm.org/en/publications/si-brochure",
      "type": "standard",
      "retrieved_at": "2026-09-24"
    },
    {
      "name": "Wikipedia – Conversion of units",
      "url": "https://en.wikipedia.org/wiki/Conversion_of_units",
      "type": "reference",
      "retrieved_at": "2026-09-24"
    }
  ],
  "freshness": {
    "type": "static",
    "max_age_seconds": null,
    "note": "Fixed conversion factors (NIST/BIPM definitions); results never go stale."
  },
  "api": {
    "convert": "https://tttkmbb.com/api/v1/convert?value=5&from_unit=kWh&to_unit=BTU",
    "calculator": "https://tttkmbb.com/api/v1/calculate/energy?value=5&from_unit=kWh&to_unit=BTU",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "kWh",
      "to_unit": "BTU"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/kwh-to-btu",
    "markdown": "https://tttkmbb.com/conversion/kwh-to-btu.md",
    "json": "https://tttkmbb.com/conversion/kwh-to-btu.json",
    "reverse": "https://tttkmbb.com/conversion/btu-to-kwh",
    "quantity_converter": "https://tttkmbb.com/conversion/energy",
    "units": "https://tttkmbb.com/api/v1/units?quantity=energy"
  },
  "timestamp": "2026-09-24"
}