

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
-
Input Validation
-
All fields must be filled.
-
Dates must follow the DD/MM/YYYY format.
-
Weekly pay must be a valid number.
-
-
Parsing Dates
-
Converts strings to Date objects.
-
Validates that each date is real (e.g., 30/02/2022 is rejected).
-
-
Capping Weekly Pay
-
Weekly pay is capped at £700, per UK statutory rules.
-
-
Calculating Age at Redundancy
-
age = endYear - birthYear
-
Adjusts if the birthday hasn’t occurred yet in the redundancy year.
-
-
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.
-
-
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
