Cheetah Mobile (CMCM) Tax Provisions (2013 - 2026)
Cheetah Mobile's (CMCM) quarterly Tax Provisions came in at -$1.2 million in Q2 2026, down 123.7% year-over-year from $5.1 million in Q2 2025, and down 9.32% on a QoQ basis from -$1.1 million in Q1 2026.
Cheetah Mobile (CMCM) Tax Provisions (2013 - 2026) Analysis & Trends
Cheetah Mobile (CMCM) has 14 years of Tax Provisions data on file, last reported at -$1.2 million in Q2 2026.
- On a quarterly basis, Tax Provisions fell 123.7% year-over-year to -$1.2 million in Q2 2026; TTM through Jun 2026 was -$2.2 million, a 73.68% increase from a year earlier, with the FY2025 full-year figure at -$1.2 million, up 81.29% from the prior year.
- Tax Provisions for Q2 2026 stood at -$1.2 million, down from -$1.1 million in the prior quarter.
- Across five years, Tax Provisions topped out at $6.7 million in Q4 2023 and bottomed at -$7.0 million in Q4 2024.
- Historically, Tax Provisions has averaged -$448.04 across 5 years, with a median of -$340000.0 in 2024.
- The widest annual swing landed in 2022, when Tax Provisions surged 539.85%; it then slumped 2359.26% in 2025.
- Year by year, Tax Provisions stood at $3.8 million in 2022, then soared by 76.16% to $6.7 million in 2023, then plunged by 204.48% to -$7.0 million in 2024, then jumped by 128.04% to $2.0 million in 2025, then sank by 161.57% to -$1.2 million in 2026.
- Per Business Quant data, the three most recent Tax Provisions figures were -$1.2 million in Q2 2026, -$1.1 million in Q1 2026, and $2.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Atlassian | 49.08 Bn | 47.84 Bn | 1.53 Bn | 57.85 Mn |
| 2 | Dropbox | 7.45 Bn | 6.33 Bn | 506.50 Mn | 21.90 Mn |
| 3 | Open Text | 5.57 Bn | 4.61 Bn | 1.01 Bn | 94.80 Mn |
| 4 | Box | 4.51 Bn | 4.07 Bn | 253.97 Mn | 12.64 Mn |
| 5 | Monday.Com | 4.35 Bn | 3.27 Bn | 321.96 Mn | -1.96 Mn |
| 6 | Asana | 2.10 Bn | 1.88 Bn | 186.10 Mn | -800,000.00 |
| 7 | Cheetah Mobile | 81.58 Mn | -80.47 Mn | 24.85 Mn | -1.21 Mn |
| 8 | Upland Software | 10.94 Mn | -20.73 Mn | 37.47 Mn | 841,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.21 Mn |
| Mar 31, 2026 | -1.11 Mn |
| Dec 31, 2025 | 1.96 Mn |
| Sep 30, 2025 | -1.90 Mn |
| Jun 30, 2025 | -540,000.00 |
| Mar 31, 2025 | -664,000.00 |
| Dec 31, 2024 | -7.00 Mn |
| Sep 30, 2024 | -340,000.00 |
| Jun 30, 2024 | 879,000.00 |
| Mar 31, 2024 | -27,000.00 |
| Dec 31, 2023 | 6.70 Mn |
| Sep 30, 2023 | -30,138.24 |
| Jun 30, 2023 | -511,563.55 |
| Mar 31, 2023 | -26,018.80 |
| Dec 31, 2022 | 3.80 Mn |
| Dec 31, 2021 | -864,162.99 |
| Sep 30, 2021 | -809,000.00 |
| Jun 30, 2021 | -49,000.00 |
| Mar 31, 2021 | -1.19 Mn |
| Dec 31, 2020 | 3.59 Mn |
Cheetah Mobile Tax Provisions 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-provisions&ticker=CMCM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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-provisions&ticker=CMCM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();