Viavi Solutions (VIAV) Change in Cash (2009 - 2026)
Viavi Solutions' (VIAV) quarterly Change in Cash came in at $148.5 million in Q2 2026, up 200.61% on a YoY basis from $49.4 million in Q2 2025, and up 156.08% quarter-over-quarter from -$264.8 million in Q1 2026.
Viavi Solutions (VIAV) Change in Cash (2009 - 2026) Analysis & Trends
Viavi Solutions (VIAV) has reported Change in Cash for 18 consecutive years, with $148.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Cash rose 200.61% year-over-year to $148.5 million; the trailing twelve-month figure through Jun 2026 stood at $227.7 million (up 558.15% YoY), and the FY2026 full-year result was $227.7 million, up 558.15% from the prior year.
- Change in Cash rose to $148.5 million in Q2 2026 per VIAV's latest filing, from -$264.8 million in the prior quarter.
- Across five years, Change in Cash topped out at $224.0 million in Q4 2025 and bottomed at -$264.8 million in Q1 2026.
- Historically, Change in Cash has averaged -$14.0 million across 5 years, with a median of -$3.7 million in 2024.
- The sharpest annual moves came in 2022 and 2025: Change in Cash tumbled 585.32% in 2022, then jumped 3343.24% in 2025.
- Over 5 years, Change in Cash stood at -$28.1 million in 2022, then soared by 187.9% to $24.7 million in 2023, then retreated by 25.91% to $18.3 million in 2024, then jumped by 1124.04% to $224.0 million in 2025, then tumbled by 33.71% to $148.5 million in 2026.
- According to Business Quant data, Change in Cash over the past three periods registered $148.5 million, -$264.8 million, and $224.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (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 | 144.00 Mn |
| 3 | Dell Technologies | 360.24 Bn | 315.99 Bn | 9.83 Bn | -16.00 Mn |
| 4 | Arista Networks | 260.49 Bn | 213.94 Bn | 1.91 Bn | -499.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 | -243.80 Mn |
| 9 | Hewlett Packard Enterprise | 83.59 Bn | 61.47 Bn | 4.93 Bn | 924.00 Mn |
| 10 | Viavi Solutions | 10.05 Bn | 7.58 Bn | 261.70 Mn | 148.50 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | 148.50 Mn |
| Mar 28, 2026 | -264.80 Mn |
| Dec 27, 2025 | 224.00 Mn |
| Sep 27, 2025 | 120.00 Mn |
| Jun 28, 2025 | 49.40 Mn |
| Mar 29, 2025 | -113.70 Mn |
| Dec 28, 2024 | 18.30 Mn |
| Sep 28, 2024 | -3.70 Mn |
| Jun 29, 2024 | 18.70 Mn |
| Mar 30, 2024 | -89.50 Mn |
| Dec 30, 2023 | 24.70 Mn |
| Sep 30, 2023 | 12.30 Mn |
| Jul 1, 2023 | -77.60 Mn |
| Apr 1, 2023 | 96.30 Mn |
| Dec 31, 2022 | -28.10 Mn |
| Oct 1, 2022 | -47.80 Mn |
| Jul 2, 2022 | -28.70 Mn |
| Apr 2, 2022 | -142.20 Mn |
| Jan 1, 2022 | -183.00 Mn |
| Oct 2, 2021 | 218.30 Mn |
Viavi Solutions Change in Cash 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=change-in-cash&ticker=VIAV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=VIAV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();