Unilever Plc (UNLYF) Asset Utilization Ratio (2009 - 2026)
Unilever (UNLYF) posted Asset Utilization Ratio of 0.56 for Q2 2026, down 6.24% on a QoQ basis from 0.59 in Q4 2025, and down 17.96% year-over-year from 0.68 in Q2 2025.
Unilever Plc (UNLYF) Asset Utilization Ratio (2009 - 2026) Analysis & Trends
Unilever has reported Asset Utilization Ratio for 10 years, with the latest figure at 0.56 in Q2 2026.
- On a quarterly basis, Asset Utilization Ratio fell 17.96% year-over-year to 0.56 in Q2 2026; TTM through Jun 2026 was 0.56, a 17.96% decrease from a year earlier, with the FY2025 full-year figure at 0.69, up 1.54% from the prior year.
- Asset Utilization Ratio was 0.56 for Q2 2026 at Unilever, down from 0.59 in the prior quarter.
- The five-year high for Asset Utilization Ratio was 0.7 in Q4 2024, with the low at 0.14 in Q2 2022.
- Average Asset Utilization Ratio over 5 years is 0.47, with a median of 0.59 recorded in 2025.
- The sharpest annual moves came in 2023 and 2026: Asset Utilization Ratio jumped 277.87% in 2023, then slipped 17.96% in 2026.
- Over 5 years, Asset Utilization Ratio stood at 0.14 in 2022, then soared by 277.87% to 0.25 in 2023, then surged by 184.7% to 0.7 in 2024, then fell by 15.75% to 0.59 in 2025, then slipped by 6.24% to 0.56 in 2026.
- The last three Asset Utilization Ratio figures came in at 0.56 (Q2 2026), 0.59 (Q4 2025), and 0.68 (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.56 |
| Dec 31, 2025 | 0.59 |
| Jun 30, 2025 | 0.68 |
| Dec 31, 2024 | 0.70 |
| Jun 30, 2024 | 0.62 |
| Jun 30, 2023 | 0.25 |
| Jun 30, 2022 | -0.14 |
| Dec 31, 2018 | -0.20 |
| Dec 31, 2016 | 0.00 |
| Dec 31, 2015 | 0.50 |
| Dec 31, 2010 | 0.43 |
| Sep 30, 2010 | 0.34 |
| Jun 30, 2010 | 0.35 |
| Mar 31, 2010 | 0.55 |
| Dec 31, 2009 | 0.53 |
| Sep 30, 2009 | 0.25 |
| Jun 30, 2009 | 0.25 |
| Mar 31, 2009 | 0.43 |
Unilever Plc Asset Utilization Ratio 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=asset-utilization-ratio&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();