Cheetah Mobile (CMCM) Consolidated Net Income (2013 - 2026)
Cheetah Mobile's (CMCM) quarterly Consolidated Net Income came in at -$10.3 million in Q2 2026, down 755.1% year-over-year from $1.6 million in Q2 2025, and down 2242.57% on a QoQ basis from $480754.5 in Q1 2026.
Cheetah Mobile (CMCM) Consolidated Net Income (2013 - 2026) Analysis & Trends
Cheetah Mobile (CMCM) has 14 years of Consolidated Net Income data on file, last reported at -$10.3 million in Q2 2026.
- On a quarterly basis, Consolidated Net Income fell 755.1% year-over-year to -$10.3 million in Q2 2026; TTM through Jun 2026 was -$37.2 million, a 16.64% increase from a year earlier, with the FY2025 full-year figure at -$31.2 million, up 55.78% from the prior year.
- Consolidated Net Income for Q2 2026 stood at -$10.3 million, down from $480754.5 in the prior quarter.
- Across five years, Consolidated Net Income topped out at $3.3 million in Q3 2025 and bottomed at -$71.9 million in Q4 2022.
- Historically, Consolidated Net Income has averaged -$18.8 million across 5 years, with a median of -$10.3 million in 2026.
- The widest annual swing landed in 2025, when Consolidated Net Income jumped 162.97%; it then sank 755.1% in 2026.
- Year by year, Consolidated Net Income stood at -$71.9 million in 2022, then advanced by 18.52% to -$58.6 million in 2023, then jumped by 39.06% to -$35.7 million in 2024, then gained by 14.19% to -$30.7 million in 2025, then jumped by 66.39% to -$10.3 million in 2026.
- Per Business Quant data, the three most recent Consolidated Net Income figures were -$10.3 million in Q2 2026, $480754.5 in Q1 2026, and -$30.7 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Consol Net Inc. (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 | 19.22 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 | -10.30 Mn |
| 8 | Upland Software | 10.94 Mn | -20.73 Mn | 37.47 Mn | -35.32 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -10.30 Mn |
| Mar 31, 2026 | 480,754.49 |
| Dec 31, 2025 | -30.65 Mn |
| Sep 30, 2025 | 3.26 Mn |
| Jun 30, 2025 | -1.20 Mn |
| Mar 31, 2025 | -2.55 Mn |
| Dec 31, 2024 | -35.72 Mn |
| Sep 30, 2024 | -5.17 Mn |
| Jun 30, 2024 | -18.42 Mn |
| Mar 31, 2024 | -10.62 Mn |
| Dec 31, 2023 | -58.62 Mn |
| Sep 30, 2023 | -2.69 Mn |
| Jun 30, 2023 | -35.43 Mn |
| Mar 31, 2023 | -2.50 Mn |
| Dec 31, 2022 | -71.94 Mn |
| Dec 31, 2021 | -65.85 Mn |
| Sep 30, 2021 | -6.02 Mn |
| Jun 30, 2021 | 349,128.93 |
| Mar 31, 2021 | 14.16 Mn |
| Dec 31, 2020 | 3.23 Mn |
Cheetah Mobile Consolidated Net Income 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=consolidated-net-income&ticker=CMCM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-income", "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=consolidated-net-income&ticker=CMCM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();