Finance calculators

Transfer Tax Calculator

Updated Aug 16, 2026 By Jehan Wadia
Rate Formulas

Calculation Mode

Enter a property sale price to estimate the state, county and city transfer taxes owed.

Tax Jurisdiction

Selecting a state loads its counties.
County rates often differ by population class.
Choose “Unincorporated / No City” for property outside city limits.

Property & Transaction Details

Some jurisdictions rate non-residential transfers differently.
Total consideration paid for the property.
Exemptions & Adjustments (optional)
Sale Price
$0.00
as entered
Rounded Taxable Amount
$0.00
ceiling to next $500
Total Transfer Tax
$0.00
all tiers combined
Effective Combined Rate
0.00%
of sale price
Itemized Transfer Tax Breakdown
Jurisdiction Rate Applied Typical Payer Amount

Step-by-Step Solution
Tax Composition by Jurisdiction Tier
Total Tax Across Nearby Sale Prices
View Rate Details

Introduction

When a home or land changes hands, most places charge a real estate transfer tax. It is a one-time fee based on the sale price. This Transfer Tax Calculator shows how much that fee will be.

Pick your state, county, and city. Enter the sale price and the property type. The calculator adds up the state, county, and city tax and shows a total. You also see who usually pays, the buyer or the seller.

You can work backward too. Switch to Reverse mode, type a tax amount you were quoted, and the tool estimates the sale price behind it.

The results include a full breakdown by jurisdiction, the math shown step by step, and simple charts. You can also check boxes for common exemptions, like gifts, first-time buyers, or bank-owned sales, if your area allows them.

Use it to plan closing costs before you buy or sell, so the final bill is no surprise. Pair it with our Closing Cost Calculator and Home Sale Calculator for the full settlement picture. Rates change, so treat the numbers as a close estimate and confirm with your title company or county recorder.

How to use our Transfer Tax Calculator

Pick where the property is, choose the property type, and enter the sale price. The calculator shows your state, county, and city transfer tax, the total tax owed, the effective rate, and a step-by-step breakdown.

Calculation Mode: Choose "Forward" to turn a sale price into a tax amount. Choose "Reverse" to turn a known tax amount back into the sale price. This works much like a Reverse Tax Calculator does for sales tax.

State: Pick the state where the property sits. This loads that state's transfer tax rules and county list.

County: Pick the county. County rates change a lot, even inside one state.

City / Municipality: Pick the city. Choose "Unincorporated / No City" if the property is outside city limits, so no city tax is added.

Property Type: Pick residential, commercial, vacant land, or multi-family. Some places tax these at different rates.

Property Sale Price: In Forward mode, enter the full price paid for the property. The tool rounds it up to the next $500 before taxing it.

Known Tax Amount: In Reverse mode, enter the total transfer tax charged. The tool works backward to find the sale price that matches it.

Exemptions & Adjustments: Tick any box that fits your deal, like a gift, a first-time buyer, a senior owner, a bank-owned sale, or a trust or LLC transfer. Boxes that do not apply in your area are turned off.

Calculate Transfer Tax: Click this to see your totals, charts, and the full math. Click "Clear / Reset" to start over with the default values.

What Is a Real Estate Transfer Tax?

A real estate transfer tax is a one-time tax you pay when a property changes owners. The deed moves from the seller to the buyer, and the government charges a fee to record that change. It is also called a deed tax, conveyance fee, stamp tax, or REET (Real Estate Excise Tax). The tax is due at closing, before the new deed is filed. Buyers outside the U.S. may know it by other names — see our Land Transfer Tax Calculator for Canada or the Stamp Duty Calculator for the UK.

Who Pays the Transfer Tax?

It depends on where the home is. In most states the seller pays. In some places the buyer pays, and in others the two sides split it. These are just local habits, not laws, so the payer can be changed in the sales contract.

How Transfer Tax Is Figured Out

The tax is based on the sale price, not the loan amount or the tax assessed value. Three levels of government can each charge their own tax:

  • State tax — charged across the whole state.
  • County tax — added by the county where the home sits.
  • City tax — added by the city or town. Homes in unincorporated areas skip this one.

You add all three together to get the full bill. Rates come in a few common shapes:

  • Per $500 rate — like $0.55 for every $500 of price. The price is rounded up to the next $500 first.
  • Flat percent — one rate on the whole price, such as 0.25%.
  • Tiered or "mansion" rates — the rate goes up as the price goes up, in the same bracket style used by our Tax Bracket Calculator. Cities like Los Angeles, San Francisco, and Oakland use big jumps on costly homes.
  • Flat fee — a small set dollar amount, like Arizona's $2 deed fee.

States With No Transfer Tax

Not every state charges one. Places like Texas, Idaho, Montana, Missouri, and North Dakota have no real estate transfer tax at all. Others, such as Oregon, ban most local taxes but let one county keep an old one. So two homes at the same price can owe very different amounts. State income rules differ just as much, which you can compare with our State Tax Calculator.

Common Exemptions

Some transfers pay less or nothing. Rules change by state and county, but common breaks include:

  • Gifts or transfers between family members
  • First-time homebuyers who meet income or price limits
  • Senior or disabled homeowners
  • Bank-owned, REO, or foreclosure sales
  • Moving a property into a trust or LLC you already own

Most exemptions need a form filed with the deed. If you skip the paperwork, you pay full price.

Why It Matters

Transfer tax is a real closing cost. On a $1 million home it can range from a few dollars to tens of thousands, depending on the city. Knowing the number early helps you set your budget, price your home, and avoid a surprise on your settlement statement. Buyers can size up the whole purchase with the Home Affordability Calculator, Down Payment Calculator, and Mortgage Calculator, then plan the ongoing bill with the Property Tax Calculator. Sellers who made a profit should also check the Capital Gains Tax Calculator. Property type matters too — commercial buildings, land, and large apartment buildings are sometimes taxed at higher rates than a single-family house, so investors may want the Cap Rate Calculator or Rental Property Calculator alongside this one.

Rates shown are estimates for planning. Always check with your county recorder, title company, or a tax pro before closing.


Formulas used

Rounded taxable amount (ceiling to next $500)
B = \left\lceil \frac{P}{500} \right\rceil \times 500
Per-$500 increment tax
T_{500} = \frac{B}{500} \times r
Percentage-rate tax
T_{\%} = B \times \frac{p}{100}
Tiered tax (flat bracket rate on full amount)
T_{tier} = B \times \frac{p_{k}}{100}, \quad p_{k} \text{ where } B \le \text{cap}_{k}
Graduated (marginal) tiered tax
T_{marg} = \sum_{i} \left( \min(B,\ \text{cap}_{i}) - \text{cap}_{i-1} \right) \times \frac{p_{i}}{100}
Adjusted tier tax with property-type factor and exemption multipliers
T_{j} = \max\left( T_{j,\text{raw}} \times f_{type} \times \prod_{e} m_{e},\ T_{\min} \right)
Total transfer tax across jurisdiction tiers
T_{total} = T_{state} + T_{county} + T_{city}
Effective combined rate and reverse-solved sale price
R_{eff} = \frac{T_{total}}{P} \times 100\%, \qquad P = 500 \cdot \min\{\, k \in \mathbb{Z}^{+} : T_{total}(500k) \ge T_{target} \,\}

Frequently asked questions

Is transfer tax the same as property tax?

No. Transfer tax is a one-time fee paid when the deed changes hands at closing. Property tax is a yearly bill you pay for as long as you own the home. They are set by different rules and often by different offices.

Why does the calculator round the price up to the next $500?

Many states charge tax by the $500 chunk, like $0.55 per $500. Any leftover part of a chunk still counts as a whole one. So a $1,250,100 sale is taxed as $1,250,500. The calculator does this rounding for you and shows both numbers.

Why does my county show $0 transfer tax?

Some counties and cities simply do not charge one. Arizona and Oregon are good examples. A $0 line is not an error — it means that level of government has no transfer tax on the books. You may still owe tax at another level, such as the state.

Do I pay transfer tax when I refinance?

Usually no. Transfer tax is charged when ownership moves from one person to another. A refinance only changes the loan, not the owner. A few places do tax mortgage documents, so ask your title company.

Is transfer tax deductible on my income taxes?

No, you cannot deduct it like mortgage interest. But it still helps you:

  • Sellers can subtract it from the sale price, which lowers taxable gain.
  • Buyers can add it to the cost basis of the home.

Both cut the capital gains bill later.

Why is my answer in Reverse mode shown as a price range?

Because tax is charged in $500 steps, many sale prices produce the exact same tax. The tool gives the top of that step plus the range under it. Any price inside that range would be charged the same amount.

Does this calculator include closing costs like title or recording fees?

No. It only shows state, county, and city transfer tax. Recording fees, title insurance, escrow, and lender fees are separate. Use our Closing Cost Calculator to add those up.

What is a mansion tax?

It is a much higher transfer tax rate that kicks in on expensive homes. Los Angeles, San Francisco, and Santa Monica all use one. A sale just above the cutoff can owe far more than a sale just below it, so the price line matters a lot.

Do I owe transfer tax on an inherited home?

Most states do not tax a transfer caused by death, since no money changes hands. A form usually must be filed with the deed to claim it. If you later sell that home, normal transfer tax applies.

Why did my tax change when I picked commercial or land?

Some places charge more for property that is not a regular house. Hawaii, for example, uses a higher rate when the buyer will not live there. The calculator applies that factor and lists it as a note in the breakdown.

What happens if the transfer tax is not paid?

The county recorder will refuse to record the deed. That means the sale cannot close and the buyer has no clear title. Late payments can also add penalties and interest.

Do I pay transfer tax to add my spouse to the deed?

Usually no. Transfers between spouses, or into a trust you already own, are exempt in most areas. Tick the Gift / Intra-family or Trust / LLC box to see the effect. You must still file the exemption form.

Why are some exemption boxes greyed out?

Because that break does not exist in the state, county, or city you picked. The tool turns off any box that would not change your bill there. Change the location and the list updates.

Why is my effective rate different from the posted rate?

Two reasons. First, the price is rounded up to the next $500, which nudges the rate up a little. Second, tiered rates only hit part of the price, so the blended rate lands between the tiers. The step-by-step section shows the exact math.

How current are the rates in this tool?

Rate data is set for Q1 2026 and shown under “View Rate Details.” Cities can add or change transfer taxes by ballot measure, so confirm the final number with your county recorder or title company before you sign.

Can I add transfer tax to my mortgage?

Not directly. It is due in cash at closing along with other settlement costs. You can sometimes ask the other side to cover it as a seller credit, but the lender will not finance it on its own.

What should I pick if my city is not on the list?

Choose Unincorporated / No City. You will still get the correct state and county tax. Small towns that charge no city tax give the same total anyway.