Skip to main content

Sales Tax Lookup by ZIP Code

Sales tax rates vary by state, county, city, and special district. ZIP codes provide a starting point — but not the full answer.

## The Sales Tax Patchwork

The United States has no national sales tax. Instead, sales tax is levied at the state, county, city, and sometimes special district level. The result is over **13,000** distinct tax jurisdictions.

## State Sales Tax Rates

| Rate Range | States |
|-----------|--------|
| 0% (no sales tax) | AK, DE, MT, NH, OR |
| 4.0-4.5% | CO, AL, GA, HI, NY, WY |
| 5.0-6.0% | Most states |
| 6.5-7.25% | CA (7.25%), IN, MS, RI, TN |

But state rates are just the beginning. Local taxes stack on top.

## Combined Rates by ZIP

Combined state + local rates can exceed 10%:

| ZIP | Location | Combined Rate |
|-----|----------|---------------|
| 98101 | Seattle, WA | 10.25% |
| 70112 | New Orleans, LA | 9.95% |
| 85001 | Phoenix, AZ | 8.60% |
| 90001 | Los Angeles, CA | 9.50% |
| 97201 | Portland, OR | 0.00% |

## Why ZIP Codes Are Insufficient

ZIP codes are not tax jurisdictions. A single ZIP code can span:

- Multiple cities with different city tax rates
- Multiple counties with different county rates
- Special taxing districts (transportation, stadium, tourism)
- Tribal lands with sovereign tax rules

## The Correct Approach

For accurate sales tax calculation:

1. **Geocode** the full delivery address to coordinates
2. **Point-in-polygon** test against tax jurisdiction boundaries
3. **Sum** all applicable taxes (state + county + city + special)
4. **Apply** product-specific exemptions (groceries, clothing, etc.)

Services like Avalara, TaxJar, and Vertex automate this process.

## The Amazon Effect

Since the 2018 Supreme Court decision in *South Dakota v. Wayfair*, online sellers must collect sales tax in states where they have economic nexus — even without physical presence. This has made ZIP-based tax lookup a critical requirement for every e-commerce platform.

Key Terms

Related Tools

Related Stories

Frequently Asked Questions

Where can I learn more about postal code systems?
ZipFYI's Stories section features in-depth articles about postal code systems worldwide, their history, how they work, and why they matter. Topics range from the origins of ZIP codes to how modern postal systems handle millions of packages daily.
How do postal code systems evolve over time?
Postal code systems evolve to accommodate population growth, urbanization, and changes in mail volume. New codes are created when areas develop, codes may be reassigned when delivery routes change, and entire systems can be reformed (as Ireland did with Eircode in 2015).
Why are postal codes important for businesses?
Businesses use postal codes for shipping and logistics, sales tax calculation, market analysis, customer demographics, delivery zone determination, insurance underwriting, and compliance with regulations. Accurate postal codes reduce delivery failures and improve customer experience.
How do postal codes relate to demographics?
In the US, the Census Bureau links demographic data to ZIP Code Tabulation Areas (ZCTAs). This enables analysis of population, income, education, housing, and commute patterns at the postal code level. Marketers, researchers, and policy makers rely on this data extensively.
What is geocoding and how does it relate to postal codes?
Geocoding converts addresses and postal codes into geographic coordinates (latitude/longitude). It enables mapping, distance calculations, delivery routing, and spatial analysis. Postal codes serve as a common input for geocoding services because they provide approximate location data.