WillScot Holdings (WSC) Non-Current Debt (2016 - 2026)
WillScot Holdings' (WSC) quarterly Non-Current Debt came in at $3.5 billion in Q2 2026, down 5.75% year-over-year from $3.7 billion in Q2 2025, and down 0.59% quarter-over-quarter from $3.5 billion in Q1 2026.
WillScot Holdings (WSC) Non-Current Debt (2016 - 2026) Analysis & Trends
WillScot Holdings (WSC) has reported Non-Current Debt for 11 consecutive years, with $3.5 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Non-Current Debt fell 5.75% year-over-year to $3.5 billion in Q2 2026; TTM through Jun 2026 was $3.5 billion, a 5.75% decrease from a year earlier, with the FY2025 full-year figure at $3.6 billion, down 3.43% from the prior year.
- Non-Current Debt was $3.5 billion for Q2 2026 at WillScot Holdings, down from $3.5 billion in the prior quarter.
- Over five years, Non-Current Debt peaked at $3.7 billion in Q4 2024 and troughed at $2.8 billion in Q1 2022.
- A 5-year average of $3.3 billion and a median of $3.5 billion in 2024 frame the typical range for Non-Current Debt.
- Across the five-year window, Non-Current Debt rose 20.48% in 2024 and dropped 5.75% in 2026, its largest moves.
- Over 5 years, Non-Current Debt stood at $3.1 billion in 2022, then climbed by 15.52% to $3.5 billion in 2023, then increased by 4.1% to $3.7 billion in 2024, then retreated by 3.43% to $3.6 billion in 2025, then dropped by 2.68% to $3.5 billion in 2026.
- The last three Non-Current 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) | Non-Current Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 8.56 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 7.89 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.46 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 | 10.57 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.46 Bn |
| Mar 31, 2026 | 3.48 Bn |
| Dec 31, 2025 | 3.56 Bn |
| Sep 30, 2025 | 3.59 Bn |
| Jun 30, 2025 | 3.67 Bn |
| Mar 31, 2025 | 3.60 Bn |
| Dec 31, 2024 | 3.68 Bn |
| Sep 30, 2024 | 3.61 Bn |
| Jun 30, 2024 | 3.46 Bn |
| Mar 31, 2024 | 3.47 Bn |
| Dec 31, 2023 | 3.54 Bn |
| Sep 30, 2023 | 3.46 Bn |
| Jun 30, 2023 | 3.04 Bn |
| Mar 31, 2023 | 2.88 Bn |
| Dec 31, 2022 | 3.06 Bn |
| Sep 30, 2022 | 2.94 Bn |
| Jun 30, 2022 | 3.02 Bn |
| Mar 31, 2022 | 2.79 Bn |
| Dec 31, 2021 | 2.67 Bn |
| Sep 30, 2021 | 2.60 Bn |
WillScot Holdings 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=WSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-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=non-current-debt&ticker=WSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();