Virginia Sales Tax Rate (2026)

State Base Rate

5.3%

Local jurisdictions may add additional sales tax.

Last updated:

Source: Virginia Department of Taxation

How Sales Tax Works in Virginia

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

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

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

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

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

Why Rates Vary by County in Virginia

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

api-response
GETRequest
curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://salestaxapi.io/api/rates?state=VA&zip=22030"
200Response
{
  "state": "VA",
  "zip": "22030",
  "county": "Fairfax County",
  "total_rate": 0.06
}

Get real-time Virginia sales tax rates via API

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

No credit card required · 14-day free trial

Virginia Sales Tax FAQ

What is the sales tax rate in Virginia?
Virginia has a combined state and local sales tax rate of 5.3% in most areas. Northern Virginia, Hampton Roads, and Central Virginia regions have higher rates of 6% or 7%.
Does Virginia have local sales tax?
Yes. Virginia has a combined state-local structure. Certain regions have additional regional taxes for transportation.
Is Virginia an origin or destination-based state?
Virginia is a destination-based sales tax state.
How often does Virginia update sales tax rates?
Virginia's rates are set by legislation and change infrequently, though regional transportation taxes have been added in recent years.

Related Resources