Cheetah Mobile (CMCM) Net Income towards Common Stockholders (2013 - 2026)
Cheetah Mobile's (CMCM) quarterly Net Income towards Common Stockholders came in at -$19.1 million in Q2 2026, down 341.55% year-over-year from $7.9 million in Q2 2025, and down 179.31% on a QoQ basis from -$6.8 million in Q1 2026.
Cheetah Mobile (CMCM) Net Income towards Common Stockholders (2013 - 2026) Analysis & Trends
Cheetah Mobile (CMCM) has 14 years of Net Income towards Common Stockholders data on file, last reported at -$19.1 million in Q2 2026.
- On a quarterly basis, Net Income towards Common Stockholders fell 341.55% year-over-year to -$19.1 million in Q2 2026; TTM through Jun 2026 was -$60.6 million, a 13.88% increase from a year earlier, with the FY2025 full-year figure at -$43.7 million, up 48.3% from the prior year.
- Net Income towards Common Stockholders for Q2 2026 stood at -$19.1 million, down from -$6.8 million in the prior quarter.
- Across five years, Net Income towards Common Stockholders topped out at -$3.2 million in Q3 2025 and bottomed at -$63.9 million in Q4 2022.
- Historically, Net Income towards Common Stockholders has averaged -$22.1 million across 5 years, with a median of -$11.2 million in 2024.
- The widest annual swing landed in 2025, when Net Income towards Common Stockholders jumped 74.59%; it then sank 341.55% in 2026.
- Year by year, Net Income towards Common Stockholders stood at -$63.9 million in 2022, then climbed by 14.52% to -$54.6 million in 2023, then advanced by 8.04% to -$50.2 million in 2024, then jumped by 37.44% to -$31.4 million in 2025, then soared by 39.18% to -$19.1 million in 2026.
- Per Business Quant data, the three most recent Net Income towards Common Stockholders figures were -$19.1 million in Q2 2026, -$6.8 million in Q1 2026, and -$31.4 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Atlassian | 49.08 Bn | 47.84 Bn | 1.53 Bn | 139.08 Mn |
| 2 | Dropbox | 7.45 Bn | 6.33 Bn | 506.50 Mn | 95.80 Mn |
| 3 | Open Text | 5.57 Bn | 4.61 Bn | 1.01 Bn | 155.72 Mn |
| 4 | Box | 4.51 Bn | 4.07 Bn | 253.97 Mn | 13.13 Mn |
| 5 | Monday.Com | 4.35 Bn | 3.27 Bn | 321.96 Mn | 7.37 Mn |
| 6 | Asana | 2.10 Bn | 1.88 Bn | 186.10 Mn | -39.15 Mn |
| 7 | Cheetah Mobile | 81.58 Mn | -80.47 Mn | 24.85 Mn | -19.12 Mn |
| 8 | Upland Software | 10.94 Mn | -20.73 Mn | 37.47 Mn | -36.84 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -19.12 Mn |
| Mar 31, 2026 | -6.85 Mn |
| Dec 31, 2025 | -31.44 Mn |
| Sep 30, 2025 | -3.18 Mn |
| Jun 30, 2025 | -4.33 Mn |
| Mar 31, 2025 | -4.60 Mn |
| Dec 31, 2024 | -50.25 Mn |
| Sep 30, 2024 | -11.17 Mn |
| Jun 30, 2024 | -17.04 Mn |
| Mar 31, 2024 | -11.09 Mn |
| Dec 31, 2023 | -54.65 Mn |
| Sep 30, 2023 | -7.88 Mn |
| Jun 30, 2023 | -36.95 Mn |
| Mar 31, 2023 | -8.53 Mn |
| Dec 31, 2022 | -63.93 Mn |
| Dec 31, 2021 | -73.06 Mn |
| Sep 30, 2021 | -7.68 Mn |
| Jun 30, 2021 | 142,000.00 |
| Mar 31, 2021 | 13.90 Mn |
| Dec 31, 2020 | 10.49 Mn |
Cheetah Mobile Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=CMCM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=CMCM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();