Remote Area Allowance — single (no children)
This page is a direct rule-based guide for AU_FEDERAL_REMOTE_AREA_ALLOWANCE_SINGLE (rule version 2025-26, effective 1 July 2025). It explains the fixed $18.20 per fortnight remote-area supplement, the address gate that drives entitlement, why this rule sits alongside the partnered and single-with-children variants in the cluster, and the entirely automatic pathway by which it is added to qualifying Centrelink primary payments.
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 all of the following are true: you receive a qualifying Centrelink primary payment such as JobSeeker, Age Pension, Disability Support Pension, Parenting Payment, Carer Payment, Austudy, or Youth Allowance (receiving_qualifying_payment = true); your recorded primary address sits inside a designated remote area, generally Australian Tax Zone A or specific Zone B and special-area locations (lives_in_remote_area = true); your partner status is single (partner_status = single); and you have no dependent children (dependent_children = false).
You are blocked when any single gate fails. The conflicts list directly excludes coexistence with the partnered branch of the cluster, so a partnered recipient cannot also be paid under this single rule. The exclude block in the YAML is empty, but in practice the strict combination of single status and no dependent children rules out anyone with a partner or children, who instead routes to the partnered rate or the single-with-children rate.
Rate logic summary: a flat $18.20 per fortnight from 1 July 2025, paid as a fixed supplement on top of the underlying qualifying primary payment. The amount block stores no caps, no income reductions, no asset test, and no taper steps. Either every gate passes and the rule pays the full $18.20 each fortnight, or any gate fails and the rule produces zero for that fortnight.
What Is This Payment?
Remote Area Allowance — single is the no-dependants branch of the Remote Area Allowance cluster. Inside the rule database it is tagged as a monetary primary Federal benefit, the parent_cluster is Remote Area Allowance, and the entitlement scope is personal and ongoing. The supplement is a small per-person top-up designed to recognise the higher cost of living in remote Australia: longer travel distances for groceries, fuel, medical visits, and freight surcharges on basic goods. The rate is intentionally modest because the supplement layers on top of the recipient's primary payment rather than substituting for it; a single JobSeeker recipient living in Mount Isa, for example, receives JobSeeker at the standard rate plus this $18.20 supplement each fortnight.
The administering body is Services Australia. The dedicated landing page at servicesaustralia.gov.au/remote-area-allowance lists the qualifying primary payments and the underlying remote-area definition. The rule's application_meta.notes explicitly states that the supplement is auto-assessed when a qualifying primary payment is in place and the recorded address falls inside a Tax Zone A or specified Zone B locality. The two intake channels (online via myGov and in-person at a service centre) cover the address-update path rather than a separate Remote Area Allowance application.
Three rules sit inside this cluster, and they share identical eligibility gates apart from the partner-status and dependent-children combination. The rule engine routes a recipient to one of the three branches based on family composition: single with no children pays $18.20 flat per fortnight (this rule); partnered pays $15.60 per fortnight per partner with a per-child top-up; single with children pays $18.20 per fortnight plus a $7.30 top-up per dependent child. Splitting the rate logic this way keeps the assessment transparent and the conflicts list short, because each branch only has to exclude the immediate sibling rather than the whole cluster.
How Much Can You Get?
The amount block is defined as a fixed payment paid fortnightly. The headline value is $18.20 per fortnight, recorded in the rule note as the official Services Australia rate effective 1 July 2025. The display period in the outputs section is yearly, so the assessment system surfaces the annualised number on the recipient's statement.
Translated into a yearly figure, the supplement pays approximately $473.20 per year across 26 fortnights, assuming the qualifying primary payment continues uninterrupted and the recorded address remains inside a remote area for the entire period. Although the per-fortnight figure is small in isolation, the cumulative effect over a long-term Age Pension or Disability Support Pension claim is substantial: a single Age Pensioner living in a remote town for a decade receives roughly $4,732 in supplements over that span, on top of the primary payment.
Three numeric facts drive the dollar outcome. First, the base is a fixed $18.20 with no taper, no income reduction, and no asset test of its own — the qualifying primary payment carries the income and asset gating, and once that payment is in place at any positive rate the supplement pays in full. Second, eligibility is binary: every gate either passes or fails for the assessment fortnight. Third, the rule has no caps, no multiplier, no reduces_if, no date_windows, and no per-child top-up (the single-with-children branch handles that scenario separately).
Audit recipe. First confirm the recipient is on a qualifying Centrelink primary payment via the receiving_qualifying_payment field. Second confirm the recorded primary address sits inside a designated remote area via lives_in_remote_area; this is checked against the Services Australia postcode schedule, which mirrors the Australian Taxation Office Tax Zone A and specified Zone B lists. Third confirm partner_status = single and dependent_children = false. Fourth award the full $18.20 per fortnight if all four gates pass, or zero otherwise.
One nuance often missed: the rule re-evaluates fortnightly against the recorded address. A recipient who travels out of the remote area for a short period without changing their primary residence on the customer record continues to receive the supplement, because the rule is gated on the recorded address rather than physical presence at any moment. Conversely, a recipient who relocates permanently and updates their address in myGov sees the supplement stop from the next assessment fortnight — there is no part-fortnight pro rata, just a fortnightly on or off.
Eligibility Conditions
The eligibility block is an all set with four items, every one of which must pass simultaneously.
- Qualifying Centrelink primary payment held:
receiving_qualifying_payment = true. This covers the broad list of allowance-type and pension-type income-support payments — JobSeeker, Age Pension, Disability Support Pension, Parenting Payment Single, Parenting Payment Partnered, Carer Payment, Austudy, and Youth Allowance. Self-funded retirees, full-time earners, and recipients of payment types outside this list fail the gate. - Address inside a designated remote area:
lives_in_remote_area = true. The boolean is resolved against the Services Australia remote-area postcode schedule, which mirrors Tax Zone A and specified Zone B and special-area localities. A recorded address in a metropolitan or regional non-remote postcode fails the gate. - Single partner status:
partner_status = single. Partnered recipients route to the sibling partnered rule instead, where each partner is paid at $15.60 per fortnight rather than $18.20. - No dependent children:
dependent_children = false. Single recipients with at least one dependent child route to the single-with-children sibling rule, which pays the same base $18.20 plus $7.30 per child top-up.
Required fields collected at intake: receiving_qualifying_payment, lives_in_remote_area, partner_status, dependent_children. The application meta lists a single evidence item — proof of address in the remote area — although in practice that proof is usually already on file because the recipient's primary payment was assessed against the same recorded address. The exclude block in the YAML is empty.
The conflicts list rules out coexistence with the partnered branch of the cluster, the AU_FEDERAL_REMOTE_AREA_ALLOWANCE_COUPLE rule. A single recipient cannot simultaneously be paid as part of a couple, even if the underlying data were inconsistent. The system routes to one branch only based on partner status at the assessment fortnight.
Two practical considerations matter. First, the remote-area boolean is not a free-text field — it is resolved against an authoritative postcode schedule, so changing your recorded address to a remote-coded postcode without actually living there is a recoverable debt waiting to happen. Second, becoming a parent, taking on care of a relative's child, or partnering up all flip one of the gates and route the recipient out of this rule and into one of the sibling branches, with the supplement amount changing accordingly.
How To Apply
Application metadata defines two channels: online and service centre. There is no separate Remote Area Allowance claim form. Services Australia issues the supplement automatically alongside the underlying qualifying primary payment once the recorded address satisfies the remote-area test and the partner-status and no-children gates are met. The rule's apply URL points to the Services Australia information page, which doubles as the policy source rather than a claim portal.
Evidence requirements are explicitly listed in the rule and short:
- proof of address in the remote area — typically a current utility bill, lease document, or rates notice showing the recipient's recorded primary residence inside a remote-area postcode.
Two practical tips help. First, when relocating into a remote area, lodge the address change in Express Plus Centrelink or via myGov before the next fortnightly review so the supplement starts immediately rather than from a later catch-up date. Second, when relocating out of a remote area, update the address promptly to avoid an overpayment debt — Services Australia performs periodic data-matching against the Tax Zone schedule, and the rule's binary nature means an undisclosed move can compound into a sizeable recovery.
Rule-Based Scenarios
Scenario 1: single JobSeeker recipient in Mount Isa
Tomasz is a single 41-year-old on JobSeeker Payment after a mining-industry redundancy. He lives alone in Mount Isa, a Zone B specified locality with the remote-area flag set to true. JobSeeker is on the qualifying payment list, his partner status is single, and he has no dependent children. All four gates pass and Remote Area Allowance pays $18.20 per fortnight automatically alongside JobSeeker. Across the year that adds approximately $473 on top of his JobSeeker entitlement.
Scenario 2: single Age Pensioner in Nhulunbuy
Helga is a single 73-year-old Age Pensioner who has lived in Nhulunbuy in remote Northern Territory for 22 years. Age Pension is a pension-type qualifying payment, her recorded address sits inside Tax Zone A, her partner status is single, and she has no dependent children. The supplement pays the full $18.20 per fortnight on top of her Age Pension. Over the next decade she will receive approximately $4,732 in Remote Area Allowance.
Scenario 3: single recipient relocates to a coastal city
Yannick was previously receiving Disability Support Pension plus this supplement while living in Karratha. He moves permanently to Perth to be closer to specialist medical services. His recorded address updates in myGov to a metropolitan postcode and the lives_in_remote_area boolean flips to false. From the next assessment fortnight the supplement stops paying, even though his DSP and single status are unchanged. The rule is binary at the fortnight level, and his Perth address simply does not pass the gate.
Scenario 4: single recipient becomes a parent
Suvi had been receiving Parenting Payment Single's predecessor plus this supplement as a single recipient with no children, anchored on a remote-area address in Tennant Creek. She gives birth and her dependent_children flag flips to true. The rule's fourth gate now fails. The system reroutes her to the single-with-children sibling rule, where she receives the same $18.20 base plus a $7.30 per-child top-up. The cluster total moves from $18.20 to $25.50 per fortnight rather than dropping out altogether.
Common Mistakes
- Treating Remote Area Allowance as a postcode bonus only: the rule requires both a remote-area address and an active qualifying primary payment. A self-funded retiree living in Tax Zone A receives no supplement because the receiving_qualifying_payment gate fails, regardless of how remote the postcode is.
- Confusing Tax Zone A with everything regional: not every regional postcode counts. The rule's lives_in_remote_area boolean is resolved against the Services Australia schedule, which mirrors the ATO Tax Zone definitions; many regional towns sit inside Zone B without the special-area uplift and do not qualify for this supplement.
- Looking for a separate Remote Area Allowance claim form: none exists. The supplement is auto-assessed once the recorded address and the qualifying primary payment are in place. Recipients sometimes search for a standalone claim and are confused when the form cannot be located in myGov.
- Forgetting to update the address after moving out of the zone: the rule re-evaluates each fortnight against the recorded address. A recipient who relocates to a metropolitan area without updating their address in myGov keeps receiving the supplement and accrues a recoverable overpayment debt that Services Australia data-matches against the Tax Zone schedule.
- Reading short trips out of the area as a status change: the rule is gated on the recorded primary residence, not physical presence on a given day. A two-week medical trip to Sydney does not stop the supplement; only a permanent address change does.
- Mismatching the cluster branch to family composition: a single recipient with one or more dependent children routes to the single-with-children sibling rule, not this no-children branch. Recording the family situation incorrectly produces an incorrect base rate and either underpays or overpays the recipient.
Related Rules And Interactions
The conflicts list and rule notes establish strong relationships with sibling rules in the same cluster and with the qualifying primary payments:
- Remote Area Allowance — couple (each) — direct conflict; partnered recipients route to the $15.60 per-partner rate with a per-child top-up rather than this $18.20 single rate.
- Remote Area Allowance — single with dependent children — sibling cluster branch; single recipients with at least one dependent child route here for the $18.20 base plus $7.30 per child.
- JobSeeker Payment — single, no children — primary qualifying allowance-type payment for working-age single job seekers; remote-area JobSeeker recipients with no children automatically receive this supplement on top.
- Age Pension — single — primary qualifying pension-type payment for older single Australians; remote-area Age Pensioners receive this supplement on top of the Age Pension and Pension Supplement stack.
- Disability Support Pension — single — primary qualifying pension-type payment for working-age single recipients with permanent disability; remote-area DSP recipients see this supplement layered on the DSP.
- Carer Payment — single — primary qualifying pension-type payment for full-time carers without a partner; remote-area Carer Payment recipients receive this supplement automatically.
These are direct relationship declarations from the rule and should be treated as deterministic for this policy version.
Frequently Asked Questions
What is the exact fortnightly amount for the single, no-children rate?
$18.20 per fortnight from 1 July 2025, recorded directly in the rule's amount.value field. Across 26 fortnights this works out to approximately $473.20 per year, paid alongside the underlying qualifying primary payment.
Which Centrelink payments count as qualifying for this rule?
The broad list of income-support payments: JobSeeker Payment, Age Pension, Disability Support Pension, Parenting Payment (single and partnered), Carer Payment, Austudy, and Youth Allowance. Self-funded retirees and recipients of payment types outside that list fail the receiving_qualifying_payment gate.
How is a remote area defined for the lives_in_remote_area gate?
Australian Tax Zone A plus specific listed Zone B and special-area localities, as published by Services Australia. The rule treats this as a single boolean field, but the underlying postcode list is maintained centrally and refreshed against the Tax Zone schedule.
Is Remote Area Allowance taxable?
No. The supplement is a non-taxable Centrelink payment and is not counted in adjusted taxable income for FTB Part A reconciliation. It is treated as a small geographic-equity top-up rather than as wage-equivalent income.
What happens to the supplement if my primary payment is reduced to nil rate?
The rule's first gate fails when the underlying primary payment is at nil rate for an assessment fortnight, so the supplement does not pay for that fortnight either. The supplement does not stand alone — it moves with the qualifying payment's actual fortnightly entitlement rather than the underlying claim record.
Why do single, partnered, and single-with-children sit in three separate rules?
The eligibility gates are identical, but the rate basis differs: $18.20 per fortnight flat for single no children; $15.60 per fortnight per partner for partnered; $18.20 plus $7.30 per dependent child for single with children. Splitting the rate logic into three rules keeps each rule's amount block small and the conflicts list deterministic.
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.