Viavi Solutions (VIAV) Net Cash Flow (2009 - 2026)
Viavi Solutions' (VIAV) quarterly Net Cash Flow came in at $149.0 million in Q2 2026, up 313.89% on a YoY basis from $36.0 million in Q2 2025, and up 156.78% quarter-over-quarter from -$262.4 million in Q1 2026.
Viavi Solutions (VIAV) Net Cash Flow (2009 - 2026) Analysis & Trends
Viavi Solutions (VIAV) has reported Net Cash Flow for 18 consecutive years, with $149.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Cash Flow rose 313.89% year-over-year to $149.0 million; the trailing twelve-month figure through Jun 2026 stood at $228.1 million (up 466.72% YoY), and the FY2026 full-year result was $228.1 million, up 466.72% from the prior year.
- Net Cash Flow grew to $149.0 million in Q2 2026 per VIAV's latest filing, from -$262.4 million in the prior quarter.
- Across five years, Net Cash Flow topped out at $221.1 million in Q4 2025 and bottomed at -$262.4 million in Q1 2026.
- Historically, Net Cash Flow has averaged -$13.3 million across 5 years, with a median of -$5.3 million in 2022.
- The sharpest annual moves came in 2023 and 2025: Net Cash Flow plunged 1364.15% in 2023, then jumped 733.68% in 2025.
- Over 5 years, Net Cash Flow stood at -$45.9 million in 2022, then soared by 122.88% to $10.5 million in 2023, then soared by 276.19% to $39.5 million in 2024, then surged by 459.75% to $221.1 million in 2025, then slumped by 32.61% to $149.0 million in 2026.
- According to Business Quant data, Net Cash Flow over the past three periods registered $149.0 million, -$262.4 million, and $221.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Apple | 4,982.68 Bn | 4,730.17 Bn | 54.77 Bn | -6.03 Bn |
| 2 | Cisco Systems | 421.04 Bn | 356.97 Bn | 11.06 Bn | 116.00 Mn |
| 3 | Dell Technologies | 360.24 Bn | 315.99 Bn | 9.83 Bn | 6.00 Mn |
| 4 | Arista Networks | 260.49 Bn | 213.94 Bn | 1.91 Bn | -498.30 Mn |
| 5 | Sandisk | 259.56 Bn | 248.08 Bn | 7.58 Bn | 1.03 Bn |
| 6 | Seagate Technology Holdings | 207.93 Bn | 202.92 Bn | 1.90 Bn | 558.00 Mn |
| 7 | Western Digital | 164.91 Bn | 153.04 Bn | 2.03 Bn | -471.00 Mn |
| 8 | Sony | 155.59 Bn | 105.98 Bn | 6.53 Bn | -413.93 Mn |
| 9 | Hewlett Packard Enterprise | 83.59 Bn | 61.47 Bn | 4.93 Bn | 954.00 Mn |
| 10 | Viavi Solutions | 10.05 Bn | 7.58 Bn | 261.70 Mn | 149.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | 149.00 Mn |
| Mar 28, 2026 | -262.40 Mn |
| Dec 27, 2025 | 221.10 Mn |
| Sep 27, 2025 | 120.40 Mn |
| Jun 28, 2025 | 36.00 Mn |
| Mar 29, 2025 | -118.70 Mn |
| Dec 28, 2024 | 39.50 Mn |
| Sep 28, 2024 | -19.00 Mn |
| Jun 29, 2024 | 21.40 Mn |
| Mar 30, 2024 | -84.40 Mn |
| Dec 30, 2023 | 10.50 Mn |
| Sep 30, 2023 | 21.60 Mn |
| Jul 1, 2023 | -77.60 Mn |
| Apr 1, 2023 | 90.40 Mn |
| Dec 31, 2022 | -45.90 Mn |
| Oct 1, 2022 | -29.90 Mn |
| Jul 2, 2022 | -5.30 Mn |
| Apr 2, 2022 | -138.20 Mn |
| Jan 1, 2022 | -181.20 Mn |
| Oct 2, 2021 | 221.40 Mn |
Viavi Solutions Net Cash Flow 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=net-cash-flow&ticker=VIAV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "ticker": "VIAV", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=net-cash-flow&ticker=VIAV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();