{
  "entity_type": "unit_conversion_page",
  "id": "in-lbs-to-ft-lbs",
  "name": "Pound-inches (in-lb) to Pound-feet (ft-lb)",
  "title": "Pound-inches (in-lb) to Pound-feet (ft-lb) Converter (lbf·in to lbf·ft)",
  "description": "Convert pound-inches (in-lb) to pound-feet (ft-lb): 1 lbf·in = 0.0833333 lbf·ft. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "torque",
  "quantity_name": "Torque",
  "base_unit": "Nm",
  "from_unit": {
    "symbol": "lbf_in",
    "display": "lbf·in",
    "name": "pound-inches (in-lb)",
    "singular": "pound-inch"
  },
  "to_unit": {
    "symbol": "lbf_ft",
    "display": "lbf·ft",
    "name": "pound-feet (ft-lb)",
    "singular": "pound-foot"
  },
  "linear": true,
  "factor": 0.08333333333,
  "inverse_factor": 12,
  "formula": "pound-feet (ft-lb) = pound-inches (in-lb) × 0.08333333333",
  "reverse_formula": "pound-inches (in-lb) = pound-feet (ft-lb) × 12",
  "unit_relation": "1 lbf·in = 0.0833333 lbf·ft",
  "examples": [
    {
      "value": 5,
      "result": 0.416667,
      "text": "5 lbf·in = 0.416667 lbf·ft"
    },
    {
      "value": 12.5,
      "result": 1.04167,
      "text": "12.5 lbf·in = 1.04167 lbf·ft"
    },
    {
      "value": 100,
      "result": 8.33333,
      "text": "100 lbf·in = 8.33333 lbf·ft"
    }
  ],
  "table": [
    {
      "lbf_in": 1,
      "lbf_ft": 0.0833333
    },
    {
      "lbf_in": 2,
      "lbf_ft": 0.166667
    },
    {
      "lbf_in": 3,
      "lbf_ft": 0.25
    },
    {
      "lbf_in": 4,
      "lbf_ft": 0.333333
    },
    {
      "lbf_in": 5,
      "lbf_ft": 0.416667
    },
    {
      "lbf_in": 6,
      "lbf_ft": 0.5
    },
    {
      "lbf_in": 7,
      "lbf_ft": 0.583333
    },
    {
      "lbf_in": 8,
      "lbf_ft": 0.666667
    },
    {
      "lbf_in": 9,
      "lbf_ft": 0.75
    },
    {
      "lbf_in": 10,
      "lbf_ft": 0.833333
    },
    {
      "lbf_in": 15,
      "lbf_ft": 1.25
    },
    {
      "lbf_in": 20,
      "lbf_ft": 1.66667
    },
    {
      "lbf_in": 25,
      "lbf_ft": 2.08333
    },
    {
      "lbf_in": 30,
      "lbf_ft": 2.5
    },
    {
      "lbf_in": 40,
      "lbf_ft": 3.33333
    },
    {
      "lbf_in": 50,
      "lbf_ft": 4.16667
    },
    {
      "lbf_in": 75,
      "lbf_ft": 6.25
    },
    {
      "lbf_in": 100,
      "lbf_ft": 8.33333
    },
    {
      "lbf_in": 200,
      "lbf_ft": 16.6667
    },
    {
      "lbf_in": 250,
      "lbf_ft": 20.8333
    },
    {
      "lbf_in": 500,
      "lbf_ft": 41.6667
    },
    {
      "lbf_in": 1000,
      "lbf_ft": 83.3333
    }
  ],
  "faq": [
    {
      "q": "How many pound-feet (ft-lb) are in one pound-inch?",
      "a": "1 lbf·in = 0.0833333 lbf·ft. 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 pound-inches (in-lb) to pound-feet (ft-lb)?",
      "a": "Multiply the value in pound-inches (in-lb) by 0.08333333333: pound-feet (ft-lb) = pound-inches (in-lb) × 0.08333333333. For example, 5 lbf·in = 0.416667 lbf·ft."
    },
    {
      "q": "How do I convert pound-feet (ft-lb) back to pound-inches (in-lb)?",
      "a": "Multiply by the inverse factor 12 (pound-inches (in-lb) = pound-feet (ft-lb) × 12), or use the pound-feet (ft-lb)-to-pound-inches (in-lb) 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_in&to_unit=lbf_ft",
    "calculator": "https://tttkmbb.com/api/v1/calculate/torque?value=5&from_unit=lbf_in&to_unit=lbf_ft",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "lbf_in",
      "to_unit": "lbf_ft"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/in-lbs-to-ft-lbs",
    "markdown": "https://tttkmbb.com/conversion/in-lbs-to-ft-lbs.md",
    "json": "https://tttkmbb.com/conversion/in-lbs-to-ft-lbs.json",
    "reverse": "https://tttkmbb.com/conversion/ft-lbs-to-in-lbs",
    "quantity_converter": "https://tttkmbb.com/conversion/torque",
    "units": "https://tttkmbb.com/api/v1/units?quantity=torque"
  },
  "timestamp": "2026-09-24"
}