Cheetah Mobile (CMCM) Profit After Tax (2013 - 2026)
Cheetah Mobile's (CMCM) quarterly Profit After Tax came in at -$12.8 million in Q2 2026, down 455.49% year-over-year from $3.6 million in Q2 2025, and down 638.51% on a QoQ basis from -$1.7 million in Q1 2026.
Cheetah Mobile (CMCM) Profit After Tax (2013 - 2026) Analysis & Trends
Cheetah Mobile (CMCM) has 14 years of Profit After Tax data on file, last reported at -$12.8 million in Q2 2026.
- On a quarterly basis, Profit After Tax fell 455.49% year-over-year to -$12.8 million in Q2 2026; TTM through Jun 2026 was -$41.7 million, a 32.53% increase from a year earlier, with the FY2025 full-year figure at -$33.6 million, up 59.2% from the prior year.
- Profit After Tax for Q2 2026 stood at -$12.8 million, down from -$1.7 million in the prior quarter.
- Across five years, Profit After Tax topped out at -$520000.0 in Q3 2025 and bottomed at -$64.3 million in Q4 2022.
- Historically, Profit After Tax has averaged -$18.8 million across 5 years, with a median of -$10.6 million in 2024.
- The widest annual swing landed in 2025, when Profit After Tax surged 91.28%; it then slumped 455.49% in 2026.
- Year by year, Profit After Tax stood at -$64.3 million in 2022, then climbed by 29.71% to -$45.2 million in 2023, then declined by 9.93% to -$49.7 million in 2024, then surged by 46.24% to -$26.7 million in 2025, then jumped by 52.28% to -$12.8 million in 2026.
- Per Business Quant data, the three most recent Profit After Tax figures were -$12.8 million in Q2 2026, -$1.7 million in Q1 2026, and -$26.7 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (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 | 3.46 Mn |
| 6 | Asana | 2.10 Bn | 1.88 Bn | 186.10 Mn | -39.19 Mn |
| 7 | Cheetah Mobile | 81.58 Mn | -80.47 Mn | 24.85 Mn | -12.75 Mn |
| 8 | Upland Software | 10.94 Mn | -20.73 Mn | 37.47 Mn | -36.84 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -12.75 Mn |
| Mar 31, 2026 | -1.73 Mn |
| Dec 31, 2025 | -26.73 Mn |
| Sep 30, 2025 | -520,000.00 |
| Jun 30, 2025 | -2.30 Mn |
| Mar 31, 2025 | -3.87 Mn |
| Dec 31, 2024 | -49.71 Mn |
| Sep 30, 2024 | -5.96 Mn |
| Jun 30, 2024 | -16.59 Mn |
| Mar 31, 2024 | -10.57 Mn |
| Dec 31, 2023 | -45.22 Mn |
| Sep 30, 2023 | -2.75 Mn |
| Jun 30, 2023 | -36.46 Mn |
| Mar 31, 2023 | -2.55 Mn |
| Dec 31, 2022 | -64.34 Mn |
| Dec 31, 2021 | -67.58 Mn |
| Sep 30, 2021 | -7.66 Mn |
| Jun 30, 2021 | 252,000.00 |
| Mar 31, 2021 | 14.35 Mn |
| Dec 31, 2020 | -7.86 Mn |
Cheetah Mobile Profit After Tax 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=profit-after-tax&ticker=CMCM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=CMCM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();