{
  "entity_type": "unit_conversion_page",
  "id": "square-meters-to-square-feet",
  "name": "Square meters to Square feet",
  "title": "Square meters to Square feet Converter (m² to ft²)",
  "description": "Convert square meters to square feet: 1 m² = 10.7639 ft². Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "area",
  "quantity_name": "Area",
  "base_unit": "m2",
  "from_unit": {
    "symbol": "m2",
    "display": "m²",
    "name": "square meters",
    "singular": "square meter"
  },
  "to_unit": {
    "symbol": "ft2",
    "display": "ft²",
    "name": "square feet",
    "singular": "square foot"
  },
  "linear": true,
  "factor": 10.76391042,
  "inverse_factor": 0.09290304,
  "formula": "square feet = square meters × 10.76391042",
  "reverse_formula": "square meters = square feet × 0.09290304",
  "unit_relation": "1 m² = 10.7639 ft²",
  "examples": [
    {
      "value": 5,
      "result": 53.8196,
      "text": "5 m² = 53.8196 ft²"
    },
    {
      "value": 12.5,
      "result": 134.549,
      "text": "12.5 m² = 134.549 ft²"
    },
    {
      "value": 100,
      "result": 1076.39,
      "text": "100 m² = 1076.39 ft²"
    }
  ],
  "table": [
    {
      "m2": 1,
      "ft2": 10.7639
    },
    {
      "m2": 2,
      "ft2": 21.5278
    },
    {
      "m2": 3,
      "ft2": 32.2917
    },
    {
      "m2": 4,
      "ft2": 43.0556
    },
    {
      "m2": 5,
      "ft2": 53.8196
    },
    {
      "m2": 6,
      "ft2": 64.5835
    },
    {
      "m2": 7,
      "ft2": 75.3474
    },
    {
      "m2": 8,
      "ft2": 86.1113
    },
    {
      "m2": 9,
      "ft2": 96.8752
    },
    {
      "m2": 10,
      "ft2": 107.639
    },
    {
      "m2": 15,
      "ft2": 161.459
    },
    {
      "m2": 20,
      "ft2": 215.278
    },
    {
      "m2": 25,
      "ft2": 269.098
    },
    {
      "m2": 30,
      "ft2": 322.917
    },
    {
      "m2": 40,
      "ft2": 430.556
    },
    {
      "m2": 50,
      "ft2": 538.196
    },
    {
      "m2": 75,
      "ft2": 807.293
    },
    {
      "m2": 100,
      "ft2": 1076.39
    },
    {
      "m2": 200,
      "ft2": 2152.78
    },
    {
      "m2": 250,
      "ft2": 2690.98
    },
    {
      "m2": 500,
      "ft2": 5381.96
    },
    {
      "m2": 1000,
      "ft2": 10763.9
    }
  ],
  "faq": [
    {
      "q": "How many square feet are in one square meter?",
      "a": "1 m² = 10.7639 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 square meters to square feet?",
      "a": "Multiply the value in square meters by 10.76391042: square feet = square meters × 10.76391042. For example, 5 m² = 53.8196 ft²."
    },
    {
      "q": "How do I convert square feet back to square meters?",
      "a": "Multiply by the inverse factor 0.09290304 (square meters = square feet × 0.09290304), or use the square feet-to-square meters 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=m2&to_unit=ft2",
    "calculator": "https://tttkmbb.com/api/v1/calculate/area?value=5&from_unit=m2&to_unit=ft2",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "m2",
      "to_unit": "ft2"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/square-meters-to-square-feet",
    "markdown": "https://tttkmbb.com/conversion/square-meters-to-square-feet.md",
    "json": "https://tttkmbb.com/conversion/square-meters-to-square-feet.json",
    "reverse": "https://tttkmbb.com/conversion/square-feet-to-square-meters",
    "quantity_converter": "https://tttkmbb.com/conversion/area",
    "units": "https://tttkmbb.com/api/v1/units?quantity=area"
  },
  "timestamp": "2026-09-24"
}