Paid Parental Leave

This is a rule-based guide to Paid Parental Leave (PPL), the wage-replacement payment administered by Inland Revenue (IRD) — not Work and Income. It covers the 2025-26 weekly maximum of $788.66, the self-employed minimum of $235.00, the 26-week duration, the 10-hour-per-week work test, and how PPL interacts with Best Start Tax Credit, Working for Families and main MSD benefits. The same logic is used by the Benefit Check rule 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 hold New Zealand citizenship, permanent residence or a qualifying visa; your employment_status is employed or self-employed; you have a child under 1 in your care (count_under_1 > 0); you averaged at least 10 paid work hours per week over the relevant 26-of-52-week look-back; you have stopped working for the duration of the leave (weekly_income = 0); and your prior 12-month average weekly income is greater than zero.

You are blocked if you are currently receiving a main MSD benefit (Jobseeker, Sole Parent Support, Supported Living Payment) — you must choose one or the other. You are also blocked if work_hours_per_week < 10, if your employment_status is not_working, if you continue to draw paid wages during the leave period, or if your prior avg_weekly_income_12m is zero (no earnings history to replace).

Rate summary: for babies born on or after 1 July 2025, the maximum is $788.66 per week for 26 weeks (lifetime cap $20,505.16). Self-employed parents are guaranteed at least $235.00 per week. For pre-1-July-2025 babies the locked cap is $754.87 per week and the self-employed minimum is $231.50 per week. PPL stacks with Best Start Tax Credit ($73/wk per child under 1) and Working for Families but never with a main MSD benefit.

What Is This Payment?

Paid Parental Leave is a wage-replacement payment administered by Inland Revenue (IRD). This is an important distinction — most weekly NZ supports (Jobseeker, Sole Parent Support, Accommodation Supplement) are run by Work and Income under the Ministry of Social Development, but PPL is an IRD-administered payment under the Parental Leave and Employment Protection Act. You apply through the IRD myIR portal, not MyMSD.

The payment replaces some or all of your normal earnings for up to 26 weeks while you take time off work to care for a newborn or newly placed adopted child under 6. Eligibility is built around an earnings test: you must have averaged at least 10 hours of paid work per week in any 26 of the 52 weeks before the baby's expected due date. Employees, casual workers, contractors, self-employed sole traders and partnership members all qualify on the same hours basis. The payment then equals your average weekly earnings over the 12 months before the baby arrives, capped at the statutory maximum ($788.66/wk from 1 July 2025).

PPL differs from several adjacent payments. Best Start Tax Credit ($73/wk per child under 1) is a Working for Families component you can claim alongside PPL — the two stack. Family Tax Credit also stacks. By contrast, the main MSD benefits — Jobseeker Support, Sole Parent Support and Supported Living Payment — are mutually exclusive with PPL: you cannot receive both in the same week. PPL is also not the same as the unpaid Parental Leave job-protection right, which lets you keep your job for up to 52 weeks regardless of whether you receive payment. Claiming the wrong product through the wrong agency is the most common application error.

How Much Can You Get?

The 2026 weekly maximum (for babies born on or after 1 July 2025) is $788.66 per week before tax, for 26 weeks. That is a total lifetime cap of $20,505.16 per child. Self-employed parents are guaranteed at least $235.00 per week regardless of their declared 12-month average. For babies born before 1 July 2025 the rate is locked at the older schedule: $754.87 per week maximum and $231.50 per week self-employed minimum. The rate that applies is fixed at the date of the baby's birth or adoption arrival and does not change part-way through the 26 weeks.

The formula used by the Benefit Check rule engine is:

weekly_payment = min(avg_weekly_income_12m, max_weekly_rate)
if employment_status == self_employed: weekly_payment = max(weekly_payment, min_self_employed_rate)
total = weekly_payment × 26 weeks

Worked example 1 (capped at maximum): Ihaia is a software engineer earning $1,800/wk gross. His avg_weekly_income_12m = $1,800. PPL caps at $788.66, so his weekly payment is $788.66/wk. Total over 26 weeks: $20,505.16. His employer-paid income drops to $0 during the leave, satisfying the weekly_income = 0 rule.

Worked example 2 (partial wage, below cap): Lucinda works 24 hours per week as a part-time nurse earning $620/wk gross. Her avg_weekly_income_12m = $620, which is below the $788.66 cap. PPL replaces her actual average: $620.00/wk. Total over 26 weeks: $16,120.00. The rule engine pays the lesser of average earnings and the cap, so high earners are capped, lower earners are paid in full.

Eligibility Conditions

The Benefit Check rule engine evaluates these conditions in order. All gates must pass for a non-zero PPL payment to be returned.

  1. residency in {citizen, pr, qualifying_visa} — you must hold New Zealand citizenship, a permanent resident visa, or a qualifying temporary visa. Tourists and short-term visa holders do not qualify.
  2. employment_status in {employed, self_employed} — you must be in paid work (or paid self-employment) at the start of the leave. People whose status is not_working at the qualifying date are blocked — PPL replaces earnings, so there must be earnings to replace.
  3. count_under_1 > 0 — you must have a child under 1 in your care. For adoptions, the same rule applies to children under 6 placed with you for permanent care.
  4. work_hours_per_week >= 10 — you must have averaged at least 10 hours of paid work per week in any 26 of the 52 weeks before the baby's expected due date or arrival.
  5. weekly_income = 0 — during the leave period you must have stopped paid work (other than up to 64 IRD-approved keeping-in-touch hours across the full 26 weeks). Continuing to draw wages immediately blocks the payment.
  6. avg_weekly_income_12m > 0 — there must be a positive 12-month earnings history to replace. A zero history (e.g. unpaid carer the whole prior year) returns $0.

One final implicit gate: PPL is mutually exclusive with main MSD benefits. The rule engine does not stack PPL on top of Jobseeker, Sole Parent Support or Supported Living Payment. If you are already receiving a main benefit you must transfer to PPL and stop the main benefit for the 26 weeks.

How To Apply

Apply through the Inland Revenue myIR portal. PPL is not lodged through MyMSD — that is the most common application mistake. You can apply from 16 weeks before the baby's due date or as soon as adoption placement is confirmed. IRD also accepts paper form IR880 by post, and you can phone the PPL line on 0800 227 229 for help.

Gather the following before you start:

IRD typically issues a decision within 5 to 10 working days of a complete application. Payments are made weekly directly into your nominated bank account, starting from the agreed leave-start date. You must notify IRD if you return to work permanently, take on a second job during the leave, or change your bank details. The 64 keeping-in-touch hours can be spread across the 26 weeks but must be logged with both IRD and your employer.

Rule-Based Scenarios

These three scenarios use the exact decision logic from the Benefit Check rule engine. Each mirrors a real eligibility path.

Scenario 1 — Full maximum, capped earner

Hanwen is 33, lives in Auckland, and works as a project manager earning $2,100 per week gross. Her baby was born on 15 September 2025 (after the 1 July 2025 boundary, so the new rate schedule applies). Her values: residency = citizen, employment_status = employed, count_under_1 = 1, work_hours_per_week = 40, weekly_income = 0 (she has stopped working), avg_weekly_income_12m = $2,100. All gates pass. Her formula result: min($2,100, $788.66) = $788.66. She receives $788.66 per week for 26 weeks = $20,505.16 total. She also claims Best Start Tax Credit ($73/wk = $1,898 over the year), which stacks on top.

Scenario 2 — Self-employed minimum protection

Nadiya is 29, runs a small online craft business in Wellington, and declared $180/wk average drawings over the last 12 months on her IR3. Her baby arrived 1 November 2025. Her values: residency = pr, employment_status = self_employed, count_under_1 = 1, work_hours_per_week = 25, weekly_income = 0, avg_weekly_income_12m = $180. All gates pass. Formula: min($180, $788.66) = $180, then max($180, $235.00) = $235.00. She receives the self-employed minimum of $235.00 per week for 26 weeks = $6,110.00 total. Without the minimum-rate protection she would have only received $180/wk; the floor exists precisely to support self-employed parents whose declared drawings understate the family's actual economic capacity.

Scenario 3 — Blocked (work hours below threshold)

Iakopo is 27, lives in Christchurch, and works 8 hours per week as a casual barista. His baby is due in two months. His values: residency = citizen, employment_status = employed, count_under_1 = 1 (expected), work_hours_per_week = 8. The hours gate work_hours_per_week >= 10 fails immediately, so the rule engine returns $0. He is not eligible for PPL despite being in paid work. He should instead transfer to Jobseeker Support (or Sole Parent Support if applicable) once the baby arrives, and claim Best Start Tax Credit ($73/wk per child under 1) alongside. PPL's 10-hour threshold is the most frequently missed gate by casual and gig workers.

Common Mistakes

Related Benefits

Frequently Asked Questions

What is the maximum Paid Parental Leave rate in 2026?

For babies born on or after 1 July 2025, the maximum rate is $788.66 per week before tax, paid for up to 26 weeks. That gives a lifetime cap of $20,505.16 per child. For babies born before 1 July 2025, the older cap of $754.87 per week (total $19,626.62 over 26 weeks) still applies because the rate is locked at the date of birth and does not change part-way through the leave.

Can I receive Paid Parental Leave and Jobseeker Support at the same time?

No. Paid Parental Leave from Inland Revenue and the main MSD benefits (Jobseeker Support, Sole Parent Support, Supported Living Payment) are mutually exclusive. You must pick one. PPL is normally the higher amount unless your 12-month average weekly income was below the relevant Jobseeker rate. However, PPL does stack with Best Start Tax Credit ($73/wk per child under 1) and Working for Families Family Tax Credit.

What is the self-employed minimum rate?

Self-employed parents receive at least $235.00 per week (for babies born on or after 1 July 2025), even if their declared 12-month average weekly income was lower. This minimum exists because many self-employed people legitimately declare drawings below their actual economic activity. The pre-July-2025 self-employed minimum was $231.50 per week. The rule engine applies max(weekly_payment, $235.00) only when employment_status = self_employed.

Do I need to have worked 10 hours per week to qualify?

Yes. You must have averaged at least 10 hours of paid work per week (employed or self-employed) in any 26 of the 52 weeks before your baby's expected due date or arrival. The Benefit Check rule engine reads this as work_hours_per_week >= 10. Casual workers, on-call shift workers, contractors and self-employed sole traders all qualify provided they meet the hours threshold — employment type is not the gate, hours are.

What happens if I do a small amount of paid work during PPL?

Any paid work that gives you weekly_income > 0 during the leave stops the payment under the standard rule (the rule engine returns $0). IRD does allow up to 64 keeping-in-touch hours of paid work spread across the 26-week period without losing PPL, but those hours must be agreed in writing with both IRD and your employer in advance. Going beyond 64 hours, or returning to work permanently, ends the payment from that date.

Can my partner take Paid Parental Leave instead of me?

Yes. PPL can be transferred to a spouse or partner who also meets the 10-hour-per-week work test. You can also split the 26 weeks between the two of you. Only one parent is paid in any given week — the entitlement is for the family unit, not per parent. Same-sex couples, adoptive parents and any primary caregiver of a child under 6 (in the case of an adoption or formal placement) qualify on the same terms.

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.