Vermont Sales Tax Rate (2026)

State Base Rate

6%

Local jurisdictions may add additional sales tax.

Last updated:

Source: Vermont Department of Taxes

How Sales Tax Works in Vermont

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

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

Rates in Vermont are typically updated annually. Businesses should monitor rate changes regularly to maintain compliance.

Why Rates Vary by County in Vermont

The combined sales tax rate a customer pays in Vermont 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 Vermont, 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 Chittenden County:

api-response
GETRequest
curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://salestaxapi.io/api/rates?state=VT&zip=05401"
200Response
{
  "state": "VT",
  "zip": "05401",
  "county": "Chittenden County",
  "total_rate": 0.07
}

Get real-time Vermont sales tax rates via API

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

No credit card required · 14-day free trial

Vermont Sales Tax FAQ

What is the sales tax rate in Vermont?
Vermont has a state sales tax rate of 6%. Some municipalities add a 1% local option tax, bringing rates to 7%.
Does Vermont have local sales tax?
Yes. Vermont municipalities may enact a 1% local option sales tax.
Is Vermont an origin or destination-based state?
Vermont is a destination-based sales tax state.
How often does Vermont update sales tax rates?
Vermont local option taxes are enacted by municipalities and changes are relatively infrequent.

Related Resources