Unilever Plc (UNLYF) Total Liabilities (2009 - 2026)
Unilever (UNLYF) posted Total Liabilities of $68.1 billion for Q2 2026, up 10.7% on a QoQ basis from $61.6 billion in Q4 2025, and up 7.37% year-over-year from $63.5 billion in Q2 2025.
Unilever Plc (UNLYF) Total Liabilities (2009 - 2026) Analysis & Trends
Unilever has reported Total Liabilities for 18 years, with the latest figure at $68.1 billion in Q2 2026.
- On a quarterly basis, Total Liabilities rose 7.37% year-over-year to $68.1 billion in Q2 2026; TTM through Jun 2026 was $68.1 billion, a 7.37% increase from a year earlier, with the FY2025 full-year figure at $59.7 billion, down 3.48% from the prior year.
- Total Liabilities was $68.1 billion for Q2 2026 at Unilever, up from $61.6 billion in the prior quarter.
- The five-year high for Total Liabilities was $68.1 billion in Q2 2026, with the low at $57.3 billion in Q4 2022.
- Average Total Liabilities over 5 years is $62.1 billion, with a median of $61.5 billion recorded in 2023.
- The largest YoY upside for Total Liabilities was 7.54% in 2022 against a maximum downside of 9.57% in 2022.
- Over 5 years, Total Liabilities stood at $57.3 billion in 2022, then grew by 2.42% to $58.6 billion in 2023, then grew by 4.22% to $61.1 billion in 2024, then climbed by 0.72% to $61.6 billion in 2025, then gained by 10.7% to $68.1 billion in 2026.
- The last three Total Liabilities figures came in at $68.1 billion (Q2 2026), $61.6 billion (Q4 2025), and $63.5 billion (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 68.14 Bn |
| Dec 31, 2025 | 61.56 Bn |
| Jun 30, 2025 | 63.47 Bn |
| Dec 31, 2024 | 61.12 Bn |
| Jun 30, 2024 | 61.18 Bn |
| Dec 31, 2023 | 58.64 Bn |
| Jun 30, 2023 | 61.51 Bn |
| Dec 31, 2022 | 57.26 Bn |
| Jun 30, 2022 | 66.19 Bn |
| Dec 31, 2021 | 63.32 Bn |
| Jun 30, 2021 | 61.54 Bn |
| Dec 31, 2020 | 59.62 Bn |
| Jun 30, 2020 | 57.45 Bn |
| Dec 31, 2019 | 56.36 Bn |
| Jun 30, 2019 | 57.46 Bn |
| Dec 31, 2018 | 55.92 Bn |
| Jun 30, 2018 | 63.06 Bn |
| Dec 31, 2017 | 54.04 Bn |
| Jun 30, 2017 | 45.29 Bn |
| Dec 31, 2016 | 42.59 Bn |
Unilever Plc Total 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=total-liabilities&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-liabilities", "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=total-liabilities&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();