Datadory notebook

Cell Tower Gis Data By State Data: Dataset Structure and Field Coverage

Datadory delivers cell tower gis data by state data covering comprehensive field definitions, entity mappings, and historical time series — structured for direct analytics and delivered on demand.

1,744 datasets. Pick your catch.

What does “cell tower GIS data by state” actually consist of?

There is no single federal file called “US towers by state.” A workable GIS build stacks three layers that answer different questions:

1. Regulatory points (national). The FCC's Antenna Structure Registration files carry coordinates, heights and owner entities for every registered structure - about 8.7 million rows across nine .dat files inside a 208 MB a_tower.zip, covering 1.09 million registration determinations back to 1990.

2. Observed radio cells (global, partitioned by country/MCC). OpenCellID refreshes daily CSV.gz dumps with radio, mcc, cell, lat/lon, range and sample counts for millions of logical cells over a rolling 18-month window.

3. State and municipal GIS layers (patchwork). Data.gov's discovery layer indexes 46 results for the query “cell tower,” including Austin and Baton Rouge tower points, Los Angeles small cells, San Francisco wireless facilities and Connecticut Siting Council sites - published in json, csv, kml, kmz and geojson.

Only the third layer is genuinely “by state” as published; the first two are national or global point sets you filter by state afterward. That distinction decides where each belongs in your workflow.

Which states publish their own tower GIS layers?

Coverage is a patchwork, not a wall-to-wall map. In the Data.gov Cell Tower Datasets Catalog, the observed state and city coverage concentrates in four places: Texas (Austin) and Louisiana (Baton Rouge) publish cell tower point layers; California contributes both Los Angeles small cells and San Francisco wireless facilities; and Connecticut's Siting Council publishes its approved tower sites as public-domain records.

A second query widens the net. The Data.gov Antenna Tower Datasets Catalog returns 8 federal, state, county and city inventories, adding Loudoun County, Virginia telecom tower sites alongside San Francisco, Los Angeles and the Connecticut Siting Council - so observed coverage spans California, Connecticut and Virginia on the antenna side.

Two practical consequences follow. First, states that do not publish their own layers are not empty - they simply fall back to the FCC registry and OpenCellID observations. Second, because Data.gov re-harvests agency metadata daily while individual constituent datasets were last modified anywhere between 2019 and August 2026, check each layer's own date before treating it as current.

How do you turn the national FCC file into a per-state map?

The FCC route gives every state a consistent layer even where no local GIS office has published one. The FCC Data Hub ships a complete Antenna Structure Registration snapshot weekly plus change files each weekday: a_tower.zip is 208 MB compressed with roughly 8.7M rows across nine .dat files, d_tower.zip adds 3.4M determination rows at 56 MB, and l_cell.zip weighs 24.8 MB. Registrations reach back to 1990, and no key or registration is required.

The walkthrough most teams converge on:

Because the extract is U.S. Government commercial delivery terms under 17 USC 105, the resulting state layers can be redistributed commercially without attribution - unusual among the sources here.

Is there one dataset with all states, owners included?

TowerMaps is the only consolidated option in this slice: more than 600,000 antenna-site locations across all states, compiled from several hundred site owners since 1997, delivered quarterly as dated issues in ESRI geodatabase or Excel format. Owner-level attributes per structure are its differentiator - neither the FCC extracts nor OpenCellID fields ship a comparable consolidated ownership table.

How many towers should a state-level map show?

Sanity-check any per-state layer against national totals before styling it. The Wireless Infrastructure Association's annual “Wireless Infrastructure By the Numbers” report counts 158,500 purpose-built US towers and 254,850 macrocell sites at end-2025. Wireless Estimator's independently compiled list reaches roughly 149,196 towers across 276 tower-owning companies, with counts timestamped per company against a verification stamp of 7/1/2026.

Those two figures bracket what a purpose-built tower layer should contain nationally - a state map claiming far more is almost certainly counting antennas, small cells or registration actions rather than structures. The FCC file will legitimately exceed them because its 1.09M determinations include unbuild and terminated records alongside standing structures, which is why filtering on determination status matters before you publish a count.

Sizing context helps when a stakeholder asks why one state looks sparse: consolidation means the national footprint concentrates in a few portfolios, with Wireless Estimator ranking all 276 companies and republishing only its Top 10 with attribution.

How do you assemble a state layer in an afternoon?

The fastest free path combines three sources in one afternoon of work:

The output is a defensible multi-source state layer rather than a single-vendor black box, and every input remains free to re-pull on your own schedule.

Where to go next

The telecom tower REITs data guide is the pillar overview of all 22 pooled datasets in this industry, including the equity-market feeds for AMT, CCI and SBAC that sit outside a pure GIS workflow.

Pick up where this leaves off

Every one of these ships with sample rows before you commit to anything.

Telecom Tower REITs United States and territories - every FCC-registered antenna…

FCC Data Hub Licensing and Tower Data

Telecom Tower REITs Global, partitioned one file per country keyed by mobile…

OpenCellID Bulk Downloads

Telecom Tower REITs United States - municipal and state inventories observed for…

Data.gov Cell Tower Datasets Catalog

Telecom Tower REITs United States

Data.gov Antenna Tower Datasets Catalog

field verified card schema …+6 more

Telecom Tower REITs United States and territories, one footprint per table

FCC Open Data Portal - Wireless Datasets

Telecom Tower REITs United States, all states - 600,000+ antenna-site locations…

TowerMaps US Cell Tower Database

Want rows instead of a pitch? Name the datasets.

API, files, or your warehouse. Daily, weekly, or hourly.

Get a sample

Questions worth asking

Is there a free GIS layer of cell towers for every US state?

Yes, via the FCC's Antenna Structure Registration bulk files: a_tower.zip is 208 MB compressed with roughly 8.7M rows across nine .dat files carrying coordinates, heights and owners, commercial delivery terms and keyless. Only some states add their own layers - Data.gov lists 46 'cell tower' datasets concentrated in Texas, Louisiana, California, Virginia and Connecticut.

Which formats do state and municipal tower layers come in?

The Data.gov Cell Tower Datasets Catalog lists json, xml, csv, kml, kmz and geojson among its formats, so QGIS and ArcGIS ingest directly. The FCC extracts arrive as zip archives of .dat files needing parsing, TowerMaps ships ESRI geodatabase or Excel quarterly issues, and OpenCellID provides daily CSV.gz dumps per country.