Wpp (WPP) Non-Current Debt (2010 - 2026)
Wpp (WPP) posted Non-Current Debt of -$2.0 billion for Q2 2026, down 81.48% on a QoQ basis from -$1.1 billion in Q4 2025, and down 58.92% year-over-year from -$4.8 billion in Q2 2025.
Wpp (WPP) Non-Current Debt (2010 - 2026) Analysis & Trends
Wpp has reported Non-Current Debt for 15 years, with the latest figure at -$2.0 billion in Q2 2026.
- On a quarterly basis, Non-Current Debt fell 58.92% year-over-year to -$2.0 billion in Q2 2026; TTM through Jun 2026 was -$2.0 billion, a 58.92% decrease from a year earlier, with the FY2025 full-year figure at -$1.1 billion, down 45.87% from the prior year.
- Non-Current Debt was -$2.0 billion for Q2 2026 at Wpp, down from -$1.1 billion in the prior quarter.
- The five-year high for Non-Current Debt was $5.8 billion in Q2 2022, with the low at -$2.0 billion in Q2 2026.
- Average Non-Current Debt over 5 years is $1.7 billion, with a median of -$749.6 million recorded in 2024.
- The sharpest annual moves came in 2023 and 2024: Non-Current Debt plunged 126.33% in 2023, then jumped 36.16% in 2024.
- Over 5 years, Non-Current Debt stood at $4.5 billion in 2022, then slumped by 126.33% to -$1.2 billion in 2023, then surged by 36.16% to -$749.6 million in 2024, then sank by 45.87% to -$1.1 billion in 2025, then plunged by 81.48% to -$2.0 billion in 2026.
- The last three Non-Current Debt figures came in at -$2.0 billion (Q2 2026), -$1.1 billion (Q4 2025), and -$1.2 billion (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Warner Bros. Discovery | 77.15 Bn | 74.93 Bn | 4.10 Bn | 32.02 Bn |
| 2 | Fox | 24.55 Bn | 20.44 Bn | - | 6.61 Bn |
| 3 | Omnicom | 20.71 Bn | 17.98 Bn | 1.30 Bn | 9.95 Bn |
| 4 | News | 17.37 Bn | 15.99 Bn | - | 2.00 Bn |
| 5 | Paramount Skydance | 11.04 Bn | 8.96 Bn | -2.08 Bn | 13.23 Bn |
| 6 | Pearson | 10.10 Bn | 9.51 Bn | 1.17 Bn | -1.90 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.45 Bn |
| 9 | 36Kr Holdings | 6.17 Bn | 6.15 Bn | - | - |
| 10 | Wpp | 5.43 Bn | 2.51 Bn | - | -1.98 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.98 Bn |
| Dec 31, 2025 | -1.09 Bn |
| Jun 30, 2025 | -1.25 Bn |
| Dec 31, 2024 | -749.57 Mn |
| Jun 30, 2024 | 5.43 Bn |
| Dec 31, 2023 | -1.17 Bn |
| Jun 30, 2023 | 5.43 Bn |
| Dec 31, 2022 | 4.46 Bn |
| Jun 30, 2022 | 5.82 Bn |
| Dec 31, 2021 | 5.68 Bn |
| Jun 30, 2021 | 5.99 Bn |
| Dec 31, 2020 | 6.57 Bn |
| Dec 31, 2019 | 5.20 Bn |
| Jun 30, 2019 | 6.83 Bn |
| Dec 31, 2018 | 7.25 Bn |
| Jun 30, 2018 | 8.90 Bn |
| Dec 31, 2017 | 8.30 Bn |
| Jun 30, 2017 | 8.42 Bn |
| Dec 31, 2016 | 6.92 Bn |
| Jun 30, 2014 | -4.98 Bn |
Wpp Non-Current Debt 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-debt&ticker=WPP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "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-debt&ticker=WPP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();