Cheetah Mobile (CMCM) Enterprise Value (2014 - 2026)
Cheetah Mobile's (CMCM) quarterly Enterprise Value came in at -$69.4 million in Q2 2026, up 42.21% year-over-year from -$48.8 million in Q2 2025, and down 1333.29% on a QoQ basis from $5.6 million in Q1 2026.
Cheetah Mobile (CMCM) Enterprise Value (2014 - 2026) Analysis & Trends
Cheetah Mobile (CMCM) has 13 years of Enterprise Value data on file, last reported at -$69.4 million in Q2 2026.
- On a quarterly basis, Enterprise Value rose 42.21% year-over-year to -$69.4 million in Q2 2026; TTM through Jun 2026 was -$69.4 million, a 42.21% increase from a year earlier, with the FY2025 full-year figure at -$10.9 million, up 89.2% from the prior year.
- Enterprise Value for Q2 2026 stood at -$69.4 million, down from $5.6 million in the prior quarter.
- Across five years, Enterprise Value topped out at $75.4 million in Q1 2023 and bottomed at -$207.9 million in Q2 2023.
- Historically, Enterprise Value has averaged -$83.3 million across 5 years, with a median of -$95.1 million in 2024.
- The widest annual swing landed in 2022, when Enterprise Value tumbled 320.31%; it then surged 160.42% in 2025.
- Year by year, Enterprise Value stood at -$181.6 million in 2022, then decreased by 10.05% to -$199.9 million in 2023, then surged by 49.62% to -$100.7 million in 2024, then surged by 91.9% to -$8.2 million in 2025, then plunged by 750.75% to -$69.4 million in 2026.
- Per Business Quant data, the three most recent Enterprise Value figures were -$69.4 million in Q2 2026, $5.6 million in Q1 2026, and -$8.2 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Atlassian | 49.08 Bn | 47.84 Bn | 1.53 Bn |
| 2 | Dropbox | 7.45 Bn | 6.33 Bn | 506.50 Mn |
| 3 | Open Text | 5.57 Bn | 4.61 Bn | 1.01 Bn |
| 4 | Box | 4.51 Bn | 4.07 Bn | 253.97 Mn |
| 5 | Monday.Com | 4.35 Bn | 3.27 Bn | 321.96 Mn |
| 6 | Asana | 2.10 Bn | 1.88 Bn | 186.10 Mn |
| 7 | Cheetah Mobile | 81.58 Mn | -80.47 Mn | 24.85 Mn |
| 8 | Upland Software | 10.94 Mn | -20.73 Mn | 37.47 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -69.43 Mn |
| Mar 31, 2026 | 5.63 Mn |
| Dec 31, 2025 | -8.16 Mn |
| Sep 30, 2025 | 43.20 Mn |
| Jun 30, 2025 | -120.13 Mn |
| Mar 31, 2025 | -89.47 Mn |
| Dec 31, 2024 | -100.69 Mn |
| Sep 30, 2024 | -71.49 Mn |
| Jun 30, 2024 | -140.27 Mn |
| Mar 31, 2024 | -148.12 Mn |
| Dec 31, 2023 | -199.86 Mn |
| Sep 30, 2023 | 57.17 Mn |
| Jun 30, 2023 | -207.92 Mn |
| Mar 31, 2023 | 75.36 Mn |
| Dec 31, 2022 | -181.60 Mn |
| Jun 30, 2022 | -176.97 Mn |
| Dec 31, 2021 | -80.38 Mn |
| Sep 30, 2021 | -51.20 Mn |
| Jun 30, 2021 | 80.33 Mn |
| Mar 31, 2021 | 46.40 Mn |
Cheetah Mobile Enterprise Value 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=enterprise-value&ticker=CMCM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "ticker": "CMCM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=enterprise-value&ticker=CMCM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();