The Parental Leave Pay Calculator is a free, accurate online tool designed to help you plan smarter financial decisions in seconds. Just enter normal monthly salary, fully paid weeks, partial pay rate, partial pay weeks, unpaid weeks, state benefit (weekly) and instantly see total leave duration, full pay period income, partial pay period income, state benefits total, total leave income, income gap vs normal. Financial planning is one of the most important skills you can build, and small math mistakes can cost you thousands over time. This calculator removes the guesswork by applying the exact same formulas banks, advisors, and analysts use, so you always get a number you can trust. Under the hood, the tool applies the standard formula: Total = Full Pay Weeks + Partial Pay Weeks + State Benefits. You can see exactly how the result is derived, which is especially useful for students, professionals, and anyone who wants to learn rather than just get an answer. CalcPlanet builds every calculator to be fast, mobile-friendly, and free, with no signup required. We test results against worked examples and reference implementations so you can rely on what you see. Enter your values above to get an instant, accurate parental leave pay calculator result, then explore the FAQs and examples below for deeper context.
Calculates take-home income during parental leave combining employer pay and state benefits.
Enter salary, weeks at full pay, partial pay, unpaid, and any state benefits.
Total = Full Pay Weeks + Partial Pay Weeks + State Benefits
{
total_leave: paid_weeks + partial_weeks + unpaid_weeks,
full_pay_income: (normal_monthly / 4.33) * paid_weeks,
partial_income: (normal_monthly / 4.33) * (partial_pay_pct / 100) * partial_weeks,
state_income: state_benefit_weekly * (paid_weeks + partial_weeks + unpaid_weeks),
total_leave_income: (normal_monthly / 4.33) * paid_weeks + (normal_monthly / 4.33) * (partial_pay_pct / 100) * partial_weeks + state_benefit_weekly * (paid_weeks + partial_weeks + unpaid_weeks),
income_gap: normal_monthly * Math.max(0, (paid_weeks + partial_weeks + unpaid_weeks) / 4.33) - ((normal_monthly / 4.33) * paid_weeks + (normal_monthly / 4.33) * (partial_pay_pct / 100) * partial_weeks + state_benefit_weekly * (paid_weeks + partial_weeks + unpaid_weeks))
}
Income from each leave phase plus government benefits.
FMLA provides 12 weeks unpaid. Paid leave depends on employer and state (CA, NY, WA, etc. have state programs).
FMLA applies equally. Many employers now offer 4-12 weeks paid paternity leave.
Save 3-6 months expenses before due date, understand your employer policy, file for state benefits early.
Most employers allow combining vacation/PTO with parental leave for extended paid time.
FMLA requires employers to maintain health insurance during leave on the same terms.