Cal11 calculator

Ontario Dividend Tax Rate Calculator

Reviewed by Calculator Editorial Team

Calculating your Ontario dividend tax rate is essential for understanding how much tax you'll owe on your investment income. Our Ontario Dividend Tax Rate Calculator provides a simple way to determine your tax liability based on your income level and the type of dividends you receive.

How the Ontario Dividend Tax Rate Calculator Works

The Ontario Dividend Tax Rate Calculator helps you determine your tax liability on dividends received from Canadian and foreign investments. The calculator takes into account your Ontario tax bracket and the type of dividends you receive (eligible or non-eligible).

Key Factors Considered

  • Your Ontario taxable income
  • Type of dividends received (eligible or non-eligible)
  • Ontario's progressive tax rates
  • Federal dividend tax credits

Eligible vs. Non-Eligible Dividends

Eligible dividends are those received from Canadian corporations and are eligible for the Ontario dividend tax credit. Non-eligible dividends are those received from foreign corporations and are taxed at a higher rate.

Note: The Ontario Dividend Tax Credit reduces your taxable income by 15% of eligible dividends received. This credit is applied before calculating your Ontario tax.

How to Use the Ontario Dividend Tax Rate Calculator

Using the Ontario Dividend Tax Rate Calculator is straightforward. Follow these steps to get your results:

  1. Enter your Ontario taxable income in the first field.
  2. Enter the amount of eligible dividends received in the second field.
  3. Enter the amount of non-eligible dividends received in the third field.
  4. Click the "Calculate" button to see your results.

The calculator will display your total taxable income after the Ontario Dividend Tax Credit, your Ontario tax, and your total tax on dividends.

Formula Used

The Ontario Dividend Tax Rate Calculator uses the following formulas to calculate your tax liability:

// Step 1: Calculate Ontario Dividend Tax Credit dividendTaxCredit = eligibleDividends * 0.15; // Step 2: Calculate taxable income after dividend tax credit taxableIncomeAfterCredit = taxableIncome - dividendTaxCredit; // Step 3: Calculate Ontario tax on taxable income after credit ontarioTax = calculateOntarioTax(taxableIncomeAfterCredit); // Step 4: Calculate tax on non-eligible dividends nonEligibleTax = nonEligibleDividends * 0.29; // Step 5: Total tax on dividends totalTaxOnDividends = ontarioTax + nonEligibleTax; // Helper function to calculate Ontario tax function calculateOntarioTax(income) { if (income <= 45142) return income * 0.0505; else if (income <= 90287) return 2267.10 + (income - 45142) * 0.0915; else if (income <= 102703) return 6445.85 + (income - 90287) * 0.1116; else if (income <= 115125) return 7692.11 + (income - 102703) * 0.1216; else if (income <= 150000) return 9320.87 + (income - 115125) * 0.1316; else return 14422.87 + (income - 150000) * 0.1416; }

These formulas account for Ontario's progressive tax rates and the dividend tax credit available to eligible dividends.

Worked Example

Let's walk through an example to illustrate how the Ontario Dividend Tax Rate Calculator works.

Example Scenario

  • Ontario taxable income: $50,000
  • Eligible dividends received: $2,000
  • Non-eligible dividends received: $1,000

Step-by-Step Calculation

  1. Calculate Ontario Dividend Tax Credit: $2,000 * 0.15 = $300
  2. Calculate taxable income after credit: $50,000 - $300 = $49,700
  3. Calculate Ontario tax on $49,700:
    • $45,142 * 0.0505 = $2,267.10
    • ($49,700 - $45,142) * 0.0915 = $4,178.75
    • Total Ontario tax = $2,267.10 + $4,178.75 = $6,445.85
  4. Calculate tax on non-eligible dividends: $1,000 * 0.29 = $290
  5. Total tax on dividends: $6,445.85 + $290 = $6,735.85

In this example, the total tax on dividends is $6,735.85.

Frequently Asked Questions

What is the Ontario Dividend Tax Credit?

The Ontario Dividend Tax Credit is a credit that reduces your taxable income by 15% of eligible dividends received from Canadian corporations. This credit is applied before calculating your Ontario tax.

What is the difference between eligible and non-eligible dividends?

Eligible dividends are those received from Canadian corporations and are eligible for the Ontario Dividend Tax Credit. Non-eligible dividends are those received from foreign corporations and are taxed at a higher rate.

How do I calculate my Ontario taxable income?

Your Ontario taxable income is calculated by adding up all your income sources and subtracting any deductions or credits that apply to your situation. This includes income from employment, self-employment, investment income, and other sources.

What is the tax rate for non-eligible dividends in Ontario?

Non-eligible dividends are taxed at a flat rate of 29% in Ontario.

Can I use this calculator for tax planning purposes?

This calculator provides an estimate of your tax liability based on the information you provide. For official tax planning, you should consult with a tax professional.