WillScot Holdings (WSC) Other Working Capital Changes (2017 - 2026)
WillScot Holdings' (WSC) quarterly Other Working Capital Changes came in at -$6.8 million in Q2 2026, down 217.48% year-over-year from $5.8 million in Q2 2025, and down 587.82% quarter-over-quarter from $1.4 million in Q1 2026.
WillScot Holdings (WSC) Other Working Capital Changes (2017 - 2026) Analysis & Trends
WillScot Holdings (WSC) has reported Other Working Capital Changes for 10 consecutive years, with -$6.8 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Working Capital Changes fell 217.48% year-over-year to -$6.8 million in Q2 2026; TTM through Jun 2026 was $15.2 million, a 281.3% increase from a year earlier, with the FY2025 full-year figure at $10.6 million, down 12.39% from the prior year.
- Other Working Capital Changes was -$6.8 million for Q2 2026 at WillScot Holdings, down from $1.4 million in the prior quarter.
- Over five years, Other Working Capital Changes peaked at $22.4 million in Q3 2022 and troughed at -$11.2 million in Q1 2025.
- A 5-year average of $5.1 million and a median of $7.0 million in 2024 frame the typical range for Other Working Capital Changes.
- Across the five-year window, Other Working Capital Changes sank 4557.77% in 2022 and soared 3002.88% in 2025, its largest moves.
- Over 5 years, Other Working Capital Changes stood at -$9.6 million in 2022, then jumped by 251.52% to $14.5 million in 2023, then slumped by 103.1% to -$451000.0 in 2024, then soared by 3002.88% to $13.1 million in 2025, then plunged by 152.02% to -$6.8 million in 2026.
- The last three Other Working Capital Changes figures came in at -$6.8 million (Q2 2026), $1.4 million (Q1 2026), and $13.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn |
| 3 | EquipmentShare.com | 3.88 Bn | 3.43 Bn | 411.00 Mn |
| 4 | WillScot Holdings | 3.29 Bn | 3.29 Bn | 306.26 Mn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -6.81 Mn |
| Jun 30, 2026 | -6.81 Mn |
| Mar 31, 2026 | 1.40 Mn |
| Mar 31, 2026 | 1.40 Mn |
| Dec 31, 2025 | 13.09 Mn |
| Dec 31, 2025 | 13.09 Mn |
| Sep 30, 2025 | 7.56 Mn |
| Sep 30, 2025 | 7.56 Mn |
| Jun 30, 2025 | -2.15 Mn |
| Jun 30, 2025 | -2.15 Mn |
| Mar 31, 2025 | -7.88 Mn |
| Mar 31, 2025 | -7.88 Mn |
| Dec 31, 2024 | -451,000.00 |
| Dec 31, 2024 | -451,000.00 |
| Sep 30, 2024 | 2.07 Mn |
| Sep 30, 2024 | 2.07 Mn |
| Jun 30, 2024 | 12.43 Mn |
| Jun 30, 2024 | 12.43 Mn |
| Mar 31, 2024 | -1.91 Mn |
| Mar 31, 2024 | -1.91 Mn |
WillScot Holdings Other Working Capital Changes 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=other-working-capital-changes&ticker=WSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=WSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();