WillScot Holdings (WSC) Cash from Operations (2015 - 2026)
WillScot Holdings' (WSC) quarterly Cash from Operations came in at $162.3 million in Q2 2026, down 20.97% year-over-year from $205.3 million in Q2 2025, and down 15.07% quarter-over-quarter from $191.1 million in Q1 2026.
WillScot Holdings (WSC) Cash from Operations (2015 - 2026) Analysis & Trends
WillScot Holdings (WSC) has reported Cash from Operations for 12 consecutive years, with $162.3 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Operations fell 20.97% year-over-year to $162.3 million in Q2 2026; TTM through Jun 2026 was $703.4 million, a 19.36% increase from a year earlier, with the FY2025 full-year figure at $762.0 million, up 35.67% from the prior year.
- Cash from Operations was $162.3 million for Q2 2026 at WillScot Holdings, down from $191.1 million in the prior quarter.
- Over five years, Cash from Operations peaked at $219.3 million in Q4 2023 and troughed at -$1.6 million in Q3 2024.
- A 5-year average of $176.8 million and a median of $191.0 million in 2023 frame the typical range for Cash from Operations.
- Across the five-year window, Cash from Operations slumped 100.82% in 2024 and surged 12337.58% in 2025, its largest moves.
- Over 5 years, Cash from Operations stood at $200.4 million in 2022, then rose by 9.43% to $219.3 million in 2023, then retreated by 18.42% to $178.9 million in 2024, then slipped by 11.19% to $158.9 million in 2025, then increased by 2.12% to $162.3 million in 2026.
- The last three Cash from Operations figures came in at $162.3 million (Q2 2026), $191.1 million (Q1 2026), and $158.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Operations (Qtr) |
|---|---|---|---|---|---|
| 1 | Sunbelt Rentals Holdings | 30.16 Bn | 30.13 Bn | 1.25 Bn | 840.00 Mn |
| 2 | Herc Holdings | 4.52 Bn | 4.48 Bn | 713.00 Mn | 314.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 | 162.26 Mn |
| 5 | Mcgrath Rentcorp | 2.71 Bn | 2.71 Bn | 107.91 Mn | 63.33 Mn |
| 6 | Target Hospitality | 2.13 Bn | 2.12 Bn | 15.80 Mn | 103.98 Mn |
| 7 | Custom Truck One Source | 2.12 Bn | 2.11 Bn | 123.97 Mn | 44.37 Mn |
| 8 | NPK International | 1.08 Bn | 1.07 Bn | 30.16 Mn | 21.92 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 162.26 Mn |
| Mar 31, 2026 | 191.06 Mn |
| Dec 31, 2025 | 158.90 Mn |
| Sep 30, 2025 | 191.15 Mn |
| Jun 30, 2025 | 205.31 Mn |
| Mar 31, 2025 | 206.63 Mn |
| Dec 31, 2024 | 178.92 Mn |
| Sep 30, 2024 | -1.56 Mn |
| Jun 30, 2024 | 175.61 Mn |
| Mar 31, 2024 | 208.68 Mn |
| Dec 31, 2023 | 219.32 Mn |
| Sep 30, 2023 | 191.00 Mn |
| Jun 30, 2023 | 202.16 Mn |
| Mar 31, 2023 | 148.77 Mn |
| Dec 31, 2022 | 200.42 Mn |
| Sep 30, 2022 | 210.39 Mn |
| Jun 30, 2022 | 188.33 Mn |
| Mar 31, 2022 | 145.53 Mn |
| Dec 31, 2021 | 147.85 Mn |
| Sep 30, 2021 | 130.45 Mn |
WillScot Holdings Cash from Operations 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=cash-from-operations&ticker=WSC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=WSC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();