{
  "entity_type": "unit_conversion_page",
  "id": "pound-force-to-kilonewtons",
  "name": "Pounds-force to Kilonewtons",
  "title": "Pounds-force to Kilonewtons Converter (lbf to kN)",
  "description": "Convert pounds-force to kilonewtons: 1 lbf = 0.00444822 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": "lbf",
    "display": "lbf",
    "name": "pounds-force",
    "singular": "pound-force"
  },
  "to_unit": {
    "symbol": "kN",
    "display": "kN",
    "name": "kilonewtons",
    "singular": "kilonewton"
  },
  "linear": true,
  "factor": 0.004448221615,
  "inverse_factor": 224.8089431,
  "formula": "kilonewtons = pounds-force × 0.004448221615",
  "reverse_formula": "pounds-force = kilonewtons × 224.8089431",
  "unit_relation": "1 lbf = 0.00444822 kN",
  "examples": [
    {
      "value": 5,
      "result": 0.0222411,
      "text": "5 lbf = 0.0222411 kN"
    },
    {
      "value": 12.5,
      "result": 0.0556028,
      "text": "12.5 lbf = 0.0556028 kN"
    },
    {
      "value": 100,
      "result": 0.444822,
      "text": "100 lbf = 0.444822 kN"
    }
  ],
  "table": [
    {
      "lbf": 1,
      "kN": 0.00444822
    },
    {
      "lbf": 2,
      "kN": 0.00889644
    },
    {
      "lbf": 3,
      "kN": 0.0133447
    },
    {
      "lbf": 4,
      "kN": 0.0177929
    },
    {
      "lbf": 5,
      "kN": 0.0222411
    },
    {
      "lbf": 6,
      "kN": 0.0266893
    },
    {
      "lbf": 7,
      "kN": 0.0311376
    },
    {
      "lbf": 8,
      "kN": 0.0355858
    },
    {
      "lbf": 9,
      "kN": 0.040034
    },
    {
      "lbf": 10,
      "kN": 0.0444822
    },
    {
      "lbf": 15,
      "kN": 0.0667233
    },
    {
      "lbf": 20,
      "kN": 0.0889644
    },
    {
      "lbf": 25,
      "kN": 0.111206
    },
    {
      "lbf": 30,
      "kN": 0.133447
    },
    {
      "lbf": 40,
      "kN": 0.177929
    },
    {
      "lbf": 50,
      "kN": 0.222411
    },
    {
      "lbf": 75,
      "kN": 0.333617
    },
    {
      "lbf": 100,
      "kN": 0.444822
    },
    {
      "lbf": 200,
      "kN": 0.889644
    },
    {
      "lbf": 250,
      "kN": 1.11206
    },
    {
      "lbf": 500,
      "kN": 2.22411
    },
    {
      "lbf": 1000,
      "kN": 4.44822
    }
  ],
  "faq": [
    {
      "q": "How many kilonewtons are in one pound-force?",
      "a": "1 lbf = 0.00444822 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 pounds-force to kilonewtons?",
      "a": "Multiply the value in pounds-force by 0.004448221615: kilonewtons = pounds-force × 0.004448221615. For example, 5 lbf = 0.0222411 kN."
    },
    {
      "q": "How do I convert kilonewtons back to pounds-force?",
      "a": "Multiply by the inverse factor 224.8089431 (pounds-force = kilonewtons × 224.8089431), or use the kilonewtons-to-pounds-force 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=lbf&to_unit=kN",
    "calculator": "https://tttkmbb.com/api/v1/calculate/force?value=5&from_unit=lbf&to_unit=kN",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "lbf",
      "to_unit": "kN"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/pound-force-to-kilonewtons",
    "markdown": "https://tttkmbb.com/conversion/pound-force-to-kilonewtons.md",
    "json": "https://tttkmbb.com/conversion/pound-force-to-kilonewtons.json",
    "reverse": "https://tttkmbb.com/conversion/kilonewtons-to-pound-force",
    "quantity_converter": "https://tttkmbb.com/conversion/force",
    "units": "https://tttkmbb.com/api/v1/units?quantity=force"
  },
  "timestamp": "2026-09-24"
}