top of page
Image-place-holder.jpg
Image by Marten Bjork

Redundancy Calculator

At Ivy Jane HR Services, we understand that managing redundancies can be complex and sensitive. Our Statutory Redundancy Pay Calculator is designed to help employers quickly estimate redundancy pay entitlements for their employees in line with UK legislation. Simply input the required details to get an accurate estimate — saving you time, ensuring compliance, and supporting informed decision-making during restructuring processes.

___
CALENDAR LOGIC:

This tool calculates an estimated statutory redundancy pay based on:

  • Date of birth (DOB)

  • Employment start and end dates

  • Weekly pay (capped at £700)

 

Step-by-Step Calculations

  1. Input Validation

    • All fields must be filled.

    • Dates must follow the DD/MM/YYYY format.

    • Weekly pay must be a valid number.

  2. Parsing Dates

    • Converts strings to Date objects.

    • Validates that each date is real (e.g., 30/02/2022 is rejected).

  3. Capping Weekly Pay

    • Weekly pay is capped at £700, per UK statutory rules.

  4. Calculating Age at Redundancy

    • age = endYear - birthYear

    • Adjusts if the birthday hasn’t occurred yet in the redundancy year.

  5. Calculating Years of Service

    • years = endYear - startYear

    • Adjusts if the work anniversary hasn’t occurred yet in the redundancy year.

    • Max service considered is 20 years.

  6. Calculating Redundancy Pay
    For each year of eligible service:

    • Under 22: 0.5 week’s pay

    • 22 to 40: 1 week’s pay

    • 41 and over: 1.5 week’s pay

    These are added up year-by-year based on the employee’s age in each year of service.

 

Example

An employee aged 45 at redundancy with 10 full years of service and a weekly wage of £800 (capped to £700) gets:

  • Each year over age 41 → 1.5 × £700 = £1,050

  • Total → 10 × £1,050 = £10,500

Handshake

We’d love to hear from you - get in touch for expert HR and employment law support

bottom of page