Wpp (WPP) Other Accumulated Expenses (2009 - 2026)
Wpp (WPP) posted Other Accumulated Expenses of -$273.7 million for Q2 2026, down 3.4% on a QoQ basis from -$264.7 million in Q4 2025, and down 6.86% year-over-year from -$293.9 million in Q2 2025.
Wpp (WPP) Other Accumulated Expenses (2009 - 2026) Analysis & Trends
Wpp has reported Other Accumulated Expenses for 18 years, with the latest figure at -$273.7 million in Q2 2026.
- On a quarterly basis, Other Accumulated Expenses fell 6.86% year-over-year to -$273.7 million in Q2 2026; TTM through Jun 2026 was -$273.7 million, a 6.86% decrease from a year earlier, with the FY2025 full-year figure at -$264.7 million, up 11.11% from the prior year.
- Other Accumulated Expenses was -$273.7 million for Q2 2026 at Wpp, down from -$264.7 million in the prior quarter.
- The five-year high for Other Accumulated Expenses was $1.9 billion in Q2 2023, with the low at -$310.3 million in Q4 2023.
- Average Other Accumulated Expenses over 5 years is $413.6 million, with a median of -$264.7 million recorded in 2025.
- The sharpest annual moves came in 2023 and 2025: Other Accumulated Expenses slumped 118.22% in 2023, then increased 16.49% in 2025.
- Over 5 years, Other Accumulated Expenses stood at $1.7 billion in 2022, then plunged by 118.22% to -$310.3 million in 2023, then gained by 4.03% to -$297.8 million in 2024, then gained by 11.11% to -$264.7 million in 2025, then dropped by 3.4% to -$273.7 million in 2026.
- The last three Other Accumulated Expenses figures came in at -$273.7 million (Q2 2026), -$264.7 million (Q4 2025), and -$256.1 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 | -273.70 Mn |
| Dec 31, 2025 | -264.70 Mn |
| Jun 30, 2025 | -256.14 Mn |
| Dec 31, 2024 | -297.77 Mn |
| Jun 30, 2024 | -306.72 Mn |
| Dec 31, 2023 | -310.29 Mn |
| Jun 30, 2023 | 1.88 Bn |
| Dec 31, 2022 | 1.70 Bn |
| Jun 30, 2022 | 1.85 Bn |
| Dec 31, 2021 | 1.83 Bn |
| Jun 30, 2021 | 1.91 Bn |
| Dec 31, 2020 | 1.83 Bn |
| Jun 30, 2020 | 1.85 Bn |
| Dec 31, 2019 | 1.89 Bn |
| Jun 30, 2019 | 2.30 Bn |
| Dec 31, 2018 | 2.37 Bn |
| Jun 30, 2018 | -19.10 Bn |
| Dec 31, 2017 | 2.68 Bn |
| Jun 30, 2017 | -17.16 Bn |
| Dec 31, 2016 | 2.76 Bn |
Wpp Other Accumulated Expenses 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=other-accumulated-expenses&ticker=WPP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-accumulated-expenses", "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=other-accumulated-expenses&ticker=WPP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();