Area converter
Convert between area units — square metres, feet, acres and hectares.
| Square millimetres (mm²) | 1,000,000 |
| Square centimetres (cm²) | 10,000 |
| Square metres (m²) | 1 |
| Hectares (ha) | 0.0001 |
| Square kilometres (km²) | 0.000001 |
| Square inches (in²) | 1,550 |
| Square feet (ft²) | 10.7639 |
| Square yards (yd²) | 1.196 |
| Acres | 0.00024711 |
| Square miles (mi²) | 3.861022e-7 |
Converting area: the factors, and which ones are exact
This converter handles 10 area units, all of them passing through m². Below are the factors it uses, so you can check any result by hand — and a note on which of them are exact by definition and which are conventions that depend on conditions.
How it works
- Converts between every pair of area units at once, rather than one pair at a time.
- Uses the defined values, not rounded approximations — an inch is exactly 0.0254 m, not 0.0254001.
- Routes everything through m², so adding a unit cannot break the existing pairs.
- Marks units whose factor depends on conditions, instead of presenting a convention as a constant.
every unit converts through m² Square millimetres (mm²) 0.000001 Square centimetres (cm²) 0.0001 Square metres (m²) 1 Hectares (ha) 10000 Square kilometres (km²) 1000000 Square inches (in²) 0.00064516 Square feet (ft²) 0.09290304 Square yards (yd²) 0.83612736 Acres 4046.8564224 Square miles (mi²) 2589988.11034 to convert: value x factor(from) / factor(to)
Worked example
A worked area conversion, step by step.
- start 1 Acres
- to the base unit 1 x 4046.8564224 = 4046.8564224 m²
- into the target 4046.8564224 / 1
- result 4046.8564224 Square metres (m²)
Multiplying into the base unit and dividing out again is the whole method. It is worth doing once by hand, because it shows that a converter is only ever as good as its factors — and that a wrong factor produces a plausible-looking number rather than an obvious error.
Reading the result
- Areas scale as the square of length, which is where intuition fails: a room twice as long and twice as wide is four times the area, not twice. The same trap sits in the units — a square mile is 640 acres, not 1,760 of anything, because the mile-to-yard relationship gets squared on the way in.
- Most of these factors are exact by international agreement rather than measured. The inch, the pound, the nautical mile and the standard atmosphere all have defined values, which is why the tool can show a conversion landing on a round number and be right rather than lucky.
- Results are rounded for display, not in the arithmetic. Conversions run at full double precision and only the printed value is shortened, so chaining conversions here does not accumulate rounding error the way copying rounded figures between steps would.
Common questions
- Why does my result differ slightly from another converter?
- Almost always because the other one rounded a factor. A converter that stores a US gallon as 3.7854 litres rather than 3.785411784 will drift in the fourth significant figure, and the drift compounds if you convert twice. Check a defined value you know — a US gallon should come out as exactly 231 cubic inches — and the rounded converter will show it as 230.99 or 231.01.
- Does converting through a base unit lose accuracy?
- Not meaningfully. Two floating-point operations instead of one adds error in the sixteenth significant figure, far below anything you would measure. What it buys is consistency: every pair uses the same two factors, so the table cannot contain a pair that disagrees with the rest of it.