WillScot Holdings (WSC) Non-Current Assets (2015 - 2026)
WillScot Holdings' (WSC) quarterly Non-Current Assets came in at $5.3 billion in Q2 2026, down 4.77% year-over-year from $5.6 billion in Q2 2025, and up 0.52% quarter-over-quarter from $5.3 billion in Q1 2026.
WillScot Holdings (WSC) Non-Current Assets (2015 - 2026) Analysis & Trends
WillScot Holdings (WSC) has reported Non-Current Assets for 12 consecutive years, with $5.3 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Non-Current Assets fell 4.77% year-over-year to $5.3 billion in Q2 2026; TTM through Jun 2026 was $5.3 billion, a 4.77% decrease from a year earlier, with the FY2025 full-year figure at $5.3 billion, down 3.4% from the prior year.
- Non-Current Assets was $5.3 billion for Q2 2026 at WillScot Holdings, up from $5.3 billion in the prior quarter.
- Over five years, Non-Current Assets peaked at $5.6 billion in Q1 2024 and troughed at $5.1 billion in Q1 2023.
- A 5-year average of $5.4 billion and a median of $5.4 billion in 2022 frame the typical range for Non-Current Assets.
- Across the five-year window, Non-Current Assets fell 5.17% in 2023 and advanced 10.23% in 2024, its largest moves.
- Over 5 years, Non-Current Assets stood at $5.3 billion in 2022, then climbed by 4.94% to $5.6 billion in 2023, then decreased by 1.64% to $5.5 billion in 2024, then declined by 3.4% to $5.3 billion in 2025, then gained by 0.33% to $5.3 billion in 2026.
- The last three Non-Current Assets figures came in at $5.3 billion (Q2 2026), $5.3 billion (Q1 2026), and $5.3 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 21.04 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 12.76 Bn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | 4.90 Bn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 5.31 Bn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | - |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 590.32 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 2.28 Bn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 364.73 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5.31 Bn |
| Mar 31, 2026 | 5.28 Bn |
| Dec 31, 2025 | 5.29 Bn |
| Sep 30, 2025 | 5.58 Bn |
| Jun 30, 2025 | 5.57 Bn |
| Mar 31, 2025 | 5.44 Bn |
| Dec 31, 2024 | 5.48 Bn |
| Sep 30, 2024 | 5.46 Bn |
| Jun 30, 2024 | 5.47 Bn |
| Mar 31, 2024 | 5.60 Bn |
| Dec 31, 2023 | 5.57 Bn |
| Sep 30, 2023 | 5.51 Bn |
| Jun 30, 2023 | 5.17 Bn |
| Mar 31, 2023 | 5.08 Bn |
| Dec 31, 2022 | 5.31 Bn |
| Sep 30, 2022 | 5.27 Bn |
| Jun 30, 2022 | 5.44 Bn |
| Mar 31, 2022 | 5.36 Bn |
| Dec 31, 2021 | 5.29 Bn |
| Sep 30, 2021 | 5.17 Bn |
WillScot Holdings Non-Current Assets 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-assets&ticker=WSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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-assets&ticker=WSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();