1. Using the length factor for an area
This is the single most common serious error. A mile is 5,280 feet, so it feels natural to divide square feet by 5,280 to get square miles. It gives an answer 5,280 times too large.
Area scales with the square of length. A square mile is one mile by one mile: 5,280 × 5,280 = 27,878,400 square feet. The same applies to volume, where the factor is cubed.
The tell is implausibility. If a suburban lot appears to be several square miles, the factor was not squared.
Length factor: 5,280. Area factor: 27,878,400. Volume factor: 147,197,952,000. Each is the previous one multiplied by 5,280.
2. Trusting the wrong mile
A statute mile is 5,280 feet. A nautical mile is 6,076.1 feet. The difference is 15.08%, which is small enough to look plausible and large enough to matter.
Aviation and marine work use nautical miles for horizontal distance but feet for altitude, so a single flight plan contains both. Converting a leg distance with 5,280 rather than 6,076.1 understates it by 15% — on a 500-mile route that is 75 miles of fuel.
If the source is a chart, a flight plan, or anything involving latitude, assume nautical miles until proven otherwise.
Going the other way, miles to feet does the reverse conversion. If you want a figure already worked out, conversion chart lists the common ones, and about & methodology documents every constant used here and where it comes from.
3. Rounding at every step
Multi-step conversions accumulate error if you round between steps. Converting feet to metres to kilometres to miles, rounding at each stage, can drift meaningfully from the direct answer.
The fix is to carry full precision through the calculation and round once, at the end, for display. That is how this site works: the conversion functions never round, and the display layer rounds exactly once at the precision you select.
It is also why converting a value here and converting it straight back returns your original number, which is not true of tools that round intermediate results.
4. Mixing survey feet with international feet
Until the end of 2022, the United States maintained two feet: the international foot of exactly 0.3048 m, and the US survey foot of 1200/3937 m. They differ by about two parts per million.
That sounds negligible, and over a room it is. Over a state plane coordinate system it is not — the difference reaches several feet at the extremes of a coordinate zone, which is enough to move a property boundary.
The survey foot was formally deprecated in 2022. If you are working with US geodetic data recorded before 2023, check which foot it uses. For everything else, the international foot is correct and is what this site uses.
5. Assuming abbreviations are unambiguous
'mi' is a statute mile; 'nmi' or 'NM' is a nautical mile. 'mil' is a thousandth of an inch, or a milliradian, and never a mile. 'ft' is feet, but 'ft²' is square feet and 'lin ft' is linear feet — which is the same unit as feet, just labelled to distinguish it from area.
Most conversion errors start as reading errors. Confirm what the unit is before deciding what to do with it.
- mi = statute mile (5,280 ft)
- nmi / NM = nautical mile (6,076.1 ft)
- mil = 0.001 inch, or a milliradian — never a mile
- lin ft = linear feet = ordinary feet
- ft² = square feet — needs the squared factor
6. Precision that outruns the source
Reporting 1,000 feet as 0.1893939394 miles implies you know the original distance to a ten-billionth of a mile. If the 1,000 came off a trail sign, you do not.
Conversion cannot add precision, only preserve it. Match your output to the confidence of your input: a rounded source deserves a rounded answer.
The precision control on these calculators goes to ten decimal places because some engineering and survey work genuinely needs it. Most of the time, two is more honest.
Related conversions: ft/s to mph for speed, sq ft to sq miles for land area, and feet to mil for the unit people most often confuse with the mile.
The habit that prevents all of them
One habit catches nearly every mistake on this list: check the dimension before you calculate. Before typing anything, ask what you are measuring — length, area, volume, speed or thickness — and how many dimensions that is.
Length is one dimension, so the factor is 5,280. Area is two, so the factor is 5,280². Volume is three, so 5,280³. Speed is length over time, so two factors. Thickness is still length, but at a scale where a different unit is practical.
Once you know the number of dimensions, you know immediately what shape the factor should be. You do not have to remember them all — you only have to remember that they must match.
The second habit is the round-trip test. Any correct conversion should return your original number when reversed. If it does not, either something is rounding in the middle or the factor is wrong. It takes seconds and catches the errors that are invisible at a glance.
Key takeaways
- Area factors are the square of length factors: 27,878,400, not 5,280.
- Nautical miles are 15% longer than statute miles, and aviation uses both.
- Round once at the end, never at intermediate steps.
- The US survey foot was deprecated in 2022 — check pre-2023 survey data.
- Don't report more precision than your source actually has.
Try it yourself
Ft to Miles Calculator
Convert feet to miles and back, live as you type.