{
  "entity_type": "unit_conversion_page",
  "id": "kips-to-kilonewtons",
  "name": "Kips to Kilonewtons",
  "title": "Kips to Kilonewtons Converter (kip to kN)",
  "description": "Convert kips to kilonewtons: 1 kip = 4.44822 kN. 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": "kip",
    "display": "kip",
    "name": "kips",
    "singular": "kip"
  },
  "to_unit": {
    "symbol": "kN",
    "display": "kN",
    "name": "kilonewtons",
    "singular": "kilonewton"
  },
  "linear": true,
  "factor": 4.448221615,
  "inverse_factor": 0.2248089431,
  "formula": "kilonewtons = kips × 4.448221615",
  "reverse_formula": "kips = kilonewtons × 0.2248089431",
  "unit_relation": "1 kip = 4.44822 kN",
  "examples": [
    {
      "value": 5,
      "result": 22.2411,
      "text": "5 kip = 22.2411 kN"
    },
    {
      "value": 12.5,
      "result": 55.6028,
      "text": "12.5 kip = 55.6028 kN"
    },
    {
      "value": 100,
      "result": 444.822,
      "text": "100 kip = 444.822 kN"
    }
  ],
  "table": [
    {
      "kip": 1,
      "kN": 4.44822
    },
    {
      "kip": 2,
      "kN": 8.89644
    },
    {
      "kip": 3,
      "kN": 13.3447
    },
    {
      "kip": 4,
      "kN": 17.7929
    },
    {
      "kip": 5,
      "kN": 22.2411
    },
    {
      "kip": 6,
      "kN": 26.6893
    },
    {
      "kip": 7,
      "kN": 31.1376
    },
    {
      "kip": 8,
      "kN": 35.5858
    },
    {
      "kip": 9,
      "kN": 40.034
    },
    {
      "kip": 10,
      "kN": 44.4822
    },
    {
      "kip": 15,
      "kN": 66.7233
    },
    {
      "kip": 20,
      "kN": 88.9644
    },
    {
      "kip": 25,
      "kN": 111.206
    },
    {
      "kip": 30,
      "kN": 133.447
    },
    {
      "kip": 40,
      "kN": 177.929
    },
    {
      "kip": 50,
      "kN": 222.411
    },
    {
      "kip": 75,
      "kN": 333.617
    },
    {
      "kip": 100,
      "kN": 444.822
    },
    {
      "kip": 200,
      "kN": 889.644
    },
    {
      "kip": 250,
      "kN": 1112.06
    },
    {
      "kip": 500,
      "kN": 2224.11
    },
    {
      "kip": 1000,
      "kN": 4448.22
    }
  ],
  "faq": [
    {
      "q": "How many kilonewtons are in one kip?",
      "a": "1 kip = 4.44822 kN. 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 kips to kilonewtons?",
      "a": "Multiply the value in kips by 4.448221615: kilonewtons = kips × 4.448221615. For example, 5 kip = 22.2411 kN."
    },
    {
      "q": "How do I convert kilonewtons back to kips?",
      "a": "Multiply by the inverse factor 0.2248089431 (kips = kilonewtons × 0.2248089431), or use the kilonewtons-to-kips 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=kip&to_unit=kN",
    "calculator": "https://tttkmbb.com/api/v1/calculate/force?value=5&from_unit=kip&to_unit=kN",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "kip",
      "to_unit": "kN"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/kips-to-kilonewtons",
    "markdown": "https://tttkmbb.com/conversion/kips-to-kilonewtons.md",
    "json": "https://tttkmbb.com/conversion/kips-to-kilonewtons.json",
    "reverse": "https://tttkmbb.com/conversion/kilonewtons-to-kips",
    "quantity_converter": "https://tttkmbb.com/conversion/force",
    "units": "https://tttkmbb.com/api/v1/units?quantity=force"
  },
  "timestamp": "2026-09-24"
}