Cadence Design Systems (CDNS) Work In Process (2024 - 2026)
Cadence Design Systems' (CDNS) quarterly Work In Process came in at $3.2 million in Q2 2026, down 73.84% quarter-over-quarter from $12.3 million in Q1 2026.
Cadence Design Systems (CDNS) Work In Process (2024 - 2026) Analysis & Trends
Cadence Design Systems (CDNS) has reported Work In Process for 3 consecutive years, with $3.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Work In Process changed N/A year-over-year to $3.2 million; the trailing twelve-month figure through Jun 2026 stood at $3.2 million (changed N/A YoY), and the FY2025 full-year result was $14.7 million, up 1106.0% from the prior year.
- Work In Process declined to $3.2 million in Q2 2026 per CDNS's latest filing, from $12.3 million in the prior quarter.
- Across five years, Work In Process topped out at $14.7 million in Q4 2025 and bottomed at $1.2 million in Q4 2024.
- Historically, Work In Process has averaged $7.6 million across 3 years, with a median of $6.6 million in 2025.
- The widest YoY moves for Work In Process: up 1106.0% in 2025, down 1106.0% in 2025.
- Over 3 years, Work In Process stood at $1.2 million in 2024, then surged by 1106.0% to $14.7 million in 2025, then plunged by 78.02% to $3.2 million in 2026.
- According to Business Quant data, Work In Process over the past three periods registered $3.2 million, $12.3 million, and $14.7 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Nvidia | 5,434.79 Bn | 5,369.56 Bn | 72.14 Bn |
| 2 | Taiwan Semiconductor Manufacturing | 2,317.02 Bn | 2,212.96 Bn | 27.22 Bn |
| 3 | Broadcom | 1,694.72 Bn | 1,670.75 Bn | 20.46 Bn |
| 4 | Micron Technology | 1,210.15 Bn | 1,184.13 Bn | 35.06 Bn |
| 5 | Advanced Micro Devices | 1,003.04 Bn | 989.93 Bn | 6.20 Bn |
| 6 | Asml Holding | 672.40 Bn | 656.42 Bn | 5.90 Bn |
| 7 | Intel | 618.27 Bn | 604.15 Bn | 6.51 Bn |
| 8 | Lam Research | 384.49 Bn | 378.91 Bn | 3.48 Bn |
| 9 | Applied Materials | 376.47 Bn | 367.23 Bn | 4.59 Bn |
| 10 | Cadence Design Systems | 85.12 Bn | 83.68 Bn | 1.41 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.22 Mn |
| Mar 31, 2026 | 12.32 Mn |
| Dec 31, 2025 | 14.67 Mn |
| Sep 30, 2025 | 6.64 Mn |
| Dec 31, 2024 | 1.22 Mn |
Cadence Design Systems Work In Process 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=work-in-process&ticker=CDNS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "work-in-process", "ticker": "CDNS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=work-in-process&ticker=CDNS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();