{
  "entity_type": "unit_conversion_page",
  "id": "btu-per-hour-to-watts",
  "name": "BTU per hour to Watts",
  "title": "BTU per hour to Watts Converter (BTU/h to W)",
  "description": "Convert BTU per hour to watts: 1 BTU/h = 0.293071 W. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "power",
  "quantity_name": "Power",
  "base_unit": "W",
  "from_unit": {
    "symbol": "BTU/h",
    "display": "BTU/h",
    "name": "BTU per hour",
    "singular": "BTU per hour"
  },
  "to_unit": {
    "symbol": "W",
    "display": "W",
    "name": "watts",
    "singular": "watt"
  },
  "linear": true,
  "factor": 0.2930710702,
  "inverse_factor": 3.412141633,
  "formula": "watts = BTU per hour × 0.2930710702",
  "reverse_formula": "BTU per hour = watts × 3.412141633",
  "unit_relation": "1 BTU/h = 0.293071 W",
  "examples": [
    {
      "value": 5,
      "result": 1.46536,
      "text": "5 BTU/h = 1.46536 W"
    },
    {
      "value": 12.5,
      "result": 3.66339,
      "text": "12.5 BTU/h = 3.66339 W"
    },
    {
      "value": 100,
      "result": 29.3071,
      "text": "100 BTU/h = 29.3071 W"
    }
  ],
  "table": [
    {
      "BTU/h": 1,
      "W": 0.293071
    },
    {
      "BTU/h": 2,
      "W": 0.586142
    },
    {
      "BTU/h": 3,
      "W": 0.879213
    },
    {
      "BTU/h": 4,
      "W": 1.17228
    },
    {
      "BTU/h": 5,
      "W": 1.46536
    },
    {
      "BTU/h": 6,
      "W": 1.75843
    },
    {
      "BTU/h": 7,
      "W": 2.0515
    },
    {
      "BTU/h": 8,
      "W": 2.34457
    },
    {
      "BTU/h": 9,
      "W": 2.63764
    },
    {
      "BTU/h": 10,
      "W": 2.93071
    },
    {
      "BTU/h": 15,
      "W": 4.39607
    },
    {
      "BTU/h": 20,
      "W": 5.86142
    },
    {
      "BTU/h": 25,
      "W": 7.32678
    },
    {
      "BTU/h": 30,
      "W": 8.79213
    },
    {
      "BTU/h": 40,
      "W": 11.7228
    },
    {
      "BTU/h": 50,
      "W": 14.6536
    },
    {
      "BTU/h": 75,
      "W": 21.9803
    },
    {
      "BTU/h": 100,
      "W": 29.3071
    },
    {
      "BTU/h": 200,
      "W": 58.6142
    },
    {
      "BTU/h": 250,
      "W": 73.2678
    },
    {
      "BTU/h": 500,
      "W": 146.536
    },
    {
      "BTU/h": 1000,
      "W": 293.071
    }
  ],
  "faq": [
    {
      "q": "How many watts are in one BTU per hour?",
      "a": "1 BTU/h = 0.293071 W. 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 BTU per hour to watts?",
      "a": "Multiply the value in BTU per hour by 0.2930710702: watts = BTU per hour × 0.2930710702. For example, 5 BTU/h = 1.46536 W."
    },
    {
      "q": "How do I convert watts back to BTU per hour?",
      "a": "Multiply by the inverse factor 3.412141633 (BTU per hour = watts × 3.412141633), or use the watts-to-BTU per hour 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=BTU%2Fh&to_unit=W",
    "calculator": "https://tttkmbb.com/api/v1/calculate/power?value=5&from_unit=BTU%2Fh&to_unit=W",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "BTU/h",
      "to_unit": "W"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/btu-per-hour-to-watts",
    "markdown": "https://tttkmbb.com/conversion/btu-per-hour-to-watts.md",
    "json": "https://tttkmbb.com/conversion/btu-per-hour-to-watts.json",
    "reverse": "https://tttkmbb.com/conversion/watts-to-btu-per-hour",
    "quantity_converter": "https://tttkmbb.com/conversion/power",
    "units": "https://tttkmbb.com/api/v1/units?quantity=power"
  },
  "timestamp": "2026-09-24"
}