Disability Support Pension - couple (each)

This page is a direct rule-based guide for AU_FEDERAL_DISABILITY_SUPPORT_PENSION_COUPLE (rule version 2025-26, effective 1 July 2025). It explains how the partnered branch of the DSP cluster pays $905.20 per fortnight to each member, how the combined income test starts taper above $372 at 25 cents per dollar, why couple asset cut-offs sit at $1,085,000 and $1,343,000, and what happens when a partner moves into respite or aged care.

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 older; you have not yet reached Age Pension age; your residency status is Australian citizen, permanent resident, or special category visa; you live in Australia; your relationship status is partnered; your special living arrangement is not separated by illness, respite or prison; your disability or illness is confirmed; you pass the work capacity assessment; and combined assets are below $1,085,000 for homeowners or $1,343,000 for non-homeowners.

You are blocked when you are currently receiving Age Pension or JobSeeker Payment. The exclude block protects against running two primary income support streams for the same person at once.

Rate logic summary: the amount block is a fortnightly formula. Base is $905.20 per fortnight to each partner. When combined fortnightly income exceeds the $372 free area, each partner's payment reduces by 25 cents per extra dollar of combined income, with a hard floor at $0.

What Is This Payment?

The Disability Support Pension couple rate is tagged in the rule database as a monetary primary federal benefit in the Disability Support Pension cluster. The entitlement scope is per person and ongoing. Although the cluster header reads "couple", the rule pays each eligible partner separately at the partnered rate; it is not a single household payment split in two. That structure means a couple where only one partner has a confirmed disability sees only one DSP entitlement, not two.

The administering body is Services Australia. The intake routes match the single rule: an online claim through myGov plus a service centre option, with a Disability Medical Assessment and clinical evidence layered into the decision. Because the partnered rule must collect partner identity, partner income and joint asset data, the evidence list adds partner_details to the standard medical and asset documentation.

The couple rule is one of three siblings in the cluster: it pairs with the single rule on one side and the illness-separated branch on the other. The illness-separated branch matters here because a partnered DSP recipient whose partner moves into permanent aged care, hospital or prison no longer fits this rule. Their special living arrangement flips and they cross over to the illness-separated branch with the higher single rate. That switch is enforced inside this rule by the explicit special_living_arrangement != separated_by_illness_respite_or_prison condition.

How Much Can You Get?

The amount block is defined as a formula paid fortnightly to each partner. Base is $905.20 per fortnight. The rule note records the breakdown as basic $829.40 plus pension supplement $65.20 plus energy supplement $10.60, sourced from the March 2026 Services Australia rate page. The figure tracks the Age Pension couple rate by design.

Before any income reduction, the per-partner base translates to about $23,535.20 per year across 26 fortnights. For a couple where both partners qualify, the household entitlement is double that, around $47,070.40 per year, before testing. The output display period is yearly, but the assessment runs on fortnightly numbers.

Income reduction mode is cumulative with one step. When combined_income_fortnightly exceeds $372, each partner's payment reduces by $0.25 for every extra dollar of combined income. The 25 cent rate is half of the single 50 cent rate because the taper applies to combined income across two members; the household effectively still loses 50 cents per dollar of combined income above the threshold, just split across both pensions.

The amount floor cap is minimum $0. There is no negative payout. With a 25 cent per dollar taper from $372 of combined income, a couple's per-partner payment cuts out at roughly $4,392.80 per fortnight of combined assessable income, again before Work Bonus credits.

To audit any estimate, follow this five-step recipe: first confirm the per-partner base of $905.20; second compute combined assessable excess as combined fortnightly income minus $372; third multiply the excess by 0.25; fourth subtract that reduction from the per-partner base; fifth apply the minimum cap at zero. The order maps directly to amount.base, income_reductions.steps[0].start_threshold, income_reductions.steps[0].rate, and caps.min in the YAML.

The rule stores empty multiplier, empty reduces_if, and empty date_windows, so no extra factors slide on top of the base. For couples where only one partner qualifies medically, the partnered rate still applies because the rule is keyed to the claimant's relationship status, not to whether both partners are receiving DSP.

Eligibility Conditions

The eligibility block is an all set, so every item must pass; the nested any branch on assets is satisfied if either the homeowner side or the non-homeowner side holds.

  1. Working-age floor: age >= 16.
  2. Working-age ceiling: meets_age_pension_age = false. Reaching Age Pension age routes the claim to the Age Pension couple rule.
  3. Residency status: in australian_citizen, permanent_resident, or special_category_visa.
  4. Presence: living_in_australia = true.
  5. Relationship status: partner_status = partnered.
  6. Cohabitation gate: special_living_arrangement != separated_by_illness_respite_or_prison. Couples physically separated for a qualifying reason move to the illness-separated branch.
  7. Medical gate: disability_or_illness_confirmed = true. The disability must be permanent and prevent working 15 or more hours per week for the next two years.
  8. Work capacity assessment: work_capacity_assessment_met = true. Confirmed by a Disability Medical Assessment or Job Capacity Assessment.
  9. Asset gate: homeowner couple with assets_total < 1085000, or non-homeowner couple with assets_total < 1343000. The asset variable is combined household assets, not per-partner.

Required fields for evaluation include age, residency status, partner status, special living arrangement, disability or illness confirmation, work capacity assessment outcome, total assets, homeowner status and living-in-Australia status. Combined fortnightly income is captured for the income test but not listed as a required field because the test is performed in the amount block rather than in the eligibility gate.

The exclude block lists Age Pension and JobSeeker Payment; receiving either of those blocks the DSP couple path. Parenting Payment Single is not on the exclude list for the couple rule because PPS is a single-only payment by definition and therefore mutually impossible alongside partner_status = partnered.

The cohabitation gate is the structural difference between this rule and the illness-separated branch. If a partnered claimant's spouse is admitted to a hospital, residential aged care facility or prison for an extended period, Services Australia switches the pension rate based on the same legal marriage but a different physical living arrangement. The gate keeps the two branches mutually exclusive.

How To Apply

Application metadata defines two channels: online and service centre. The online claim path through myGov is the typical route. Service centre is used when documents need uploading with assistance or when the partner needs to attend in person.

Evidence requirements explicitly listed in the rule include a partner-specific item:

Two practical considerations matter. First, partner income should be reported on the claim even if the partner is not also claiming DSP, because the income test runs on combined fortnightly income. Second, joint assets must be reported jointly: shared bank accounts, jointly held investments, the family home (excluded from the asset test as principal place of residence), and any rental property held in either name should be aggregated before checking the cut-off branch.

Lodge a DSP couple claim through Services Australia

Rule-Based Scenarios

Scenario 1: full rate, modest combined income

Margaret and her partner are both 58. Margaret has a confirmed permanent disability and her partner does not. They are homeowners with combined assets of $640,000 and combined fortnightly income of $300 from a small share portfolio. Because $300 sits below the $372 free area, no taper applies. Margaret receives the full $905.20 per fortnight. Her partner does not get DSP because he does not pass the medical gate.

Scenario 2: partial taper, both partners qualify

Grace and her husband both pass the medical and work capacity gates. They are non-homeowners with combined assets of $720,000. Their combined fortnightly income from passive sources is $880. Excess above $372 is $508. Reduction is $508 multiplied by 0.25, equal to $127. Each partner's estimated DSP is $905.20 minus $127, equal to $778.20 per fortnight, around $20,233.20 per year per partner. Household entitlement totals roughly $40,466.40 annually.

Scenario 3: blocked by asset test

Bruce is 55, homeowner, partnered. Both partners pass the medical assessment. Their combined non-home assets total $1,140,000, comfortably above the homeowner couple cut-off of $1,085,000. The asset gate fails on the strict less-than test and DSP is not payable. They explore selling investment property to bring combined assets under $1,085,000, while reviewing whether short-term Age Pension equivalence at retirement age might align better with their planning.

Scenario 4: switch to illness-separated branch

Cameron is 63, partnered, with a confirmed disability. His wife is admitted to a residential aged care facility. The cohabitation gate special_living_arrangement != separated_by_illness_respite_or_prison now fails for this rule. Cameron's claim is moved to the illness-separated branch, where the rate jumps from $905.20 to $1,200.90 per fortnight per partner because both partners can be paid at the higher single rate while remaining legally married.

Common Mistakes

Related Benefits

The conflicts list and affects list in this rule define interaction behaviour with neighbouring federal payments. Use these links to navigate the surrounding rules in the typical disability income support journey for couples.

Frequently Asked Questions

How is the $905.20 per fortnight rate composed?

Basic component $829.40 plus pension supplement $65.20 plus energy supplement $10.60. The total of $905.20 matches the Age Pension couple rate from March 2026 and tracks the same indexation cycle.

Why is the couple taper rate 25 cents instead of 50 cents?

The taper rate of 25 cents per dollar applies to combined income, while the single 50 cent rate applies to the single's own income. Because the couple test halves the rate but doubles the income base, the household ends up losing the same 50 cents per dollar of combined income above $372.

What if my partner has not reached Age Pension age either?

Partner age is irrelevant to this rule. Only the claimant's age and Age Pension age status are tested. If both partners qualify medically, both can claim under this rule simultaneously and each receive $905.20 per fortnight.

Can the family home be counted in the asset cut-off?

No. The principal place of residence is excluded from the asset test for both pension-type and allowance-type payments. The $1,085,000 homeowner threshold and $1,343,000 non-homeowner threshold apply to combined non-home assets.

What happens if my partner starts receiving JobSeeker?

The partner's JobSeeker is fine for this rule's income test path; combined income simply rises by the JobSeeker amount. What blocks DSP is the claimant receiving JobSeeker themselves, because that sits in this rule's exclude list as overlapping income support.

Does compensation affect my DSP commencement date?

Yes, indirectly. Workers compensation lump sums create a Centrelink-calculated preclusion period before DSP starts, even though the rule's eligibility block does not encode that period explicitly. The preclusion period sits in the surrounding policy and can delay first payment by months after grant.

Do I need to lodge a fresh claim if my partner gets sick later?

You do not relodge the DSP claim, but you must report the changed special living arrangement promptly. Once the partner enters permanent respite, hospital or aged care, Services Australia transfers the entitlement to the illness-separated branch which lifts the rate from $905.20 to $1,200.90 per fortnight.

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.