CoreWeave (CRWV) Cash from Operations (2024 - 2026)
CoreWeave's (CRWV) quarterly Cash from Operations came in at $679.0 million in Q2 2026, up 370.52% year-over-year from $144.3 million in Q2 2025, and down 77.25% quarter-over-quarter from $3.0 billion in Q1 2026.
CoreWeave (CRWV) Cash from Operations (2024 - 2026) Analysis & Trends
CoreWeave has disclosed Cash from Operations across 3 years of filings, most recently posting $679.0 million for Q2 2026.
- In Q2 2026, Cash from Operations rose 370.52% year-over-year to $679.0 million; the TTM figure through Jun 2026 stood at $6.9 billion (up 983.59% YoY), while the FY2025 annual figure was $3.1 billion, up 11.24% from the prior year.
- Cash from Operations came in at $679.0 million for Q2 2026 at CoreWeave, down from $3.0 billion in the prior quarter.
- In the past five years, Cash from Operations ranged from a high of $3.0 billion in Q1 2026 to a low of -$251.0 million in Q2 2025.
- Average Cash from Operations over 3 years is $947.0 million, with a median of $660.1 million recorded in 2024.
- Year-over-year, Cash from Operations sank 113.03% in 2025 and surged 4791.8% in 2026.
- Over 3 years, Cash from Operations stood at $186.6 million in 2024, then soared by 735.61% to $1.6 billion in 2025, then tumbled by 56.45% to $679.0 million in 2026.
- Per Business Quant data, the three most recent Cash from Operations figures were $679.0 million in Q2 2026, $3.0 billion in Q1 2026, and $1.6 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Ops. (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,717.88 Bn | 3,585.13 Bn | 60.48 Bn | 55.44 Bn |
| 2 | International Business Machines | 219.37 Bn | 208.10 Bn | 9.91 Bn | 2.60 Bn |
| 3 | Cloudflare | 113.46 Bn | 109.29 Bn | 499.52 Mn | 117.56 Mn |
| 4 | Equinix | 102.39 Bn | 100.19 Bn | 1.40 Bn | 1.07 Bn |
| 5 | Nebius | 57.34 Bn | 49.30 Bn | 448.70 Mn | 2.25 Bn |
| 6 | CoreWeave | 47.88 Bn | 42.34 Bn | 1.70 Bn | 679.00 Mn |
| 7 | Verisign | 26.51 Bn | 25.48 Bn | 384.60 Mn | 231.60 Mn |
| 8 | Nutanix | 18.85 Bn | 16.49 Bn | 651.35 Mn | 315.01 Mn |
| 9 | Akamai Technologies | 17.01 Bn | 13.65 Bn | 613.75 Mn | 326.27 Mn |
| 10 | DigitalOcean Holdings | 14.83 Bn | 14.06 Bn | 154.66 Mn | 109.97 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 679.00 Mn |
| Mar 31, 2026 | 2.98 Bn |
| Dec 31, 2025 | 1.56 Bn |
| Sep 30, 2025 | 1.69 Bn |
| Jun 30, 2025 | -251.00 Mn |
| Mar 31, 2025 | 61.00 Mn |
| Dec 31, 2024 | 186.56 Mn |
| Sep 30, 2024 | 641.22 Mn |
| Jun 30, 2024 | -117.82 Mn |
| Mar 31, 2024 | 2.04 Bn |
CoreWeave Cash from Operations 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=cash-from-operations&ticker=CRWV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "ticker": "CRWV", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-from-operations&ticker=CRWV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();