Cheetah Mobile (CMCM) Operating Income (2013 - 2026)
Cheetah Mobile's (CMCM) quarterly Operating Income came in at -$5.0 million in Q2 2026, down 220.73% year-over-year from $4.1 million in Q2 2025, and down 20.75% on a QoQ basis from -$4.1 million in Q1 2026.
Cheetah Mobile (CMCM) Operating Income (2013 - 2026) Analysis & Trends
Cheetah Mobile (CMCM) has 14 years of Operating Income data on file, last reported at -$5.0 million in Q2 2026.
- On a quarterly basis, Operating Income fell 220.73% year-over-year to -$5.0 million in Q2 2026; TTM through Jun 2026 was -$29.3 million, a 33.06% increase from a year earlier, with the FY2025 full-year figure at -$25.7 million, up 57.17% from the prior year.
- Operating Income for Q2 2026 stood at -$5.0 million, down from -$4.1 million in the prior quarter.
- Across five years, Operating Income topped out at $552000.0 in Q3 2025 and bottomed at -$28.4 million in Q4 2024.
- Historically, Operating Income has averaged -$9.7 million across 5 years, with a median of -$9.4 million in 2023.
- The widest annual swing landed in 2025, when Operating Income soared 105.38%; it then tumbled 220.73% in 2026.
- Year by year, Operating Income stood at -$14.4 million in 2022, then climbed by 0.48% to -$14.4 million in 2023, then slumped by 97.64% to -$28.4 million in 2024, then increased by 26.54% to -$20.8 million in 2025, then surged by 76.24% to -$5.0 million in 2026.
- Per Business Quant data, the three most recent Operating Income figures were -$5.0 million in Q2 2026, -$4.1 million in Q1 2026, and -$20.8 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Atlassian | 49.08 Bn | 47.84 Bn | 1.53 Bn | 210.72 Mn |
| 2 | Dropbox | 7.45 Bn | 6.33 Bn | 506.50 Mn | 164.80 Mn |
| 3 | Open Text | 5.57 Bn | 4.61 Bn | 1.01 Bn | 319.68 Mn |
| 4 | Box | 4.51 Bn | 4.07 Bn | 253.97 Mn | 32.64 Mn |
| 5 | Monday.Com | 4.35 Bn | 3.27 Bn | 321.96 Mn | -1.54 Mn |
| 6 | Asana | 2.10 Bn | 1.88 Bn | 186.10 Mn | -41.22 Mn |
| 7 | Cheetah Mobile | 81.58 Mn | -80.47 Mn | 24.85 Mn | -4.95 Mn |
| 8 | Upland Software | 10.94 Mn | -20.73 Mn | 37.47 Mn | -29.69 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.95 Mn |
| Mar 31, 2026 | -4.10 Mn |
| Dec 31, 2025 | -20.85 Mn |
| Sep 30, 2025 | 552,000.00 |
| Jun 30, 2025 | -1.54 Mn |
| Mar 31, 2025 | -3.66 Mn |
| Dec 31, 2024 | -28.38 Mn |
| Sep 30, 2024 | -10.26 Mn |
| Jun 30, 2024 | -10.67 Mn |
| Mar 31, 2024 | -11.16 Mn |
| Dec 31, 2023 | -14.36 Mn |
| Sep 30, 2023 | -5.67 Mn |
| Jun 30, 2023 | -9.37 Mn |
| Mar 31, 2023 | -6.18 Mn |
| Dec 31, 2022 | -14.43 Mn |
| Dec 31, 2021 | -17.87 Mn |
| Sep 30, 2021 | -9.81 Mn |
| Jun 30, 2021 | -9.11 Mn |
| Mar 31, 2021 | -8.63 Mn |
| Dec 31, 2020 | -11.37 Mn |
Cheetah Mobile Operating 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=operating-income&ticker=CMCM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-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=operating-income&ticker=CMCM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();