{
  "entity_type": "unit_conversion_page",
  "id": "acres-to-square-meters",
  "name": "Acres to Square meters",
  "title": "Acres to Square meters Converter (acre to m²)",
  "description": "Convert acres to square meters: 1 acre = 4046.86 m². 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": "acre",
    "display": "acre",
    "name": "acres",
    "singular": "acre"
  },
  "to_unit": {
    "symbol": "m2",
    "display": "m²",
    "name": "square meters",
    "singular": "square meter"
  },
  "linear": true,
  "factor": 4046.856422,
  "inverse_factor": 0.0002471053815,
  "formula": "square meters = acres × 4046.856422",
  "reverse_formula": "acres = square meters × 0.0002471053815",
  "unit_relation": "1 acre = 4046.86 m²",
  "examples": [
    {
      "value": 5,
      "result": 20234.3,
      "text": "5 acre = 20234.3 m²"
    },
    {
      "value": 12.5,
      "result": 50585.7,
      "text": "12.5 acre = 50585.7 m²"
    },
    {
      "value": 100,
      "result": 404686,
      "text": "100 acre = 404686 m²"
    }
  ],
  "table": [
    {
      "acre": 1,
      "m2": 4046.86
    },
    {
      "acre": 2,
      "m2": 8093.71
    },
    {
      "acre": 3,
      "m2": 12140.6
    },
    {
      "acre": 4,
      "m2": 16187.4
    },
    {
      "acre": 5,
      "m2": 20234.3
    },
    {
      "acre": 6,
      "m2": 24281.1
    },
    {
      "acre": 7,
      "m2": 28328
    },
    {
      "acre": 8,
      "m2": 32374.9
    },
    {
      "acre": 9,
      "m2": 36421.7
    },
    {
      "acre": 10,
      "m2": 40468.6
    },
    {
      "acre": 15,
      "m2": 60702.8
    },
    {
      "acre": 20,
      "m2": 80937.1
    },
    {
      "acre": 25,
      "m2": 101171
    },
    {
      "acre": 30,
      "m2": 121406
    },
    {
      "acre": 40,
      "m2": 161874
    },
    {
      "acre": 50,
      "m2": 202343
    },
    {
      "acre": 75,
      "m2": 303514
    },
    {
      "acre": 100,
      "m2": 404686
    },
    {
      "acre": 200,
      "m2": 809371
    },
    {
      "acre": 250,
      "m2": 1011710
    },
    {
      "acre": 500,
      "m2": 2023430
    },
    {
      "acre": 1000,
      "m2": 4046860
    }
  ],
  "faq": [
    {
      "q": "How many square meters are in one acre?",
      "a": "1 acre = 4046.86 m². 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 acres to square meters?",
      "a": "Multiply the value in acres by 4046.856422: square meters = acres × 4046.856422. For example, 5 acre = 20234.3 m²."
    },
    {
      "q": "How do I convert square meters back to acres?",
      "a": "Multiply by the inverse factor 0.0002471053815 (acres = square meters × 0.0002471053815), or use the square meters-to-acres 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=acre&to_unit=m2",
    "calculator": "https://tttkmbb.com/api/v1/calculate/area?value=5&from_unit=acre&to_unit=m2",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "acre",
      "to_unit": "m2"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/acres-to-square-meters",
    "markdown": "https://tttkmbb.com/conversion/acres-to-square-meters.md",
    "json": "https://tttkmbb.com/conversion/acres-to-square-meters.json",
    "reverse": "https://tttkmbb.com/conversion/square-meters-to-acres",
    "quantity_converter": "https://tttkmbb.com/conversion/area",
    "units": "https://tttkmbb.com/api/v1/units?quantity=area"
  },
  "timestamp": "2026-09-24"
}