Methodology & sources

How the Seniors Health Card calculator works

The income limits it uses, where each comes from, how an account-based pension is treated, and — just as importantly — what it deliberately does not check. Published so the result can be verified rather than trusted.

Income limits effective 2025-09-20 to 2026-09-19. Reviewed each 20 September.

Content reviewed by Theodore Karoumbalis (Authorised Representative No. 1237098) on 21 August 2026.

The short version

The Commonwealth Seniors Health Card has one test and no assets test. You either meet the income limit or you do not — there is no part entitlement, no taper, and no partial card. That single fact makes it structurally different from the Age Pension, and it is why a retiree who fails the Age Pension assets test can very often still hold this card.

Assessed income is adjusted taxable income plus deemed income from account-based income streams. The deeming is where nearly all the difficulty lives.

Formulas

1. The income limit

limit = base_limit(status) + children x per_child_amount

Services Australia publishes three base limits. They are not independent figures: the couple limit is exactly 1.6× the single limit, and the illness-separated limit is exactly it. The calculator asserts both relationships at test time, so a mistyped figure fails rather than quietly shifting someone’s eligibility.

2. Deemed income from an account-based pension

Centrelink does not count what you actually draw. It assumes a return on the balance, using the same deeming rates and thresholds as the Age Pension — they are one set of rules, not a card-specific pair.

deemed_annual = min(balance, threshold) x lower_rate + max(0, balance - threshold) x upper_rate

The threshold is the single threshold for a single person and the combined pensioner-couple threshold for a couple.

3. Assessed income and the test

assessed = adjusted_taxable_income + deemed_annual eligible = assessed < limit

Note the strict inequality. Services Australia states the income “must be less than” the limit, so income exactly equal to the limit does not qualify. The calculator is tested at that boundary to the dollar.

The grandfathering rule — the single biggest swing on this page

An account-based income stream is only deemed if one of these is true:

  • you bought or changed it on or after 1 January 2015; or
  • you own it and your card was granted after 31 December 2014; or
  • your partner owns it and they are 60 or older.

A genuinely grandfathered pre-2015 stream is not deemed at all. Its actual drawdown is already inside taxable income, so adding a deemed amount would double-count it — which is why the calculator adds nothing in that case rather than adding the drawdown.

The practical consequence is severe: switching super funds, even to a demonstrably better product, generally ends the exemption permanently. On a $900,000 balance that is roughly $27,900 a year of newly assessed income — on a limit of about $101,000, enough to end eligibility outright. The calculator shows you both outcomes side by side for exactly this reason.

Figures used, with sources

Each figure is verified against the primary source shown and carries its own effective dates. This table is generated from the same source the calculator reads, so it cannot drift out of step with the tool.

Figures used by the Seniors Health Card calculator. Generated 2026-08-31 from the verified source document.
FigureValueEffectiveSource
Deeming rate — lower 1.25% 2026-03-20 → 2026-09-19 servicesaustralia.gov.au
Deeming rate — upper 3.25% 2026-03-20 → 2026-09-19 servicesaustralia.gov.au
Deeming threshold — single $66,800 2026-07-01 → 2026-09-19 servicesaustralia.gov.au
Deeming threshold — pensioner couple combined $110,600 2026-07-01 → 2026-09-19 servicesaustralia.gov.au
Commonwealth Seniors Health Card - income limit, single, per year $101,105.00 2025-09-20 → 2026-09-19 servicesaustralia.gov.au
Commonwealth Seniors Health Card - income limit, couple combined, per year $161,768.00 2025-09-20 → 2026-09-19 servicesaustralia.gov.au
Commonwealth Seniors Health Card - income limit, couple separated by illness, respite care or prison, combined, per year $202,210.00 2025-09-20 → 2026-09-19 servicesaustralia.gov.au
Commonwealth Seniors Health Card - added to the income limit for each dependent child $639.60 2025-09-20 → 2026-09-19 servicesaustralia.gov.au

The income limits are reviewed on 20 September each year in line with the CPI. That is a different cycle from Age Pension payment rates, which change on 20 March and 20 September, and from the pension free areas, which Services Australia reviews in March, July and September. Do not assume one update covers the others.

What is deliberately not checked

How this is checked

Because the test is a cliff rather than a taper, the meaningful assertion is the boundary. For each of the three statuses the test suite binary-searches the first dollar of assessed income at which eligibility is lost, and requires it to equal the published limit exactly. It also asserts the published relationships between the three limits, the strict “less than” inequality at the boundary, and that a five-million-dollar asset position changes nothing — a direct guard against the assets test leaking in from the Age Pension engine.

Privacy

The calculation runs entirely in the visitor’s browser. Nothing entered is transmitted, stored or emailed — there is no form submission and no server call. Anonymous analytics record that the tool was used, the relationship status and the result category; they never record the amounts entered.

Citing this calculator

Journalists, researchers and advisers are welcome to cite or link to this tool. Please cite the methodology page rather than the calculator itself, so readers can see the assumptions.

iAdvice Technology Pty Ltd (2026). Commonwealth Seniors Health Card Calculator — Methodology and Sources. https://www.iadvice.net.au/health-card-calculator-methodology.html

If a figure here looks wrong, please tell us at support@iadvice.net.au — corrections are made at source and flow through to the tool on the next build.