Washington Sales Tax Rate (2026)

State Base Rate

6.5%

Local jurisdictions may add additional sales tax.

Last updated:

Source: Washington Department of Revenue

How Sales Tax Works in Washington

Washington imposes a statewide base sales tax rate of 6.5%. Washington is a destination-based sales tax state, meaning the tax rate is determined by the buyer's delivery address.

County taxes: Washington counties can levy additional sales tax on top of the state rate, and rates vary by county.

City taxes: Cities in Washington may impose their own sales tax, adding further variability to combined rates.

Special district taxes: Special taxing districts (transit authorities, improvement districts, etc.) in Washington can add additional taxes that apply within their boundaries.

Rates in Washington are typically updated quarterly. Businesses should monitor rate changes regularly to maintain compliance.

Why Rates Vary by County in Washington

The combined sales tax rate a customer pays in Washington depends on the specific jurisdiction of the transaction. Local governments use sales tax revenue to fund essential services such as infrastructure, public safety, and education.

This means that two addresses within the same city may have different tax rates if they fall in different special taxing districts. ZIP codes are particularly unreliable for tax determination because a single ZIP code can span multiple counties or tax jurisdictions.

For businesses operating in Washington, manually tracking these rate changes across every jurisdiction is impractical. An automated API solution ensures you always apply the correct rate at the point of sale, reducing compliance risk and audit exposure.

Example API Response

Query real-time sales tax rates programmatically. Here is an example response for King County:

api-response
GETRequest
curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://salestaxapi.io/api/rates?state=WA&zip=98101"
200Response
{
  "state": "WA",
  "zip": "98101",
  "county": "King County",
  "total_rate": 0.1025
}

Get real-time Washington sales tax rates via API

Access accurate, jurisdiction-level tax rates for every address in Washington. Updated daily from Washington Department of Revenue.

No credit card required · 14-day free trial

Washington Sales Tax FAQ

What is the sales tax rate in Washington?
Washington has a state sales tax rate of 6.5%. With local taxes, combined rates can exceed 10% in Seattle and surrounding areas.
Does Washington have local sales tax?
Yes. Washington counties, cities, and special districts levy additional sales taxes. Washington has one of the most complex local tax structures in the country.
Is Washington an origin or destination-based state?
Washington is a destination-based sales tax state.
How often does Washington update sales tax rates?
Washington local rates change quarterly. The Department of Revenue publishes updated rate tables each quarter.

Related Resources