Child Care Subsidy — taper rate (family income $85,279 to $533,280)

This page is a direct rule-based guide for AU_FEDERAL_CCS_TAPER (rule version 2025-26, effective 7 July 2025). It explains the income-driven taper that takes the Child Care Subsidy from 90% down to 0% as combined family income climbs from $85,279 to the upper cutout of $533,280, and how the percentage interacts with hourly rate caps, activity hours, and the higher rate for second children.

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: your residency status is one of Australian citizen, permanent resident, special category visa, or other eligible visa; you are living in Australia; the child is enrolled with an approved child care provider; the child is under 13; and your family annual income is greater than $85,279 and less than $535,279 in the 2025-26 financial year.

You are routed elsewhere when family income is at or below $85,279 (the 90% maximum tier applies instead) or at or above $535,279 (the zero rule applies and no subsidy is paid). The conflicts list points at both the standard 90% rule and the zero rule for this reason.

Rate logic summary: a percentage rule. The base rate starts at 0.9 (90%) at the lower edge and reduces by 0.01 (1 percentage point) for every complete $5,000 of family income above $85,279, with a floor of 0 and a ceiling of 0.9. The dollar subsidy = percentage × min(actual hourly fee, hourly rate cap). Centrelink still withholds 5% for year-end reconciliation.

What Is This Payment?

The Child Care Subsidy taper is the middle-income path inside the federal CCS scheme. In the rule database it is tagged as a monetary primary Federal benefit in the Child Care Subsidy cluster, with monetary_priority set true under ranking_hints. Unlike a flat-rate subsidy, the taper is the structural mechanism that prevents the cliff from a 90% subsidy straight to nothing as a family's earnings rise, replacing a binary cut with a long, smooth slope.

The administering body is Services Australia, with the calculated subsidy paid directly to the approved child care provider rather than into the family's bank account. The provider then bills the gap between the full hourly fee and the subsidised amount. Because the percentage shifts continuously inside this rule, the same family can move along the taper across the year as their income estimate changes, and Centrelink updates the fortnightly subsidy without any new claim form.

This rule sits between the 90% maximum tier and the zero tier. The design intent is to keep child care affordable for families well above the low-income threshold while still tapering support to a small, finite slope rather than a cliff. The entitlement scope is per child and ongoing, so each enrolled child has its own assessment against the same family income figure, and the subsidy continues until the child turns 13 or family income crosses one of the routing edges into a sibling rule.

How Much Can You Get?

The amount block is defined as a percentage with a stepwise rate reduction. The starting base_rate is 0.9 (90%), the start_threshold is $85,279, the step_amount is $5,000, the decrement_per_step is 0.01, and the floor_rate is 0. The amount.caps record sets max 0.9 and min 0.

The exact percentage formula written into the rule note is:

Worked through the slope, the percentage drops in clean 1-point steps:

The percentage then multiplies the lesser of the actual hourly fee and the hourly rate cap by service type. Worked example: a family on $150,000 income uses centre-based day care at $14.63 per hour for 50 hours per fortnight. Step count = floor((150,000 − 85,279) / 5,000) = floor(12.94) = 12 steps, so percentage = 0.90 − 0.12 = 0.78 (78%). Subsidy = 0.78 × $14.63 × 50 = $570.57 per fortnight. Centrelink pays the provider 95% of $570.57 = $542.04 ongoing and withholds 5% ($28.53) for year-end reconciliation. The family pays the gap of about $159.93 per fortnight.

Two structural details deserve attention. First, the floor function means partial steps do not count: $89,000 still earns 90% because (89,000 − 85,279) / 5,000 = 0.74 floors to 0 steps. Second, although rate_reductions lists a floor_rate of 0, the eligibility upper bound at $535,279 fires first, so the rule hands the case to the zero rule before the formula reaches that floor. The rule stores empty multiplier, reduces_if, and date_windows, so no extra multiplicative factors, conditional dollar penalties, or time-sliced overrides apply.

Eligibility Conditions

The eligibility block is an all set, so every item must pass.

  1. Residency status: residency_status in [australian_citizen, permanent_resident, special_category_visa, other_eligible_visa]. The rule respects the same residency definition used across other CCS tiers.
  2. Presence: living_in_australia = true. Temporary overseas absences may be accommodated by separate portability rules but the base check is presence in Australia.
  3. Approved child care: approved_child_care = true. Informal arrangements such as a relative caring for a child do not pass this gate.
  4. Child age: child_age < 13. The CCS scheme covers children under 13; secondary school children age out before this rule applies.
  5. Family income lower bound: family_income_annual > 85279. Strictly greater than. Income exactly at $85,279 routes to the 90% maximum rule, not this one.
  6. Family income upper bound: family_income_annual < 535279. Strictly less than. Income at or above this point routes to the CCS zero rule.

Required fields are residency status, family annual income, child age, approved child care flag, and living-in-Australia status. The exclude block is empty; routing between the three CCS tiers is handled by the conflicts list and the income gates.

The activity hours rule and the higher rate rule are both linked under affects with requires_context. The final dollar subsidy is the joint output of three rules: this taper percentage, the activity hours cap (72 or 100 hours per fortnight), and any higher rate uplift for second and younger children under 5. The income definition for CCS uses adjusted taxable income (the same definition as Family Tax Benefit), and the upper bound is strict — $535,278.99 still receives a percentage; one dollar more flips the assessment to the zero rule.

How To Apply

Application metadata defines a single channel: online. CCS is claimed through myGov linked to Centrelink rather than through a stand-alone web form, and the same claim covers all three percentage tiers — the system routes the assessment to whichever tier matches the income figure on file.

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

Two practical tips help with intake on the taper. First, set up CCS and provide the Customer Reference Number (CRN) to the provider before the child starts care; the provider needs the CRN on file to bill the subsidised rate. Second, keep the income estimate fresh through myGov whenever a partner accepts a new role, takes redundancy, or starts a side business. The taper steps are 1 point apart per $5,000 of income, so a change of one or two steps mid-year is easy to absorb if the estimate updates promptly, but a cumulative under-estimate at year end can produce a meaningful debt.

Lodge your CCS claim through myGov

Rule-Based Scenarios

Scenario 1: lower edge of the taper, near 90%

Quentin and Iona run a small business and report combined adjusted taxable income of $89,000. Their 4-year-old attends centre-based day care at $14.20 per hour for 60 hours per fortnight. (89,000 − 85,279) / 5,000 = 0.74, which floors to 0 steps, so the taper outputs the full 90%. Subsidy = 0.9 × $14.20 × 60 = $766.80 per fortnight. Centrelink pays the provider 95% of that ($728.46) ongoing and withholds 5% ($38.34) for reconciliation. The family pays the 10% gap of $85.20 per fortnight.

Scenario 2: middle of the taper

Sigrid and Dominic earn a combined $180,000 between them. Their 2-year-old attends family day care charging $13.05 per hour for 70 hours per fortnight. (180,000 − 85,279) / 5,000 = 18.94 floors to 18 steps. Percentage = 90 − 18 = 72%. Subsidy = 0.72 × $13.05 × 70 = $657.72 per fortnight. With the 5% withhold, Centrelink pays the provider $624.83 ongoing and reconciles the held amount at year end after the tax return is lodged.

Scenario 3: high taper, single-digit percentage

Mariana and Aubrey have a combined household income of $510,000. They use OSHC for their 8-year-old at $12.81 per hour for 30 hours per fortnight. (510,000 − 85,279) / 5,000 = 84.94 floors to 84 steps. Percentage = 90 − 84 = 6%. Subsidy = 0.06 × $12.81 × 30 = $23.06 per fortnight. The dollar value is small but the rule still functions: the family remains enrolled, the case keeps a CCS history, and any income drop in a future year reroutes back up the taper without a new claim.

Scenario 4: income just below the upper bound

Helene runs a tech company solo with $534,500 of adjusted taxable income. Her 3-year-old attends centre-based care at $15 per hour for 50 hours per fortnight. The eligibility block still passes (income is below $535,279). (534,500 − 85,279) / 5,000 = 89.84 floors to 89 steps. Percentage = 90 − 89 = 1%. Subsidy = 0.01 × $14.63 (capped) × 50 = $7.32 per fortnight. The next $5,000 step would tip the family into the zero rule entirely, so an end-of-year bonus that lifts confirmed income above $535,279 cancels even this token amount on reconciliation.

Common Mistakes

Related Rules And Interactions

The conflicts list and affects list in YAML define interaction behavior:

These are direct relationship declarations from the rule and should be treated as deterministic for this policy version. The CCS amount step inside the engine evaluates the taper percentage together with the activity hours rule and any higher rate uplift for the same family.

Frequently Asked Questions

How is the taper percentage worked out for a family on $200,000?

(200,000 − 85,279) / 5,000 = 22.94, which floors to 22 steps. Percentage = 0.90 − 22 × 0.01 = 0.68 (68%). The dollar subsidy is then 0.68 × min(actual hourly fee, hourly rate cap) × subsidised hours per fortnight.

Where does the taper rule stop and the zero rule start?

The taper applies while family annual income is greater than $85,279 and less than $535,279. At or above $535,279 the eligibility block fails and the case falls under the CCS zero rule, where no subsidy is paid even though the family can still be enrolled.

Is the taper continuous or step-based?

Step-based. The decrement_per_step is 0.01 and the step_amount is $5,000. A floor function decides how many full steps have been crossed, so income jumps that fall short of the next full $5,000 do not change the rate.

Does the taper rule apply per child or per family?

The income test is per family but the subsidy is calculated per child. Each child enrolled with an approved provider gets its own subsidy calculation using the same family-level percentage from this rule.

What if my taxed income includes a one-off bonus that pushes me into the next step?

The taper uses adjusted taxable income, which includes salary, business income, and reportable fringe benefits among other items. A one-off bonus is part of that figure for the year it is paid. If it pushes income over the next $5,000 step, the rate drops by 1 percentage point and reconciliation balances any overpaid fortnights.

Does the activity hours rule limit my subsidy at this tier?

Yes. The activity hours rule (72 or 100 hours per fortnight depending on recognised participation) sets the maximum number of subsidised hours; the taper rule sets the percentage. The dollar subsidy is calculated as percentage × min(fee, cap) × subsidised hours, with the hours capped by the activity rule.

Can the taper combine with the higher rate for a second child?

Yes, while family income is below $367,563. The higher rate rule lifts the percentage by up to 30 points but never above 95%. Above $367,563 only the standard taper percentage feeds through and the second-child uplift no longer applies.

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.