Calculate the number of access points needed to cover an area with target capacity.
Access point count starts with total area divided by each AP's coverage footprint, but real deployments need deliberate overlap between adjacent AP cells (typically 15-20%) so clients can roam between APs without a coverage gap causing a dropped connection. Building in overlap effectively reduces each AP's usable, non-redundant coverage area, which increases the number of APs required beyond the naive area/coverage division.
Access points needed
APs_needed = area_sqft / (coverage_per_AP × (1 − overlap%))
Without overlap, a client moving between AP coverage areas would experience a signal dead zone right at the boundary. A 15-20% overlap ensures the client always has a usable signal from at least one AP, enabling smooth roaming (hand-off) between them.
Transmit power, frequency band, antenna type, wall/obstruction materials, and desired client data rate at the cell edge all affect real coverage — enterprise environments typically plan for 2,000-3,000 sq ft per AP, but dense construction or high-throughput requirements can reduce that significantly.
No — too much overlap on the same channel can cause co-channel interference, where nearby APs compete for airtime on the same frequency, reducing overall throughput. 15-20% is a common sweet spot balancing seamless roaming against interference.
Yes, in high-density environments (stadiums, conference halls) AP placement is often driven more by the number of concurrent clients per AP than by pure area coverage — you may need more APs than this area-based calculation suggests to keep each AP's client load manageable.