# Feet to miles converter

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

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

A distance stated in feet may describe ceiling height, lumber or a route segment. Combine separate feet and inches into the correct total before using a single-value conversion. The unit here is the international foot; historical survey documents may use a different definition.

One foot is about 0.0001893939 miles, so 5280 ft is 1 mi. To convert feet to miles, multiply by 0.0001893939; to convert back, multiply by 5,280.

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

- **Feet (ft)**

## Results

- Miles (mi) — main result
- Conversion
- 1 mi in feet (ft)

## Formula

$$
\text{miles} = \text{feet} \times 0.000189393939394
$$

## Worked examples

### 5280 ft to mi

- Feet (ft): 5280 ft
- **Miles: 1 mi**
- Checked against: Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions)

### 2500 ft to mi

- Feet (ft): 2500 ft
- **Miles: 0.4734848485 mi**
- Checked against: Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions)

### 26400 ft to mi

- Feet (ft): 26,400 ft
- **Miles: 5 mi**
- Checked against: Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions)

## Questions

### When would I convert feet to miles?

A distance stated in feet may describe ceiling height, lumber or a route segment. Combine separate feet and inches into the correct total before using a single-value conversion. The unit here is the international foot; historical survey documents may use a different definition.

### How many miles are in a foot?

One foot is about 0.0001893939 miles. The international foot is defined as exactly 0.3048 m, which is 12 inches.

### How do you convert feet to miles?

Multiply the number of feet by 0.0001893939. For example, 5280 ft × 0.0001893939 = 1 mi. To go the other way, divide by 0.0001893939.

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

Multiply by 0.00019. That is 0.3% high of the exact factor 0.0001893939, so 5280 ft comes out as 1.0032 mi instead of 1.

### How accurate is the feet to miles 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, “5280 ft to mi” 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)
