Youth Allowance (job seeker) - independent or living away from home
This page is a direct rule-based guide for AU_FEDERAL_YA_JOBSEEKER_INDEPENDENT (rule version 2025-26, effective 1 July 2025). It explains the $677.20 fortnightly base for a 16-21 year old job seeker who has been recorded as independent (or who lives away from the parental home), the personal income taper, why parental means tests no longer apply, the independence-evidence pathway, and how this rule enables Commonwealth Rent Assistance.
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 conditions are true: you are aged between 16 and 21 inclusive (so age >= 16 and age <= 21); your residency status is Australian citizen, permanent resident, special category visa, or other eligible visa; you are physically living in Australia; you are not in full-time study or apprenticeship; and your YA independence status is independent.
You are blocked when you are still classified as dependent and living at home (route to one of the dependent at-home rules), when you have started full-time study (route to YA student independent), or when you have turned 22 (route to JobSeeker). The exclude block is empty; routing is enforced by the independence flag, the age window and the study flag.
Rate logic summary: base of $677.20 per fortnight, with a personal income free area at $150, a 50 cent taper between $150 and $256, then a 60 cent taper above $256, with a floor cap at $0. The parental income test is waived because independence has been recognised.
What Is This Payment?
This rule is the higher-base path within the Youth Allowance job-seeker stream, intended for under-22 claimants who already shoulder direct living costs. In the rule database it is tagged as a monetary primary Federal benefit in the Youth Allowance cluster. Tags include unemployment, youth, centrelink, independent, and job_seeker. The entitlement scope is per person and ongoing; reporting and assessment run on a fortnightly cycle.
The administering body is Services Australia. Intake channels are the Centrelink online account inside myGov and the in-person service centre. Independence triggers most often surface during the original claim, but a dependent claimant can switch onto this rule mid-cycle by lodging an Update of Independence Status when a qualifying event happens (such as completing the work-history threshold or moving out of home permanently).
Within the YA cluster this rule pays the highest base ($677.20 per fortnight). The two dependent at-home variants pay $418.90 (under 18) and $482.40 (18 plus). The premium reflects rent, food, transport and utility costs that the independent or away claimant covers directly. The lifecycle exit happens at age 22 to JobSeeker Payment, which keeps the same income-test structure but uses a higher single base of $808.70 because the JobSeeker rules are designed for full working-age applicants rather than the youth cohort.
How Much Can You Get?
The amount block is defined as a formula paid fortnightly. Base is $677.20 per fortnight. The rule note records this as the 20 March 2026 official value confirmed against the Services Australia rate page screenshot. Annualised across 26 fortnights, the unreduced figure equals about $17,607.20 per year. The display period is yearly even though assessment is fortnightly.
The personal income test runs in two cumulative steps that act on the claimant's income_fortnightly field. The first step taps in at $150: every dollar between $150 and $256 reduces the payment by 50 cents (maximum reduction in band one is $53.00). The second step taps in at $256 and applies a 60 cent reduction above that level. Both bands stack. The same thresholds and rates appear on every YA job-seeker variant and on the JobSeeker rules at age 22 plus, so a claimant who transitions through the YA stream and then onto JobSeeker sees a consistent earnings logic; only the base changes.
Worked example: claimant earns $500 per fortnight from a casual hospitality role. Band one applies $53.00 to the $106 between $150 and $256. Band two applies 60 percent of $244 ($500 minus $256), equal to $146.40. Total reduction is $199.40. The estimated YA payment is $477.80 per fortnight, on top of which the claimant keeps the $500 wage. The cut-out point on personal earnings alone happens at about $1,293 per fortnight: $53.00 from band one plus 60 cents on the next $1,037 ($1,293 minus $256) sums to $675.20, just under the $677.20 base.
The amount floor cap is minimum $0. The rule stores empty multiplier, empty reduces_if, and empty date_windows. Crucially, because ya_independence_status = independent is the gate, the parental income test does not apply, and there is no separate parental preprocessing step layered on top. The personal income test is therefore the only formula component that reduces the payment.
You can audit any estimate with a five-step recipe: confirm the base of $677.20; compute band-one reduction as 0.5 * (min(income, 256) - 150) when income exceeds $150; compute band-two reduction as 0.6 * max(income - 256, 0); sum the reductions; subtract from base and clamp at zero. This yields the YAML output directly with no parental layer.
Eligibility Conditions
The eligibility block is an all set, so every item must pass.
- Age floor (16):
age >= 16. Below 16 the school-attendance pathway and Family Tax Benefit are the main supports. - Age ceiling (21 inclusive):
age <= 21. From the 22nd birthday the case routes to JobSeeker Payment. - Residency status:
residency_status in [australian_citizen, permanent_resident, special_category_visa, other_eligible_visa]. Bridging visas and most temporary visas are not in scope. - Presence:
living_in_australia = true. Brief overseas absence is administered separately. - Not in full-time study:
full_time_student_or_apprentice = false. Full-time students with independent status route to the YA student independent variants instead. - Independent classification:
ya_independence_status = independent. This is the routing gate. Any of the qualifying triggers (work history, partnered, child in care, unreasonable-to-live-at-home) flips the field to independent.
Required fields for assessment are: age, residency status, YA independence status, full-time-student-or-apprentice flag, fortnightly income, and living-in-Australia status. Note that living_away_from_home is not required for this rule because once ya_independence_status = independent, the away-from-home dimension is absorbed; an independent claimant qualifies whether they live with parents (rare) or away.
The exclude block is empty (excludes.any: []). The conflicts list names three sibling rules that cannot match alongside this one in the same evaluation pass: JobSeeker single no-child (the post-22 destination), YA job seeker dependent under-18 at home, and YA job seeker dependent 18-plus at home. Routing logic ensures only one of the four matches per claimant per assessment.
One consideration unique to this rule: independence is recorded on the Centrelink customer record and is sticky. Once recognised, it carries forward to subsequent claims (including a future YA student claim or a Carer Payment claim) without needing fresh evidence each time, so the upfront effort to establish independence pays off across multiple later interactions.
How To Apply
Application metadata defines two channels: online and service centre. The online claim through myGov is fastest provided the independence-evidence documents have been gathered before lodgement. Service centre lodgement is preferred when the unreasonable-to-live-at-home pathway is being claimed, because that determination usually requires a structured conversation with a social worker that is faster to arrange in person.
Evidence requirements are explicitly listed in the rule:
- identity document (driver licence, passport, or Centrelink-recognised proof-of-identity combination)
- tax file number
- Job Seeker Snapshot, completed online inside the claim flow
- independence evidence (work-history payslips, marriage certificate, child birth certificate, or social worker assessment depending on the pathway)
Two practical tips help with this rule. First, gather independence evidence before lodging rather than after. Each independence pathway has a different document set: work-history requires payslips that show roughly 30 hours per week for at least 18 months in the past 2 years; partnered requires a marriage certificate or evidence of a registered de facto relationship; child-in-care requires a birth certificate; unreasonable-to-live-at-home requires a Centrelink social worker assessment. Lodging without evidence delays the decision. Second, link Commonwealth Rent Assistance during the claim flow when renting privately, because the affects list records that this YA rule enables CRA.
Rule-Based Scenarios
Scenario 1: full base, away from home, no earnings
Talia is 19, an Australian citizen, has moved out of the parental home into a shared rental, and lost her job two months ago. Centrelink has recorded her as independent under the work-history pathway after she completed 19 months of full-time work. She has no current personal earnings. The rule pays the full base of $677.20 per fortnight, equal to about $17,607.20 per year. Commonwealth Rent Assistance is enabled by the affects list and adds further support once her rent receipt is linked, plus an auto-issued Health Care Card.
Scenario 2: middle-band reduction with strong casual earnings
Hamish is 21, independent, sharing a rental in a regional town, working casual labouring at $500 per fortnight. Band one reduces the payment by $53.00. Band two reduces it by 60 percent of $244 ($500 minus $256), equal to $146.40. Total reduction is $199.40. The YA estimate is $477.80 per fortnight. He keeps the $500 wage on top, and CRA tops up the cash for the rented share house.
Scenario 3: blocked by full-time study
Eloise is 20, independent, lives in a student share house, and has just enrolled in a full-time university degree. The eligibility check at full_time_student_or_apprentice = false fails because the field is true. This job-seeker rule is not payable; the case routes to the YA student independent single no-child rule, which uses a different earnings concession structure (the Working Credit and the Income Bank both apply) tailored to study commitments.
Scenario 4: still recorded as dependent
Bilal is 18, has just moved out of the family home into a private rental but has not yet supplied independence evidence to Centrelink. The eligibility check at ya_independence_status = independent fails because the field still records dependent. This rule is not payable until the independence determination is processed. In the meantime the case routes to the YA dependent 18-plus at-home rule with a base of $482.40 per fortnight, even though he is physically away from home, because the YAML routing depends on the recorded status rather than physical address.
Common Mistakes
- Independence assumed from address change alone: moving out of the parental home does not automatically flip
ya_independence_statusto independent. The status is updated by Centrelink only after the supporting evidence (work history, marriage certificate, child birth certificate, or social worker assessment) is processed. Moving without lodging evidence keeps the case on the dependent at-home rule. - Work-history threshold misread as 12 months: assuming the work-history independence pathway requires only 12 months of paid work. The Centrelink rule requires roughly 30 hours per week for at least 18 months in the past 2 years (or equivalent total earnings). A 12-month run does not qualify on its own.
- Lodging an independence claim without payslips: applying through the work-history pathway without supplying the payslips that show actual hours per week. Centrelink will request the document set, and the claim sits in pending status until the evidence arrives. The retrospective grant date is the lodgement date, not the date evidence was supplied.
- CRA assumed to be automatic: believing Commonwealth Rent Assistance is added automatically once this rule is granted. The affects list says CRA is enabled, not auto-included. The claimant still needs to lodge rent details and a rent certificate or rent receipt before CRA flows. Without that link, the YA payment runs alone at $677.20.
- Overseas absence treated as ongoing residence: a 6-week trip overseas is reported only at year-end. The
living_in_australiafield flips to false during portability-test periods, and YA suspends after a prescribed window. Reporting the absence on time avoids overpayment recovery later. - Dependent partner status mishandled: claiming this rule when partnered with someone whose income is high. Partnered status itself is one of the independence triggers that satisfies
ya_independence_status = independent, so the claim can succeed; however the partner income test still applies as a Services Australia preprocessing layer and can reduce the payment to zero even when personal earnings are nil.
Related Benefits
The conflicts list, the affects list, and the Youth Allowance cluster siblings define how this rule connects to neighbouring federal payments. Use these links to navigate the working-age and youth income support stack.
- Youth Allowance (job seeker) - dependent, under 18, living at home - the alternative path while still classified as dependent and aged under 18; pays $418.90 per fortnight with a parental income test.
- Youth Allowance (job seeker) - dependent, 18 or over, living at home - the alternative path for 18-21 year olds still classified as dependent at home; pays $482.40 per fortnight.
- JobSeeker Payment - single, no dependent child - the destination rule once the claimant turns 22 and ages out of YA; pays $808.70 per fortnight at the same income-taper structure.
- Youth Allowance (student) - independent, single, no dependent child - mutually exclusive route for the same claimant when they enter full-time study; same base, different earnings concession structure.
- Commonwealth Rent Assistance - single, no dependent child - directly enabled through the affects list once this YA rule is active and rent details are linked.
- Health Care Card (HCC) - auto-issued through the affects list, providing PBS and bulk-billing concessions for the duration of the YA payment.
Frequently Asked Questions
What is the exact fortnightly base for an independent or away-from-home YA job seeker?
$677.20 per fortnight, recorded in amount.base and confirmed against the 20 March 2026 Services Australia rate page. Annualised across 26 fortnights this is about $17,607.20 per year. The figure sits between the dependent at-home rates ($418.90 and $482.40) and the JobSeeker single no-child rate ($808.70).
What independence triggers exist?
Four common pathways: work-history (about 30 hours per week of paid work for at least 18 months in the past 2 years, or equivalent total earnings); legal marriage or registered de facto relationship; a dependent child in the claimant's care; and an unreasonable-to-live-at-home determination by a Centrelink social worker. Any single pathway flips ya_independence_status to independent and unlocks this rule.
At what personal income level does the payment cut out?
Around $1,293 per fortnight on personal earnings alone. The cumulative formula sums band one ($53.00 across the $106 between $150 and $256) and band two (60 cents on every dollar above $256). The reduction reaches the $677.20 base when band-two earnings reach about $1,037 above $256.
Does the parental income test apply once independent?
No. The whole point of the independent rule is to waive the parental test. Once ya_independence_status = independent is recorded, only the personal income test runs, plus the partner income test if the claimant is partnered with someone earning above the partner free area threshold.
What happens at age 22?
The eligibility check at age <= 21 stops passing on the 22nd birthday. The case routes to JobSeeker Payment single no-child at a base of $808.70 per fortnight. The income-test bands and rates are identical, so the visible change for the claimant is just the higher base and the new $314,000 asset cut-off that JobSeeker imposes.
How quickly does CRA flow once enabled?
Usually in the next reporting fortnight after rent details are linked to the Centrelink record. CRA is not paid automatically: a rent certificate or copy of the lease must be uploaded, and the rent figure compared against the published CRA threshold. The maximum CRA top-up depends on rent paid and the single-no-child CRA caps.
Does this rule auto-issue any concession card?
Yes. The affects list records that this rule auto-includes the Health Care Card. The card unlocks PBS-discounted prescriptions, bulk-billing GP visits, and a number of state-level concessions. The Pensioner Concession Card is not issued because YA is allowance-type rather than pension-type.
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.