gg
HomeBlog › How Big Is an Acre? The Math Behind Area Conversion

How Big Is an Acre? The Math Behind Area Conversion

2026-09-16 · 2 min read
conversionsunitsmeasurementhomediy

A US real estate listing gives square feet, a European one gives square meters, and a farm or a plot of land is measured in acres or hectares. These are all the same kind of quantity — area — just scaled differently, so converting between them is one multiplication, done through a common base unit.

The method: convert through a fixed base unit

This tool uses square meters as the base. Every other area unit is a fixed number of square meters — an acre is always 4,046.8564224 square meters, exactly, by definition. To convert a value from one unit to another: multiply by the source unit's square-meters-per-unit, then divide by the target unit's square-meters-per-unit.

answer = value × (source sq-meters-per-unit) ÷ (target sq-meters-per-unit)

That's the whole method. Hectares, square feet, square miles — all the same formula, just a different pair of numbers plugged in.

The numbers

A worked example: how many square feet in an acre

4,046.8564224 ÷ 0.09290304 = exactly 43,560 square feet — the number every US real estate agent already has memorized, because an acre was fixed in English law as 43,560 square feet centuries before its metric equivalent was ever calculated. A quarter-acre suburban lot, then, is 0.25 × 43,560 = 10,890 square feet.

A second example: a 2,000 sq ft house in square meters

2,000 × 0.09290304 sq meters per sq foot = 185.81 square meters (185.80608 exactly). That's the figure a European buyer would see on the same floor plan.

A third example: 5 acres in hectares

5 × 4,046.8564224 sq meters per acre = 20,234.282112 sq meters. Divide by a hectare's 10,000 sq meters: 2.02 hectares (2.0234282112 exactly) — useful for comparing a US land listing against a metric one, since one acre alone works out to about 0.4047 hectares.

A sanity check you can do without a calculator

A square mile should be exactly 640 acres, since a mile is 5,280 feet and 5,280² ÷ 43,560 = 640 — a fact surveyors rely on. Running that through the tool's stored constants gives 639.9999999…, not 640 flat, because the square-mile factor above is stored rounded to the nearest hundredth (2,589,988.11 instead of the exact 2,589,988.110336 you get by squaring 1,609.344). The gap is about three ten-thousandths of a square meter out of two and a half million — far below anything a land survey would ever need — but it's a real, honest rounding artifact in the stored table, not a bug in the multiply-and-divide method itself.

What the tool adds

The numbers above are all you need, on paper, for any pair of area units. The tool's job is just speed and fewer mistyped digits: pick the two units, type the value, and it runs the same multiplication instantly across any of the eight units it knows, entirely on your device.

Try it free — with the steps shown

The Area Converter runs in your browser and shows exactly how it got the answer, so the method sticks.

Open Area Converter

More from the blog