Salary Calculator

Intro

This salary calculator uses the latest ATO tax rates so you can easily estimate your PAYG deductions and take home salary - weekly, fortnightly or monthly.

Back to salary calculator

Tax Rates 2022-2023

Below is the table of the current tax rates in Australia:

Taxable incomeTax on this income
0 - $18,200 Nil
$18,201 - $45,000 19c for each $1 over $18,200
$45,001 - $120,000 $5,092 plus 32.5c for each $1 over $45,000
$120,001 - $180,000 $29,467 plus 37c for each $1 over $120,000
$180,001 and over $51,667 plus 45c for each $1 over $180,000

Please note, the above ATO tax rates do not include the Medicare levy which increased from 1.5% to 2% from July 1, 2014.

Back to salary calculator

Code

If you want similar salary calculator on your website, please copy/paste the below code into your page:

<div id="atataxcalculator" class="atataxcalculator-light">
<div class="atataxcalculator-options atataxcalculator-show-up"></div>
<div class="atataxcalculator-table atataxcalculator-show-up"></div>
<div class="atataxcalculator-anchors atataxcalculator-show-up">
<p>Salary Calculator from <a href="http://salarycalc.com.au">salarycalc.com.au</a></p>
</div>
</div>
<script type="text/javascript" src="//calculatorsonline.com.au/external/!main/tax_calculator/widget.min.js"></script>

Check the example of the embedded salary calculator. For different color schemes, please visit this page.

Back to salary calculator