Unilever Plc (UNLYF) Non-Current Deferred Tax Liability (2009 - 2026)
Unilever (UNLYF) posted Non-Current Deferred Tax Liability of $4.5 billion for Q2 2026, up 6.9% on a QoQ basis from $4.2 billion in Q4 2025, and up 0.8% year-over-year from $4.4 billion in Q2 2025.
Unilever Plc (UNLYF) Non-Current Deferred Tax Liability (2009 - 2026) Analysis & Trends
Unilever has reported Non-Current Deferred Tax Liability for 18 years, with the latest figure at $4.5 billion in Q2 2026.
- On a quarterly basis, Non-Current Deferred Tax Liability rose 0.8% year-over-year to $4.5 billion in Q2 2026; TTM through Jun 2026 was $4.5 billion, a 0.8% increase from a year earlier, with the FY2025 full-year figure at $4.1 billion, down 13.38% from the prior year.
- Non-Current Deferred Tax Liability was $4.5 billion for Q2 2026 at Unilever, up from $4.2 billion in the prior quarter.
- The five-year high for Non-Current Deferred Tax Liability was $5.9 billion in Q2 2022, with the low at $3.1 billion in Q4 2023.
- Average Non-Current Deferred Tax Liability over 5 years is $4.4 billion, with a median of $4.5 billion recorded in 2026.
- The sharpest annual moves came in 2023 and 2024: Non-Current Deferred Tax Liability declined 18.52% in 2023, then soared 49.63% in 2024.
- Over 5 years, Non-Current Deferred Tax Liability stood at $3.4 billion in 2022, then slipped by 8.62% to $3.1 billion in 2023, then jumped by 49.63% to $4.6 billion in 2024, then decreased by 9.61% to $4.2 billion in 2025, then grew by 6.9% to $4.5 billion in 2026.
- The last three Non-Current Deferred Tax Liability figures came in at $4.5 billion (Q2 2026), $4.2 billion (Q4 2025), and $4.4 billion (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.48 Bn |
| Dec 31, 2025 | 4.19 Bn |
| Jun 30, 2025 | 4.45 Bn |
| Dec 31, 2024 | 4.64 Bn |
| Jun 30, 2024 | 4.59 Bn |
| Dec 31, 2023 | 3.10 Bn |
| Jun 30, 2023 | 4.80 Bn |
| Dec 31, 2022 | 3.39 Bn |
| Jun 30, 2022 | 5.89 Bn |
| Dec 31, 2021 | 3.51 Bn |
| Jun 30, 2021 | 4.05 Bn |
| Dec 31, 2020 | 3.77 Bn |
| Jun 30, 2020 | 3.61 Bn |
| Dec 31, 2019 | 2.85 Bn |
| Jun 30, 2019 | 2.55 Bn |
| Dec 31, 2018 | 2.17 Bn |
| Jun 30, 2018 | 2.32 Bn |
| Dec 31, 2017 | 2.25 Bn |
| Jun 30, 2017 | 2.26 Bn |
| Dec 31, 2016 | 2.23 Bn |
Unilever Plc Non-Current Deferred Tax Liability 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-deferred-tax-liability&ticker=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deferred-tax-liability", "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-deferred-tax-liability&ticker=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();