Camping World Holdings (CWH) Cash from Operations (2015 - 2026)
Camping World Holdings' (CWH) quarterly Cash from Operations came in at $398.8 million in Q2 2026, up 112.24% on a YoY basis from $187.9 million in Q2 2025, and up 708.04% quarter-over-quarter from -$65.6 million in Q1 2026.
Camping World Holdings (CWH) Cash from Operations (2015 - 2026) Analysis & Trends
Camping World Holdings (CWH) has reported Cash from Operations for 12 consecutive years, with $398.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Operations rose 112.24% year-over-year to $398.8 million; the trailing twelve-month figure through Jun 2026 stood at $245.8 million (up 111.49% YoY), and the FY2025 full-year result was -$132.0 million, down 153.84% from the prior year.
- Cash from Operations climbed to $398.8 million in Q2 2026 per CWH's latest filing, from -$65.6 million in the prior quarter.
- Across five years, Cash from Operations topped out at $398.8 million in Q2 2026 and bottomed at -$334.1 million in Q4 2022.
- Historically, Cash from Operations has averaged $52.6 million across 5 years, with a median of $84.3 million in 2023.
- The sharpest annual moves came in 2022 and 2024: Cash from Operations slumped 339.15% in 2022, then surged 429.87% in 2024.
- Over 5 years, Cash from Operations stood at -$334.1 million in 2022, then jumped by 30.43% to -$232.5 million in 2023, then climbed by 29.72% to -$163.4 million in 2024, then sank by 39.07% to -$227.2 million in 2025, then surged by 275.5% to $398.8 million in 2026.
- According to Business Quant data, Cash from Operations over the past three periods registered $398.8 million, -$65.6 million, and -$227.2 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Ops. (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.88 Bn | 70.24 Bn | 1.38 Bn | 238.00 Mn |
| 2 | Penske Automotive | 13.78 Bn | 13.73 Bn | 1.36 Bn | 204.10 Mn |
| 3 | Carmax | 8.07 Bn | 7.47 Bn | 854.41 Mn | 17.59 Mn |
| 4 | Lithia Motors | 6.87 Bn | 6.53 Bn | 1.50 Bn | -65.70 Mn |
| 5 | Autonation | 5.62 Bn | 5.57 Bn | 1.23 Bn | -71.10 Mn |
| 6 | Uxin | 5.40 Bn | 5.46 Bn | 10.88 Mn | - |
| 7 | Sonic Automotive | 5.39 Bn | 5.37 Bn | 616.20 Mn | -100.20 Mn |
| 8 | Asbury Automotive | 3.36 Bn | 3.32 Bn | 753.10 Mn | 129.40 Mn |
| 9 | Group 1 Automotive | 3.02 Bn | 2.86 Bn | 860.60 Mn | 62.60 Mn |
| 10 | Camping World Holdings | 588.78 Mn | 517.81 Mn | 538.38 Mn | 398.77 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 398.77 Mn |
| Mar 31, 2026 | -65.58 Mn |
| Dec 31, 2025 | -227.22 Mn |
| Sep 30, 2025 | 139.83 Mn |
| Jun 30, 2025 | 187.88 Mn |
| Mar 31, 2025 | -232.48 Mn |
| Dec 31, 2024 | -163.38 Mn |
| Sep 30, 2024 | 324.20 Mn |
| Jun 30, 2024 | 152.32 Mn |
| Mar 31, 2024 | -67.98 Mn |
| Dec 31, 2023 | -232.47 Mn |
| Sep 30, 2023 | 315.31 Mn |
| Jun 30, 2023 | 28.75 Mn |
| Mar 31, 2023 | 199.22 Mn |
| Dec 31, 2022 | -334.14 Mn |
| Sep 30, 2022 | 339.93 Mn |
| Jun 30, 2022 | 394.05 Mn |
| Mar 31, 2022 | -210.05 Mn |
| Dec 31, 2021 | -417.87 Mn |
| Sep 30, 2021 | 111.75 Mn |
Camping World 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=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();