Viavi Solutions (VIAV) Other Non Operating Income (2009 - 2026)
Viavi Solutions' (VIAV) quarterly Other Non Operating Income came in at -$10.5 million in Q2 2026, down 683.33% on a YoY basis from $1.8 million in Q2 2025, and down 250.0% quarter-over-quarter from $7.0 million in Q1 2026.
Viavi Solutions (VIAV) Other Non Operating Income (2009 - 2026) Analysis & Trends
Viavi Solutions (VIAV) has reported Other Non Operating Income for 18 consecutive years, with -$10.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Non Operating Income fell 683.33% year-over-year to -$10.5 million; the trailing twelve-month figure through Jun 2026 stood at -$46.0 million (down 514.41% YoY), and the FY2026 full-year result was -$56.7 million, down 610.81% from the prior year.
- Other Non Operating Income declined to -$10.5 million in Q2 2026 per VIAV's latest filing, from $7.0 million in the prior quarter.
- Across five years, Other Non Operating Income topped out at $10.2 million in Q3 2023 and bottomed at -$38.7 million in Q4 2025.
- Historically, Other Non Operating Income has averaged -$1.1 million across 5 years, with a median of $2.2 million in 2022.
- The sharpest annual moves came in 2023 and 2025: Other Non Operating Income surged 827.27% in 2023, then sank 1092.31% in 2025.
- Over 5 years, Other Non Operating Income stood at $2.2 million in 2022, then surged by 72.73% to $3.8 million in 2023, then climbed by 2.63% to $3.9 million in 2024, then tumbled by 1092.31% to -$38.7 million in 2025, then surged by 72.87% to -$10.5 million in 2026.
- According to Business Quant data, Other Non Operating Income over the past three periods registered -$10.5 million, $7.0 million, and -$38.7 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Apple | 4,982.68 Bn | 4,730.17 Bn | 54.77 Bn |
| 2 | Cisco Systems | 421.04 Bn | 356.97 Bn | 11.06 Bn |
| 3 | Dell Technologies | 360.24 Bn | 315.99 Bn | 9.83 Bn |
| 4 | Arista Networks | 260.49 Bn | 213.94 Bn | 1.91 Bn |
| 5 | Sandisk | 259.56 Bn | 248.08 Bn | 7.58 Bn |
| 6 | Seagate Technology Holdings | 207.93 Bn | 202.92 Bn | 1.90 Bn |
| 7 | Western Digital | 164.91 Bn | 153.04 Bn | 2.03 Bn |
| 8 | Sony | 155.59 Bn | 105.98 Bn | 6.53 Bn |
| 9 | Hewlett Packard Enterprise | 83.59 Bn | 61.47 Bn | 4.93 Bn |
| 10 | Viavi Solutions | 10.05 Bn | 7.58 Bn | 261.70 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | -10.50 Mn |
| Mar 28, 2026 | 7.00 Mn |
| Dec 27, 2025 | -38.70 Mn |
| Sep 27, 2025 | -3.80 Mn |
| Jun 28, 2025 | 1.80 Mn |
| Mar 29, 2025 | 2.20 Mn |
| Dec 28, 2024 | 3.90 Mn |
| Sep 28, 2024 | 3.20 Mn |
| Jun 29, 2024 | 3.70 Mn |
| Mar 30, 2024 | 4.00 Mn |
| Dec 30, 2023 | 3.80 Mn |
| Sep 30, 2023 | 10.20 Mn |
| Jul 1, 2023 | 2.70 Mn |
| Apr 1, 2023 | 1.60 Mn |
| Dec 31, 2022 | 2.20 Mn |
| Oct 1, 2022 | 1.10 Mn |
| Jul 2, 2022 | -3.10 Mn |
| Apr 2, 2022 | -6.40 Mn |
| Jan 1, 2022 | -6.40 Mn |
| Oct 2, 2021 | -85.90 Mn |
Viavi Solutions Other Non Operating Income 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=other-non-operating-income&ticker=VIAV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=VIAV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();