Camping World Holdings (CWH) Other Working Capital Changes (2016 - 2026)
Camping World Holdings' (CWH) quarterly Other Working Capital Changes came in at -$16.2 million in Q2 2026, up 66.39% on a YoY basis from -$9.7 million in Q2 2025, and down 1.04% quarter-over-quarter from -$16.0 million in Q1 2026.
Camping World Holdings (CWH) Other Working Capital Changes (2016 - 2026) Analysis & Trends
Camping World Holdings (CWH) has reported Other Working Capital Changes for 12 consecutive years, with -$16.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Working Capital Changes rose 66.39% year-over-year to -$16.2 million; the trailing twelve-month figure through Jun 2026 stood at -$64.1 million (down 4.35% YoY), and the FY2025 full-year result was -$63.3 million, down 7.06% from the prior year.
- Other Working Capital Changes slipped to -$16.2 million in Q2 2026 per CWH's latest filing, from -$16.0 million in the prior quarter.
- Across five years, Other Working Capital Changes topped out at $11.4 million in Q2 2025 and bottomed at -$19.0 million in Q4 2024.
- Historically, Other Working Capital Changes has averaged -$2.3 million across 5 years, with a median of -$2.4 million in 2022.
- The widest YoY moves for Other Working Capital Changes: up 241.78% in 2024, down 226.38% in 2024.
- Over 5 years, Other Working Capital Changes stood at -$19.7 million in 2022, then rose by 23.38% to -$15.1 million in 2023, then grew by 29.0% to -$10.7 million in 2024, then sank by 48.47% to -$15.9 million in 2025, then slipped by 1.73% to -$16.2 million in 2026.
- According to Business Quant data, Other Working Capital Changes over the past three periods registered -$16.2 million, -$16.0 million, and -$15.9 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Carvana | 71.88 Bn | 70.24 Bn | 1.38 Bn |
| 2 | Penske Automotive | 13.78 Bn | 13.73 Bn | 1.36 Bn |
| 3 | Carmax | 8.07 Bn | 7.47 Bn | 854.41 Mn |
| 4 | Lithia Motors | 6.87 Bn | 6.53 Bn | 1.50 Bn |
| 5 | Autonation | 5.62 Bn | 5.57 Bn | 1.23 Bn |
| 6 | Uxin | 5.40 Bn | 5.46 Bn | 10.88 Mn |
| 7 | Sonic Automotive | 5.39 Bn | 5.37 Bn | 616.20 Mn |
| 8 | Asbury Automotive | 3.36 Bn | 3.32 Bn | 753.10 Mn |
| 9 | Group 1 Automotive | 3.02 Bn | 2.86 Bn | 860.60 Mn |
| 10 | Camping World Holdings | 588.78 Mn | 517.81 Mn | 538.38 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.48 Mn |
| Jun 30, 2026 | -4.48 Mn |
| Mar 31, 2026 | -3.71 Mn |
| Mar 31, 2026 | -3.71 Mn |
| Dec 31, 2025 | -12.91 Mn |
| Dec 31, 2025 | -12.91 Mn |
| Sep 30, 2025 | -3.03 Mn |
| Sep 30, 2025 | -3.03 Mn |
| Jun 30, 2025 | 11.39 Mn |
| Jun 30, 2025 | 11.39 Mn |
| Mar 31, 2025 | -3.98 Mn |
| Mar 31, 2025 | -3.98 Mn |
| Dec 31, 2024 | -18.95 Mn |
| Dec 31, 2024 | -18.95 Mn |
| Sep 30, 2024 | 2.52 Mn |
| Sep 30, 2024 | 2.52 Mn |
| Jun 30, 2024 | 4.20 Mn |
| Jun 30, 2024 | 4.20 Mn |
| Mar 31, 2024 | 2.68 Mn |
| Mar 31, 2024 | 2.68 Mn |
Camping World 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=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "ticker": "CWH", "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=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();