Home › Unit Conversion › Feet to Meters
Feet to Meters (ft to m)
Convert feet to meters: 1 ft = 0.3048 m. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 ft = 0.3048 m
meters = feet × 0.3048 — reverse: feet = meters × 3.280839895
The factor is derived from the SI definitions of both units (base unit: m) as listed in NIST SP 811; results on this page are shown to 6 significant figures, the API returns up to 12.
Worked examples
- 5 ft = 1.524 m
- 12.5 ft = 3.81 m
- 100 ft = 30.48 m
Feet to meters conversion table
| Feet (ft) | Meters (m) |
|---|---|
| 1 | 0.3048 |
| 2 | 0.6096 |
| 3 | 0.9144 |
| 4 | 1.2192 |
| 5 | 1.524 |
| 6 | 1.8288 |
| 7 | 2.1336 |
| 8 | 2.4384 |
| 9 | 2.7432 |
| 10 | 3.048 |
| 15 | 4.572 |
| 20 | 6.096 |
| 25 | 7.62 |
| 30 | 9.144 |
| 40 | 12.192 |
| 50 | 15.24 |
| 75 | 22.86 |
| 100 | 30.48 |
| 200 | 60.96 |
| 250 | 76.2 |
| 500 | 152.4 |
| 1000 | 304.8 |
FAQ
How many meters are in one foot?
1 ft = 0.3048 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.
What is the formula to convert feet to meters?
Multiply the value in feet by 0.3048: meters = feet × 0.3048. For example, 5 ft = 1.524 m.
How do I convert meters back to feet?
Multiply by the inverse factor 3.280839895 (feet = meters × 3.280839895), or use the meters-to-feet page.
Related conversions
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=ft&to_unit=m - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"ft","to_unit":"m"} - Markdown: https://tttkmbb.com/conversion/feet-to-meters.md · JSON: https://tttkmbb.com/conversion/feet-to-meters.json (add
?value=for a result) · Units: /api/v1/units?quantity=length - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.