Viavi Solutions (VIAV) Income from Continuing Operations (2009 - 2026)
Viavi Solutions' (VIAV) quarterly Income from Continuing Operations came in at $32.1 million in Q2 2026, up 333.78% on a YoY basis from $7.4 million in Q2 2025, and up 401.56% quarter-over-quarter from $6.4 million in Q1 2026.
Viavi Solutions (VIAV) Income from Continuing Operations (2009 - 2026) Analysis & Trends
Viavi Solutions (VIAV) has reported Income from Continuing Operations for 18 consecutive years, with $32.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income from Continuing Operations rose 333.78% year-over-year to $32.1 million; the trailing twelve-month figure through Jun 2026 stood at -$31.2 million (down 191.23% YoY), and the FY2026 full-year result was -$31.2 million, down 191.23% from the prior year.
- Income from Continuing Operations improved to $32.1 million in Q2 2026 per VIAV's latest filing, from $6.4 million in the prior quarter.
- Across five years, Income from Continuing Operations topped out at $34.6 million in Q1 2022 and bottomed at -$48.4 million in Q4 2025.
- Historically, Income from Continuing Operations has averaged $3.8 million across 5 years, with a median of $8.4 million in 2022.
- The sharpest annual moves came in 2022 and 2024: Income from Continuing Operations surged 400.0% in 2022, then sank 21600.0% in 2024.
- Over 5 years, Income from Continuing Operations stood at $8.4 million in 2022, then rose by 27.38% to $10.7 million in 2023, then slipped by 14.95% to $9.1 million in 2024, then tumbled by 631.87% to -$48.4 million in 2025, then jumped by 166.32% to $32.1 million in 2026.
- According to Business Quant data, Income from Continuing Operations over the past three periods registered $32.1 million, $6.4 million, and -$48.4 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (Qtr) |
|---|---|---|---|---|---|
| 1 | Apple | 4,982.68 Bn | 4,730.17 Bn | 54.77 Bn | 29.79 Bn |
| 2 | Cisco Systems | 421.04 Bn | 356.97 Bn | 11.06 Bn | 3.86 Bn |
| 3 | Dell Technologies | 360.24 Bn | 315.99 Bn | 9.83 Bn | 4.13 Bn |
| 4 | Arista Networks | 260.49 Bn | 213.94 Bn | 1.91 Bn | 1.21 Bn |
| 5 | Sandisk | 259.56 Bn | 248.08 Bn | 7.58 Bn | 6.90 Bn |
| 6 | Seagate Technology Holdings | 207.93 Bn | 202.92 Bn | 1.90 Bn | 1.29 Bn |
| 7 | Western Digital | 164.91 Bn | 153.04 Bn | 2.03 Bn | 3.20 Bn |
| 8 | Sony | 155.59 Bn | 105.98 Bn | 6.53 Bn | 2.20 Bn |
| 9 | Hewlett Packard Enterprise | 83.59 Bn | 61.47 Bn | 4.93 Bn | 1.54 Bn |
| 10 | Viavi Solutions | 10.05 Bn | 7.58 Bn | 261.70 Mn | 32.10 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | 32.10 Mn |
| Mar 28, 2026 | 6.40 Mn |
| Dec 27, 2025 | -48.40 Mn |
| Sep 27, 2025 | -21.30 Mn |
| Jun 28, 2025 | 7.40 Mn |
| Mar 29, 2025 | 19.50 Mn |
| Dec 28, 2024 | 9.10 Mn |
| Sep 28, 2024 | -1.80 Mn |
| Jun 29, 2024 | -21.70 Mn |
| Mar 30, 2024 | -24.60 Mn |
| Dec 30, 2023 | 10.70 Mn |
| Sep 30, 2023 | 9.80 Mn |
| Jul 1, 2023 | -100,000.00 |
| Apr 1, 2023 | -15.40 Mn |
| Dec 31, 2022 | 8.40 Mn |
| Oct 1, 2022 | 32.60 Mn |
| Jul 2, 2022 | 16.50 Mn |
| Apr 2, 2022 | 19.20 Mn |
| Jan 1, 2022 | 34.60 Mn |
| Oct 2, 2021 | -54.80 Mn |
Viavi Solutions Income from Continuing Operations 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=income-from-continuing-operations&ticker=VIAV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=VIAV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();