{
  "entity_type": "unit_conversion_page",
  "id": "feet-to-miles",
  "name": "Feet to Miles",
  "title": "Feet to Miles Converter (ft to mi)",
  "description": "Convert feet to miles: 1 ft = 0.000189394 mi. 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": "ft",
    "display": "ft",
    "name": "feet",
    "singular": "foot"
  },
  "to_unit": {
    "symbol": "mi",
    "display": "mi",
    "name": "miles",
    "singular": "mile"
  },
  "linear": true,
  "factor": 0.0001893939394,
  "inverse_factor": 5280,
  "formula": "miles = feet × 0.0001893939394",
  "reverse_formula": "feet = miles × 5280",
  "unit_relation": "1 ft = 0.000189394 mi",
  "examples": [
    {
      "value": 5,
      "result": 0.00094697,
      "text": "5 ft = 0.00094697 mi"
    },
    {
      "value": 12.5,
      "result": 0.00236742,
      "text": "12.5 ft = 0.00236742 mi"
    },
    {
      "value": 100,
      "result": 0.0189394,
      "text": "100 ft = 0.0189394 mi"
    }
  ],
  "table": [
    {
      "ft": 1,
      "mi": 0.000189394
    },
    {
      "ft": 2,
      "mi": 0.000378788
    },
    {
      "ft": 3,
      "mi": 0.000568182
    },
    {
      "ft": 4,
      "mi": 0.000757576
    },
    {
      "ft": 5,
      "mi": 0.00094697
    },
    {
      "ft": 6,
      "mi": 0.00113636
    },
    {
      "ft": 7,
      "mi": 0.00132576
    },
    {
      "ft": 8,
      "mi": 0.00151515
    },
    {
      "ft": 9,
      "mi": 0.00170455
    },
    {
      "ft": 10,
      "mi": 0.00189394
    },
    {
      "ft": 15,
      "mi": 0.00284091
    },
    {
      "ft": 20,
      "mi": 0.00378788
    },
    {
      "ft": 25,
      "mi": 0.00473485
    },
    {
      "ft": 30,
      "mi": 0.00568182
    },
    {
      "ft": 40,
      "mi": 0.00757576
    },
    {
      "ft": 50,
      "mi": 0.0094697
    },
    {
      "ft": 75,
      "mi": 0.0142045
    },
    {
      "ft": 100,
      "mi": 0.0189394
    },
    {
      "ft": 200,
      "mi": 0.0378788
    },
    {
      "ft": 250,
      "mi": 0.0473485
    },
    {
      "ft": 500,
      "mi": 0.094697
    },
    {
      "ft": 1000,
      "mi": 0.189394
    }
  ],
  "faq": [
    {
      "q": "How many miles are in one foot?",
      "a": "1 ft = 0.000189394 mi. 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 feet to miles?",
      "a": "Multiply the value in feet by 0.0001893939394: miles = feet × 0.0001893939394. For example, 5 ft = 0.00094697 mi."
    },
    {
      "q": "How do I convert miles back to feet?",
      "a": "Multiply by the inverse factor 5280 (feet = miles × 5280), or use the miles-to-feet 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=ft&to_unit=mi",
    "calculator": "https://tttkmbb.com/api/v1/calculate/length?value=5&from_unit=ft&to_unit=mi",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "ft",
      "to_unit": "mi"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/feet-to-miles",
    "markdown": "https://tttkmbb.com/conversion/feet-to-miles.md",
    "json": "https://tttkmbb.com/conversion/feet-to-miles.json",
    "reverse": "https://tttkmbb.com/conversion/miles-to-feet",
    "quantity_converter": "https://tttkmbb.com/conversion/length",
    "units": "https://tttkmbb.com/api/v1/units?quantity=length"
  },
  "timestamp": "2026-09-24"
}