{
  "entity_type": "unit_conversion_page",
  "id": "kw-to-watts",
  "name": "Kilowatts to Watts",
  "title": "Kilowatts to Watts Converter (kW to W)",
  "description": "Convert kilowatts to watts: 1 kW = 1000 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": "kW",
    "display": "kW",
    "name": "kilowatts",
    "singular": "kilowatt"
  },
  "to_unit": {
    "symbol": "W",
    "display": "W",
    "name": "watts",
    "singular": "watt"
  },
  "linear": true,
  "factor": 1000,
  "inverse_factor": 0.001,
  "formula": "watts = kilowatts × 1000",
  "reverse_formula": "kilowatts = watts × 0.001",
  "unit_relation": "1 kW = 1000 W",
  "examples": [
    {
      "value": 5,
      "result": 5000,
      "text": "5 kW = 5000 W"
    },
    {
      "value": 12.5,
      "result": 12500,
      "text": "12.5 kW = 12500 W"
    },
    {
      "value": 100,
      "result": 100000,
      "text": "100 kW = 100000 W"
    }
  ],
  "table": [
    {
      "kW": 1,
      "W": 1000
    },
    {
      "kW": 2,
      "W": 2000
    },
    {
      "kW": 3,
      "W": 3000
    },
    {
      "kW": 4,
      "W": 4000
    },
    {
      "kW": 5,
      "W": 5000
    },
    {
      "kW": 6,
      "W": 6000
    },
    {
      "kW": 7,
      "W": 7000
    },
    {
      "kW": 8,
      "W": 8000
    },
    {
      "kW": 9,
      "W": 9000
    },
    {
      "kW": 10,
      "W": 10000
    },
    {
      "kW": 15,
      "W": 15000
    },
    {
      "kW": 20,
      "W": 20000
    },
    {
      "kW": 25,
      "W": 25000
    },
    {
      "kW": 30,
      "W": 30000
    },
    {
      "kW": 40,
      "W": 40000
    },
    {
      "kW": 50,
      "W": 50000
    },
    {
      "kW": 75,
      "W": 75000
    },
    {
      "kW": 100,
      "W": 100000
    },
    {
      "kW": 200,
      "W": 200000
    },
    {
      "kW": 250,
      "W": 250000
    },
    {
      "kW": 500,
      "W": 500000
    },
    {
      "kW": 1000,
      "W": 1000000
    }
  ],
  "faq": [
    {
      "q": "How many watts are in one kilowatt?",
      "a": "1 kW = 1000 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 kilowatts to watts?",
      "a": "Multiply the value in kilowatts by 1000: watts = kilowatts × 1000. For example, 5 kW = 5000 W."
    },
    {
      "q": "How do I convert watts back to kilowatts?",
      "a": "Multiply by the inverse factor 0.001 (kilowatts = watts × 0.001), or use the watts-to-kilowatts 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=kW&to_unit=W",
    "calculator": "https://tttkmbb.com/api/v1/calculate/power?value=5&from_unit=kW&to_unit=W",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "kW",
      "to_unit": "W"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/kw-to-watts",
    "markdown": "https://tttkmbb.com/conversion/kw-to-watts.md",
    "json": "https://tttkmbb.com/conversion/kw-to-watts.json",
    "reverse": "https://tttkmbb.com/conversion/watts-to-kw",
    "quantity_converter": "https://tttkmbb.com/conversion/power",
    "units": "https://tttkmbb.com/api/v1/units?quantity=power"
  },
  "timestamp": "2026-09-24"
}