Unilever Plc (UNLYF) Non-Current Debt (2009 - 2026)
Unilever (UNLYF) posted Non-Current Debt of $9.5 billion for Q2 2026, up 214.88% on a QoQ basis from $3.0 billion in Q4 2025, and up 16.85% year-over-year from $8.1 billion in Q2 2025.
Unilever Plc (UNLYF) Non-Current Debt (2009 - 2026) Analysis & Trends
Unilever has reported Non-Current Debt for 18 years, with the latest figure at $9.5 billion in Q2 2026.
- On a quarterly basis, Non-Current Debt rose 16.85% year-over-year to $9.5 billion in Q2 2026; TTM through Jun 2026 was $9.5 billion, a 16.85% increase from a year earlier, with the FY2025 full-year figure at $2.9 billion, down 61.42% from the prior year.
- Non-Current Debt was $9.5 billion for Q2 2026 at Unilever, up from $3.0 billion in the prior quarter.
- The five-year high for Non-Current Debt was $9.6 billion in Q2 2022, with the low at $3.0 billion in Q4 2025.
- Average Non-Current Debt over 5 years is $7.2 billion, with a median of $7.5 billion recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: Non-Current Debt soared 36.41% in 2024, then tumbled 59.74% in 2025.
- Over 5 years, Non-Current Debt stood at $5.9 billion in 2022, then decreased by 7.11% to $5.5 billion in 2023, then soared by 36.41% to $7.5 billion in 2024, then sank by 59.74% to $3.0 billion in 2025, then soared by 214.88% to $9.5 billion in 2026.
- The last three Non-Current Debt figures came in at $9.5 billion (Q2 2026), $3.0 billion (Q4 2025), and $8.1 billion (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 9.46 Bn |
| Dec 31, 2025 | 3.01 Bn |
| Jun 30, 2025 | 8.10 Bn |
| Dec 31, 2024 | 7.47 Bn |
| Jun 30, 2024 | 8.23 Bn |
| Dec 31, 2023 | 5.47 Bn |
| Jun 30, 2023 | 7.31 Bn |
| Dec 31, 2022 | 5.89 Bn |
| Jun 30, 2022 | 9.64 Bn |
| Dec 31, 2021 | 8.30 Bn |
| Jun 30, 2021 | 8.09 Bn |
| Dec 31, 2020 | 5.32 Bn |
| Jun 30, 2020 | 5.28 Bn |
| Dec 31, 2019 | 5.19 Bn |
| Jun 30, 2019 | 6.31 Bn |
| Dec 31, 2018 | 4.12 Bn |
| Jun 30, 2018 | 13.22 Bn |
| Dec 31, 2017 | 9.38 Bn |
| Jun 30, 2017 | 5.59 Bn |
| Dec 31, 2016 | 12.03 Bn |
Unilever Plc Non-Current Debt 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=non-current-debt&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "ticker": "UNLYF", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-current-debt&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();