WillScot Holdings (WSC) Total Debt (2016 - 2026)
WillScot Holdings' (WSC) quarterly Total Debt came in at $3.5 billion in Q2 2026, down 5.53% year-over-year from $3.7 billion in Q2 2025, and down 0.54% quarter-over-quarter from $3.5 billion in Q1 2026.
WillScot Holdings (WSC) Total Debt (2016 - 2026) Analysis & Trends
WillScot Holdings (WSC) has reported Total Debt for 11 consecutive years, with $3.5 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Total Debt fell 5.53% year-over-year to $3.5 billion in Q2 2026; TTM through Jun 2026 was $3.5 billion, a 5.53% decrease from a year earlier, with the FY2025 full-year figure at $3.6 billion, down 3.23% from the prior year.
- Total Debt was $3.5 billion for Q2 2026 at WillScot Holdings, down from $3.5 billion in the prior quarter.
- Over five years, Total Debt peaked at $3.7 billion in Q4 2024 and troughed at $2.8 billion in Q1 2022.
- A 5-year average of $3.4 billion and a median of $3.5 billion in 2024 frame the typical range for Total Debt.
- Across the five-year window, Total Debt gained 20.58% in 2024 and declined 5.53% in 2026, its largest moves.
- Over 5 years, Total Debt stood at $3.1 billion in 2022, then gained by 15.63% to $3.6 billion in 2023, then gained by 4.24% to $3.7 billion in 2024, then declined by 3.23% to $3.6 billion in 2025, then fell by 2.59% to $3.5 billion in 2026.
- The last three Total Debt figures came in at $3.5 billion (Q2 2026), $3.5 billion (Q1 2026), and $3.6 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 9.11 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 7.92 Bn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 3.64 Bn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 3.50 Bn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 589.90 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 40.00 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 1.66 Bn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 15.75 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.50 Bn |
| Mar 31, 2026 | 3.51 Bn |
| Dec 31, 2025 | 3.59 Bn |
| Sep 30, 2025 | 3.62 Bn |
| Jun 30, 2025 | 3.70 Bn |
| Mar 31, 2025 | 3.62 Bn |
| Dec 31, 2024 | 3.71 Bn |
| Sep 30, 2024 | 3.63 Bn |
| Jun 30, 2024 | 3.48 Bn |
| Mar 31, 2024 | 3.48 Bn |
| Dec 31, 2023 | 3.56 Bn |
| Sep 30, 2023 | 3.48 Bn |
| Jun 30, 2023 | 3.05 Bn |
| Mar 31, 2023 | 2.89 Bn |
| Dec 31, 2022 | 3.08 Bn |
| Sep 30, 2022 | 2.95 Bn |
| Jun 30, 2022 | 3.04 Bn |
| Mar 31, 2022 | 2.81 Bn |
| Dec 31, 2021 | 2.68 Bn |
| Sep 30, 2021 | 2.62 Bn |
WillScot Holdings Total 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=total-debt&ticker=WSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-debt", "ticker": "WSC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=total-debt&ticker=WSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();