Lumentum Holdings (LITE) Cash from Investing Activities (2014 - 2026)
Lumentum Holdings' (LITE) quarterly Cash from Investing Activities came in at -$304.4 million in Q2 2026, down 412.46% on a YoY basis from $97.4 million in Q2 2025, and down 67.34% quarter-over-quarter from -$181.9 million in Q1 2026.
Lumentum Holdings (LITE) Cash from Investing Activities (2014 - 2026) Analysis & Trends
Lumentum Holdings (LITE) has reported Cash from Investing Activities for 13 consecutive years, with -$304.4 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities fell 412.46% year-over-year to -$304.4 million; the trailing twelve-month figure through Jun 2026 stood at -$785.5 million (down 834.01% YoY), and the FY2026 full-year result was -$785.5 million, down 834.01% from the prior year.
- Cash from Investing Activities slipped to -$304.4 million in Q2 2026 per LITE's latest filing, from -$181.9 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $290.3 million in Q1 2024 and bottomed at -$646.6 million in Q4 2022.
- Historically, Cash from Investing Activities has averaged -$103.5 million across 5 years, with a median of -$59.4 million in 2025.
- The sharpest annual moves came in 2024 and 2025: Cash from Investing Activities surged 658.27% in 2024, then plunged 653.75% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$104.5 million in 2022, then slumped by 277.89% to -$394.9 million in 2023, then jumped by 92.23% to -$30.7 million in 2024, then slumped by 653.75% to -$231.4 million in 2025, then slumped by 31.55% to -$304.4 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$304.4 million, -$181.9 million, and -$231.4 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 | Apple | 4,982.68 Bn | 4,730.17 Bn | 54.77 Bn | -7.76 Bn |
| 2 | Cisco Systems | 421.04 Bn | 356.97 Bn | 11.06 Bn | -264.00 Mn |
| 3 | Dell Technologies | 360.24 Bn | 315.99 Bn | 9.83 Bn | -1.34 Bn |
| 4 | Arista Networks | 260.49 Bn | 213.94 Bn | 1.91 Bn | -1.58 Bn |
| 5 | Sandisk | 259.56 Bn | 248.08 Bn | 7.58 Bn | -1.12 Bn |
| 6 | Seagate Technology Holdings | 207.93 Bn | 202.92 Bn | 1.90 Bn | -156.00 Mn |
| 7 | Western Digital | 164.91 Bn | 153.04 Bn | 2.03 Bn | -111.00 Mn |
| 8 | Sony | 155.59 Bn | 105.98 Bn | 6.53 Bn | -1.11 Bn |
| 9 | Hewlett Packard Enterprise | 83.59 Bn | 61.47 Bn | 4.93 Bn | 798.00 Mn |
| 10 | Lumentum Holdings | 83.43 Bn | 75.24 Bn | 477.30 Mn | -304.40 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | -304.40 Mn |
| Mar 28, 2026 | -181.90 Mn |
| Dec 27, 2025 | -231.40 Mn |
| Sep 27, 2025 | -67.80 Mn |
| Jun 28, 2025 | -59.40 Mn |
| Mar 29, 2025 | 53.10 Mn |
| Dec 28, 2024 | -30.70 Mn |
| Sep 28, 2024 | -47.10 Mn |
| Jun 29, 2024 | -27.50 Mn |
| Mar 30, 2024 | 290.30 Mn |
| Dec 30, 2023 | -394.90 Mn |
| Sep 30, 2023 | 17.80 Mn |
| Jul 1, 2023 | -70.90 Mn |
| Apr 1, 2023 | -52.00 Mn |
| Dec 31, 2022 | -104.50 Mn |
| Oct 1, 2022 | -646.60 Mn |
| Jul 2, 2022 | 142.70 Mn |
| Apr 2, 2022 | -23.20 Mn |
| Jan 1, 2022 | -228.90 Mn |
| Oct 2, 2021 | -116.90 Mn |
Lumentum Holdings 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=LITE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "LITE", "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=LITE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();