Wpp (WPP) Non-Current Deferred Tax Liability (2009 - 2026)
Wpp (WPP) posted Non-Current Deferred Tax Liability of -$198.6 million for Q2 2026, down 2.25% on a QoQ basis from -$194.2 million in Q4 2025, and up 13.96% year-over-year from -$174.2 million in Q2 2025.
Wpp (WPP) Non-Current Deferred Tax Liability (2009 - 2026) Analysis & Trends
Wpp has reported Non-Current Deferred Tax Liability for 18 years, with the latest figure at -$198.6 million in Q2 2026.
- On a quarterly basis, Non-Current Deferred Tax Liability rose 13.96% year-over-year to -$198.6 million in Q2 2026; TTM through Jun 2026 was -$198.6 million, a 13.96% increase from a year earlier, with the FY2025 full-year figure at -$194.2 million, down 6.56% from the prior year.
- Non-Current Deferred Tax Liability was -$198.6 million for Q2 2026 at Wpp, down from -$194.2 million in the prior quarter.
- The five-year high for Non-Current Deferred Tax Liability was -$182.3 million in Q4 2024, with the low at -$430.2 million in Q2 2022.
- Average Non-Current Deferred Tax Liability over 5 years is -$280.7 million, with a median of -$230.8 million recorded in 2025.
- The sharpest annual moves came in 2023 and 2025: Non-Current Deferred Tax Liability soared 46.01% in 2023, then declined 6.56% in 2025.
- Over 5 years, Non-Current Deferred Tax Liability stood at -$411.5 million in 2022, then jumped by 46.01% to -$222.2 million in 2023, then increased by 17.96% to -$182.3 million in 2024, then fell by 6.56% to -$194.2 million in 2025, then declined by 2.25% to -$198.6 million in 2026.
- The last three Non-Current Deferred Tax Liability figures came in at -$198.6 million (Q2 2026), -$194.2 million (Q4 2025), and -$230.8 million (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Warner Bros. Discovery | 77.15 Bn | 74.93 Bn | 4.10 Bn |
| 2 | Fox | 24.55 Bn | 20.44 Bn | - |
| 3 | Omnicom | 20.71 Bn | 17.98 Bn | 1.30 Bn |
| 4 | News | 17.37 Bn | 15.99 Bn | - |
| 5 | Paramount Skydance | 11.04 Bn | 8.96 Bn | -2.08 Bn |
| 6 | Pearson | 10.10 Bn | 9.51 Bn | 1.17 Bn |
| 7 | New York Times | 9.93 Bn | 9.27 Bn | 394.61 Mn |
| 8 | Sirius Xm Holdings | 8.86 Bn | 8.68 Bn | 1.44 Bn |
| 9 | 36Kr Holdings | 6.17 Bn | 6.15 Bn | - |
| 10 | Wpp | 5.43 Bn | 2.51 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -198.57 Mn |
| Dec 31, 2025 | -194.20 Mn |
| Jun 30, 2025 | -230.79 Mn |
| Dec 31, 2024 | -182.26 Mn |
| Jun 30, 2024 | -232.25 Mn |
| Dec 31, 2023 | -222.17 Mn |
| Jun 30, 2023 | -424.34 Mn |
| Dec 31, 2022 | -411.46 Mn |
| Jun 30, 2022 | -430.18 Mn |
| Dec 31, 2021 | -421.25 Mn |
| Jun 30, 2021 | -461.11 Mn |
| Dec 31, 2020 | -401.55 Mn |
| Jun 30, 2020 | -495.31 Mn |
| Dec 31, 2019 | -488.32 Mn |
| Jun 30, 2019 | -511.57 Mn |
| Dec 31, 2018 | -617.00 Mn |
| Jun 30, 2018 | -680.36 Mn |
| Dec 31, 2017 | -682.02 Mn |
| Jun 30, 2017 | -880.16 Mn |
| Dec 31, 2016 | -860.81 Mn |
Wpp 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=WPP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deferred-tax-liability", "ticker": "WPP", "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=WPP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();