var wpdm_url = {"home":"https://atotaxrates.info/","site":"https://atotaxrates.info/","ajax":"https://atotaxrates.info/wp-admin/admin-ajax.php"};
var wpdm_js = {"spinner":"\u003Ci class=\"wpdm-icon wpdm-sun wpdm-spin\"\u003E\u003C/i\u003E","client_id":"5bd88adcb7ee2afeb6642de1f0f480e8"};
var wpdm_strings = {"pass_var":"Password Verified!","pass_var_q":"Please click following button to start download.","start_dl":"Start Download"};
//# sourceURL=wpdm-frontjs-js-extra
ATO Cents Per Kilometre Car Expenses Calculator and Logbook
Cents Per Km is one of the methods you can choose to satisfy the substantiation rules for claiming car expenses as a tax deduction.
The ATO’s per kilometre car expense claim rate for the 2025-26 and 2024-25 year is 88 cents per km.
Rates for earlier years are set out below.
ATO Cents Per Kilometre Rate Expense Calculator
Result: $0.00
Result limited to maximum 5,000 kms: $0.00
How To Claim Using The ATO Cents Per Kilometre Method
For up to 5,000 business kms, this claim method avoids the need to keep track of individual car expenses and receipts. A diary is recommended to keep track of the business kms.
Under this method, full substantiation (e.g. receipts for expenses) isn’t needed, however there must exist an objectively reasonable basis of facts to enable a claim.
The claim allowed is for “Business kilometres“. Business kilometres are those travelled by car in the course of producing assessable income, or between work places. The claim method can be used by the self-employed or employees.
The cents per km claim is based on a per kilometre allowance for up to 5,000 business kilometres a year in total.
If more than 5,000 business kms is established, this claim method can still be used, but the excess over 5,000 kms is ignored.
Substantiation documents are not formally required for per km car claims. A claim for business kms using a per kilometre rate is a simple alternative to calculating a claim for actual expenses, and covers all running expenses and depreciation.
The simplicity of the claim and minimal record keeping are the main advantages.
However, this claim method only applies up to a maximum of 5,000 business kilometers. If business kms total more than 5,000, a claim can still be made, but is limited to the first 5,000 kms.
The claim method is set out in subsection 28-25(1) of the Income Tax Assessment Act 1997.
Although this claim method avoids the need to keep receipts, the Tax Office still requires some evidence supporting the reason for the claim.
A diary record would meet this objective, but certain other circumstantial evidence may suffice. If in doubt, talk to your accountant.
Once the claim method is chosen for any year, it is not locked in for later years. Taxpayers can choose from year to year which car expense claim method to use.
There is no balancing adjustment on the disposal of a car which has only been claimed on a per km basis.
Log Book Alternative
Ideally a full log book record provides the best decision basis, even though that is not required in the case of the per km method.
This is because a properly maintained log book together with a record of actual expenses enables you to compare the claim value with alternatives, and choose another method if it results in a bigger claim.
Per kilometre – multiple claimants, multiple cars, joint owners
More than one car can be included in a claim for a financial year, and more than one person can conceivably make a claim in respect of the same vehicle used at different times.
For a useful explanation of joint and same-car claims, as well as some great log book and diary tips, see Bantacs Accountants “Claiming a motor vehicle” (PDF)
The per kilometre claim method doesn’t prescribe specific record-keeping requirements, but the claim has to be ‘reasonable’, and you need to be able to show some logical basis for the kilometres figure derived.
Per kilometre rates 2025-26 (88¢) (LI 2024/19) Per kilometre rates 2024-25 (88¢) (LI 2024/19) Per kilometre rates 2023-24 (85¢) (LI 2023/D12) Per kilometre rates 2022-23 (78¢) (F2022L00813) Per kilometre rates 2020-21 and 2021-22 (72¢) (MVE 2020/1) Per kilometre rates 2018-19 and 2019-20 (68¢) (MVE 2018/1)
Motor vehicle cents per kilometre rates – 2015-16
Per Km rate for 2015-16 is 66 cents per km, which also applies for 2016-17 and 2017-18 (up to 5,000 km) regardless of engine size.
From 1 July 2015 a single flat rate per business kilometre is used for the cents/km claim method – regardless of engine size. The amending legislation is here.
The rates set in future years are intended to more closely reflect the actual operating cost of cars.
The claim is made out by first selecting the applicable Rate per Km, and then multiplying that by the number of kilometres (up to 5,000):
$Claim = Rate (cents) x Kms
Motor vehicle cents per kilometre rates – 2014-15
Engine Capacity
Non-Rotary
Rotary
Rate Per Km
Up to 1,600cc
Up to 800cc
65 cents
1,601 to 2,600cc
801 to 1,300cc
76 cents
Over 2,600cc
Over 1,300cc
77 cents
Motor vehicle cents per kilometre rates – 2013-14
Engine Capacity
Non-Rotary
Rotary
Rate Per Km
Up to 1,600cc
Up to 800cc
65 cents
1,601 to 2,600cc
801 to 1,300cc
76 cents
Over 2,600cc
Over 1,300cc
77 cents
Per Km Claims For 2008-9, 2009-10, 2010-11, 2011-12 and 2012-13
Engine Capacity
Non-Rotary
Rotary
Rate Per Km
Up to 1,600cc
Up to 800cc
63 cents
1,601 to 2,600cc
801 to 1,300cc
74 cents
Over 2,600cc
Over 1,300cc
75 cents
This page was last modified 2026-05-27
function updateOutput() {
const yearRates = {
2016: 0.66,
2017: 0.66,
2018: 0.66,
2019: 0.68,
2020: 0.68,
2021: 0.72,
2022: 0.72,
2023: 0.78,
2024: 0.85,
2025: 0.88,
2026: 0.88,
2027: 0.91
};
const selectedYear = document.getElementById("year").value;
let kilometres = parseFloat(document.getElementById("kilometres").value.replace(',', ''));
const result = yearRates[selectedYear] * (kilometres || 0); // Use 0 if kilometres is NaN
document.getElementById("result").textContent = result.toFixed(2);
// Display the year rate next to the select box
document.getElementById("yearRate").textContent = `$${yearRates[selectedYear].toFixed(2)}/km`;
if (kilometres > 5000) {
const limitedResult = yearRates[selectedYear] * 5000;
document.getElementById("limitedResult").textContent = limitedResult.toFixed(2);
document.getElementById("limitedResultDiv").classList.remove("hidden");
} else {
document.getElementById("limitedResultDiv").classList.add("hidden");
}
}
// Initially update the output
updateOutput();
const abmsg = "We noticed an ad blocker. Consider whitelisting us to support the site ❤️";
const abmsgd = "download";
const iswpdmpropage = 0;
jQuery(function($){
});
var searchwp_live_search_params = [];
searchwp_live_search_params = {"ajaxurl":"https:\/\/atotaxrates.info\/wp-admin\/admin-ajax.php","origin_id":271,"config":{"default":{"engine":"default","input":{"delay":300,"min_chars":3},"results":{"position":"bottom","width":"auto","offset":{"x":0,"y":5}},"spinner":{"lines":12,"length":8,"width":3,"radius":8,"scale":1,"corners":1,"color":"#424242","fadeColor":"transparent","speed":1,"rotate":0,"animation":"searchwp-spinner-line-fade-quick","direction":1,"zIndex":2000000000,"className":"spinner","top":"50%","left":"50%","shadow":"0 0 1px transparent","position":"absolute"}}},"msg_no_config_found":"No valid SearchWP Live Search configuration found!","aria_instructions":"When autocomplete results are available use up and down arrows to review and enter to go to the desired page. Touch device users, explore by touch or with swipe gestures."};;
//# sourceURL=swp-live-search-client-js-extra