Cheetah Mobile (CMCM) Tax Rate (2013 - 2026)
Cheetah Mobile's (CMCM) quarterly Tax Rate came in at 10.46% in Q2 2026, down 2029.0% year-over-year from 0.54% in Q2 2025, and down 94.11% on a QoQ basis from 177.65% in Q1 2026.
Cheetah Mobile (CMCM) Tax Rate (2013 - 2026) Analysis & Trends
Cheetah Mobile (CMCM) has 14 years of Tax Rate data on file, last reported at 10.46% in Q2 2026.
- On a quarterly basis, Tax Rate fell 2029.0% year-over-year to 10.46% in Q2 2026; TTM through Jun 2026 was 5.69%, a 1033.0% decrease from a year earlier, with the FY2025 full-year figure at 3.74%, down 479.0% from the prior year.
- Tax Rate for Q2 2026 stood at 10.46%, down from 177.65% in the prior quarter.
- Across five years, Tax Rate topped out at 177.65% in Q1 2026 and bottomed at 137.76% in Q3 2025.
- Historically, Tax Rate has averaged 6.51% across 5 years, with a median of 1.11% in 2023.
- The widest annual swing landed in 2025, when Tax Rate tumbled 14381 bps; it then surged 15697 bps in 2026.
- Year by year, Tax Rate stood at 5.58% in 2022, then plunged by 131 bps to 12.9% in 2023, then soared by 227 bps to 16.38% in 2024, then sank by 142 bps to 6.84% in 2025, then soared by 253 bps to 10.46% in 2026.
- Per Business Quant data, the three most recent Tax Rate figures were 10.46% in Q2 2026, 177.65% in Q1 2026, and 6.84% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Atlassian | 49.08 Bn | 47.84 Bn | 1.53 Bn | 29.38% |
| 2 | Dropbox | 7.45 Bn | 6.33 Bn | 506.50 Mn | 18.61% |
| 3 | Open Text | 5.57 Bn | 4.61 Bn | 1.01 Bn | 37.84% |
| 4 | Box | 4.51 Bn | 4.07 Bn | 253.97 Mn | 39.66% |
| 5 | Monday.Com | 4.35 Bn | 3.27 Bn | 321.96 Mn | -36.12% |
| 6 | Asana | 2.10 Bn | 1.88 Bn | 186.10 Mn | 2.00% |
| 7 | Cheetah Mobile | 81.58 Mn | -80.47 Mn | 24.85 Mn | 10.46% |
| 8 | Upland Software | 10.94 Mn | -20.73 Mn | 37.47 Mn | -2.44% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 10.46% |
| Mar 31, 2026 | 177.65% |
| Dec 31, 2025 | -6.84% |
| Sep 30, 2025 | -137.76% |
| Jun 30, 2025 | 30.75% |
| Mar 31, 2025 | 20.69% |
| Dec 31, 2024 | 16.38% |
| Sep 30, 2024 | 6.05% |
| Jun 30, 2024 | -5.03% |
| Mar 31, 2024 | 0.26% |
| Dec 31, 2023 | -12.90% |
| Sep 30, 2023 | 1.11% |
| Jun 30, 2023 | 1.42% |
| Mar 31, 2023 | 1.03% |
| Dec 31, 2022 | -5.58% |
| Dec 31, 2021 | 1.30% |
| Sep 30, 2021 | 11.81% |
| Jun 30, 2021 | -16.28% |
| Mar 31, 2021 | -9.16% |
| Dec 31, 2020 | 52.66% |
Cheetah Mobile Tax Rate 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=tax-rate&ticker=CMCM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=CMCM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();