Austin noise 311 requests
How many 311 requests in the noise category residents of Austin have filed since January 2021.
Current release
Data through March 2026
Data from January 2021 through March 2026
Total Requests
8.4K
in the noise category
Latest Month
278
March 2026
Share of total
0.6%
of all Austin 311 requests
Median Resolution
11.0h
half of requests close faster
Monthly noise requests
How many noise 311 requests Austin residents file each month.
How this category is extracted
What counts as noise: Noise complaints of all kinds: residential parties, commercial venues, construction, traffic, aircraft, and barking dogs.
In Austin’s raw 311 feed, the following 1 service_type roll into noise:
- DSD - Outdoor Commercial Venue Music Complaint
To reproduce these counts against the raw feed
SELECT count(*)
FROM <austin_311_raw>
WHERE service_type IN (
'DSD - Outdoor Commercial Venue Music Complaint'
)Analyst tip: NYC dominates this category with the four 'Noise - *' variants (Residential, Commercial, Street/Sidewalk, Vehicle) plus the bare 'Noise' type. Calgary uses 'Bylaw - Noise Concerns' and 'Bylaw - Disturbance and Behavioural Concerns'. Chicago has a dedicated 'Aircraft Noise Complaint' worth noting if you're analyzing airport-adjacent neighborhoods.
Source & provenance
Counts on this page are derived from Austin’s official open 311 data feed, covering January 2021 through March 2026. Category assignment uses a hand-curated mapping from the city’s raw service types to a normalized cross-city category. View the underlying dataset at data.austintexas.gov.