Unilever Plc (UNLYF) Other Non-Current Assets (2009 - 2026)
Unilever (UNLYF) posted Other Non-Current Assets of $1.2 billion for Q2 2026, up 7.22% on a QoQ basis from $1.1 billion in Q4 2025, and up 1.05% year-over-year from $1.2 billion in Q2 2025.
Unilever Plc (UNLYF) Other Non-Current Assets (2009 - 2026) Analysis & Trends
Unilever has reported Other Non-Current Assets for 18 years, with the latest figure at $1.2 billion in Q2 2026.
- On a quarterly basis, Other Non-Current Assets rose 1.05% year-over-year to $1.2 billion in Q2 2026; TTM through Jun 2026 was $1.2 billion, a 1.05% increase from a year earlier, with the FY2025 full-year figure at $1.1 billion, up 4.92% from the prior year.
- Other Non-Current Assets was $1.2 billion for Q2 2026 at Unilever, up from $1.1 billion in the prior quarter.
- The five-year high for Other Non-Current Assets was $1.2 billion in Q2 2026, with the low at $961.1 million in Q4 2022.
- Average Other Non-Current Assets over 5 years is $1.1 billion, with a median of $1.1 billion recorded in 2022.
- The sharpest annual moves came in 2022 and 2025: Other Non-Current Assets decreased 13.75% in 2022, then gained 10.4% in 2025.
- Over 5 years, Other Non-Current Assets stood at $961.1 million in 2022, then gained by 1.99% to $980.2 million in 2023, then grew by 5.86% to $1.0 billion in 2024, then climbed by 9.49% to $1.1 billion in 2025, then increased by 7.22% to $1.2 billion in 2026.
- The last three Other Non-Current Assets figures came in at $1.2 billion (Q2 2026), $1.1 billion (Q4 2025), and $1.2 billion (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.22 Bn |
| Dec 31, 2025 | 1.14 Bn |
| Jun 30, 2025 | 1.21 Bn |
| Dec 31, 2024 | 1.04 Bn |
| Jun 30, 2024 | 1.09 Bn |
| Dec 31, 2023 | 980.18 Mn |
| Jun 30, 2023 | 1.04 Bn |
| Dec 31, 2022 | 961.07 Mn |
| Jun 30, 2022 | 1.09 Bn |
| Dec 31, 2021 | 1.11 Bn |
| Jun 30, 2021 | 1.24 Bn |
| Dec 31, 2020 | 1.11 Bn |
| Jun 30, 2020 | 986.91 Mn |
| Dec 31, 2019 | 722.80 Mn |
| Jun 30, 2019 | 556.20 Mn |
| Dec 31, 2018 | 604.94 Mn |
| Jun 30, 2018 | 599.11 Mn |
| Dec 31, 2017 | 655.83 Mn |
| Jun 30, 2017 | 676.22 Mn |
| Dec 31, 2016 | 775.24 Mn |
Unilever Plc Other Non-Current Assets 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-assets&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-assets", "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=other-non-current-assets&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();