Due to You
Validation

Pension Credit estimator test scenarios

Every scenario our Pension Credit estimator is validated against — 27 fixed cases covering Guarantee Credit, capital deemed income, the Severe Disability Addition, the Carer Addition, and Savings Credit build-up and taper. Each expected value is computed to the penny from the published 2025-26 rates, and every scenario on this page re-runs live on every page render.

Savings Credit: edge cases we flag

  • Pre-6-April-2016 SPA gate. Savings Credit is closed to anyone who reached State Pension age after 6 April 2016. Our estimator returns £0 SC for post-reform claimants; this is tested explicitly.
  • Strictly-greater-than SC threshold. At exactly £192.71 (single) or £304.91 (couple), no Savings Credit is payable. At £192.72 one pence of SC applies — a rounding edge we test.
  • £17.30 / £19.36 cap. The build-up maxes out at £17.30 single / £19.36 couple. Above those levels of build-up income, SC stops growing.
  • 40% taper-down above the GC threshold. Income above £227.10 single / £346.60 couple erodes the maximum at 40p/£1. We test both the partial-taper zone and the near-tapered-out zone (~£270 single).
  • Capital interaction. Deemed income from capital is added to assessed income *before* both GC and SC calculations, so capital can increase SC entitlement in the build-up zone while simultaneously reducing GC.

How these are sourced

Every scenario is a first-principles arithmetic check against the government-published 2025-26 Pension Credit rates. Rates source: gov.uk — benefit and pension rates 2025 to 2026 (DWP).

Out of scope for this estimator: the full universe of capital types and their treatment (e.g. property disregards, notional capital arguments), the deprivation-of-capital rules, backdating, the transitional protection for mixed-age couples who had a pre-15 May 2019 claim, and Housing Benefit / Council Tax Reduction interactions. Scenarios that exercise those mechanics are out of scope here.

Guarantee Credit

The basic mechanics — £227.10 single / £346.60 couple thresholds and top-up.

6 scenarios

gc-single-zero-income

Single pensioner, no income, no capital

A single pensioner with no State Pension record and no other income.

What this tests: Guarantee Credit tops weekly income up to £227.10 for a single claimant.

Effective threshold
£227.10 / week
Assessed income
£0 / week
Guarantee Credit
£227.10 / week
Savings Credit
£0 / week
Total
£227.10 / week
Scenario inputs (JSON)
{
  "partner": false,
  "weeklyStatePensionMinor": 0,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 0
}

gc-single-200

Single pensioner, £200/week State Pension

Full-ish new State Pension, no other income.

What this tests: GC tops £200 up to £227.10 = £27.10/week.

Effective threshold
£227.10 / week
Assessed income
£200 / week
Guarantee Credit
£27.10 / week
Savings Credit
£0 / week
Total
£27.10 / week
Scenario inputs (JSON)
{
  "partner": false,
  "weeklyStatePensionMinor": 20000,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 0
}

gc-single-at-threshold

Single pensioner, income exactly £227.10

Income exactly at the Guarantee Credit threshold — no GC payable, but still valuable as a passport.

What this tests: At the threshold the GC drops to zero. Even £0.01 of GC triggers full passporting benefits, so this is the edge where passporting stops.

Effective threshold
£227.10 / week
Assessed income
£227.10 / week
Guarantee Credit
£0 / week
Savings Credit
£0 / week
Total
£0 / week
Scenario inputs (JSON)
{
  "partner": false,
  "weeklyStatePensionMinor": 22710,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 0
}

gc-single-above-threshold

Single pensioner, £300/week — no GC

Income well above the threshold — no Pension Credit payable.

What this tests: Income above the threshold takes the claimant out of GC entirely; post-2016 SPA means no SC either.

Effective threshold
£227.10 / week
Assessed income
£300 / week
Guarantee Credit
£0 / week
Savings Credit
£0 / week
Total
£0 / week
Scenario inputs (JSON)
{
  "partner": false,
  "weeklyStatePensionMinor": 30000,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 0
}

gc-couple-300

Couple, combined £300/week

A pensioner couple with £300/week combined income, no capital.

What this tests: Couple GC threshold is £346.60; GC = £46.60/week.

Effective threshold
£346.60 / week
Assessed income
£300 / week
Guarantee Credit
£46.60 / week
Savings Credit
£0 / week
Total
£46.60 / week
Scenario inputs (JSON)
{
  "partner": true,
  "weeklyStatePensionMinor": 30000,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 0
}

gc-couple-above-threshold

Couple, £350/week — above threshold

A couple with £350 combined income — just above the GC threshold.

What this tests: Income above the couple threshold eliminates GC.

Effective threshold
£346.60 / week
Assessed income
£350 / week
Guarantee Credit
£0 / week
Savings Credit
£0 / week
Total
£0 / week
Scenario inputs (JSON)
{
  "partner": true,
  "weeklyStatePensionMinor": 35000,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 0
}

Capital and deemed income

First £10,000 ignored; £1/week deemed per £500 band above. Unlike UC there is no upper capital limit.

4 scenarios

cap-exact-10000

Single pensioner, £10,000 capital — no deemed income

£10,000 capital is the lower limit — ignored in full.

What this tests: Capital up to and including £10,000 is disregarded.

Effective threshold
£227.10 / week
Assessed income
£220 / week
Guarantee Credit
£7.10 / week
Savings Credit
£0 / week
Total
£7.10 / week
Scenario inputs (JSON)
{
  "partner": false,
  "weeklyStatePensionMinor": 22000,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 1000000
}

cap-13000

Single pensioner, £13,000 capital

£3,000 excess = 6 bands of £500 each → £6/week deemed.

What this tests: £1/week deemed for every £500 (or part) of capital above £10,000.

Effective threshold
£227.10 / week
Assessed income
£226 / week
Guarantee Credit
£1.10 / week
Savings Credit
£0 / week
Total
£1.10 / week
Scenario inputs (JSON)
{
  "partner": false,
  "weeklyStatePensionMinor": 22000,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 1300000
}

cap-10001

Single pensioner, £10,001 capital — one band

A penny above £10,000 produces one full band of deemed income (£1/week).

What this tests: Rounding up: any part of a £500 band counts in full.

Effective threshold
£227.10 / week
Assessed income
£221 / week
Guarantee Credit
£6.10 / week
Savings Credit
£0 / week
Total
£6.10 / week
Scenario inputs (JSON)
{
  "partner": false,
  "weeklyStatePensionMinor": 22000,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 1000100
}

cap-15500

Single pensioner, £15,500 capital

£5,500 excess ÷ £500 = 11 bands = £11/week deemed.

What this tests: Unlike UC, Pension Credit has no £16,000 cliff edge — capital scales linearly.

Effective threshold
£227.10 / week
Assessed income
£226 / week
Guarantee Credit
£1.10 / week
Savings Credit
£0 / week
Total
£1.10 / week
Scenario inputs (JSON)
{
  "partner": false,
  "weeklyStatePensionMinor": 21500,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 1550000
}

Severe Disability Addition

Lifts the effective threshold by £81.50/week when you receive Attendance Allowance / enhanced-rate PIP daily-living, live alone, and no-one claims Carer's Allowance for you.

3 scenarios

sda-applies

Single pensioner, £200 income + SDA conditions met

Lives alone, on Attendance Allowance or enhanced-rate PIP daily living, no-one claims Carer's Allowance for them.

What this tests: SDA of £81.50/week lifts the effective threshold to £308.60. GC = £308.60 − £200 = £108.60.

Effective threshold
£308.60 / week
Assessed income
£200 / week
Guarantee Credit
£108.60 / week
Savings Credit
£0 / week
Total
£108.60 / week
Scenario inputs (JSON)
{
  "partner": false,
  "weeklyStatePensionMinor": 20000,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 0,
  "attendanceAllowanceOrPipDailyLiving": true,
  "livesAlone": true
}

sda-blocked-by-ca

SDA blocked when Carer's Allowance is paid for the claimant

Same facts as above but a carer claims Carer's Allowance for looking after them — SDA is lost.

What this tests: SDA requires that no-one is paid Carer's Allowance for the disabled person. The addition is lost when a carer claims.

Effective threshold
£227.10 / week
Assessed income
£200 / week
Guarantee Credit
£27.10 / week
Savings Credit
£0 / week
Total
£27.10 / week
Scenario inputs (JSON)
{
  "partner": false,
  "weeklyStatePensionMinor": 20000,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 0,
  "attendanceAllowanceOrPipDailyLiving": true,
  "livesAlone": true,
  "carersAllowanceReceivedForYou": true
}

sda-blocked-not-alone

SDA blocked when the claimant does not live alone

A disabled pensioner on AA who lives with an adult relative — SDA condition fails.

What this tests: Lives-alone is a necessary SDA precondition. Many SDA losses are invisible to the claimant at the time.

Effective threshold
£227.10 / week
Assessed income
£200 / week
Guarantee Credit
£27.10 / week
Savings Credit
£0 / week
Total
£27.10 / week
Scenario inputs (JSON)
{
  "partner": false,
  "weeklyStatePensionMinor": 20000,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 0,
  "attendanceAllowanceOrPipDailyLiving": true,
  "livesAlone": false
}

Carer Addition

Lifts the effective threshold by £46.93/week when you care 35+ hours a week for someone on a qualifying disability benefit. Stacks with the SDA when both apply.

2 scenarios

carer-single

Single pensioner caring for someone on a qualifying disability benefit

A pensioner caring 35+ hours a week for a disabled relative; £220/week State Pension.

What this tests: Carer Addition of £46.93/week raises the effective threshold; GC = £274.03 − £220 = £54.03.

Effective threshold
£274.03 / week
Assessed income
£220 / week
Guarantee Credit
£54.03 / week
Savings Credit
£0 / week
Total
£54.03 / week
Scenario inputs (JSON)
{
  "partner": false,
  "weeklyStatePensionMinor": 22000,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 0,
  "isCarerForSomeoneOnQualifyingDisability": true
}

carer-plus-sda

Disabled carer — SDA + Carer Addition stack

A disabled pensioner on AA who also cares for a disabled spouse (on AA too). Lives alone technically not applicable — skipping SDA here. Uses carer addition only.

What this tests: Carer addition stacks with SDA when both apply to the same person. Here SDA is excluded (does not live alone), but Carer Addition still applies.

Effective threshold
£274.03 / week
Assessed income
£220 / week
Guarantee Credit
£54.03 / week
Savings Credit
£0 / week
Total
£54.03 / week
Scenario inputs (JSON)
{
  "partner": false,
  "weeklyStatePensionMinor": 22000,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 0,
  "attendanceAllowanceOrPipDailyLiving": true,
  "livesAlone": false,
  "isCarerForSomeoneOnQualifyingDisability": true
}

Savings Credit (pre-6-April-2016 SPA only)

Reward for modest savings/pensions, closed to new claimants after 6 April 2016. Builds up at 60p/£1 above £192.71 single / £304.91 couple, caps at £17.30 / £19.36, and tapers down at 40p/£1 above the Guarantee Credit threshold.

10 scenarios

sc-post-2016-excluded

Post-6-April-2016 SPA — no Savings Credit

Single pensioner who reached State Pension age after 6 April 2016 — Savings Credit is not available.

What this tests: Savings Credit was closed to new claimants from 6 April 2016.

Effective threshold
£227.10 / week
Assessed income
£210 / week
Guarantee Credit
£17.10 / week
Savings Credit
£0 / week
Total
£17.10 / week
Scenario inputs (JSON)
{
  "partner": false,
  "reachedStatePensionAgeBefore6April2016": false,
  "weeklyStatePensionMinor": 21000,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 0
}

sc-below-threshold

Pre-2016, income below the Savings Credit threshold

£180/week income is below the SC threshold (£192.71) — SC does not apply.

What this tests: Savings Credit pays 60p per £1 of income *above* £192.71 single / £304.91 couple.

Effective threshold
£227.10 / week
Assessed income
£180 / week
Guarantee Credit
£47.10 / week
Savings Credit
£0 / week
Total
£47.10 / week
Scenario inputs (JSON)
{
  "partner": false,
  "reachedStatePensionAgeBefore6April2016": true,
  "weeklyStatePensionMinor": 18000,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 0
}

sc-in-build-up

Pre-2016, income £200 — SC in build-up

£200 is above the SC threshold but below the GC threshold — SC in the build-up zone.

What this tests: SC = 60% × (income − SC threshold), capped at the maximum. Here 0.6 × (200 − 192.71) = £4.37.

Effective threshold
£227.10 / week
Assessed income
£200 / week
Guarantee Credit
£27.10 / week
Savings Credit
£4.37 / week
Total
£31.47 / week
Scenario inputs (JSON)
{
  "partner": false,
  "reachedStatePensionAgeBefore6April2016": true,
  "weeklyStatePensionMinor": 20000,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 0
}

sc-capped-max

Pre-2016, income £220 — SC close to maximum

£220 income, below GC threshold, substantial SC but below the £17.30 cap.

What this tests: SC = 60% × (220 − 192.71) = £16.37. Under the £17.30 maximum.

Effective threshold
£227.10 / week
Assessed income
£220 / week
Guarantee Credit
£7.10 / week
Savings Credit
£16.37 / week
Total
£23.47 / week
Scenario inputs (JSON)
{
  "partner": false,
  "reachedStatePensionAgeBefore6April2016": true,
  "weeklyStatePensionMinor": 22000,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 0
}

sc-over-gc-threshold

Pre-2016, income £230 — SC tapers down above GC threshold

Income above GC threshold triggers the 40% taper-down on the SC maximum.

What this tests: Above £227.10 single, SC loses 40p per £1. SC maximum £17.30 − 40% × (230 − 227.10) = £17.30 − £1.16 = £16.14.

Effective threshold
£227.10 / week
Assessed income
£230 / week
Guarantee Credit
£0 / week
Savings Credit
£16.14 / week
Total
£16.14 / week
Scenario inputs (JSON)
{
  "partner": false,
  "reachedStatePensionAgeBefore6April2016": true,
  "weeklyStatePensionMinor": 23000,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 0
}

sc-tapered-hard

Pre-2016, income £250 — SC heavily tapered

Income £22.90 above GC threshold — the 40% taper has eroded most of the maximum.

What this tests: SC = max(0, 17.30 − 40% × 22.90) = max(0, 17.30 − 9.16) = £8.14.

Effective threshold
£227.10 / week
Assessed income
£250 / week
Guarantee Credit
£0 / week
Savings Credit
£8.14 / week
Total
£8.14 / week
Scenario inputs (JSON)
{
  "partner": false,
  "reachedStatePensionAgeBefore6April2016": true,
  "weeklyStatePensionMinor": 25000,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 0
}

sc-almost-tapered-out

Pre-2016, income £270 — SC almost fully tapered

At £270/week only £0.14/week of SC survives the 40% taper.

What this tests: Taper-down = 40% × (270 − 227.10) = £17.16. SC = max(0, 17.30 − 17.16) = £0.14.

Effective threshold
£227.10 / week
Assessed income
£270 / week
Guarantee Credit
£0 / week
Savings Credit
£0.14 / week
Total
£0.14 / week
Scenario inputs (JSON)
{
  "partner": false,
  "reachedStatePensionAgeBefore6April2016": true,
  "weeklyStatePensionMinor": 27000,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 0
}

sc-couple-build-up

Couple, pre-2016, £330/week — SC in build-up

Couple income £330/week, above the £304.91 couple SC threshold but below the £346.60 GC threshold.

What this tests: SC = 60% × (330 − 304.91) = £15.05. Below the £19.36 couple maximum.

Effective threshold
£346.60 / week
Assessed income
£330 / week
Guarantee Credit
£16.60 / week
Savings Credit
£15.05 / week
Total
£31.65 / week
Scenario inputs (JSON)
{
  "partner": true,
  "reachedStatePensionAgeBefore6April2016": true,
  "weeklyStatePensionMinor": 33000,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 0
}

sc-at-sc-threshold

Pre-2016, income exactly £192.71 — SC just not yet payable

Income exactly at the SC threshold produces no SC.

What this tests: SC mechanics require income to be strictly greater than the SC threshold — equal is not enough.

Effective threshold
£227.10 / week
Assessed income
£192.71 / week
Guarantee Credit
£34.39 / week
Savings Credit
£0 / week
Total
£34.39 / week
Scenario inputs (JSON)
{
  "partner": false,
  "reachedStatePensionAgeBefore6April2016": true,
  "weeklyStatePensionMinor": 19271,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 0
}

sc-one-penny-above

Pre-2016, income £192.72 — SC = £0.01 (edge case)

One penny above the SC threshold triggers a £0.01 Savings Credit. Rounding edge.

What this tests: SC = round(0.01 × 0.6) = round(0.006) = 1 pence in the minor-unit calculation (0.6 × 1p).

Effective threshold
£227.10 / week
Assessed income
£192.72 / week
Guarantee Credit
£34.38 / week
Savings Credit
£0.01 / week
Total
£34.39 / week
Scenario inputs (JSON)
{
  "partner": false,
  "reachedStatePensionAgeBefore6April2016": true,
  "weeklyStatePensionMinor": 19272,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 0
}

Combined real-world scenarios

Multi-element stacks — SDA + capital + Savings Credit, couples with both GC and SC.

2 scenarios

combined-sda-sc-capital

Pre-2016 single, £200 income, AA + lives alone, £12,000 capital

Disabled pensioner living alone, with modest capital — SDA raises the threshold, deemed income adds to assessed income, and SC build-up still applies.

What this tests: SDA threshold + deemed income from capital + Savings Credit build-up all in one calculation.

Effective threshold
£308.60 / week
Assessed income
£204 / week
Guarantee Credit
£104.60 / week
Savings Credit
£6.77 / week
Total
£111.37 / week
Scenario inputs (JSON)
{
  "partner": false,
  "reachedStatePensionAgeBefore6April2016": true,
  "weeklyStatePensionMinor": 20000,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 1200000,
  "attendanceAllowanceOrPipDailyLiving": true,
  "livesAlone": true
}

combined-couple-sc-gc

Couple, pre-2016, £320/week — SC + GC combined

Couple with some savings but income below GC threshold — receive both GC and SC.

What this tests: GC = 346.60 − 320 = 26.60; SC = 60% × (320 − 304.91) = £9.05; total = £35.65.

Effective threshold
£346.60 / week
Assessed income
£320 / week
Guarantee Credit
£26.60 / week
Savings Credit
£9.05 / week
Total
£35.65 / week
Scenario inputs (JSON)
{
  "partner": true,
  "reachedStatePensionAgeBefore6April2016": true,
  "weeklyStatePensionMinor": 32000,
  "weeklyPrivatePensionMinor": 0,
  "weeklyEarningsMinor": 0,
  "weeklyOtherIncomeMinor": 0,
  "capitalMinor": 0
}