# Acres to square feet converter

> Convert acres to square feet (acres to sq ft) with the exact factor, a conversion chart and worked steps.

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

An acreage describes land area, not its shape or boundary length. The same acreage can have many different perimeters. Convert the recorded parcel area when comparing land listings, and consult the survey itself for legal boundaries or historical measurement conventions.

One acre is exactly 43,560 square feet, so 1 ac is 43,560 ft². To convert acres to sq ft, multiply by 43,560; to convert back, multiply by 0.0000229568.

The international acre is exactly 43,560 square feet, which is 4,046.8564224 m². Because both units are defined exactly, the factor above is exact and the results here carry no conversion error.

## Inputs

- **Acres (ac)**

## Results

- Square feet (ft²) — main result
- Conversion
- 1 ft² in acres (ac)

## Formula

$$
\text{square feet} = \text{acres} \times 43{,}560
$$

## Worked examples

### 1 ac to ft²

- Acres (ac): 1 ac
- **Square feet: 43,560 ft²**
- Checked against: Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions)

### 0.75 ac to ft²

- Acres (ac): 0.75 ac
- **Square feet: 32,670 ft²**
- Checked against: Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions)

### 10 ac to ft²

- Acres (ac): 10 ac
- **Square feet: 435,600 ft²**
- Checked against: Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions)

## Questions

### When would I convert acres to sq ft?

An acreage describes land area, not its shape or boundary length. The same acreage can have many different perimeters. Convert the recorded parcel area when comparing land listings, and consult the survey itself for legal boundaries or historical measurement conventions.

### How many square feet are in a acre?

One acre is exactly 43,560 square feet. The international acre is exactly 43,560 square feet, which is 4,046.8564224 m².

### How do you convert acres to sq ft?

Multiply the number of acres by 43,560. For example, 1 ac × 43,560 = 43,560 ft². To go the other way, divide by 43,560.

### How can I estimate acres to sq ft without a calculator?

Multiply by 44000. That is 1% high of the exact factor 43,560, so 1 ac comes out as 44,000 ft² instead of 43,560.

### How accurate is the acres to square 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, “1 ac 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)
