Camping World Holdings (CWH) Non-Current Assets (2015 - 2026)
Camping World Holdings' (CWH) quarterly Non-Current Assets came in at $2.4 billion in Q2 2026, down 8.83% on a YoY basis from $2.6 billion in Q2 2025, and down 0.62% quarter-over-quarter from $2.4 billion in Q1 2026.
Camping World Holdings (CWH) Non-Current Assets (2015 - 2026) Analysis & Trends
Camping World Holdings (CWH) has reported Non-Current Assets for 12 consecutive years, with $2.4 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non-Current Assets fell 8.83% year-over-year to $2.4 billion; the trailing twelve-month figure through Jun 2026 stood at $9.7 billion (up 67.57% YoY), and the FY2025 full-year result was $2.4 billion, down 6.4% from the prior year.
- Non-Current Assets declined to $2.4 billion in Q2 2026 per CWH's latest filing, from $2.4 billion in the prior quarter.
- Across five years, Non-Current Assets topped out at $2.6 billion in Q1 2025 and bottomed at -$2.5 billion in Q4 2022.
- Historically, Non-Current Assets has averaged $1.1 billion across 5 years, with a median of $2.3 billion in 2023.
- The sharpest annual moves came in 2022 and 2025: Non-Current Assets tumbled 218.89% in 2022, then soared 214.55% in 2025.
- Over 5 years, Non-Current Assets stood at -$2.5 billion in 2022, then gained by 5.42% to -$2.3 billion in 2023, then surged by 210.34% to $2.6 billion in 2024, then decreased by 6.4% to $2.4 billion in 2025, then decreased by 0.87% to $2.4 billion in 2026.
- According to Business Quant data, Non-Current Assets over the past three periods registered $2.4 billion, $2.4 billion, and $2.4 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.60 Bn | 69.97 Bn | 1.38 Bn | 6.55 Bn |
| 2 | Penske Automotive | 13.96 Bn | 13.91 Bn | 1.36 Bn | 11.97 Bn |
| 3 | Carmax | 8.11 Bn | 7.52 Bn | 854.41 Mn | 20.79 Bn |
| 4 | Lithia Motors | 6.96 Bn | 6.62 Bn | 1.50 Bn | 17.97 Bn |
| 5 | Autonation | 5.57 Bn | 5.51 Bn | 1.23 Bn | 10.64 Bn |
| 6 | Sonic Automotive | 5.24 Bn | 5.22 Bn | 616.20 Mn | 3.28 Bn |
| 7 | Uxin | 5.15 Bn | 5.21 Bn | 10.88 Mn | 237.63 Mn |
| 8 | Asbury Automotive | 3.29 Bn | 3.25 Bn | 753.10 Mn | 8.33 Bn |
| 9 | Group 1 Automotive | 2.94 Bn | 2.77 Bn | 860.60 Mn | 6.61 Bn |
| 10 | Camping World Holdings | 579.48 Mn | 508.51 Mn | 538.38 Mn | 2.40 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.40 Bn |
| Mar 31, 2026 | 2.42 Bn |
| Dec 31, 2025 | 2.43 Bn |
| Sep 30, 2025 | 2.41 Bn |
| Jun 30, 2025 | 2.64 Bn |
| Mar 31, 2025 | 2.64 Bn |
| Dec 31, 2024 | 2.59 Bn |
| Sep 30, 2024 | -2.11 Bn |
| Jun 30, 2024 | 2.60 Bn |
| Mar 31, 2024 | 2.63 Bn |
| Dec 31, 2023 | -2.35 Bn |
| Sep 30, 2023 | -2.20 Bn |
| Jun 30, 2023 | -2.44 Bn |
| Mar 31, 2023 | 2.29 Bn |
| Dec 31, 2022 | -2.48 Bn |
| Sep 30, 2022 | 2.21 Bn |
| Jun 30, 2022 | 2.14 Bn |
| Mar 31, 2022 | 2.13 Bn |
| Dec 31, 2021 | 2.09 Bn |
| Sep 30, 2021 | 2.03 Bn |
Camping World Holdings Non-Current Assets 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=non-current-assets&ticker=CWH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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=non-current-assets&ticker=CWH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();