Home › Unit Conversion › Meters to Feet
Meters to Feet (m to ft)
Convert meters to feet: 1 m = 3.28084 ft. Exact conversion factor, formula, 22-row table and worked examples, with JSON API and MCP access.
Formula
1 m = 3.28084 ft
feet = meters × 3.280839895 — reverse: meters = feet × 0.3048
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 m = 16.4042 ft
- 12.5 m = 41.0105 ft
- 100 m = 328.084 ft
Meters to feet conversion table
| Meters (m) | Feet (ft) |
|---|---|
| 1 | 3.28084 |
| 2 | 6.56168 |
| 3 | 9.84252 |
| 4 | 13.1234 |
| 5 | 16.4042 |
| 6 | 19.685 |
| 7 | 22.9659 |
| 8 | 26.2467 |
| 9 | 29.5276 |
| 10 | 32.8084 |
| 15 | 49.2126 |
| 20 | 65.6168 |
| 25 | 82.021 |
| 30 | 98.4252 |
| 40 | 131.234 |
| 50 | 164.042 |
| 75 | 246.063 |
| 100 | 328.084 |
| 200 | 656.168 |
| 250 | 820.21 |
| 500 | 1640.42 |
| 1000 | 3280.84 |
FAQ
How many feet are in one meter?
1 m = 3.28084 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.
What is the formula to convert meters to feet?
Multiply the value in meters by 3.280839895: feet = meters × 3.280839895. For example, 5 m = 16.4042 ft.
How do I convert feet back to meters?
Multiply by the inverse factor 0.3048 (meters = feet × 0.3048), or use the feet-to-meters page.
Related conversions
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=m&to_unit=ft - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":5,"from_unit":"m","to_unit":"ft"} - Markdown: https://tttkmbb.com/conversion/meters-to-feet.md · JSON: https://tttkmbb.com/conversion/meters-to-feet.json (add
?value=for a result) · Units: /api/v1/units?quantity=length - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.