{
  "entity_type": "unit_conversion_page",
  "id": "inches-to-mm",
  "name": "Inches to Millimeters",
  "title": "Inches to Millimeters Converter (in to mm)",
  "description": "Convert inches to millimeters: 1 in = 25.4 mm. 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": "mm",
    "display": "mm",
    "name": "millimeters",
    "singular": "millimeter"
  },
  "linear": true,
  "factor": 25.4,
  "inverse_factor": 0.03937007874,
  "formula": "millimeters = inches × 25.4",
  "reverse_formula": "inches = millimeters × 0.03937007874",
  "unit_relation": "1 in = 25.4 mm",
  "examples": [
    {
      "value": 5,
      "result": 127,
      "text": "5 in = 127 mm"
    },
    {
      "value": 12.5,
      "result": 317.5,
      "text": "12.5 in = 317.5 mm"
    },
    {
      "value": 100,
      "result": 2540,
      "text": "100 in = 2540 mm"
    }
  ],
  "table": [
    {
      "in": 1,
      "mm": 25.4
    },
    {
      "in": 2,
      "mm": 50.8
    },
    {
      "in": 3,
      "mm": 76.2
    },
    {
      "in": 4,
      "mm": 101.6
    },
    {
      "in": 5,
      "mm": 127
    },
    {
      "in": 6,
      "mm": 152.4
    },
    {
      "in": 7,
      "mm": 177.8
    },
    {
      "in": 8,
      "mm": 203.2
    },
    {
      "in": 9,
      "mm": 228.6
    },
    {
      "in": 10,
      "mm": 254
    },
    {
      "in": 15,
      "mm": 381
    },
    {
      "in": 20,
      "mm": 508
    },
    {
      "in": 25,
      "mm": 635
    },
    {
      "in": 30,
      "mm": 762
    },
    {
      "in": 40,
      "mm": 1016
    },
    {
      "in": 50,
      "mm": 1270
    },
    {
      "in": 75,
      "mm": 1905
    },
    {
      "in": 100,
      "mm": 2540
    },
    {
      "in": 200,
      "mm": 5080
    },
    {
      "in": 250,
      "mm": 6350
    },
    {
      "in": 500,
      "mm": 12700
    },
    {
      "in": 1000,
      "mm": 25400
    }
  ],
  "faq": [
    {
      "q": "How many millimeters are in one inch?",
      "a": "1 in = 25.4 mm. 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 millimeters?",
      "a": "Multiply the value in inches by 25.4: millimeters = inches × 25.4. For example, 5 in = 127 mm."
    },
    {
      "q": "How do I convert millimeters back to inches?",
      "a": "Multiply by the inverse factor 0.03937007874 (inches = millimeters × 0.03937007874), or use the millimeters-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=mm",
    "calculator": "https://tttkmbb.com/api/v1/calculate/length?value=5&from_unit=in&to_unit=mm",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "in",
      "to_unit": "mm"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/inches-to-mm",
    "markdown": "https://tttkmbb.com/conversion/inches-to-mm.md",
    "json": "https://tttkmbb.com/conversion/inches-to-mm.json",
    "reverse": "https://tttkmbb.com/conversion/mm-to-inches",
    "quantity_converter": "https://tttkmbb.com/conversion/length",
    "units": "https://tttkmbb.com/api/v1/units?quantity=length"
  },
  "timestamp": "2026-09-24"
}