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