{
  "entity_type": "unit_conversion_page",
  "id": "kilonewtons-to-pound-force",
  "name": "Kilonewtons to Pounds-force",
  "title": "Kilonewtons to Pounds-force Converter (kN to lbf)",
  "description": "Convert kilonewtons to pounds-force: 1 kN = 224.809 lbf. 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": "lbf",
    "display": "lbf",
    "name": "pounds-force",
    "singular": "pound-force"
  },
  "linear": true,
  "factor": 224.8089431,
  "inverse_factor": 0.004448221615,
  "formula": "pounds-force = kilonewtons × 224.8089431",
  "reverse_formula": "kilonewtons = pounds-force × 0.004448221615",
  "unit_relation": "1 kN = 224.809 lbf",
  "examples": [
    {
      "value": 5,
      "result": 1124.04,
      "text": "5 kN = 1124.04 lbf"
    },
    {
      "value": 12.5,
      "result": 2810.11,
      "text": "12.5 kN = 2810.11 lbf"
    },
    {
      "value": 100,
      "result": 22480.9,
      "text": "100 kN = 22480.9 lbf"
    }
  ],
  "table": [
    {
      "kN": 1,
      "lbf": 224.809
    },
    {
      "kN": 2,
      "lbf": 449.618
    },
    {
      "kN": 3,
      "lbf": 674.427
    },
    {
      "kN": 4,
      "lbf": 899.236
    },
    {
      "kN": 5,
      "lbf": 1124.04
    },
    {
      "kN": 6,
      "lbf": 1348.85
    },
    {
      "kN": 7,
      "lbf": 1573.66
    },
    {
      "kN": 8,
      "lbf": 1798.47
    },
    {
      "kN": 9,
      "lbf": 2023.28
    },
    {
      "kN": 10,
      "lbf": 2248.09
    },
    {
      "kN": 15,
      "lbf": 3372.13
    },
    {
      "kN": 20,
      "lbf": 4496.18
    },
    {
      "kN": 25,
      "lbf": 5620.22
    },
    {
      "kN": 30,
      "lbf": 6744.27
    },
    {
      "kN": 40,
      "lbf": 8992.36
    },
    {
      "kN": 50,
      "lbf": 11240.4
    },
    {
      "kN": 75,
      "lbf": 16860.7
    },
    {
      "kN": 100,
      "lbf": 22480.9
    },
    {
      "kN": 200,
      "lbf": 44961.8
    },
    {
      "kN": 250,
      "lbf": 56202.2
    },
    {
      "kN": 500,
      "lbf": 112404
    },
    {
      "kN": 1000,
      "lbf": 224809
    }
  ],
  "faq": [
    {
      "q": "How many pounds-force are in one kilonewton?",
      "a": "1 kN = 224.809 lbf. 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 pounds-force?",
      "a": "Multiply the value in kilonewtons by 224.8089431: pounds-force = kilonewtons × 224.8089431. For example, 5 kN = 1124.04 lbf."
    },
    {
      "q": "How do I convert pounds-force back to kilonewtons?",
      "a": "Multiply by the inverse factor 0.004448221615 (kilonewtons = pounds-force × 0.004448221615), or use the pounds-force-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=lbf",
    "calculator": "https://tttkmbb.com/api/v1/calculate/force?value=5&from_unit=kN&to_unit=lbf",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "kN",
      "to_unit": "lbf"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/kilonewtons-to-pound-force",
    "markdown": "https://tttkmbb.com/conversion/kilonewtons-to-pound-force.md",
    "json": "https://tttkmbb.com/conversion/kilonewtons-to-pound-force.json",
    "reverse": "https://tttkmbb.com/conversion/pound-force-to-kilonewtons",
    "quantity_converter": "https://tttkmbb.com/conversion/force",
    "units": "https://tttkmbb.com/api/v1/units?quantity=force"
  },
  "timestamp": "2026-09-24"
}