Cal11 calculator

Land Transfer Tax Ontario Calculator 2021

Reviewed by Calculator Editorial Team

This Land Transfer Tax Ontario Calculator 2021 helps you determine the transfer tax owed when purchasing property in Ontario. The calculator uses the 2021 tax rates and brackets to provide an accurate estimate based on the property value and ownership type.

How to Use This Calculator

To calculate your land transfer tax in Ontario for 2021:

  1. Enter the total purchase price of the property in the "Property Value" field.
  2. Select the appropriate ownership type from the dropdown menu.
  3. Click the "Calculate" button to see your estimated transfer tax.

The calculator will display the total transfer tax owed, broken down by tax brackets when applicable.

Formula Used

The land transfer tax in Ontario is calculated based on the property value and ownership type. The formula varies depending on whether the property is residential or commercial.

// Residential Property if (propertyValue <= 250000) { tax = 0; } else if (propertyValue <= 400000) { tax = (propertyValue - 250000) * 0.015; } else { tax = (propertyValue - 400000) * 0.025 + (400000 - 250000) * 0.015; } // Commercial Property if (propertyValue <= 250000) { tax = propertyValue * 0.01; } else if (propertyValue <= 400000) { tax = (propertyValue - 250000) * 0.02 + 250000 * 0.01; } else { tax = (propertyValue - 400000) * 0.03 + (400000 - 250000) * 0.02 + 250000 * 0.01; }

The tax rates are based on the 2021 Ontario Land Transfer Tax Act.

Assumptions

This calculator makes the following assumptions:

  • The property is located in Ontario.
  • The purchase is a first-time home purchase (no additional tax for residential properties).
  • No exemptions or deductions are applied.
  • The property value is the total purchase price.

Worked Examples

Example 1: Residential Property

Property Value: $350,000

Ownership Type: Residential

Calculation:

  • $250,000 tax-free portion
  • ($350,000 - $250,000) × 1.5% = $15,000

Total Transfer Tax: $15,000

Example 2: Commercial Property

Property Value: $500,000

Ownership Type: Commercial

Calculation:

  • $250,000 × 1% = $2,500
  • ($400,000 - $250,000) × 2% = $3,000
  • ($500,000 - $400,000) × 3% = $3,000

Total Transfer Tax: $8,500

Frequently Asked Questions

What is the maximum land transfer tax in Ontario for 2021?
There is no maximum land transfer tax in Ontario for 2021. The tax is calculated based on the property value and ownership type, with higher values subject to higher tax rates.
Are there any exemptions for land transfer tax in Ontario?
Yes, there are exemptions for land transfer tax in Ontario, including for first-time home buyers, veterans, and certain types of commercial properties. These exemptions can reduce or eliminate the transfer tax owed.
How is the land transfer tax calculated for commercial properties?
The land transfer tax for commercial properties is calculated using a progressive tax rate structure with different brackets and rates compared to residential properties. The exact calculation depends on the property value.