Santander UK plc (SNTUF) Other Non-Current Liabilities (2009 - 2026)
Santander UK's (SNTUF) quarterly Other Non-Current Liabilities came in at $3.3 billion in Q2 2026, up 25.47% year-over-year from $2.6 billion in Q2 2025, and up 13.44% quarter-over-quarter from $2.9 billion in Q4 2025.
Santander UK plc (SNTUF) Other Non-Current Liabilities (2009 - 2026) Analysis & Trends
Santander UK has disclosed Other Non-Current Liabilities across 18 years of filings, most recently posting $3.3 billion for Q2 2026.
- In Q2 2026, Other Non-Current Liabilities rose 25.47% year-over-year to $3.3 billion; the TTM figure through Jun 2026 stood at $3.3 billion (up 25.47% YoY), while the FY2025 annual figure was $2.9 billion, up 21.6% from the prior year.
- Other Non-Current Liabilities came in at $3.3 billion for Q2 2026 at Santander UK, up from $2.9 billion in the prior quarter.
- In the past five years, Other Non-Current Liabilities ranged from a high of $4.1 billion in Q2 2024 to a low of $2.4 billion in Q4 2024.
- Average Other Non-Current Liabilities over 5 years is $3.1 billion, with a median of $3.0 billion recorded in 2022.
- Year-over-year, Other Non-Current Liabilities soared 47.01% in 2024 and plunged 36.66% in 2025.
- Over 5 years, Other Non-Current Liabilities stood at $3.0 billion in 2022, then grew by 1.63% to $3.1 billion in 2023, then declined by 22.74% to $2.4 billion in 2024, then gained by 21.6% to $2.9 billion in 2025, then increased by 13.44% to $3.3 billion in 2026.
- Per Business Quant data, the three most recent Other Non-Current Liabilities figures were $3.3 billion in Q2 2026, $2.9 billion in Q4 2025, and $2.6 billion in Q2 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.28 Bn |
| Dec 31, 2025 | 2.89 Bn |
| Jun 30, 2025 | 2.61 Bn |
| Dec 31, 2024 | 2.38 Bn |
| Jun 30, 2024 | 4.13 Bn |
| Dec 31, 2023 | 3.08 Bn |
| Jun 30, 2023 | 2.81 Bn |
| Dec 31, 2022 | 3.03 Bn |
| Jun 30, 2022 | 3.32 Bn |
| Dec 31, 2021 | 2.79 Bn |
| Jun 30, 2021 | 3.31 Bn |
| Dec 31, 2020 | 3.09 Bn |
| Jun 30, 2020 | 3.44 Bn |
| Mar 31, 2020 | 36.79 Mn |
| Dec 31, 2019 | 3.01 Bn |
| Sep 30, 2019 | 35.15 Mn |
| Jun 30, 2019 | 5.02 Bn |
| Mar 31, 2019 | 37.36 Mn |
| Dec 31, 2018 | 3.15 Bn |
| Sep 30, 2018 | 38.06 Mn |
Santander UK plc Other Non-Current Liabilities API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=other-non-current-liabilities&ticker=SNTUF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-liabilities", "ticker": "SNTUF", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-non-current-liabilities&ticker=SNTUF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();