Cheetah Mobile (CMCM) Long-Term Deferred Tax (2013 - 2026)
Cheetah Mobile's (CMCM) quarterly Long-Term Deferred Tax came in at $16.1 million in Q1 2026, down 5.94% year-over-year from $17.2 million in Q1 2025, and up 1.36% on a QoQ basis from $15.9 million in Q4 2025.
Cheetah Mobile (CMCM) Long-Term Deferred Tax (2013 - 2026) Analysis & Trends
Cheetah Mobile (CMCM) has 14 years of Long-Term Deferred Tax data on file, last reported at $16.1 million in Q1 2026.
- On a quarterly basis, Long-Term Deferred Tax fell 5.94% year-over-year to $16.1 million in Q1 2026; TTM through Mar 2026 was $16.1 million, a 5.94% decrease from a year earlier, with the FY2025 full-year figure at $16.1 million, down 8.34% from the prior year.
- Long-Term Deferred Tax for Q1 2026 stood at $16.1 million, up from $15.9 million in the prior quarter.
- Across five years, Long-Term Deferred Tax topped out at $27.5 million in Q3 2024 and bottomed at $2.4 million in Q2 2022.
- Historically, Long-Term Deferred Tax has averaged $16.6 million across 5 years, with a median of $17.2 million in 2025.
- The widest annual swing landed in 2023, when Long-Term Deferred Tax jumped 862.93%; it then sank 38.92% in 2025.
- Year by year, Long-Term Deferred Tax stood at $2.7 million in 2022, then jumped by 862.93% to $26.2 million in 2023, then plunged by 31.63% to $17.9 million in 2024, then retreated by 11.06% to $15.9 million in 2025, then rose by 1.36% to $16.1 million in 2026.
- Per Business Quant data, the three most recent Long-Term Deferred Tax figures were $16.1 million in Q1 2026, $15.9 million in Q4 2025, and $16.8 million in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Atlassian | 49.08 Bn | 47.84 Bn | 1.53 Bn |
| 2 | Dropbox | 7.45 Bn | 6.33 Bn | 506.50 Mn |
| 3 | Open Text | 5.57 Bn | 4.61 Bn | 1.01 Bn |
| 4 | Box | 4.51 Bn | 4.07 Bn | 253.97 Mn |
| 5 | Monday.Com | 4.35 Bn | 3.27 Bn | 321.96 Mn |
| 6 | Asana | 2.10 Bn | 1.88 Bn | 186.10 Mn |
| 7 | Cheetah Mobile | 81.58 Mn | -80.47 Mn | 24.85 Mn |
| 8 | Upland Software | 10.94 Mn | -20.73 Mn | 37.47 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 16.14 Mn |
| Dec 31, 2025 | 15.92 Mn |
| Sep 30, 2025 | 16.82 Mn |
| Jun 30, 2025 | 17.83 Mn |
| Mar 31, 2025 | 17.16 Mn |
| Dec 31, 2024 | 17.90 Mn |
| Sep 30, 2024 | 27.54 Mn |
| Jun 30, 2024 | 26.73 Mn |
| Mar 31, 2024 | 26.28 Mn |
| Dec 31, 2023 | 26.18 Mn |
| Jun 30, 2023 | 2.79 Mn |
| Dec 31, 2022 | 2.72 Mn |
| Jun 30, 2022 | 2.36 Mn |
| Dec 31, 2021 | 2.25 Mn |
| Sep 30, 2021 | 2.78 Mn |
| Jun 30, 2021 | 2.34 Mn |
| Mar 31, 2021 | 2.33 Mn |
| Dec 31, 2020 | 2.35 Mn |
| Sep 30, 2020 | 5.72 Mn |
| Jun 30, 2020 | 7.72 Mn |
Cheetah Mobile Long-Term Deferred 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=long-term-deferred-tax&ticker=CMCM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-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=long-term-deferred-tax&ticker=CMCM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();