# 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.

- Page id: `meters-to-feet` · Quantity: Length (`length`, base unit m) · Tool: `convert_units`
- Canonical page: https://tttkmbb.com/conversion/meters-to-feet · This document: https://tttkmbb.com/conversion/meters-to-feet.md · JSON: https://tttkmbb.com/conversion/meters-to-feet.json (add `?value=` for a result)

## Formula

- `1 m = 3.28084 ft`
- `feet = meters × 3.280839895`
- Reverse: `meters = feet × 0.3048`

The factor follows from the SI definitions of both units (NIST SP 811); values below are rounded 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

## 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 |

## API

- `GET https://tttkmbb.com/api/v1/convert?value=5&from_unit=m&to_unit=ft` → unified JSON envelope with `result.values.result`, `formula`, `factor`, `sources`, `freshness`
- MCP: server `https://tttkmbb.com/mcp`, tool `convert_units` with `{"value":5,"from_unit":"m","to_unit":"ft"}`
- All length units: https://tttkmbb.com/api/v1/units?quantity=length · full converter: [Length Converter](https://tttkmbb.com/conversion/length.md)
- Authentication: none. Freshness: `static` (fixed conversion factors).

## 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

- [Feet to meters](https://tttkmbb.com/conversion/feet-to-meters.md) (reverse)
- [Kilometers to Miles](https://tttkmbb.com/conversion/km-to-miles.md)
- [Miles to Kilometers](https://tttkmbb.com/conversion/miles-to-km.md)
- [Centimeters to Inches](https://tttkmbb.com/conversion/cm-to-inches.md)
- [Inches to Centimeters](https://tttkmbb.com/conversion/inches-to-cm.md)
- [Millimeters to Inches](https://tttkmbb.com/conversion/mm-to-inches.md)
- [Inches to Millimeters](https://tttkmbb.com/conversion/inches-to-mm.md)
- [Meters to Yards](https://tttkmbb.com/conversion/meters-to-yards.md)
- [Yards to Meters](https://tttkmbb.com/conversion/yards-to-meters.md)

## Data Sources

- NIST Special Publication 811 – Guide for the Use of the International System of Units (SI), Appendix B conversion factors — https://www.nist.gov/pml/special-publication-811 (standard, retrieved 2026-09-24)
- BIPM – The International System of Units (SI Brochure, 9th edition) — https://www.bipm.org/en/publications/si-brochure (standard, retrieved 2026-09-24)
- Wikipedia – Conversion of units — https://en.wikipedia.org/wiki/Conversion_of_units (reference, retrieved 2026-09-24)
