Remote Area Allowance — single with dependent children

This page is a direct rule-based guide for AU_FEDERAL_REMOTE_AREA_ALLOWANCE_SINGLE_WITH_CHILDREN (rule version 2025-26, effective 1 July 2025). It explains the single-parent branch of the Remote Area Allowance cluster, the $18.20 per fortnight base, the $7.30 per dependent child top-up that distinguishes this rule from the no-children single sibling, and the entirely automatic pathway by which it is added to qualifying Centrelink primary payments when the household lives in a designated remote area.

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 Parenting Payment Single, JobSeeker, Disability Support Pension, Carer Payment, 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 at least one dependent child on your customer record (dependent_children = true).

You are blocked when any single gate fails. The conflicts list excludes coexistence with both the partnered rule and the no-children single rule, so the system routes a recipient to one and only one branch of the cluster. The exclude block in the YAML is empty, which means there is no separate income or asset test sitting on top of this rule — the qualifying primary payment carries that gating, and once it is in place at any positive rate the supplement pays in full.

Rate logic summary: a flat $18.20 per fortnight base from 1 July 2025, plus $7.30 per fortnight per dependent child calculated through the per_child_addition field against dependent_children_count. A single parent with three dependent children receives $18.20 + 3 × $7.30 = $40.10 per fortnight, scaling linearly with family size with no built-in cap on the count.

What Is This Payment?

Remote Area Allowance — single with dependent children is the single-parent 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. Single parents face the full single-recipient base of $18.20 (no shared-overhead reduction), plus a per-child component recognising that families with children incur additional remote-area costs in school supplies, child medical visits, and seasonal clothing.

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 and dependent-children-update paths rather than a separate Remote Area Allowance application.

The cluster has three rules with identical eligibility gates apart from family composition. The rule engine routes a recipient to one of three branches: single with no children pays $18.20 per fortnight flat; partnered pays $15.60 per fortnight per partner with the per-child top-up sitting on the partner who carries the children; single with children (this rule) pays $18.20 plus $7.30 per child. The reason this rule reuses the $18.20 single base rather than the $15.60 partnered base is that single parents do not enjoy the shared-overhead reduction that justifies the lower partnered rate, while still benefiting from the per-child component that mirrors the partnered rule's child handling.

How Much Can You Get?

The amount block is defined as a fixed payment paid fortnightly. The headline value is $18.20 per fortnight base, identical to the no-children single rate, recorded in the rule note as the official Services Australia rate effective 1 July 2025. The amount block also defines a per_child_addition of $7.30 per fortnight, calculated against the dependent_children_count field, which adds linearly to the recipient's payment line.

Worked examples make the arithmetic concrete. A single parent with one dependent child receives $18.20 + $7.30 = $25.50 per fortnight. A single parent with two dependent children receives $18.20 + 2 × $7.30 = $32.80 per fortnight. A single parent with four dependent children receives $18.20 + 4 × $7.30 = $47.40 per fortnight. The per-child component scales linearly without a built-in cap on dependent_children_count.

Annualised, a one-child single parent receives approximately $663 per year across 26 fortnights. A two-child single parent receives approximately $852.80 per year. A four-child single parent receives approximately $1,232.40 per year. The display period in the outputs section is yearly, so the assessment system surfaces the annualised number on the recipient's statement. The cumulative effect over a long-term Parenting Payment Single claim — typically running until the youngest child turns 14 — is substantial: a single parent with two children claiming for ten years receives roughly $8,528 in supplements over that span.

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. Second, the per-child addition of $7.30 is fixed and uses the rule's children_field reference to dependent_children_count, so it scales linearly with family size. Third, the rule has no caps, no multiplier, no reduces_if, and no date_windows; the only complexity is the per-child top-up.

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. Third confirm partner_status = single and dependent_children = true. Fourth award $18.20 per fortnight base plus $7.30 × dependent_children_count as the per-child top-up.

Eligibility Conditions

The eligibility block is an all set with four items, every one of which must pass simultaneously.

  1. Qualifying Centrelink primary payment held: receiving_qualifying_payment = true. This covers the broad list of allowance-type and pension-type income-support payments — JobSeeker, Disability Support Pension, Parenting Payment Single, Carer Payment, Austudy, and Youth Allowance. Self-funded retirees, full-time earners, and recipients of payment types outside this list fail the gate.
  2. 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.
  3. Single partner status: partner_status = single. Partnered recipients route to the partnered sibling rule instead, where each partner is paid at $15.60 per fortnight and the per-child top-up sits on whichever partner carries the children on their record.
  4. At least one dependent child: dependent_children = true. This is the single distinguishing gate from the no-children single sibling. Once a recipient's youngest child ages out of the dependent definition or leaves the recipient's care, this gate flips to false and the rule reroutes to the no-children single branch.

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. The exclude block in the YAML is empty.

The conflicts list is broader than the no-children single rule's: it excludes coexistence with both AU_FEDERAL_REMOTE_AREA_ALLOWANCE_COUPLE and AU_FEDERAL_REMOTE_AREA_ALLOWANCE_SINGLE. A single parent cannot simultaneously be assessed as partnered or as a no-children single — the system routes to one branch only based on family composition at the assessment fortnight.

Two practical considerations matter. First, the dependent_children = true gate is not the same as has-ever-had-children. A grandparent caring for a grandchild, a foster carer, or a single parent whose children are temporarily in another carer's custody all need to ensure the children sit on their customer record for the assessment fortnight; a record gap can fail the gate even if the relationship is ongoing. Second, the per-child top-up reads dependent_children_count, not just the boolean — so a single parent with five children receives $18.20 + 5 × $7.30 = $54.70 per fortnight, scaling well above the headline base.

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, the partner-status gate is single, and at least one dependent child is on the recipient's customer record. The rule's apply URL points to the Services Australia information page, which doubles as the policy source.

Evidence requirements are explicitly listed in the rule and short:

Two practical tips help. First, when adding a new child to the household (birth, adoption, formal grandparent care arrangement), lodge the dependent_children update through the same FTB-A registration path; once the child is recorded, the per-child $7.30 top-up flows automatically from the next assessment fortnight without a separate Remote Area Allowance step. Second, keep a clear paper trail when children move between carers — the rule reads dependent_children_count on the assessment date, so a transfer of care during a fortnight needs to be reflected in the record promptly to avoid an over- or under-payment.

Read official Remote Area Allowance guidance

Rule-Based Scenarios

Scenario 1: PPS single parent in Alice Springs, two children

Marisol is a single 33-year-old on Parenting Payment Single, living in Alice Springs with her two children aged 4 and 7. Alice Springs is inside Tax Zone A, so lives_in_remote_area is true. Her partner status is single and dependent_children is true. Remote Area Allowance pays $18.20 + 2 × $7.30 = $32.80 per fortnight automatically alongside PPS. Across the year that adds approximately $853 on top of her PPS entitlement.

Scenario 2: JobSeeker single parent in Broome with four children

Khairul is a single father on JobSeeker Payment after a fishing-industry retrenchment, living in Broome with four children aged 3, 6, 9, and 14. JobSeeker is on the qualifying payment list, his recorded address sits inside Tax Zone A, his partner status is single, and dependent_children_count is 4. The supplement pays $18.20 + 4 × $7.30 = $47.40 per fortnight, around $1,232 per year, layered on JobSeeker.

Scenario 3: youngest child ages out, reroutes to no-children single branch

Wairimu is a single 56-year-old on JobSeeker living in Wyndham with one daughter, who has been on JobSeeker's youth-dependent path. The daughter turns 19 and finishes high school, leaving the FTB-A dependent definition. Wairimu's dependent_children flag flips to false and dependent_children_count drops to zero. This rule's fourth gate fails. The system reroutes Wairimu to the no-children single branch at $18.20 flat per fortnight, dropping the $7.30 per-child component.

Scenario 4: grandmother takes on grandchild's primary care

Solveiga is a single 64-year-old on Disability Support Pension living in Cape York. She had been receiving the no-children single supplement at $18.20 per fortnight. Her grandson moves into her full-time care after a family arrangement; she registers as the grandchild's primary carer and the child appears on her customer record as dependent_children = true with dependent_children_count = 1. The rule reroutes her to this single-with-children branch and her supplement steps up to $18.20 + $7.30 = $25.50 per fortnight from the next assessment fortnight.

Common Mistakes

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:

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 a single parent with one child?

$18.20 base plus $7.30 per dependent child equals $25.50 per fortnight from 1 July 2025. Annualised across 26 fortnights, that totals approximately $663 per year on top of the qualifying primary payment.

How does the per-child addition scale with family size?

The per_child_addition of $7.30 is multiplied by dependent_children_count and added to the $18.20 base. Two children produce $32.80 per fortnight; three children produce $40.10; four children produce $47.40; five children produce $54.70. The scaling is linear with no built-in cap.

What primary payments are most common alongside this rule?

Parenting Payment Single is the most common pairing for single parents with young children, followed by JobSeeker Payment for single parents whose youngest child is aged 14 or older. Disability Support Pension and Carer Payment also frequently appear when a single parent has additional disability or caring responsibilities.

Is the supplement counted in adjusted taxable income?

No. Remote Area Allowance is non-taxable and is not counted in adjusted taxable income for FTB Part A reconciliation. The $18.20 base and per-child top-up are treated as small geographic-equity supplements rather than as wage-equivalent income.

What happens when a single parent re-partners?

The rule's partner_status = single gate fails. The system reroutes the recipient to the partnered sibling rule, where each partner receives $15.60 per fortnight if both are on qualifying primary payments, and the per-child top-up moves to whichever partner carries the children. The total household supplement may rise or fall depending on whether the new partner is on a qualifying payment.

How does the rule interact with shared-care arrangements?

The dependent_children_count read from the customer record reflects who Services Australia recognises as the primary carer for FTB purposes. In shared-care cases the percentage of care recorded for FTB-A determines how dependent children appear, and the Remote Area Allowance per-child top-up follows the same record. Both parents in a shared arrangement may not each receive the per-child component on the same child.

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.