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