NSW Toll Relief Rebate Scheme
This page is a direct rule-based guide for AU_NSW_TOLL_RELIEF_REBATE_40PCT (rule version 2025-26, effective 1 July 2025, no top-level expiry). It explains how Service NSW refunds 40% of NSW toll spend above $402 a year up to a maximum refund of $800, why the scheme is mutually exclusive with the $60 weekly Toll Relief Cap, why the system automatically chooses whichever path pays the larger refund, and which spend patterns make the 40% scheme structurally better than the cap.
Don't want to read the full rule? Get a personalised report on every Australian government benefit you may qualify for in under 3 minutes.
Quick Answer
You may qualify when both of the following are true: state = NSW and annual_toll_spend > 402. The driver also needs an active E-Toll or Linkt account linked to MyServiceNSW so the system can total annual spend automatically. There is no concession card test, no income test, and no household composition test.
You are blocked when annual toll spend stays at or below $402, when the toll account is registered for commercial or fleet use rather than private use, when the toll account is not yet linked to MyServiceNSW, or when the driver has been routed onto the $60 weekly Toll Relief Cap because that path produces a larger refund. The annual rebate is also capped at $800, so further excess spend above the cap is not reimbursed.
Rate logic summary: the rule is amount.type = formula with amount.period = yearly. The formula is (annual_toll_spend - 402) x 0.4. Maximum annual refund is $800. A driver who spends $1,500 a year receives $439.20. A driver who spends $3,000 a year receives $800 (the cap). Refunds are paid annually in July to September after the financial year closes.
What Is This Payment?
The NSW Toll Relief Rebate Scheme is a cash refund paid annually to the driver's bank account, not a discount on the toll point-of-sale price. The rule database tags it as amount.type = formula with result_role: monetary_primary, sitting in the NSW Transport cluster alongside the $60 Toll Relief Cap, the apprentice rego rebate, and the pensioner registration concession. The entitlement scope is per person, financial year, with the formula running once after 30 June and the rebate paid soon after.
The administering body is Service NSW, with toll-spend data supplied by the toll operators (E-Toll and Linkt, both Transurban-operated). Application metadata records a single channel: online through MyServiceNSW. Once the toll account is linked to the driver's MyServiceNSW profile, every toll-spend record across the financial year is automatically pulled from the toll operator into the Service NSW rebate engine. There is no per-trip claim flow and no manual evidence submission once the link is active; the rebate is calculated and paid in a single annual transaction.
Three structural features distinguish this rule from the $60 Toll Relief Cap sister scheme. First, the 40% scheme operates on annual spend with an annual threshold and an annual cap on the refund, while the cap operates on weekly spend with a weekly threshold. Vinay, the IT contractor commuting from Quakers Hill into the CBD on the M2, spends around $4,160 a year on tolls; he picks up 40% x ($4,160 - $402) = $1,503.20 capped at $800 under the 40% scheme but only $340 under the cap (because his weekly excess of $20 hits the $340 cap after week 17). Service NSW routes him onto the 40% path because $800 beats $340 by $460. Second, the 40% scheme has a higher refund ceiling ($800 vs $340), so it pays larger absolute amounts to high-volume commuters. Third, the 40% scheme pays once per year after the financial year closes, while the cap pays quarterly; the 40% scheme is therefore worse for cashflow timing but better for total annual dollars on most metro commuter profiles.
How Much Can You Get?
The amount block is recorded as type: formula with period: yearly. The formula is (annual_toll_spend - 402) x 0.4. The refund is capped at $800 per driver per financial year. Indicative 2025-26 examples for typical NSW commuters:
- Below threshold (annual spend $300): formula returns 40% x ($300 - $402) = -$40.80, treated as $0. No refund.
- Just above (annual spend $1,000): 40% x ($1,000 - $402) = $239.20 refunded once after 30 June.
- Moderate commuter (annual spend $1,500): 40% x ($1,500 - $402) = $439.20 refunded annually.
- Heavy commuter (annual spend $3,000): 40% x ($3,000 - $402) = $1,039.20 — capped at $800 annual maximum.
- Cap-hit threshold: any annual spend of $2,402 or more produces the maximum $800 refund. Spend above $2,402 generates no additional refund.
To audit the refund: first, confirm the toll account is linked to MyServiceNSW. Second, look at the annual toll-spend statement on E-Toll or Linkt for the financial year. Third, calculate the refund as max(0, (annual_spend - 402) x 0.4) and clamp to the $800 cap. Fourth, cross-check the cumulative figure against the alternative cap-path total — if the cap-path total is larger, Service NSW automatically routes the driver onto the cap instead. The two paths are mutually exclusive and the system optimises for the larger refund. Fifth, watch for the rebate landing in the bank account between July and September after the financial year closes; the rebate is paid annually, not monthly or quarterly.
The rule has no income reduction, no asset test, and no household-composition test. The threshold is fixed at $402 a year and applies to all eligible drivers identically. The annual cap is fixed at $800 and resets on 1 July each financial year. The rebate is taxable income for some drivers using the toll account in a partial work-related capacity, but the structural rule applies the formula uniformly.
Eligibility Conditions
The eligibility block is an all set with two items, so every item must pass.
- NSW residence:
state = NSW. The driver must be a NSW resident with a NSW-registered private vehicle. Tolls accrued on Sydney roads by an interstate driver passing through Sydney without a NSW MyServiceNSW profile do not flow into the 40% rebate engine; the rule operates on a NSW resident's profile. - Annual spend above threshold:
annual_toll_spend > 402. The threshold is a strict greater-than. A year of exactly $402 produces no refund; only spend strictly above $402 generates the rebate. Spend is measured by the toll operator (E-Toll or Linkt) and reported to Service NSW automatically through the linked-account flow. Multi-account households with separate tags can aggregate annual spend across one driver's profile if the accounts are all linked to the same MyServiceNSW user.
Required fields recorded against the rule are state and annual_toll_spend. There is no concession card test, so a Pensioner Concession Card, DVA Gold Card, Health Care Card or Commonwealth Seniors Health Card all give the same access (or no access) to the rebate as anyone else; the rule is genuinely universal among NSW private motorists. There is no income test and no household composition test.
The exclude block is empty. Practical exclusions sit in the application_meta block: the toll account must be linked to MyServiceNSW, only private-use vehicles are eligible (commercial-class plates do not flow into the rebate engine), and the cap and 40% schemes cannot stack — the system applies whichever produces the larger refund. The conflicts list explicitly notes the mutual exclusivity with the $60 weekly cap.
Two practical considerations apply. First, the formula is calculated annually, so a driver whose toll spend is concentrated into 2 to 3 months of intensive commuting (a 6-month contract role in the CBD, for example) still gets the same per-dollar 40% refund as a driver who spreads $1,500 evenly across 12 months. Second, the rebate is per person, not per vehicle, so a household with two cars sharing a single linked toll account counts spend once. Households with two cars and two separate toll accounts can claim two rebates if each account is independently linked to two MyServiceNSW profiles.
How To Apply
Application metadata defines a single channel: online through MyServiceNSW at service.nsw.gov.au. The lifecycle is a one-time toll-account linkage followed by automatic annual calculation and a single bank-deposit rebate after each 30 June.
Evidence requirements are explicitly listed in the rule:
- toll account linked to Service NSW — either an E-Toll account (Transurban-operated) or a Linkt account (Transurban-operated). Both operators expose the linkage flow inside MyServiceNSW under Manage tolls. The driver authorises Service NSW to read the toll-spend records; no further per-trip or per-year action is needed once the link is active.
Two practical paths bring the rebate into effect. First, for a new toll account just opened with E-Toll or Linkt, log into MyServiceNSW immediately, navigate to Toll Relief, and complete the linkage step. From the next financial year the rebate engine will automatically calculate annual spend, apply the 40% formula, clamp to the $800 cap, and queue the rebate. Second, for an existing toll-account holder who has been driving for years without claiming, the linkage is the same one-time MyServiceNSW step but no retroactive refund is paid for prior years; only spend from the linkage date onward counts toward the rebate.
Practical timing notes: the linkage takes around 10 minutes online once the driver has both their MyServiceNSW account and their toll-account login. The rebate is paid annually between July and September after the financial year closes. Service NSW also separately decides which scheme (cap or 40% rebate) produces the larger refund; the driver does not need to choose, and choosing manually is not possible. If the driver suspects they are on the wrong scheme, the MyServiceNSW dashboard shows the alternative-path calculation for transparency. Drivers who change toll operators mid-year (switching from E-Toll to Linkt or vice versa) need to re-link the new account immediately to avoid a gap in spend tracking.
Real-World Scenarios
Scenario 1: Vinay, 38, Quakers Hill, daily M2 commuter
Vinay commutes from Quakers Hill to the CBD on the M2 motorway five days a week. His daily toll round-trip costs approximately $16, putting his annual toll spend at approximately $4,160. The formula returns 40% x ($4,160 - $402) = $1,503.20, capped at $800 annual maximum. Service NSW also calculates the cap path simultaneously: at $80 weekly spend, the cap path would pay $20 a week up to the $340 annual cap. The 40% path beats the cap path by $460, so the system places him on the 40% rebate. He receives $800 by direct deposit in August after the financial year closes.
Scenario 2: Habib, 58, Auburn, occasional medical-trip driver
Habib drives long distances to specialist medical appointments through the M7 and M2 about once a month, spending around $60 per medical-trip week and zero in other weeks. His annual spend totals around $720. Under the 40% formula he picks up 40% x ($720 - $402) = $127.20 annually. Under the cap, his weekly spend hits $60 only on the medical-trip weeks (no excess generated because the threshold is greater-than $60, not greater-than-or-equal). Cap-path refund: $0. The 40% path wins easily, and Service NSW routes him there. He receives $127.20 by direct deposit after 30 June.
Scenario 3: Reginald, 78, Forster, occasional Sydney visits, no rebate
Reginald drives from Forster to Sydney to visit family three or four times a year, paying tolls on the M1 and the Sydney Harbour Tunnel for each round trip. His annual toll spend totals around $320, well below the $402 threshold. The rule's gate annual_toll_spend > 402 returns false. He receives no rebate under either scheme. His main NSW transport benefits remain the rego concession and licence concession through his DVA Gold Card.
Scenario 4: Theresa, 67, Hornsby, occasional commuter who hits the cap-path break-even
Theresa drives mostly local Hornsby roads but takes the M2 to the CBD twice a week to mind grandchildren during school terms. Her annual toll spend reaches around $2,400 across the school year. Under the 40% formula she picks up 40% x ($2,400 - $402) = $799.20, just below the $800 cap. Under the cap path, her weekly spend of $46 stays below the $60 threshold so she generates $0 weekly excess. The 40% path is the only path that pays her, and Service NSW routes her there. She receives $799.20 in August.
Common Mistakes
- Assuming the cap and the 40% rebate stack: the two schemes are mutually exclusive within the same financial year. Service NSW automatically picks whichever produces a larger refund. Drivers with very high weekly spend bursts often expect both refunds; the system picks one, applies the larger amount, and ignores the other. Reading the MyServiceNSW dashboard's alternative-path calculation makes the choice transparent but does not allow manual override.
- Calculating the rebate as 40% of total annual spend: the rule subtracts $402 first, then multiplies by 0.4. A driver who spends $1,000 a year on tolls receives 40% x ($1,000 - $402) = $239.20, not $400. The $402 threshold is structurally a deductible, ensuring the rebate is paid only to drivers whose spend is materially above casual-use levels. Naive arithmetic overstates the rebate by approximately $160 at the lower end of the qualifying band.
- Treating the $800 cap as the typical refund: the $800 ceiling is reached only when annual spend reaches $2,402. Many qualifying drivers receive amounts between $239 and $600 because their annual spend sits in the $1,000 to $1,800 range. The cap is an upper bound on the rebate, not a typical-case figure. Plan cashflow on the formula output, not on the cap.
- Believing the rebate covers commercial or fleet tolls: the rebate applies to private-vehicle tolls only. Tolls accrued on heavy-vehicle plates, taxi or ride-share fleet vehicles, and trade vans registered for business use are excluded. The Service NSW system uses the registered class of the linked vehicle to filter eligible tolls. A sole trader running an ABN-registered work vehicle will not see those tolls counted, even when the same person commutes in the same vehicle for personal trips on weekends.
- Expecting a quarterly rebate timing like the cap: the 40% scheme pays once a year between July and September after 30 June. The $60 weekly cap pays quarterly. Drivers who switch from the cap path to the 40% path (because their spend pattern shifted) experience a longer wait for the first refund under the new path. Cashflow planning should treat the 40% rebate as a single annual deposit, not a per-quarter or per-month figure.
- Forgetting to relink after switching toll operators: drivers who move between E-Toll and Linkt accounts (Transurban operates both, but the linkage records are separate) need to re-establish the MyServiceNSW link to the new account. Spend on the unlinked account does not flow into the rebate engine and is effectively discarded for the rebate calculation. Confirming the linkage status on MyServiceNSW after any toll-operator change avoids losing months of qualifying spend.
Related NSW transport rebates and savings
- NSW Toll Relief Cap — $60 weekly cap — sister scheme that rebates excess weekly spend above $60, capped at $340 a year. Mutually exclusive with this 40% path; Service NSW routes the driver onto whichever scheme produces a larger refund. Best for spend patterns concentrated into a few very heavy weeks.
- NSW Pensioner Vehicle Registration Concession — for PCC and DVA Gold cardholders only. Independent of toll relief and stacks freely with the 40% rebate. The combined annual saving for a metro pensioner driver is around $360 (rego waiver) plus up to $800 (40% rebate).
- NSW Driver Licence Concession — same two-card list (PCC, DVA Gold) but waiving the licence renewal fee. Stacks freely with the 40% rebate because the two rules apply to different transactions.
- NSW Concession Opal — PCC and DVA — half the adult Opal fare on every public-transport tap-on for the PCC and DVA Gold cohort. Useful for trips where the toll-plus-fuel cost exceeds the Opal fare even after the 40% rebate; a multi-mode commute strategy often beats single-mode for total cost.
- NSW Apprentice Vehicle Registration Rebate — independent stream for first and second year apprentices. Stacks freely with the 40% rebate. Apprentices commuting to job sites via toll roads can claim both.
- NSW Concession Opal — tertiary and TAFE students — half the adult Opal fare for full-time tertiary and TAFE students. Independent of the 40% rebate; students who drive on weekends and tap-on weekdays can pick up both savings.
Frequently Asked Questions
How exactly is "annual spend" measured?
The toll operator (E-Toll or Linkt) sums all toll charges accrued by the driver's linked tag and account from 1 July to 30 June. That figure is reported to Service NSW automatically. The threshold is a strict greater-than: $402.00 produces no refund, $402.01 produces a 0.4-cent refund. Most qualifying drivers see annual spend in the $1,000 to $3,000 range, producing rebates between $239 and the $800 cap.
What is the maximum annual refund I can receive?
$800 per person per financial year. The cap is reached at annual spend of $2,402; spend above that level produces no additional refund. Drivers with very heavy weekly spend bursts may do better on the cap path, where the weekly formula sometimes produces refunds the 40% scheme misses; Service NSW automatically routes to whichever path pays more.
Do I need a Pensioner Concession Card to claim the rebate?
No. The rule has no concession card test. Any NSW private motorist with a linked E-Toll or Linkt account and annual toll spend above $402 can claim. The scheme is universal across age, income, and household composition.
Can I stack the 40% rebate with the $60 weekly cap?
No. The two schemes are mutually exclusive within the same financial year. Service NSW automatically calculates which produces a larger refund and applies that one. The driver cannot manually pick; the system optimises for the larger rebate. The MyServiceNSW dashboard shows the alternative-path calculation for transparency.
When does the rebate arrive in my bank account?
The 40% rebate is paid annually between July and September after the financial year closes. Service NSW processes the calculation in early July, validates against the toll operator's annual statement, then pays by direct deposit into the bank account on the MyServiceNSW profile.
Is the rebate taxable income?
The rebate is a refund of toll spend rather than a payment for services, so most private motorists treat it as a non-taxable refund. Drivers who claim toll costs as a work-related deduction in their tax return need to deduct the rebate from the deductible toll amount, otherwise they effectively double-count the relief. ATO guidance on toll-related work deductions is the canonical reference for this edge case.
Find every Australian government benefit you're entitled to
Benefit Check uses the same rule engine behind this page to scan all 272 federal and state benefits. Answer a short questionnaire and get your full eligibility list with calculated amounts.