# Reasons tax can be zero

Source: https://developer.avalara.com/avatax-dm-combined-erp/sales-tax-badge/transactions/exemptions/reasons-tax-can-be-zero/

# Reasons tax can be zero

One of the most common questions asked about tax software is, “Why is there no tax on this transaction?” Because a tax calculation involves many different factors, let’s begin by analyzing all the reasons that a transaction could be calculated to have zero tax.

-   In the United States, a company may not be compelled to collect tax. For example, this will occur if the company is selling a product in a jurisdiction where they are not set up to collect tax. In this case, it is legally the responsibility of the buyer to remit Consumer Use Taxes, but the seller is not required to charge taxes on the transaction.
-   Some states in the United States have zero sales or use tax rates.
-   A product may be non-taxable, or exempt, or have its tax rate set to zero. Some jurisdictions use the phrase "Nontaxable" to refer to product taxability, while others refer to this as an "Exemption" or a "Zero-Rate".

### Company not set up to collect tax in a jurisdiction

The most common reason that tax could be zero is if your company has not been set up to collect tax in a jurisdiction.

When using AvaTax, your company must decide the jurisdictions where it collects taxes and where it does not. This selection is used to determine whether you are obligated to collect taxes. For example, if your company is set up to collect tax in the state of Massachusetts, but not in the state of Rhode Island, in general a tax calculation for a customer in Rhode Island will result in zero tax. According to legal precedents in the United States, this zero tax means that it is the responsibility of the buyer, instead, to determine the correct tax to pay to the taxing authority. This tax obligation is called “Consumer Use Tax”.

Please be careful not to misuse information about taxable jurisdictions. Even if a company is not set up to collect tax in a jurisdiction, that company must still call AvaTax to record its transactions. The Avalara Managed Returns Service reports transactions as well as exempt dollar amounts based on legal filing requirements. Even jurisdictions where a company is set up to collect tax may sometimes require tax reporting. Additionally, companies can change these declarations at any time - so you must always call [CreateTransaction](https://developer.avalara.com/api-reference/avatax/rest/v2/methods/Transactions/CreateTransaction/) even if you believe the company has not declared to collect tax in a particular jurisdiction.

### States Without Sales Tax

Some states or tax authorities in the United States do not collect sales, use, or transactional taxes. In this case, transactions will correctly show zero tax, unless they trigger special excise taxes or other functionality.

Let’s look briefly at the status of sales tax in a few notable states. These states are often called the “NOMAD” states, after an acronym that lists the state names: New Hampshire, Oregon, Montana, Alaska, and Delaware.

-   The state of Alaska does not have a state sales tax. However, Alaska is also what is known as a ["Home Rule"](https://www.avalara.com/us/en/blog/2019/08/how-does-home-rule-affect-sales-tax-compliance.html) state, where individual cities and counties are granted the authority to levy and administer their own sales taxes. This means that, although you will generally not calculate state sales tax in Alaska, local jurisdictions within Alaska may request that you pay sales, seller's use, or consumer use tax if you will collect tax within that jurisdiction. Because of this Home Rule designation, it is necessary for companies to correctly declare that they will collect tax within Alaska and within local jurisdictions within the state of Alaska even though the state itself does not charge sales tax.
-   Delaware doesn't have a sales tax, but it does impose other taxes businesses based on their gross sales. These taxes are not calculated transactionally, which means they will not show up on your AvaTax transactions.
-   Montana, New Hampshire, and Oregon prohibit local jurisdictions within the state from levying sales taxes. As a result, these three states do not have any sales tax either at a local or state level.

Although these states do not charge sales tax, it is important that your connector still record tax correctly. Avalara Certified Connectors must record transactions in AvaTax even if the transaction is within these NOMAD states. This is necessary because:

-   Laws can change. Avalara continually researches tax laws and updates our software promptly as soon as any changes affect correct tax calculation. If any state changes its tax laws, your customers should not have to update their connector.
-   Sourcing rules can change. Some states can change their tax rules to determine the origin or destination of a transaction differently based on other factors such as the billing address or the call center address of a transaction. In this case, a transaction that was previously nontaxable based on a NOMAD state law may become taxable based on the origination of the shipment.
-   Tax types can change. Depending on your customer's subscriptions, Avalara provides support for excise, telecommunications, E-Waste, bottle taxes, and more. These tax types may not always be exempt in NOMAD states.

### Tax Rate of Zero for a Product

Transactions can also have zero tax if they involve products that are not taxable. Some jurisdictions may choose not to tax certain products, or to tax them only in certain conditions. The jurisdiction may choose to call the product “exempt from tax”, or “nontaxable”, or simply a product with a zero tax rate. AvaTax will determine the taxability of the product based on the [TaxCode](https://developer.avalara.com/api-reference/avatax/rest/v2/models/TaxCodeModel/) you provide.

### Tax Override of Zero

If you are using a `TaxOverride` to import tax calculated by a different tax engine, AvaTax may assign zero tax to your transaction in order to match the functionality of your older software.

[Previous](/avatax-dm-combined-erp/sales-tax-badge/transactions/exemptions)

[Next](/avatax-dm-combined-erp/sales-tax-badge/transactions/exemptions/exemption-certificates)