Unilever Plc (UNLYF) Liabilities from Discontinued Operations (2009 - 2025)
Unilever (UNLYF) posted Liabilities from Discontinued Operations of $131.5 million for Q4 2025, up 152.61% on a QoQ basis from $52.1 million in Q2 2025, and up 156.44% year-over-year from $51.3 million in Q4 2024.
Unilever Plc (UNLYF) Liabilities from Discontinued Operations (2009 - 2025) Analysis & Trends
Unilever has reported Liabilities from Discontinued Operations for 17 years, with the latest figure at $131.5 million in Q4 2025.
- On a quarterly basis, Liabilities from Discontinued Operations rose 156.44% year-over-year to $131.5 million in Q4 2025; TTM through Dec 2025 was $131.5 million, a 156.44% increase from a year earlier, with the FY2025 full-year figure at $127.7 million, up 145.74% from the prior year.
- Liabilities from Discontinued Operations was $131.5 million for Q4 2025 at Unilever, up from $52.1 million in the prior quarter.
- The five-year high for Liabilities from Discontinued Operations was $938.1 million in Q4 2021, with the low at $4.1 million in Q4 2022.
- Average Liabilities from Discontinued Operations over 5 years is $299.6 million, with a median of $159.9 million recorded in 2023.
- The sharpest annual moves came in 2021 and 2022: Liabilities from Discontinued Operations jumped 78576.86% in 2021, then sank 99.56% in 2022.
- Over 5 years, Liabilities from Discontinued Operations stood at $938.1 million in 2021, then tumbled by 99.56% to $4.1 million in 2022, then jumped by 4513.82% to $188.3 million in 2023, then slumped by 72.76% to $51.3 million in 2024, then surged by 156.44% to $131.5 million in 2025.
- The last three Liabilities from Discontinued Operations figures came in at $131.5 million (Q4 2025), $52.1 million (Q2 2025), and $51.3 million (Q4 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 131.54 Mn |
| Jun 30, 2025 | 52.07 Mn |
| Dec 31, 2024 | 51.29 Mn |
| Dec 31, 2023 | 188.29 Mn |
| Dec 31, 2022 | 4.08 Mn |
| Jun 30, 2022 | 840.84 Mn |
| Dec 31, 2021 | 938.06 Mn |
| Jun 30, 2021 | 190.27 Mn |
| Dec 31, 2020 | 1.19 Mn |
| Jun 30, 2020 | 1.10 Mn |
| Dec 31, 2019 | 1.11 Mn |
| Jun 30, 2019 | 1.12 Mn |
| Dec 31, 2018 | 12.56 Mn |
| Jun 30, 2018 | 170.66 Mn |
| Dec 31, 2017 | 200.16 Mn |
| Jun 30, 2017 | 1.10 Mn |
| Dec 31, 2016 | 1.08 Mn |
| Jun 30, 2016 | 1.13 Mn |
| Dec 31, 2015 | 6.58 Mn |
| Jun 30, 2015 | 1.11 Mn |
Unilever Plc Liabilities from Discontinued Operations 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=liabilities-from-discontinued-operations&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-from-discontinued-operations", "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=liabilities-from-discontinued-operations&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();