Childcare Subsidy
This is a rule-based guide to New Zealand's hourly subsidy for licensed early childhood education and care for children under five. It covers the 2026 four-tier hourly rates (from $6.72 down to $2.09 per hour depending on combined weekly family income), the per-child 50-hour weekly ceiling, the activity test for working and studying parents, and how eligibility shifts with the number of pre-school children — the same rule logic used by the Benefit Check engine.
Don't want to read the full rule? Get a personalised report on every New Zealand government benefit you may qualify for in under 3 minutes.
Quick Answer
You may qualify if you are ordinarily resident in New Zealand and hold citizenship, permanent residence or a qualifying visa; have at least one child in the count_under_1, count_1_to_3 or count_4 age buckets; book a positive number of childcare_hours_per_week at a licensed early childhood service; and pass the activity test (working at least 20 or 30 hours per week, or is_studying = true).
You are blocked if your residency gate fails, if all your children are aged 5 or over (childcareEligibleChildren = 0), if you have not booked any childcare hours (childcare_hours_per_week = 0), if you fail the activity test (e.g. employed for fewer than 20 hours and not studying), or if combined family weekly income lands above the top abatement band — $2,404/wk for one child, $2,748/wk for two, $3,091/wk for three or more — which collapses the hourly rate to $0.
Rate summary (2026): the hourly subsidy is tiered. With one eligible child it is $6.72/hr below $1,131/wk, $5.36/hr in $1,131–$2,059.99, $3.75/hr in $2,060–$2,231.99 and $2.09/hr in $2,232–$2,403.99. The weekly subsidy equals hourlyRate × min(childcare_hours_per_week, eligibleChildren × 50). A two-child household at $1,200/wk booking 40 hours receives roughly $214.40/wk ($5.36 × 40), or about $11,148.80 per year.
What Is This Payment?
Childcare Subsidy is a weekly subsidy administered by Work and Income, the service delivery arm of the Ministry of Social Development (MSD). It pays a tiered hourly amount directly to the licensed early childhood education (ECE) service that cares for your child — not to you in cash. The service offsets the subsidy against its hourly fee, so families pay only the gap. The rule covers children under five attending licensed centres, te kōhanga reo, home-based educators, playcentres and other approved providers.
Applications go through the MyMSD online portal or a Work and Income service centre. You will be asked to supply enrolment evidence from the ECE provider and to confirm a weekly hours commitment. MSD then pays the subsidy fortnightly to the provider for as long as the child is enrolled and your circumstances continue to satisfy the four gates (residency, eligible child age, booked hours, activity test). Changes such as a partner taking a new job or the child turning five must be reported promptly because the subsidy tier or eligibility can shift overnight.
Childcare Subsidy is distinct from the universal 20 Hours ECE entitlement, which is funded by the Ministry of Education and applies to 3-, 4- and 5-year-olds regardless of income. The two stack: 20 Hours ECE covers the first 20 hours of fees and Childcare Subsidy can subsidise additional booked hours up to the per-child weekly cap. It also differs from OSCAR Subsidy, which targets school-aged children for before- and after-school care, and from Guaranteed Childcare Assistance Payment (GCAP), which supports teen parents on Young Parent Payment. Working for Families tax credits (FTC, IWTC, BSTC) operate on a different IRD track and can be received alongside Childcare Subsidy without offset.
How Much Can You Get?
The 2026 hourly subsidy rates are tiered by combined family weekly income (weekly_income + partner_income) and by how many eligible children are in the household. Hours per week are billable up to 50 per eligible child, regardless of how many hours the household has booked in total.
One eligible child (2026): below $1,131/wk → $6.72/hr; $1,131–$2,059.99 → $5.36/hr; $2,060–$2,231.99 → $3.75/hr; $2,232–$2,403.99 → $2.09/hr; $2,404/wk or more → $0/hr.
Two eligible children (2026): below $1,301/wk → $6.72/hr; $1,301–$2,369.99 → $5.36/hr; $2,370–$2,556.99 → $3.75/hr; $2,557–$2,747.99 → $2.09/hr; $2,748/wk or more → $0/hr.
Three or more eligible children (2026): below $1,457/wk → $6.72/hr; $1,457–$2,643.99 → $5.36/hr; $2,644–$2,867.99 → $3.75/hr; $2,868–$3,090.99 → $2.09/hr; $3,091/wk or more → $0/hr.
Worked example 1 (top tier, one child): Atawhai is a sole parent in Hamilton working 25 hours per week and earning $900/wk gross. Her toddler attends a licensed centre for 35 hours. Family income $900 sits below the $1,131 threshold, so the rate is $6.72/hr. Billable hours = min(35, 1 × 50) = 35. Weekly subsidy = $6.72 × 35 = $235.20, paid to the centre. Annual subsidy ≈ $12,230.40.
Worked example 2 (middle tier, two children): Iris and her partner in Wellington both work full-time. Their combined weekly income is $2,200, and they have two children aged 3 and 4 booked for a combined 50 hours per week. Family income $2,200 sits in the $1,301–$2,369.99 band, so the rate is $5.36/hr. Billable hours = min(50, 2 × 50) = 50. Weekly subsidy = $5.36 × 50 = $268.00; annual $13,936.00.
Eligibility Conditions
The Benefit Check rule engine evaluates these gates in order. Failing any one returns $0; the rule does not partially pay.
residency in {citizen, pr, qualifying_visa}— you must be ordinarily resident in New Zealand and hold a recognised status. The rule's first short-circuit isisResidencyEligible(answers); non-qualifying visas return $0 immediately.childcareEligibleChildren > 0— defined ascount_under_1 + count_1_to_3 + count_4. At least one child must currently sit in the under-5 band. Children aged 5 or older (count_5_to_13) do not contribute and should be matched to OSCAR Subsidy instead.childcare_hours_per_week > 0— you must have actually booked hours at a licensed ECE service. The subsidy is paid to the provider, so a zero booking yields a zero subsidy regardless of income.isChildcareActivityEligible = true— ifemployment_status ∈ {employed, self_employed}, weekly work hours must be at least 20 for a sole parent, 30 (combined) for a partnered household, or 20 otherwise. If you are not working,is_studying = truesatisfies the gate.childcareHourlyRate(childBand, familyWeeklyIncome) > 0— combined family weekly income must fall below the top abatement band for your child count. Above the band (e.g. $2,404/wk for one child) the rate is zero and the subsidy collapses to $0.
The final weekly amount is then hourlyRate × min(childcare_hours_per_week, eligibleChildren × 50), capped at 50 hours per eligible child to prevent a single child being billed for more than the practical full-time week.
How To Apply
Apply through the MyMSD online portal, by phoning Work and Income on 0800 559 009, or in person at a service centre. The application must be supported by enrolment evidence from your chosen licensed ECE provider, because Work and Income pays the subsidy directly to that provider.
Gather the following before you start:
- NZ identity document for you and the child(ren): passport, birth certificate, or RealMe verified identity.
- IRD number and a New Zealand bank account number (used for reconciliation even though payment goes to the provider).
- Proof of residency status if you are not a New Zealand citizen (resident visa documentation or letter).
- Enrolment letter or fees schedule from the licensed ECE provider, showing the weekly hours booked.
- Income evidence: recent payslips, IR3 or last year's PTS, plus partner's income evidence if partnered.
- Activity evidence: employment letter confirming weekly hours, self-employment evidence, or proof of enrolment if
is_studying = true.
MSD typically decides within 5 to 10 working days. Once approved, the subsidy pays to the provider fortnightly. You must report changes promptly: a child turning five, hours dropping below the activity-test minimum, a new job that increases combined income above the next abatement band, or moving to a non-licensed care arrangement. Late reporting can result in an overpayment debt that Work and Income recovers from future entitlements.
Rule-Based Scenarios
These three scenarios use the exact decision logic from the Benefit Check rule engine. Each mirrors a real eligibility path through the four gates.
Scenario 1 — Top tier, single working parent
Sefa is 31, a New Zealand citizen, and a sole parent in Auckland. He works 22 hours per week as a courier driver earning $680/wk gross. His daughter, aged 3, attends a licensed te kōhanga reo for 30 hours per week. Field state: residency = citizen, count_1_to_3 = 1 → childcareEligibleChildren = 1, childcare_hours_per_week = 30, employment_status = employed, work_hours_per_week = 22, is_sole_parent = true. Activity gate passes ($\geq$ 20 hours sole parent). Family income $680 is below $1,131, so hourly rate = $6.72. Billable hours = min(30, 50) = 30. Weekly subsidy = $201.60; annual $10,483.20.
Scenario 2 — Partial subsidy after income abatement
Vandana and her partner live in Christchurch. They both work full-time and have combined weekly income of $2,150. They have two children aged 2 and 4, both attending a licensed centre for a combined 45 hours per week. Field state: count_1_to_3 = 1, count_4 = 1 → childcareEligibleChildren = 2, childcare_hours_per_week = 45, work_hours_per_week = 35 (combined household exceeds the 30-hour couple threshold). Family income $2,150 falls in the two-child $1,301–$2,369.99 band, so the rate is $5.36/hr. Billable hours = min(45, 2 × 50) = 45. Weekly subsidy = $5.36 × 45 = $241.20; annual $12,542.40. If their combined income rose to $2,400, the rate would drop to $3.75/hr and the weekly subsidy fall to $168.75.
Scenario 3 — Blocked (failed activity test)
Jisoo is 29, a permanent resident in Dunedin, partnered, with one child aged 2. She works 10 hours per week in a cafe and her partner is on Jobseeker Support (not working). She books her child for 25 hours per week at a licensed centre. Field state: residency = pr ✓, childcareEligibleChildren = 1 ✓, childcare_hours_per_week = 25 ✓, but employment_status = employed with work_hours_per_week = 10 and partner_status = partnered. The activity test for a partnered household requires combined work hours $\geq$ 30; her partner contributes zero, so total = 10 hours. isChildcareActivityEligible = false, the rule returns $0. Jisoo's options are to increase her hours, have her partner take up part-time work, enrol in study (is_studying = true satisfies the gate without any work hours), or apply for Flexible Childcare Assistance if a temporary care need applies.
Common Mistakes
- Booking zero hours and expecting the subsidy: The rule short-circuits at
childcare_hours_per_week > 0. If you have not yet enrolled at a licensed ECE provider, or if your provider is unlicensed, the subsidy is exactly $0 regardless of how strong your income and activity profile look. Confirm the provider holds a Ministry of Education licence before lodging the MyMSD application. - Counting school-aged children toward eligibility:
childcareEligibleChildrensums onlycount_under_1 + count_1_to_3 + count_4. A 6-year-old incount_5_to_13does not contribute, even if they attend the same centre. School-aged care belongs to OSCAR Subsidy, which uses a different income test and hourly schedule. - Mis-reading the partnered activity threshold: A partnered household needs combined work hours $\geq$ 30, not 20 each. One partner working 35 hours and the other working zero satisfies the test; both working 10 hours each does not. The rule combines your
work_hours_per_weekacross the household but only whenpartner_status = partnered. - Forgetting the per-child 50-hour ceiling: The rule billable formula is
min(childcare_hours_per_week, eligibleChildren × 50). Booking one child for 60 hours per week only attracts 50 hours of subsidy. With two eligible children the ceiling rises to 100 hours, but you must actually have two enrolled children — not a single child attending two services. - Treating Childcare Subsidy as cash: The subsidy is paid directly to the ECE provider, not to you. Families occasionally apply expecting fortnightly bank deposits; what actually happens is the provider's hourly invoice is reduced by the subsidised amount. If you change providers without notifying Work and Income, the new centre cannot collect the subsidy until enrolment is re-confirmed.
- Ignoring the next income band crossing: Each band has a hard cliff. A two-child household at $1,300/wk (just below $1,301) gets $6.72/hr; the same family at $1,302/wk gets $5.36/hr. A modest pay rise of $3/wk can cost $54.40 per week on a 40-hour booking ($1.36 × 40). Forecasting your combined income against the four 2026 thresholds avoids surprise overpayment debts.
Related Benefits
- OSCAR Subsidy — sibling subsidy for school-aged out-of-school care; mutually exclusive per child (Childcare Subsidy covers under-5, OSCAR covers 5-13).
- Guaranteed Childcare Assistance Payment — targeted at teen parents receiving Young Parent Payment; usually claimed instead of Childcare Subsidy when the parent is under 20 and on YPP.
- Flexible Childcare Assistance — covers short-term, non-standard care needs (e.g. shift work, sick child) where standard Childcare Subsidy hours do not fit; can stack within the per-child weekly cap.
- Working for Families — Family Tax Credit — commonly paid alongside Childcare Subsidy; the FTC is cash via IRD against family income while Childcare Subsidy offsets ECE fees.
- Working for Families — Best Start Tax Credit — weekly per-child payment for under-3s that frequently runs in parallel with Childcare Subsidy; no offset between them.
- Sole Parent Support — many sole-parent Childcare Subsidy recipients also hold SPS; the two are paid separately and do not abate against each other directly.
Frequently Asked Questions
What is the Childcare Subsidy hourly rate in 2026 for one child?
For one eligible child under 5 in 2026, the hourly subsidy is $6.72 when combined weekly family income is below $1,131, $5.36 for $1,131–$2,059.99, $3.75 for $2,060–$2,231.99, and $2.09 for $2,232–$2,403.99. Families earning $2,404/wk or more receive nothing. The 2025-26 schedule used slightly lower thresholds (e.g. $1,099 for the top tier) and slightly lower rates ($6.52, $5.20, $3.64, $2.03); the rule engine selects the right schedule based on tax_year.
How many subsidised hours per week can each child receive?
Up to 50 hours per child per week. The rule formula is billableHours = min(childcare_hours_per_week, eligibleChildren × 50). So with one eligible child the household ceiling is 50 hours; with two it is 100; with three or more it is 150. Booking more than the ceiling does not increase the subsidy but is allowed — the family simply pays full price for the excess.
Do I have to be working or studying to receive Childcare Subsidy?
Yes. The activity test is isChildcareActivityEligible. If employment_status ∈ {employed, self_employed}, weekly work hours must be at least 20 for a sole parent, 30 combined for a partnered household, or 20 otherwise. If you are not working, the alternative gate is is_studying = true. Failing both branches returns $0 even if every other gate passes.
Is my child still eligible after their fifth birthday?
No. childcareEligibleChildren = count_under_1 + count_1_to_3 + count_4 only. A child in count_5_to_13 does not contribute. The day a child turns 5 and starts school, the household should switch the corresponding hours to OSCAR Subsidy, which uses a parallel rate schedule for school-aged before/after-school care.
Does my partner's income affect Childcare Subsidy?
Yes. The rule reads familyWeeklyIncome = weekly_income + partner_income and uses that figure to select one of four hourly tiers. A partner earning $1,500/wk alone can already push a single-child household out of the top $6.72 band and into the $5.36 band; the same household at combined $2,500/wk would drop into the $3.75 band. Partner income changes therefore have a direct, immediate effect on the weekly subsidy.
Can I claim Childcare Subsidy and Working for Families together?
Yes. Childcare Subsidy is paid directly to your licensed ECE provider as a fee offset, while Working for Families components (FTC, IWTC, BSTC) are paid through Inland Revenue as cash tax credits against family annual income. The two are governed by separate rule paths in the Benefit Check engine and there is no offset between them — receiving one does not reduce the other.
Find every New Zealand government benefit you're entitled to
Benefit Check uses the same rule engine behind this page to scan all 47 NZ benefits in seconds. Answer a short questionnaire and get your full eligibility list with calculated weekly amounts.