{
  "entity_type": "unit_conversion_page",
  "id": "cubic-meters-to-cubic-feet",
  "name": "Cubic meters to Cubic feet",
  "title": "Cubic meters to Cubic feet Converter (m³ to ft³)",
  "description": "Convert cubic meters to cubic feet: 1 m³ = 35.3147 ft³. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.",
  "quantity": "volume",
  "quantity_name": "Volume",
  "base_unit": "L",
  "from_unit": {
    "symbol": "m3",
    "display": "m³",
    "name": "cubic meters",
    "singular": "cubic meter"
  },
  "to_unit": {
    "symbol": "ft3",
    "display": "ft³",
    "name": "cubic feet",
    "singular": "cubic foot"
  },
  "linear": true,
  "factor": 35.31466672,
  "inverse_factor": 0.02831684659,
  "formula": "cubic feet = cubic meters × 35.31466672",
  "reverse_formula": "cubic meters = cubic feet × 0.02831684659",
  "unit_relation": "1 m³ = 35.3147 ft³",
  "examples": [
    {
      "value": 5,
      "result": 176.573,
      "text": "5 m³ = 176.573 ft³"
    },
    {
      "value": 12.5,
      "result": 441.433,
      "text": "12.5 m³ = 441.433 ft³"
    },
    {
      "value": 100,
      "result": 3531.47,
      "text": "100 m³ = 3531.47 ft³"
    }
  ],
  "table": [
    {
      "m3": 1,
      "ft3": 35.3147
    },
    {
      "m3": 2,
      "ft3": 70.6293
    },
    {
      "m3": 3,
      "ft3": 105.944
    },
    {
      "m3": 4,
      "ft3": 141.259
    },
    {
      "m3": 5,
      "ft3": 176.573
    },
    {
      "m3": 6,
      "ft3": 211.888
    },
    {
      "m3": 7,
      "ft3": 247.203
    },
    {
      "m3": 8,
      "ft3": 282.517
    },
    {
      "m3": 9,
      "ft3": 317.832
    },
    {
      "m3": 10,
      "ft3": 353.147
    },
    {
      "m3": 15,
      "ft3": 529.72
    },
    {
      "m3": 20,
      "ft3": 706.293
    },
    {
      "m3": 25,
      "ft3": 882.867
    },
    {
      "m3": 30,
      "ft3": 1059.44
    },
    {
      "m3": 40,
      "ft3": 1412.59
    },
    {
      "m3": 50,
      "ft3": 1765.73
    },
    {
      "m3": 75,
      "ft3": 2648.6
    },
    {
      "m3": 100,
      "ft3": 3531.47
    },
    {
      "m3": 200,
      "ft3": 7062.93
    },
    {
      "m3": 250,
      "ft3": 8828.67
    },
    {
      "m3": 500,
      "ft3": 17657.3
    },
    {
      "m3": 1000,
      "ft3": 35314.7
    }
  ],
  "faq": [
    {
      "q": "How many cubic feet are in one cubic meter?",
      "a": "1 m³ = 35.3147 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 cubic meters to cubic feet?",
      "a": "Multiply the value in cubic meters by 35.31466672: cubic feet = cubic meters × 35.31466672. For example, 5 m³ = 176.573 ft³."
    },
    {
      "q": "How do I convert cubic feet back to cubic meters?",
      "a": "Multiply by the inverse factor 0.02831684659 (cubic meters = cubic feet × 0.02831684659), or use the cubic feet-to-cubic 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=m3&to_unit=ft3",
    "calculator": "https://tttkmbb.com/api/v1/calculate/volume?value=5&from_unit=m3&to_unit=ft3",
    "mcp_tool": "convert_units",
    "mcp_arguments": {
      "value": 5,
      "from_unit": "m3",
      "to_unit": "ft3"
    }
  },
  "links": {
    "html": "https://tttkmbb.com/conversion/cubic-meters-to-cubic-feet",
    "markdown": "https://tttkmbb.com/conversion/cubic-meters-to-cubic-feet.md",
    "json": "https://tttkmbb.com/conversion/cubic-meters-to-cubic-feet.json",
    "reverse": "https://tttkmbb.com/conversion/cubic-feet-to-cubic-meters",
    "quantity_converter": "https://tttkmbb.com/conversion/volume",
    "units": "https://tttkmbb.com/api/v1/units?quantity=volume"
  },
  "timestamp": "2026-09-24"
}