Clearway Energy (CWEN) Cash from Investing Activities (2012 - 2026)
Clearway Energy's (CWEN) quarterly Cash from Investing Activities came in at -$216.0 million in Q2 2026, up 38.64% on a YoY basis from -$155.8 million in Q2 2025, and up 51.02% quarter-over-quarter from -$441.0 million in Q1 2026.
Clearway Energy (CWEN) Cash from Investing Activities (2012 - 2026) Analysis & Trends
Clearway Energy (CWEN) has reported Cash from Investing Activities for 15 consecutive years, with -$216.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities rose 38.64% year-over-year to -$216.0 million; the trailing twelve-month figure through Jun 2026 stood at -$1.1 billion (down 123.11% YoY), and the FY2025 full-year result was -$803.0 million, down 10.76% from the prior year.
- Cash from Investing Activities advanced to -$216.0 million in Q2 2026 per CWEN's latest filing, from -$441.0 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $1.4 billion in Q2 2022 and bottomed at -$444.0 million in Q2 2024.
- Historically, Cash from Investing Activities has averaged -$91.3 million across 5 years, with a median of -$123.5 million in 2022.
- The widest YoY moves for Cash from Investing Activities: up 1442.45% in 2022, down 2210.0% in 2022.
- Over 5 years, Cash from Investing Activities stood at -$35.0 million in 2022, then plunged by 620.0% to -$252.0 million in 2023, then surged by 79.76% to -$51.0 million in 2024, then slipped by 25.49% to -$64.0 million in 2025, then slumped by 237.5% to -$216.0 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$216.0 million, -$441.0 million, and -$64.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | -641.00 Mn |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | - |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | -637.00 Mn |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | -2.75 Bn |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | -677.15 Mn |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | -543.00 Mn |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | -553.70 Mn |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | -216.00 Mn |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | -138.15 Mn |
| 10 | ReNew Energy Global | 4.99 Bn | 4.84 Bn | - | -355.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -216.00 Mn |
| Mar 31, 2026 | -441.00 Mn |
| Dec 31, 2025 | -64.00 Mn |
| Sep 30, 2025 | -341.00 Mn |
| Jun 30, 2025 | -352.00 Mn |
| Mar 31, 2025 | -46.00 Mn |
| Dec 31, 2024 | -51.00 Mn |
| Sep 30, 2024 | -27.00 Mn |
| Jun 30, 2024 | -444.00 Mn |
| Mar 31, 2024 | -203.00 Mn |
| Dec 31, 2023 | -252.00 Mn |
| Sep 30, 2023 | -155.00 Mn |
| Jun 30, 2023 | -30.00 Mn |
| Mar 31, 2023 | -86.00 Mn |
| Dec 31, 2022 | -35.00 Mn |
| Sep 30, 2022 | -231.00 Mn |
| Jun 30, 2022 | 1.42 Bn |
| Mar 31, 2022 | -92.00 Mn |
| Dec 31, 2021 | -435.00 Mn |
| Sep 30, 2021 | -10.00 Mn |
Clearway Energy Cash from Investing Activities 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-investing-activities&ticker=CWEN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "CWEN", "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-investing-activities&ticker=CWEN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();