Unilever Plc (UNLYF) Non-Current Assets (2009 - 2026)
Unilever (UNLYF) posted Non-Current Assets of $64.6 billion for Q2 2026, up 3.85% on a QoQ basis from $62.2 billion in Q4 2025, and little changed year-over-year from $64.3 billion in Q2 2025.
Unilever Plc (UNLYF) Non-Current Assets (2009 - 2026) Analysis & Trends
Unilever has reported Non-Current Assets for 18 years, with the latest figure at $64.6 billion in Q2 2026.
- On a quarterly basis, Non-Current Assets changed 0.4% year-over-year to $64.6 billion in Q2 2026; TTM through Jun 2026 was $64.6 billion, a 0.4% change from a year earlier, with the FY2025 full-year figure at $60.3 billion, down 7.94% from the prior year.
- Non-Current Assets was $64.6 billion for Q2 2026 at Unilever, up from $62.2 billion in the prior quarter.
- The five-year high for Non-Current Assets was $65.8 billion in Q2 2022, with the low at $10.1 billion in Q4 2023.
- Average Non-Current Assets over 5 years is $57.7 billion, with a median of $64.2 billion recorded in 2024.
- The sharpest annual moves came in 2023 and 2024: Non-Current Assets plunged 83.14% in 2023, then surged 541.38% in 2024.
- Over 5 years, Non-Current Assets stood at $59.9 billion in 2022, then slumped by 83.14% to $10.1 billion in 2023, then soared by 541.38% to $64.7 billion in 2024, then decreased by 3.93% to $62.2 billion in 2025, then rose by 3.85% to $64.6 billion in 2026.
- The last three Non-Current Assets figures came in at $64.6 billion (Q2 2026), $62.2 billion (Q4 2025), and $64.3 billion (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 64.56 Bn |
| Dec 31, 2025 | 62.17 Bn |
| Jun 30, 2025 | 64.31 Bn |
| Dec 31, 2024 | 64.71 Bn |
| Jun 30, 2024 | 64.19 Bn |
| Dec 31, 2023 | 10.09 Bn |
| Jun 30, 2023 | 63.22 Bn |
| Dec 31, 2022 | 59.85 Bn |
| Jun 30, 2022 | 65.82 Bn |
| Dec 31, 2021 | 66.00 Bn |
| Jun 30, 2021 | 64.01 Bn |
| Dec 31, 2020 | 61.41 Bn |
| Jun 30, 2020 | 57.75 Bn |
| Dec 31, 2019 | 53.55 Bn |
| Jun 30, 2019 | 52.74 Bn |
| Dec 31, 2018 | 52.09 Bn |
| Jun 30, 2018 | 53.86 Bn |
| Dec 31, 2017 | 50.99 Bn |
| Jun 30, 2017 | 45.53 Bn |
| Dec 31, 2016 | 45.94 Bn |
Unilever Plc 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=non-current-assets&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=non-current-assets&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();