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