# Meters to feet converter

> Convert meters to feet (meters to feet) with the exact factor, a conversion chart and worked steps.

Interactive version: https://www.calcopenly.com/conversion/meters-to-feet
Subject: Unit converters

A meter-based plan may describe a room, a roll of fabric or a length of cable. Convert each dimension before comparing labels, and keep lengths separate from floor areas. A measurement of 1.75 m includes three quarters of a meter, rather than 75 extra meters.

One metre is about 3.280839895 feet, so 10 m is 32.808399 ft. To convert meters to feet, multiply by 3.280839895; to convert back, multiply by 0.3048.

The international foot is defined as exactly 0.3048 m, which is 12 inches. The factor has no exact decimal form, so results are computed with 50 significant digits and rounded only for display.

## Inputs

- **Meters (m)**

## Results

- Feet (ft) — main result
- Conversion
- 1 ft in meters (m)

## Formula

$$
\text{feet} = \text{meters} \times 3.28083989501
$$

## Worked examples

### 10 m to ft

- Meters (m): 10 m
- **Feet: 32.8083989501 ft**
- Checked against: Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions)

### 1.75 m to ft

- Meters (m): 1.75 m
- **Feet: 5.7414698163 ft**
- Checked against: Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions)

### 25 m to ft

- Meters (m): 25 m
- **Feet: 82.0209973753 ft**
- Checked against: Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions)

## Questions

### When would I convert meters to feet?

A meter-based plan may describe a room, a roll of fabric or a length of cable. Convert each dimension before comparing labels, and keep lengths separate from floor areas. A measurement of 1.75 m includes three quarters of a meter, rather than 75 extra meters.

### How many feet are in a metre?

One metre is about 3.280839895 feet. The international foot is defined as exactly 0.3048 m, which is 12 inches.

### How do you convert meters to feet?

Multiply the number of meters by 3.280839895. For example, 10 m × 3.280839895 = 32.808399 ft. To go the other way, divide by 3.280839895.

### How can I estimate meters to feet without a calculator?

Multiply by 3.3. That is 0.6% high of the exact factor 3.280839895, so 10 m comes out as 33 ft instead of 32.8084.

### How accurate is the meters to feet converter?

Accuracy depends on your inputs and the method's assumptions. Decimal arithmetic uses 50 significant digits, but estimates, numerical methods and source data can be less precise; the displayed rounding does not remove those limits. It is checked against 3 worked examples whose answers come from independent sources; for example, “10 m to ft” is checked against Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions).

### Where does the method come from?

NIST SP 811 (2008), Guide for the Use of the International System of Units, Appendix B; NIST Handbook 44, Appendix C: General tables of units of measurement; BIPM, The International System of Units (SI Brochure), 9th edition.

## Sources

- [NIST SP 811 (2008), Guide for the Use of the International System of Units, Appendix B](https://www.nist.gov/pml/special-publication-811)
- [NIST Handbook 44, Appendix C: General tables of units of measurement](https://www.nist.gov/pml/weights-and-measures/publications/nist-handbooks/handbook-44)
- [BIPM, The International System of Units (SI Brochure), 9th edition](https://www.bipm.org/en/publications/si-brochure)
