{
  "entity_type": "unit_conversion_page",
  "id": "newtons-to-pound-force",
  "name": "Newtons to Pounds-force",
  "title": "Newtons to Pounds-force Converter (N to lbf)",
  "description": "Convert newtons to pounds-force: 1 N = 0.224809 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": "N",
    "display": "N",
    "name": "newtons",
    "singular": "newton"
  },
  "to_unit": {
    "symbol": "lbf",
    "display": "lbf",
    "name": "pounds-force",
    "singular": "pound-force"
  },
  "linear": true,
  "factor": 0.2248089431,
  "inverse_factor": 4.448221615,
  "formula": "pounds-force = newtons × 0.2248089431",
  "reverse_formula": "newtons = pounds-force × 4.448221615",
  "unit_relation": "1 N = 0.224809 lbf",
  "examples": [
    {
      "value": 5,
      "result": 1.12404,
      "text": "5 N = 1.12404 lbf"
    },
    {
      "value": 12.5,
      "result": 2.81011,
      "text": "12.5 N = 2.81011 lbf"
    },
    {
      "value": 100,
      "result": 22.4809,
      "text": "100 N = 22.4809 lbf"
    }
  ],
  "table": [
    {
      "N": 1,
      "lbf": 0.224809
    },
    {
      "N": 2,
      "lbf": 0.449618
    },
    {
      "N": 3,
      "lbf": 0.674427
    },
    {
      "N": 4,
      "lbf": 0.899236
    },
    {
      "N": 5,
      "lbf": 1.12404
    },
    {
      "N": 6,
      "lbf": 1.34885
    },
    {
      "N": 7,
      "lbf": 1.57366
    },
    {
      "N": 8,
      "lbf": 1.79847
    },
    {
      "N": 9,
      "lbf": 2.02328
    },
    {
      "N": 10,
      "lbf": 2.24809
    },
    {
      "N": 15,
      "lbf": 3.37213
    },
    {
      "N": 20,
      "lbf": 4.49618
    },
    {
      "N": 25,
      "lbf": 5.62022
    },
    {
      "N": 30,
      "lbf": 6.74427
    },
    {
      "N": 40,
      "lbf": 8.99236
    },
    {
      "N": 50,
      "lbf": 11.2404
    },
    {
      "N": 75,
      "lbf": 16.8607
    },
    {
      "N": 100,
      "lbf": 22.4809
    },
    {
      "N": 200,
      "lbf": 44.9618
    },
    {
      "N": 250,
      "lbf": 56.2022
    },
    {
      "N": 500,
      "lbf": 112.404
    },
    {
      "N": 1000,
      "lbf": 224.809
    }
  ],
  "faq": [
    {
      "q": "How many pounds-force are in one newton?",
      "a": "1 N = 0.224809 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 newtons to pounds-force?",
      "a": "Multiply the value in newtons by 0.2248089431: pounds-force = newtons × 0.2248089431. For example, 5 N = 1.12404 lbf."
    },
    {
      "q": "How do I convert pounds-force back to newtons?",
      "a": "Multiply by the inverse factor 4.448221615 (newtons = pounds-force × 4.448221615), or use the pounds-force-to-newtons 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=N&to_unit=lbf",
    "calculator": "https://tttkmbb.com/api/v1/calculate/force?value=5&from_unit=N&to_unit=lbf",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "N",
      "to_unit": "lbf"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/newtons-to-pound-force",
    "markdown": "https://tttkmbb.com/conversion/newtons-to-pound-force.md",
    "json": "https://tttkmbb.com/conversion/newtons-to-pound-force.json",
    "reverse": "https://tttkmbb.com/conversion/pound-force-to-newtons",
    "quantity_converter": "https://tttkmbb.com/conversion/force",
    "units": "https://tttkmbb.com/api/v1/units?quantity=force"
  },
  "timestamp": "2026-09-24"
}