Child Care Subsidy — higher rate for second and younger children aged 5 or under
This page is a direct rule-based guide for AU_FEDERAL_CCS_HIGHER_RATE_SECOND_CHILD (rule version 2025-26, effective 7 July 2025). It explains the percentage uplift that lifts second and younger children under 5 from the standard CCS rate to up to 95% by adding 30 percentage points (capped at 95%) when family annual income sits below $367,563, and how the rule layers on top of the standard 90% rate or the taper.
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: the child is enrolled with an approved CCS provider; the child is aged 5 or under; the household has at least one older CCS-eligible sibling who is also under 5 (so the child of interest is the second or younger of two-or-more under-5 children); and family annual income is strictly less than $367,563.
You are blocked when family income reaches $367,563 or higher, in which case all CCS-eligible children in the household — including second-and-younger ones — receive only the standard taper percentage. The conflicts list points at the standard 90% rate rule and the taper rate rule because the higher rate replaces those percentages for the qualifying children.
Rate logic summary: a percentage rule that uplifts the standard or taper percentage. Higher rate = min(0.95, standard rate + 0.30). Caps min 0, max 0.95. Engine computes the standard rate first (from the 90% or taper rule), then this rule adds up to 30 percentage points, capped at 95%, and feeds the result back into subsidy = higher rate × min(actual fee, hourly rate cap) × subsidised hours. The 5% Centrelink withhold for year-end reconciliation still applies.
What Is This Payment?
The CCS second-child higher rate is the multi-child uplift inside the federal Child Care Subsidy scheme. The rule database tags it as a Group A benefit with monetary_primary as its result role and monetary_priority set true under ranking_hints, sitting in the Child Care Subsidy parent cluster. Unlike the hours-cap rules (72-hour, 100-hour, ATSI), this rule changes the percentage rather than the cap, which is why it is structurally a percentage-type rule with a base_rate of 0.95.
The administering body is Services Australia. Centrelink automatically identifies eligible second-and-younger children based on the family record and applies the higher rate without a separate claim. The two children do not need to be enrolled at the same approved provider; the rule's note explicitly removes that constraint.
The design intent is to address the cost of having multiple young children in approved care simultaneously. Without the uplift, a family with two under-5 children faces double the gap fee at the same percentage. The higher rate cuts the second child's gap fee dramatically, especially at the 90% tier where the uplift saturates at 95% and reduces the gap from 10% to 5%. The entitlement scope is per child and ongoing while the child remains aged 5 or under and the eldest sibling remains CCS-eligible. Once the qualifying child turns 6 or the older sibling ages out, the household reverts to the standard percentage for all children.
How Much Can You Get?
The amount block is defined as a percentage with base_rate 0.95 (95%) at the maximum, caps min 0 and max 0.95. The rule's note records the calculation as higher_rate = min(0.95, standard_rate + 0.30). The same stepwise rate_reductions structure as the taper rule sits inside this rule (start_threshold $85,279, step_amount $5,000, decrement_per_step 0.01, floor_rate 0) so the engine can compute the standard rate first before adding the 30-point uplift.
Worked uplift outcomes across the income distribution:
- Family income $70,000 (90% standard): standard 90% + 30 = 120%, capped at 95%. Higher rate = 95%. Cap saturation produces a 5-point uplift over the 90% standard.
- Family income $120,000 (84% taper): standard 84% + 30 = 114%, capped at 95%. Higher rate = 95%. The cap still binds at this income.
- Family income $200,000 (68% taper): standard 68% + 30 = 98%, capped at 95%. Higher rate = 95%. The cap binds for any standard rate at or above 65%.
- Family income $250,000 (58% taper): standard 58% + 30 = 88%. Higher rate = 88%. The cap no longer binds; the uplift is the full 30 points.
- Family income $360,000 (35% taper): standard 35% + 30 = 65%. Higher rate = 65%. The full 30-point uplift applies; the rule still has meaningful effect close to the income cap.
- Family income $367,563 or above: rule does not apply. Standard taper percentage applies to all children regardless of birth order.
Audit recipe: compute the family's standard percentage from the 90% rule (if income is at or below $85,279) or the taper rule (if income is between $85,279 and $367,563); add 0.30 to that percentage; cap at 0.95; multiply by min(actual hourly fee, hourly rate cap) × subsidised hours per fortnight up to the relevant hours-cap rule. Worked dollar example: a family on $150,000 income with a 5-year-old eldest and a 3-year-old second child. Standard percentage = 90 − 12 = 78%. Higher rate for the 3-year-old = min(0.95, 0.78 + 0.30) = 0.95. With the 100-hour activity cap and 90 hours per fortnight at $14.63 per hour, second-child subsidy = 0.95 × $14.63 × 90 = $1,250.87 per fortnight. The eldest child stays at 78% so subsidy = 0.78 × $14.63 × 90 = $1,026.95 per fortnight.
The marginal value of this rule depends sharply on family income. At the 90% tier the uplift is 5 percentage points; at the 60% taper level it is the full 30 points, doubling the per-hour subsidy for the second child. A family on $200,000 with two under-5 children at 100 hours of centre-based care saves over $560 per fortnight (about $14,500 per year) versus the no-uplift case.
The rule has no multiplier, no reduces_if beyond the rate_reductions structure, and no date_windows. The conflicts list points at the standard 90% rate rule and the taper rate rule because the higher rate replaces those percentages for qualifying children. The 5% withhold mechanism continues to apply on top of the higher percentage.
Eligibility Conditions
The eligibility block is an all set, so every item must pass.
- Approved child care:
approved_child_care = true. The provider must be CCS-approved; informal arrangements never satisfy this gate. - Child age:
child_age <= 5. The child must be 5 years of age or younger. A 6-year-old does not qualify even if a younger sibling does; the rule attaches per child to the actual age recorded. - Second-or-younger flag:
child_is_second_or_younger_under_5 = true. This derived field marks the child as not-the-eldest in a household with at least two CCS-eligible children aged 5 or under. - Family income cap:
family_income_annual < 367563. Strictly less than $367,563 for the 2025-26 year. The boundary is hard; income $367,562.99 still qualifies, $367,563.00 does not.
Required fields are the approved child care flag, child age, family annual income, and the second-or-younger derived field. The exclude block is empty. The conflicts list points at the 90% rate rule and the taper rate rule because the higher rate substitutes for those percentages on qualifying children. The affects list is empty because the rule does not enable or disable any other rule; it only modifies the percentage applied at the CCS assessment step.
Two practical considerations matter. First, the rule is per child, not per family. The eldest CCS-eligible child never qualifies under this rule. Twins are treated by birth order: one twin is the reference eldest on the standard rate; the other qualifies for the higher rate. Second, the income cap of $367,563 is well below the taper's upper bound of $535,279, so a family at $400,000 still qualifies for the standard taper but loses the higher-rate uplift entirely.
How To Apply
Application metadata defines a single channel: online. The higher rate is applied automatically once the family's CCS claim is approved and Centrelink identifies the eligible second-and-younger children. There is no separate form, no separate claim, and no opt-in step. The application notes specifically state that families do not need to apply separately even when their children attend different providers.
Evidence requirements are explicitly listed in the rule:
- child care enrolment record from the approved provider for each child claiming the higher rate
- family income estimate for the financial year
Two practical tips. First, the household composition record in myGov must list each child correctly with their date of birth so Centrelink can identify which children qualify as second-and-younger under 5; errors here are the most common cause of the higher rate not applying. Second, the $367,563 income cap is unindexed within the 2025-26 rule version, so families near the cap should keep estimates accurate to avoid a year-end debt at reconciliation.
Rule-Based Scenarios
Scenario 1: 90% tier family, two under-5 children, full uplift to 95%
Yumi and Marcus have a 4-year-old and a 2-year-old, both at centre-based care for 90 hours per fortnight at $14.63 per hour. Family income is $76,000 so they sit at the 90% standard tier. The eldest (4-year-old) stays at 90%; the 2-year-old qualifies under this rule with higher rate = min(0.95, 0.90 + 0.30) = 0.95. Per-fortnight subsidy: eldest = 0.9 × $14.63 × 90 = $1,184.83; younger = 0.95 × $14.63 × 90 = $1,250.87. Combined household subsidy = $2,435.70 per fortnight against gross fees of $2,633.40, gap fee $197.70 per fortnight before withhold.
Scenario 2: middle-income taper, full 30-point uplift
Linh and Ben earn a combined $250,000. Their 5-year-old eldest and 1-year-old second child both attend centre-based care 80 hours per fortnight at $14.63 per hour. Standard percentage = 90 − floor((250,000 − 85,279) / 5,000) × 0.01 = 90 − 32 = 58%. Eldest's percentage = 58%. The 1-year-old qualifies under this rule: higher rate = min(0.95, 0.58 + 0.30) = 0.88 (88%). Eldest's subsidy = 0.58 × $14.63 × 80 = $678.83 per fortnight; younger's subsidy = 0.88 × $14.63 × 80 = $1,029.95 per fortnight. The 30-point uplift adds about $351 per fortnight for the second child compared with the no-uplift case.
Scenario 3: just over the income cap, rule does not apply
Tariq and Imogen earn a combined $370,000. Their 4-year-old and 2-year-old both attend centre-based care 90 hours per fortnight. Family income exceeds the $367,563 cap so this rule does not apply. Standard taper = 90 − floor((370,000 − 85,279) / 5,000) × 0.01 = 90 − 56 = 34%. Both children receive the same 34% percentage: 0.34 × $14.63 × 90 = $447.69 per fortnight per child. The household loses about $556 per fortnight compared with a family $5,000 below the cap who would qualify for the higher rate on the second child — a hard cliff that catches families negotiating bonus structures near the boundary.
Scenario 4: child ages out, rule transition
Vasiliki has a 5-year-old and a 3-year-old. Her family income is $130,000 (taper at 81%). The 5-year-old (eldest) is on the standard 81%; the 3-year-old (second under 5) qualifies under this rule with higher rate = min(0.95, 0.81 + 0.30) = 0.95. On her older child's 6th birthday in October, that child transitions to a 6-year-old. The 3-year-old becomes the new eldest CCS-eligible child in the household and reverts to the standard 81% from the next CCS fortnight. The transition costs the household about $169 per fortnight more in gap fees on the now-eldest child until a new under-5 sibling joins the household or the rule's income cap changes.
Common Mistakes
- Reading the uplift as a flat 30-point bonus: the rule uses min(0.95, standard + 0.30), so the cap binds when the standard rate is at or above 65%. A family on the 90% standard rate gets only a 5-point uplift to 95%, not a 30-point uplift to 120%. Some families project the full 30 points across all income levels and overestimate the second-child subsidy.
- Assuming the higher rate covers the eldest child: the rule applies only to second-and-younger children under 5. The eldest CCS-eligible child remains on the standard percentage regardless of how many younger siblings the family has. Families sometimes plan their budget assuming all under-5 children get 95%, which is incorrect.
- Believing both children must attend the same provider: the rule notes explicitly state otherwise. Two children at two different approved providers (one centre-based, one family day care, for example) still qualify for the higher rate on the second child as long as the family record correctly identifies them.
- Reading the $367,563 cap as a soft taper: the income cap is a hard cliff, not a taper. A family on $367,562 gets the full higher rate eligibility; a family on $367,563 gets none. The rule does not gradually reduce the uplift between $367,000 and $367,563; the rule simply turns off above the boundary.
- Forgetting the rule turns off when the eldest sibling ages out: the rule needs at least one older CCS-eligible sibling under 5 in the household. Once the older sibling turns 6 (or otherwise leaves CCS), the previously-second child becomes the new reference eldest and reverts to the standard percentage. Some families assume the higher rate continues until the qualifying child turns 6.
- Confusing the second-child higher rate with the multiple birth allowance: the higher rate is a CCS percentage uplift for ongoing childcare; the multiple birth allowance is a separate FTB-A supplement for triplets or quadruplets. The two rules are administered through different parts of the family payment system and have unrelated eligibility tests.
Related Rules And Interactions
The conflicts list and affects list in YAML define interaction behavior:
- Child Care Subsidy — 90% rate — direct conflict; the standard percentage rule that this rule replaces for second-and-younger children under 5 in qualifying households.
- Child Care Subsidy — taper rate — direct conflict; the standard taper rule that this rule replaces for second-and-younger children under 5 while family income remains below $367,563.
- Child Care Subsidy — zero rate — companion rule; does not apply at this rule's income range, but families crossing the $535,279 cutout from the taper enter the zero tier and lose all CCS regardless of birth order.
- Child Care Subsidy — 3 Day Guarantee (72 hrs/fn) — companion hours-cap rule that pairs with this percentage rule when recognised participation is at or below 48 hours per fortnight.
- Child Care Subsidy — 100 hrs/fn (recognised participation) — companion hours-cap rule that pairs with this percentage rule for working and studying families.
- Multiple Birth Allowance — separate FTB supplement for triplets and quadruplets; unrelated to the CCS percentage but often relevant for the same large multi-child households.
These are direct relationship declarations from the rule and should be treated as deterministic for this policy version. The CCS engine computes the standard rate first, then this rule produces the uplifted rate for qualifying children, and the result feeds the subsidy calculation alongside the relevant hours-cap rule.
Frequently Asked Questions
How is the higher rate calculated when my standard rate is 80%?
Higher rate = min(0.95, 0.80 + 0.30) = min(0.95, 1.10) = 0.95. The cap binds at 95% so the practical uplift is 15 percentage points (from 80 to 95) rather than the full 30. The cap binds for any standard rate at or above 65%.
What if the eldest child is 6 and the other two are under 5?
The 6-year-old is no longer CCS-eligible if attending school or otherwise outside approved care, but if still in approved care under 13, the 6-year-old still counts as the eldest reference child on the standard rate. The two under-5 children both qualify as second-or-younger and receive the higher rate. Each younger child gets its own 30-point uplift capped at 95%.
Does the higher rate apply to my third child if both older siblings are over 5?
The rule's gate is at least one older CCS-eligible sibling under 5. If both older siblings are over 5, the third child is the eldest under-5 child of the family and does not qualify under this rule. The rule needs an under-5 reference child older than the qualifying child for the second-or-younger flag to be true.
Is there a separate cap on the higher-rate income test?
Yes, $367,563 of family annual income for the 2025-26 year. This is well below the standard taper's upper bound of $535,279. Families at incomes between $367,563 and $535,279 still receive a CCS percentage on the standard taper rule but lose the higher-rate uplift entirely.
Does the 5% withhold affect the higher rate differently?
No. The 5% withhold for year-end reconciliation applies to every CCS payment regardless of which percentage rule produced it. A higher rate of 95% pays 90.25% of fees ongoing during the year (95% × 95% = 90.25% effective) with the 5% withhold reconciled after the tax return.
Can I receive the higher rate during a temporary illness exemption?
The exemption rule lifts the hours cap to 100 hours; this rule lifts the percentage. Both can apply at the same time independently. A family with a serious-illness exemption and two under-5 children at family income $90,000 receives a 100-hour cap from the exemption rule and a 95% rate (capped) on the second child from this rule, producing the maximum CCS subsidy combination available short of the ATSI 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.