Youth Allowance (student) - independent, single, no dependent child

This page is a direct rule-based guide for AU_FEDERAL_YA_STUDENT_INDEPENDENT_SINGLE_NO_CHILD (rule version 2025-26, effective 1 January 2026). It explains how an independent full-time student aged 16 to 24 with no dependent child qualifies for the $677.20 fortnightly base, why the parental means test does not apply once the independence flag is set, how the single-step income taper at $539 with a 50 cent rate works, and which neighbouring rules (AUSTUDY, partnered YA, dependent YA) the recipient eventually transitions through.

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 are aged 16 or over but strictly under 25; your residency status is Australian citizen, permanent resident, special category visa, or other eligible visa; you are physically living in Australia; you are enrolled as a full-time student or apprentice; your independence status has been assessed as independent; your partner status is single; and you have no dependent children. Independence is automatic at age 22, otherwise it is established by self-supporting work history or living-away history.

You are blocked the moment age reaches 25. The excludes block fires on age >= 25, and the conflicts list names AUSTUDY single no child and YA Student independent partnered as the alternate paths. There is no other formal exclusion list because YA Student does not collide with the working-age unemployment payments at age 16-24.

Rate logic summary: base of $677.20 per fortnight, with a personal income free area of $539, then a flat 50 cent reduction in the dollar above the threshold, with a floor cap at $0. There is no asset test inside this rule and no parental income test because independence has already been satisfied.

What Is This Payment?

Youth Allowance for students is the federal income support for full-time students aged 16 to 24, paid through Centrelink alongside any HECS-HELP arrangement at the education provider. In the rule database it is tagged as a monetary primary Federal benefit in the Youth Allowance cluster. Tags on this rule include students, youth, centrelink, independent, and single. The entitlement scope is per person and ongoing across an academic year, with reporting each fortnight.

The administering body is Services Australia. The standard intake channels are the Centrelink online account inside myGov and a service centre visit. Phone claims are not encoded in this rule's application_meta.channels because most YA Student claims require electronic submission of enrolment confirmation from the education provider, which is faster online. Once granted, payment lands fortnightly and runs continuously across semester breaks, with study load checked at each rollover.

Within the eight-rule Youth Allowance cluster this is the rule for the cleanest independent case: single, no dependent children, full-time study confirmed, and the independence flag already set so that parental income does not enter the assessment. The dependent variants of YA Student (under-18 at home, under-18 away, 18-plus at home, 18-plus away) all carry a parental means test and use materially different bases. The lifecycle exit is the age-25 boundary: at that point the rule excludes itself, and continuing students typically claim AUSTUDY single no child, which uses the same $677.20 base but moves the case onto a different rule track that no longer carries the under-25 youth framing.

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 January 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 rule output display period is yearly, but the assessment mechanics operate fortnightly with reporting every two weeks.

The income test runs in a single cumulative step. Personal income up to $539 per fortnight is free. Above that threshold, every extra dollar reduces the payment by 50 cents. There is no second band because YA Student does not split a higher rate above an upper threshold the way JobSeeker does. The cumulative mode in this rule has only one step entry, so the calculation is mechanically simpler than the two-tier JobSeeker taper.

A worked example: at fortnightly personal income of $800, the excess above $539 is $261, and 50 percent of that excess is $130.50. The estimated YA Student amount becomes $677.20 minus $130.50, equal to $546.70 per fortnight. At fortnightly income of $1,200 the excess is $661, the reduction is $330.50, and the payment falls to $346.70. The cut-out point happens when 50 percent of (income minus $539) equals $677.20, which solves to a fortnightly income cliff at $1,893.40. Above that earnings level the formula returns zero.

The amount floor cap is minimum $0. There is no negative payout path. If the excess-times-rate equals or exceeds the base, the estimated YA amount for that reporting fortnight is zero, and the payment for that period does not flow. The Student Income Bank mechanism administered by Services Australia outside this YAML can carry forward unused free area between fortnights up to a $13,022 lifetime cap, smoothing the income test for students with irregular pay across the academic year.

You can audit any estimate with a four-step recipe matching the YAML structure. First, confirm the base of $677.20. Second, compute the assessable excess as max(income_fortnightly minus 539, 0). Third, multiply the excess by 0.5 to produce the reduction. Fourth, subtract from the base and clamp at zero. This is the exact order implied by the single income reduction step, the $539 threshold, the 0.5 rate, and the caps.min of zero.

The rule stores an empty multiplier, empty reduces_if, and empty date_windows, which means no extra multiplicative factors, conditional penalties, or date-sliced formula branches apply at this rule layer. Pharmaceutical Allowance, Energy Supplement, and the Student Start-up Loan are administered by Services Australia outside this rule's amount object: a Start-up Loan is a separate optional program with its own opt-in and repayment treatment under the HELP framework.

Eligibility Conditions

The eligibility block is an all set, so every item must pass. The excludes block adds an upper-bound knock-out.

  1. Age floor: age >= 16. People under 16 are routed to family payments rather than personal income support; YA Student starts at 16 to align with senior-secondary entry.
  2. Age ceiling for entry: age < 25. Strict less-than. A student who turns 25 exits this rule even mid-semester; AUSTUDY single no child takes over.
  3. Residency status: residency_status in [australian_citizen, permanent_resident, special_category_visa, other_eligible_visa]. Bridging visas and student visas are not in scope.
  4. Presence: living_in_australia = true. YA Student is generally not portable; brief approved overseas study trips are administered separately.
  5. Study load: full_time_student_or_apprentice = true. Course load must meet the institution's full-time threshold (typically 75 percent of standard load) or qualify under approved part-time concession rules administered outside the YAML.
  6. Independence flag: ya_independence_status = independent. Automatic at age 22 or over; under 22 the standard tests are 18 months self-supporting work in any 24-month window, 14 months living away from the parental home as self-supporting, marriage or de facto, or qualifying parental-relationship-breakdown findings.
  7. Partner status: partner_status = single. Partnered students route to the YA Student independent partnered rule with the same $677.20 base but a partner income test layered on.
  8. Children: dependent_children = false. Single students with a dependent child route to the YA Student independent single with child rule paying $854.20 base.

Required fields for assessment are explicit in this rule: age, residency status, independence status, partner status, dependent children flag, full-time study flag, fortnightly personal income, and presence flag. Notably, parental_income_annual is NOT required here, because the independence flag bypasses the parental means test entirely. That field is required only for the dependent YA variants.

The exclude block fires on age >= 25. There is no payment-name exclusion list at this rule, which is unusual for the Youth Allowance cluster: working-age payments such as JobSeeker do not collide because they share an under-22 versus 22-and-over partition, and the conflicts list rather than the excludes list is what guards the AUSTUDY and partnered branches.

The conflicts list names AUSTUDY single no child and YA Student independent partnered. Those two rules describe destination paths rather than blocks: AUSTUDY for age 25 and over still studying, and the partnered rule once the student moves into a registered de facto or marriage status. Treat the conflicts as routing signals, not as hard rejections.

How To Apply

Application metadata defines two channels: online and service centre. The online channel through myGov is the dominant path because the enrolment confirmation step requires uploading a current institution document, which is faster as a digital file. Phone claims are not enabled because the independence-evidence collection (work history, living-away history, or relationship findings) requires document review that cannot be conducted entirely by phone.

Evidence requirements are explicitly listed in the rule and should be prepared in advance:

Two practical tips help reduce surprises. First, lodge the YA Student claim before semester starts rather than after grades issue. The system can grant payment from the enrolment start date if the claim is lodged within 13 weeks of that date, but a late lodgement loses the early back-pay window for any weeks already passed. Second, the independence test is assessed once and then re-tested only when something changes (relationship status, return to parental home, or a parental-relationship-breakdown reversal). Keep tenancy and employer records on file even after the initial grant, because subsequent reviews can request them retrospectively.

Lodge your YA Student claim through myGov

Rule-Based Scenarios

Scenario 1: full base on automatic 22-plus independence

Eitan is 23, single, no children, an Australian citizen enrolled in a full-time honours year. He works occasional weekend shifts that produce $400 per fortnight. Because he is 22 or over, the independence flag is automatic without needing employment history evidence. His personal income of $400 sits below the $539 free area, so the income test does not trigger. The rule pays the full base of $677.20 per fortnight, equal to about $17,607.20 per year. The Health Care Card auto-issues alongside the first payment, and Commonwealth Rent Assistance for a single recipient with no children is enabled if his rent meets the threshold.

Scenario 2: partial reduction with substantial part-time work

Coralie is 20, single, no children, enrolled full-time in a TAFE diploma. She established independence at 19 through 18 months of self-supporting cafe work documented by employer letters. She now works 25 hours a week earning $1,000 per fortnight. The excess above $539 is $461, and 50 percent of that is $230.50. Estimated YA is $446.70 per fortnight, on top of which she keeps her wage of $1,000. The Student Income Bank can carry her forward through quieter teaching weeks when shifts dry up.

Scenario 3: cliff to zero on summer full-time work

Genevieve is 22, single, no children, enrolled full-time. Over the summer trimester she picks up a temporary engineering placement paying $2,200 per fortnight. The excess above $539 is $1,661, and 50 percent of that is $830.50, which exceeds the $677.20 base. The minimum cap fires and her estimated YA for those fortnights is $0. Eligibility otherwise remains intact, so when teaching weeks resume and pay returns to under $539, the payment restarts without a fresh claim.

Scenario 4: knocked out by the age-25 cliff

Hiroshi is 24 turning 25 mid-year. He is single, no children, enrolled full-time in a Masters program. On his 25th birthday the excludes test age >= 25 fires and YA Student stops. Hiroshi lodges an AUSTUDY single no child claim within the same fortnight; AUSTUDY uses the same base of $677.20 but is filed under a different rule path that no longer carries the youth-bracket framing or the independence flag.

Common Mistakes

Related Benefits

The conflicts list and affects list in this rule define interaction behaviour with other federal payments. Use these links to navigate the surrounding rules in the student income support stack.

Frequently Asked Questions

What is the exact fortnightly base for independent single YA Student with no children?

$677.20 per fortnight, recorded against the January 2026 Services Australia rate page screenshot. Annualised across 26 fortnights, that is approximately $17,607.20 per year before income reduction. The figure is the same as the partnered YA Student rate but lower than the with-child variant of $854.20.

At what fortnightly earnings does YA Student cut out completely?

About $1,893.40 per fortnight. The single-step formula reduces payment by 50 cents on every dollar above $539. The reduction equals the $677.20 base when fortnightly income reaches $1,893.40 ($539 free area plus $677.20 divided by 0.5 equals $1,893.40).

Why is there no asset test on this rule?

The YAML eligibility block does not include an assets_total condition. Youth Allowance Student is administered with no formal asset cap inside the rule object; assessable assets that produce deemed income do flow through the income test, but a high savings balance does not in itself disqualify a claim the way it does under JobSeeker.

Does this rule require parental income evidence?

No. The independence flag at ya_independence_status = independent waives the parental means test entirely. That is why the dependent variants of YA Student carry a separate parental_income_annual required field while this rule does not. Independence is automatic at age 22 or established earlier through the work-history or living-away tests.

Can I keep working part-time and still receive YA Student?

Yes, up to a fortnightly earnings level around $1,893.40. Below $539 the full base of $677.20 is paid. Above $539 there is a 50 cent reduction in the dollar until the payment reduces to the floor cap of $0. The Student Income Bank carry-forward smooths irregular pay across the academic year.

What concession card does a YA Student recipient receive?

A Health Care Card (HCC). The affects list records auto-inclusion. The PCC is not issued because YA Student is allowance-type rather than pension-type. The HCC unlocks PBS scripts at the concessional fee and supports bulk-billing access at participating GP practices.

What happens if I drop to part-time enrolment?

The eligibility test full_time_student_or_apprentice = true fails and the rule returns not eligible. Approved part-time concessions apply in narrow circumstances (medical, carer, or institutional study-load constraints), but they sit outside the YAML and require a Centrelink case officer review before they restore eligibility under this rule.

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.