WillScot Holdings (WSC) Asset Utilization Ratio (2016 - 2026)
WillScot Holdings' (WSC) quarterly Asset Utilization Ratio came in at 0.39 in Q2 2026, up 0.75% year-over-year from 0.39 in Q2 2025, and up 0.59% quarter-over-quarter from 0.39 in Q1 2026.
WillScot Holdings (WSC) Asset Utilization Ratio (2016 - 2026) Analysis & Trends
WillScot Holdings (WSC) has reported Asset Utilization Ratio for 11 consecutive years, with 0.39 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Asset Utilization Ratio rose 0.75% year-over-year to 0.39 in Q2 2026; TTM through Jun 2026 was 0.39, a 0.75% increase from a year earlier, with the FY2025 full-year figure at 0.39, down 2.18% from the prior year.
- Asset Utilization Ratio was 0.39 for Q2 2026 at WillScot Holdings, up from 0.39 in the prior quarter.
- Over five years, Asset Utilization Ratio peaked at 0.41 in Q2 2023 and troughed at 0.3 in Q1 2022.
- A 5-year average of 0.38 and a median of 0.39 in 2025 frame the typical range for Asset Utilization Ratio.
- Across the five-year window, Asset Utilization Ratio jumped 31.14% in 2023 and decreased 4.61% in 2025, its largest moves.
- Over 5 years, Asset Utilization Ratio stood at 0.37 in 2022, then gained by 5.17% to 0.39 in 2023, then grew by 2.49% to 0.4 in 2024, then decreased by 3.56% to 0.38 in 2025, then climbed by 2.64% to 0.39 in 2026.
- The last three Asset Utilization Ratio figures came in at 0.39 (Q2 2026), 0.39 (Q1 2026), and 0.38 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 0.50 |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 0.36 |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn | - |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn | 0.39 |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 0.38 |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 0.58 |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 0.57 |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 0.68 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.39 |
| Mar 31, 2026 | 0.39 |
| Dec 31, 2025 | 0.38 |
| Sep 30, 2025 | 0.38 |
| Jun 30, 2025 | 0.39 |
| Mar 31, 2025 | 0.39 |
| Dec 31, 2024 | 0.40 |
| Sep 30, 2024 | 0.40 |
| Jun 30, 2024 | 0.39 |
| Mar 31, 2024 | 0.39 |
| Dec 31, 2023 | 0.39 |
| Sep 30, 2023 | 0.40 |
| Jun 30, 2023 | 0.41 |
| Mar 31, 2023 | 0.39 |
| Dec 31, 2022 | 0.37 |
| Sep 30, 2022 | 0.34 |
| Jun 30, 2022 | 0.32 |
| Mar 31, 2022 | 0.30 |
| Dec 31, 2021 | 0.29 |
| Sep 30, 2021 | 0.29 |
WillScot Holdings Asset Utilization Ratio 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=asset-utilization-ratio&ticker=WSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=WSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();