Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Universal Credit rebalancing reforms

Overview

  1. Protected awards for existing claimants: Existing recipients of the health element keep the combined value of their standard allowance and health element at least in line with CPI inflation through 2029-30.

  2. Health element changes for new claimants: New Universal Credit claimants from April 2026 onwards receive a fixed monthly health element amount of £217.26, rather than the protected existing-claimant amount.

  3. Standard allowance uplifts: The standard allowance receives additional uplifts beyond the annual inflationary increase from 2026-2029.

Health element changes

From April 2026, new Universal Credit claimants who qualify for the Limited Capability for Work-Related Activity (LCWRA) element receive a fixed monthly amount of £217.26.

Existing recipients are treated differently. Their LCWRA amount is uprated so that the combined value of:

rises at least in line with CPI inflation. The model implements that protection through the health element itself, preserving the combined award outcome without separately modelling the small administrative split between protected LCWRA amounts and any under-25 standard allowance supplement.

The implementation uses transition probabilities based on WPI Economics analysis for the Trussell Trust, derived from administrative Personal Independence Payment data. The probability of being a new claimant varies by year:

Standard allowance uplifts

The standard allowance receives additional percentage uplifts beyond the normal inflationary increase:

These uplifts are applied to the CPI-uprated standard allowance for each year. In other words, the model first applies the usual CPI uprating and then applies the rebalancing uplift on top.

Implementation

Examples

You can use these reforms in your own analysis by creating a Simulation with parametric changes to modify the reform parameters.

Disabling the rebalancing reforms entirely

from policyengine_uk import Simulation, Scenario

# Disable the reforms from 2026 onwards
scenario = Scenario(parameter_changes={
    "gov.dwp.universal_credit.rebalancing.active": False,
})

sim = Simulation(scenario=scenario)

Changing the standard allowance uplift parameters

from policyengine_uk import Simulation, Scenario

# Set different uplift rates - e.g. 5% in 2026, 7% in 2027
scenario = Scenario(parameter_changes={
    "gov.dwp.universal_credit.rebalancing.standard_allowance_uplift": {
        "2026-01-01": 0.05,
        "2027-01-01": 0.07,
        "2028-01-01": 0.07,
        "2029-01-01": 0.07
    }
})

sim = Simulation(scenario=scenario)

Changing the health element amount for new claimants

from policyengine_uk import Simulation, Scenario

# Set the new claimant health element to £250 per month
scenario = Scenario(parameter_changes={
    "gov.dwp.universal_credit.rebalancing.new_claimant_health_element": {
        "2026-01-01": 250.00
    }
})

sim = Simulation(scenario=scenario)

Legislative reference

The reforms are based on the Universal Credit Bill and its impact assessment: