Cheetah Mobile (CMCM) Inventory (2013 - 2025)
Cheetah Mobile's (CMCM) quarterly Inventory came in at $7.6 million in Q4 2025, up 7.03% year-over-year from $7.1 million in Q4 2024, and up 7.03% on a QoQ basis from $7.1 million in Q4 2024.
Cheetah Mobile (CMCM) Inventory (2013 - 2025) Analysis & Trends
Cheetah Mobile (CMCM) has 11 years of Inventory data on file, last reported at $7.6 million in Q4 2025.
- On a quarterly basis, Inventory rose 7.03% year-over-year to $7.6 million in Q4 2025; TTM through Dec 2025 was $7.6 million, a 7.03% increase from a year earlier, with the FY2025 full-year figure at $7.7 million, down 62.03% from the prior year.
- Inventory for Q4 2025 stood at $7.6 million, up from $7.1 million in the prior quarter.
- Across five years, Inventory topped out at $19.4 million in Q4 2023 and bottomed at $7.1 million in Q4 2024.
- Historically, Inventory has averaged $14.1 million across 5 years, with a median of $16.9 million in 2021.
- The widest annual swing landed in 2022, when Inventory climbed 14.1%; it then plunged 63.59% in 2024.
- Year by year, Inventory stood at $16.9 million in 2021, then advanced by 14.1% to $19.3 million in 2022, then climbed by 0.47% to $19.4 million in 2023, then tumbled by 63.59% to $7.1 million in 2024, then climbed by 7.03% to $7.6 million in 2025.
- Per Business Quant data, the three most recent Inventory figures were $7.6 million in Q4 2025, $7.1 million in Q4 2024, and $19.4 million in Q4 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inventory (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 |
|---|---|
| Dec 31, 2025 | 7.56 Mn |
| Dec 31, 2024 | 7.07 Mn |
| Dec 31, 2023 | 19.41 Mn |
| Dec 31, 2022 | 19.32 Mn |
| Dec 31, 2021 | 16.93 Mn |
| Dec 31, 2018 | 10.64 Mn |
| Dec 31, 2017 | 4.04 Mn |
| Dec 31, 2016 | 7.34 Mn |
| Dec 31, 2015 | 4.06 Mn |
| Dec 31, 2014 | 2.65 Mn |
| Dec 31, 2013 | 818,205.58 |
Cheetah Mobile Inventory 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=inventory&ticker=CMCM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory", "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=inventory&ticker=CMCM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();