NI Years Reference Table 2026/27
| NI Years | Weekly Pension | Annual Pension | Gap from Full |
|---|---|---|---|
| 10 (minimum) | £65.79 | £3,421 | £164.46/wk |
| 15 | £98.68 | £5,131 | £131.57/wk |
| 20 | £131.57 | £6,842 | £98.68/wk |
| 25 | £164.46 | £8,552 | £65.79/wk |
| 30 | £197.36 | £10,263 | £32.89/wk |
| 35 (full) | £241.30 | £12,548 | — |
Cost to Fill NI Gaps — Class 3 vs Class 2
| NI Type | Cost Per Year | Pension Added | Break-even |
|---|---|---|---|
| Class 3 (voluntary) | £956.80 | £358.50/year | ~2.67 years |
| Class 2 (self-employed) | £189.80 | £358.50/year | ~0.5 years |
If you were self-employed during a gap year, you may qualify for Class 2 contributions at just £189.80 per year — saving £767 per gap year compared to Class 3.
Get Your Full Pension Forecast — Including Gap Analysis
The calculator above handles one scenario at a time. For a complete picture — exact NI years, which gaps are fillable, projected pension at different retirement ages, and whether deferring is worth it — you need a full state pension calculator with gap analysis built in.
Here are five situations where a complete forecast changes the decision:
- Close to retirement (within 5 years): Check exactly which years you can still fill and by when. Some gaps close permanently when the 6-year window passes.
- Considering early retirement: Stopping work at 60 vs 67 could mean 7 missed NI years — worth £2,394/year in pension for life. The full calculator shows the true cost of leaving early.
- Self-employed or irregular career: Class 2 NI at £189.80/year (vs £956.80 for Class 3) changes the ROI calculation completely. Check if you qualify before paying Class 3.
- Divorced or widowed: You may be able to claim NI credits from a spouse's record or from child benefit years — potentially adding qualifying years at zero cost.
- Deferral decision: Each year you defer past state pension age adds 5.78% to your pension for life. The full calculator models the break-even point against your health and savings situation.
The British State Pension Calculator covers all of these scenarios — NI gaps, deferral, self-employed Class 2, divorced women's credits, and WASPI — in one free tool.
Open Full State Pension Calculator →How to Fill NI Gaps — Step by Step
1. Check your NI record
Go to gov.uk/check-state-pension and sign in with your Government Gateway account. You'll see each tax year, whether it qualifies, and any gaps.
2. Identify fillable gaps
You can normally fill gaps going back 6 tax years. An extended window allows filling back to April 2006 for those who reached state pension age after April 2016. Check current deadlines — the window has been extended but will close.
3. Decide Class 2 or Class 3
If you were self-employed during the gap year, request Class 2 contributions — £189.80/year vs £956.80 for Class 3. This requires contacting HMRC directly.
4. Pay via HMRC
Contact HMRC's NI helpline (0300 200 3500) or pay online via your Government Gateway account. Payments are processed and your NI record updated, usually within a few weeks.
How This Calculator Works — Formulas & Method
Source: DWP / HMRC 2026/27 rates · Deterministic calculation — no AI, no estimation
Core Constants (2026/27)
| Constant | Value | Source |
|---|---|---|
| Full new state pension | £241.30 / week | DWP April 2026 |
| NI years for full pension | 35 qualifying years | Pensions Act 2014 |
| NI years minimum | 10 qualifying years | Pensions Act 2014 |
| Value per NI year | £241.30 ÷ 35 = £6.894/week = £358.50/year | Derived |
| Class 3 voluntary NI | £956.80 / year (£18.40 / week) | HMRC 2026/27 |
| Class 2 voluntary NI | £189.80 / year (£3.65 / week) | HMRC 2026/27 (self-employed) |
Gap Calculator Formulas
weekly_pension = min(ni_years, 35) / 35 × £241.30
annual_pension = weekly_pension × 52
— Gap analysis —
ni_gap = max(0, 35 − ni_years)
weekly_shortfall = ni_gap × (£241.30 / 35) = ni_gap × £6.894
annual_shortfall = weekly_shortfall × 52
— Cost & ROI —
cost_class3 = ni_gap × £956.80
cost_class2 = ni_gap × £189.80 ← self-employed only
pension_per_gap_yr = £358.50 / year added per NI year bought
roi_class3 = £358.50 / £956.80 = 37.5% / year
breakeven_class3 = £956.80 / £358.50 = 2.67 years post-retirement
roi_class2 = £358.50 / £189.80 = 189% / year ← if eligible
— Natural accumulation —
years_to_spa = max(0, SPA − current_age) SPA = 66 or 67 or 68
natural_fill = min(ni_gap, years_to_spa)
remaining_gap = max(0, ni_gap − natural_fill)
All inputs are public statutory rates (DWP/HMRC 2026/27). This calculator applies them deterministically — no AI generation, no rounding beyond pence. Verify your personal NI record at gov.uk/check-state-pension.
Transparency & Methodology
Methodology & Sources
Figures are public statutory rates published by DWP and HMRC (see the formula table above). For your personal, official forecast and gap-filling deadlines, use gov.uk/check-state-pension.
Not Financial Advice
This tool is not FCA-regulated and provides information only. Before deciding to buy NI years, consult an FCA-authorised adviser (search the FCA Register) or use the free MoneyHelper guidance service.
Open Source
Formulas and calculation code are public. Inspect or suggest improvements on GitHub.