Nearly one in three of the highest-yielding UK shares cuts its dividend within a year
Across 2,245 UK and 17,067 US large-cap observations from 2015 to 2025, the trailing 12-month dividend cut rate rises monotonically with reported yield on the LSE. The top quartile cuts one in three times; the bottom quartile cuts one in eight.
Dataset: research-data/ frozen v3, sha ab3f2f46eb3cf9a4c75f017b08c984d01df5cd53592fd53139d309676a3ca910, 25,966 observations, semiannual 2015 to 2025, US and LSE, minimum $2bn market cap
Among UK-listed shares from 2015 to 2025, those in the highest-yielding quarter of the market cut their dividend within the following 12 months 30.3% of the time. The lowest-yielding quarter cut 13.0% of the time. The gradient rises monotonically across all four quartiles: 13.0%, 17.0%, 21.8%, 30.3%.
Put plainly: roughly one in three of the highest-yielding UK large caps cut within a year, against roughly one in eight of the lowest-yielding.
The US pattern is similar at the top (23.4% for the highest-yield quartile) but the UK cuts more often at every level.
All headline figures exclude special dividends and exclude the observation dates whose forward windows span the 2020 pandemic suspensions.
The data
Cut within 12 months, by yield quartile. Specials excluded, pandemic excluded.
| quartile | avg yield | UK n | UK cut rate | US n | US cut rate |
|---|---|---|---|---|---|
| Q1 (lowest) | 0.7 to 1.2% | 553 | 13.0% | 4,260 | 11.4% |
| Q2 | 1.8 to 2.4% | 566 | 17.0% | 4,269 | 8.9% |
| Q3 | 3.0 to 4.1% | 559 | 21.8% | 4,266 | 11.9% |
| Q4 (highest) | 7.2 to 8.5% | 567 | 30.3% | 4,272 | 23.4% |
Pooled across both markets (n=19,312): 11.4%, 9.4%, 13.4%, 24.5%.
The US series is not monotonic. Q1 (11.4%) sits above Q2 (8.9%). The lowest yielders include companies that have only just initiated a dividend, where an early reduction is more common. The UK series is monotonic across all four.
Robustness: the specials threshold
Special-dividend detection is a heuristic (see Method), so the finding is reported across five settings. The gradient holds at every one, and the top quartile is stable:
| setting | specials flagged | UK Q1 | UK Q2 | UK Q3 | UK Q4 |
|---|---|---|---|---|---|
| no filter | 0 | 10.8% | 14.3% | 22.3% | 34.3% |
| mult 2.0 | 1,998 | 14.5% | 17.7% | 21.7% | 30.4% |
| mult 2.5 (headline) | 1,514 | 13.0% | 17.0% | 21.8% | 30.3% |
| mult 3.0 | 1,241 | 11.8% | 15.9% | 22.4% | 30.2% |
| mult 5.0 | 725 | 11.2% | 14.7% | 23.4% | 30.6% |
UK Q4 moves within 30.2% to 34.3% across every setting. US Q4 within 23.4% to 25.9%. The result does not depend on the threshold chosen.
Method
-
Cut definition. Rolling TTM: a cut is recorded where the forward 12-month dividend total falls more than 2% below the trailing 12-month total.
is_cut = d_fwd < d_base * (1 - 0.02)Summing a full year each side removes payment cadence from the question. UK issuers typically pay a small interim and a larger final, so a payment-to-payment comparison fires on nearly every UK name every year for structural reasons. A genuine reduction (25p in April, 10p in November) still registers, because the annual totals differ.
-
Both windows are rebuilt from raw payment records in
growthInputs.dividends, not from the pre-aggregateddpsfields, because specials cannot be stripped from a pre-aggregated sum.Each observation's array holds history only up to that observation date, so no single row can supply a forward window. Histories are therefore built as the union of a ticker's arrays across all its semiannual observations, deduplicated on ex-date. Only 32 of 127,288 (ticker, ex-date) pairs disagree on amount across observations, so the union is safe.
-
Special-dividend detection. The dataset carries no
is_specialflag. The naive rule (payment > N x median) is wrong for the UK, where a final of roughly twice the interim is the normal pattern. A payment is flagged special only when both hold:- it exceeds 2.5x the median payment of the preceding 24 months (requiring at least 3 prior payments), and
- it has no comparable counterpart about a year earlier: no payment within 45 days of (date minus 365) worth at least 60% of it.
Condition 2 is what protects UK finals. A recurring large final has a counterpart in the prior year; a one-off special does not. 1,514 payments are flagged, about 1.2% of all payments.
-
Quartiling is on the as-reported trailing yield, assigned within each observation date and then pooled. Pooling first would let market-wide yield drift decide which period lands in which quartile. As-reported yield is used deliberately: it is what an investor sees on a screener, and the only route to an ex-specials yield runs through
dps.trail12m, whose unreliability produced 45% average yields when attempted. -
Truncation. 2,599 observations after 2024-07-15 are dropped: their forward window runs past the end of the data, where an absent total is indistinguishable from a suspension and would score as a 100% cut.
Limitations
- Acquisitions are conflated with cuts. The manifest states: "dps targets use candidate payment streams incl. post-delisting cessation; acquisitions are conflated with cuts by this measure." An acquired company stops paying, which reads as a cut. This inflates all rates by an unknown amount. It should affect quartiles similarly, so the relationship is more robust than the levels.
- Special detection is heuristic, not sourced from a corporate-actions feed. The sensitivity table above is the mitigation, not a substitute.
- Survivorship is only partly corrected, bounded by delisted EOD coverage.
- $2bn market cap floor. Nothing here applies to small caps.
- A 2% tolerance is tight for progressive policies with small annual variation.
- No significance testing. The sample is large and the UK gradient is monotonic across four buckets, but no confidence intervals are computed.
- UK sample is 2,245 observations, an order of magnitude smaller than the US.
What this does not show
It does not show that high yield causes cuts, and it does not support a claim about any individual share. It is a base rate across a decade. It also says nothing about total return: a company that cuts may still outperform.
Reproduce it
node scripts/research/ttm-cut-by-yield-quartile.js --exclude 2019-07-15,2020-01-15,2020-07-15
Add --sensitivity for the threshold table, --special-mult N to change the threshold, --no-specials-filter to disable it.
Related reading
- Why headline yield can be misleading The companion guide to this note: the practical framework an investor should use when a high yield is flagged.
- Dividend safety score framework Payout ratio, cover, free cash flow, and leverage: the four checks that survive this yield signal.
- Dividend yield vs total return What yield tells you and what it does not, including the total-return framing.
- Dividend growth vs high yield Why a growth-led payer can beat a high yielder over a decade even with a smaller starting yield.
- Prior-cut warning (research note 2) The second axis of the cut-risk rubric: a prior cut raises the 12-month forward cut rate 2.5x on LSE.