{
  "entity_type": "unit_conversion_page",
  "id": "pound-force-to-kgf",
  "name": "Pounds-force to Kilograms-force",
  "title": "Pounds-force to Kilograms-force Converter (lbf to kgf)",
  "description": "Convert pounds-force to kilograms-force: 1 lbf = 0.453592 kgf. 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": "kgf",
    "display": "kgf",
    "name": "kilograms-force",
    "singular": "kilogram-force"
  },
  "linear": true,
  "factor": 0.45359237,
  "inverse_factor": 2.204622622,
  "formula": "kilograms-force = pounds-force × 0.45359237",
  "reverse_formula": "pounds-force = kilograms-force × 2.204622622",
  "unit_relation": "1 lbf = 0.453592 kgf",
  "examples": [
    {
      "value": 5,
      "result": 2.26796,
      "text": "5 lbf = 2.26796 kgf"
    },
    {
      "value": 12.5,
      "result": 5.6699,
      "text": "12.5 lbf = 5.6699 kgf"
    },
    {
      "value": 100,
      "result": 45.3592,
      "text": "100 lbf = 45.3592 kgf"
    }
  ],
  "table": [
    {
      "lbf": 1,
      "kgf": 0.453592
    },
    {
      "lbf": 2,
      "kgf": 0.907185
    },
    {
      "lbf": 3,
      "kgf": 1.36078
    },
    {
      "lbf": 4,
      "kgf": 1.81437
    },
    {
      "lbf": 5,
      "kgf": 2.26796
    },
    {
      "lbf": 6,
      "kgf": 2.72155
    },
    {
      "lbf": 7,
      "kgf": 3.17515
    },
    {
      "lbf": 8,
      "kgf": 3.62874
    },
    {
      "lbf": 9,
      "kgf": 4.08233
    },
    {
      "lbf": 10,
      "kgf": 4.53592
    },
    {
      "lbf": 15,
      "kgf": 6.80389
    },
    {
      "lbf": 20,
      "kgf": 9.07185
    },
    {
      "lbf": 25,
      "kgf": 11.3398
    },
    {
      "lbf": 30,
      "kgf": 13.6078
    },
    {
      "lbf": 40,
      "kgf": 18.1437
    },
    {
      "lbf": 50,
      "kgf": 22.6796
    },
    {
      "lbf": 75,
      "kgf": 34.0194
    },
    {
      "lbf": 100,
      "kgf": 45.3592
    },
    {
      "lbf": 200,
      "kgf": 90.7185
    },
    {
      "lbf": 250,
      "kgf": 113.398
    },
    {
      "lbf": 500,
      "kgf": 226.796
    },
    {
      "lbf": 1000,
      "kgf": 453.592
    }
  ],
  "faq": [
    {
      "q": "How many kilograms-force are in one pound-force?",
      "a": "1 lbf = 0.453592 kgf. 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 kilograms-force?",
      "a": "Multiply the value in pounds-force by 0.45359237: kilograms-force = pounds-force × 0.45359237. For example, 5 lbf = 2.26796 kgf."
    },
    {
      "q": "How do I convert kilograms-force back to pounds-force?",
      "a": "Multiply by the inverse factor 2.204622622 (pounds-force = kilograms-force × 2.204622622), or use the kilograms-force-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=kgf",
    "calculator": "https://tttkmbb.com/api/v1/calculate/force?value=5&from_unit=lbf&to_unit=kgf",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "lbf",
      "to_unit": "kgf"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/pound-force-to-kgf",
    "markdown": "https://tttkmbb.com/conversion/pound-force-to-kgf.md",
    "json": "https://tttkmbb.com/conversion/pound-force-to-kgf.json",
    "reverse": "https://tttkmbb.com/conversion/kgf-to-pound-force",
    "quantity_converter": "https://tttkmbb.com/conversion/force",
    "units": "https://tttkmbb.com/api/v1/units?quantity=force"
  },
  "timestamp": "2026-09-24"
}