Skip to content

Part 5 of 7 · Pension enrolment assessor series ~5 min read

The opt-out window, the refund, and three years later

An opt-out feels like the end of a worker’s story with the pension. It is the middle. The refund has a deadline, the record has to survive, and in three years the law puts that worker back in unless they left again recently — at which point the employer needs to know exactly when.

Key takeaways

  • The opt-out period is one month from membership or the enrolment letter, whichever is later.
  • A valid opt-out means a full refund of the worker’s contributions within a month.
  • Leaving after the window is ceasing membership, and the scheme’s rules decide any refund.
  • Every three years, eligible jobholders who left are re-enrolled, with a twelve-month exception.
  • The re-declaration is due within five months of the anniversary, and it summarises evidence.

An opt-out, from arrival to refund

An opt-out notice validated, refunded and kept for re-enrolmentA vertical chain inside an AWS account container, entered from a box on the left labelled Opt-out, being the scheme form or its record. A valid notice, meaning complete and not supplied by the employer, with a side exit reading no: Not valid yet, tell the worker what is missing. Inside the period, meaning one month from the later start date, with a side exit reading no: Not an opt-out, because membership ceases and the scheme's rules apply to any refund. Refund in full, the worker's share, within a month. Stop deductions from the next pay run. Keep the record for re-enrolment three years on. A note says the last step gets skipped, because the worker left the scheme but not the employer, and in three years it comes back.AWS ACCOUNTOpt-outscheme formor its recordA valid notice?complete, and notsupplied by youNot valid yettell the workerwhat is missingnoInside the period?one month from thelater start dateNot an opt-outmembership ceases;scheme rules applynoRefund in fullthe worker's share,within a monthStop deductionsfrom the nextpay runKeep the recordfor re-enrolment,three years onThe last step gets skipped: they left the scheme, not the employer, and in three years it comes back.
Fig 1. Two checks and three steps. Neither check belongs to the model; one is the scheme’s form and the other is two dates.
  • Storage
  • App integration
  • Security & identity
  • Management

The window is one month, from the later of two dates

The opt-out period starts on whichever is later: the day the worker became an active member, or the day they received the enrolment information. It lasts one month. Before it starts a worker cannot opt out, and after it ends, leaving is ceasing active membership instead.

In the worked example this matters because enrolment letters from a weekly payroll go out in batches, sometimes weeks after membership was arranged. A porter whose membership was backdated to their automatic enrolment date in December, and whose letter went out on 5 January, has an opt-out period that runs from 5 January. A system that anchors the window on the membership date will reject valid opt-outs as late.

A notice that arrives incomplete is not simply refused either. The worker is told what is missing, and the rules allow a corrected notice somewhat longer than the month, so the duty record carries that second deadline instead of closing.

The refund, and the deductions after it

A valid opt-out entitles the worker to a full refund of the contributions they paid, and the Regulator expects it within a month; in practice it goes in the next pay run. The system raises it as a payroll instruction and holds the duty open until the pay run carrying it has been imported, because an instruction is not a refund.

It also records what the payroll will not: that the worker left, on what date, and whether it was an opt-out or ceasing membership. The payroll stops deducting and moves on. The system keeps the fact, because the rest of this post is about who left and when.

Every three years

Cyclical re-enrolment from the third anniversary to the re-declarationA horizontal row of five boxes joined by arrows. Anniversary, the third, of the duties start date. Pick a date, within three months either side. Find who left, whether they opted out or ceased membership. Re-enrol eligible jobholders, with exceptions. And Re-declare, within five months of the anniversary. A note says postponement is not available at any step, and the third box is only possible if leaving was recorded rather than deleted.CYCLICAL RE-ENROLMENT, EVERY THREE YEARSAnniversarythe third, of theduties startPick a datewithin threemonths either sideFind who leftopted out, orceased membershipRe-enroleligible jobholders,with exceptionsRe-declarewithin five monthsof the anniversaryPostponement is not available at any step. The third box is only possible if leaving was recorded rather than deleted.
Fig 2. The cycle that brings leavers back. Every step after the second depends on the record made at the end of the previous figure.
  • Management
  • Analytics
  • People

Who comes back

Roughly every three years, on a re-enrolment date chosen within a six-month window around the third anniversary, the employer assesses the workers who opted out or ceased active membership and re-enrols those who are eligible jobholders on that date. Workers who stayed in are not reassessed; they never left.

There are exceptions the employer may choose to apply, and the useful one here is that somebody who opted out or ceased membership in the twelve months before the re-enrolment date need not be re-enrolled. In a high-turnover workforce that covers a lot of people, and it can only be applied by an employer that knows the exact date each of them left.

In the worked example the group’s last re-enrolment date fell in March. Of the 76 people on the payroll that day who had left the scheme at some point, 23 had done so in the previous twelve months and the group chose not to re-enrol them, 44 were eligible jobholders on the day and went back in, and 9 were not. Those three numbers are one query against the leaving records. Without the records they are a guess.

What re-enrolment has to be able to say

  • Who was an eligible jobholder on the re-enrolment date, and on what pay.
  • Who left in the twelve months before it, and on exactly which date.
  • Which exception was applied to whom, and that applying it was a choice somebody made.
  • When the letters went out, and to whom.
  • What was declared, when, and the numbers the declaration reported.

The declaration summarises the evidence

After re-enrolment the employer re-declares its compliance to The Pensions Regulator, within five months of the third anniversary. The declaration is a short online return covering the scheme and how many people were re-enrolled, and filling it in is quick.

What makes it worth building for is that the return is a summary of the records, and the records are what gets examined if anybody ever asks. A declaration that says 44 were re-enrolled is a statement that 44 enrolments exist, dated, with letters, and that the other 32 were considered and excluded for recorded reasons. The system produces the number from those records rather than from a count somebody did on the day.

The next post prices it and the one after gives the service names, the tables and the IAM. The bill is almost entirely the messages, because assessing every worker every week is a comparison against a threshold row, and comparisons are close to free.

All posts