Unilever Plc (UNLYF) Long-Term Deferred Tax (2009 - 2026)
Unilever (UNLYF) posted Long-Term Deferred Tax of $1.3 billion for Q2 2026, down 5.72% on a QoQ basis from $1.3 billion in Q4 2025, and little changed year-over-year from $1.3 billion in Q2 2025.
Unilever Plc (UNLYF) Long-Term Deferred Tax (2009 - 2026) Analysis & Trends
Unilever has reported Long-Term Deferred Tax for 18 years, with the latest figure at $1.3 billion in Q2 2026.
- On a quarterly basis, Long-Term Deferred Tax changed 0.1% year-over-year to $1.3 billion in Q2 2026; TTM through Jun 2026 was $1.3 billion, a 0.1% change from a year earlier, with the FY2025 full-year figure at $1.3 billion, down 6.54% from the prior year.
- Long-Term Deferred Tax was $1.3 billion for Q2 2026 at Unilever, down from $1.3 billion in the prior quarter.
- The five-year high for Long-Term Deferred Tax was $1.7 billion in Q2 2022, with the low at $1.1 billion in Q4 2022.
- Average Long-Term Deferred Tax over 5 years is $1.3 billion, with a median of $1.3 billion recorded in 2025.
- The sharpest annual moves came in 2022 and 2024: Long-Term Deferred Tax plunged 36.14% in 2022, then gained 14.22% in 2024.
- Over 5 years, Long-Term Deferred Tax stood at $1.1 billion in 2022, then rose by 11.89% to $1.2 billion in 2023, then grew by 14.22% to $1.4 billion in 2024, then slipped by 2.47% to $1.3 billion in 2025, then retreated by 5.72% to $1.3 billion in 2026.
- The last three Long-Term Deferred Tax figures came in at $1.3 billion (Q2 2026), $1.3 billion (Q4 2025), and $1.3 billion (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.26 Bn |
| Dec 31, 2025 | 1.33 Bn |
| Jun 30, 2025 | 1.26 Bn |
| Dec 31, 2024 | 1.37 Bn |
| Jun 30, 2024 | 1.14 Bn |
| Dec 31, 2023 | 1.20 Bn |
| Jun 30, 2023 | 1.18 Bn |
| Dec 31, 2022 | 1.07 Bn |
| Jun 30, 2022 | 1.66 Bn |
| Dec 31, 2021 | 1.68 Bn |
| Jun 30, 2021 | 1.59 Bn |
| Dec 31, 2020 | 1.76 Bn |
| Jun 30, 2020 | 1.46 Bn |
| Dec 31, 2019 | 1.48 Bn |
| Jun 30, 2019 | 1.55 Bn |
| Dec 31, 2018 | 1.31 Bn |
| Jun 30, 2018 | 1.23 Bn |
| Dec 31, 2017 | 1.28 Bn |
| Jun 30, 2017 | 1.38 Bn |
| Dec 31, 2016 | 1.46 Bn |
Unilever Plc Long-Term Deferred Tax 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=long-term-deferred-tax&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "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=long-term-deferred-tax&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();