Viavi Solutions (VIAV) Enterprise Value (2009 - 2026)
Viavi Solutions' (VIAV) quarterly Enterprise Value came in at $11.1 billion in Q2 2026, up 515.88% on a YoY basis from $1.8 billion in Q2 2025, and up 46.15% quarter-over-quarter from $7.6 billion in Q1 2026.
Viavi Solutions (VIAV) Enterprise Value (2009 - 2026) Analysis & Trends
Viavi Solutions (VIAV) has reported Enterprise Value for 18 consecutive years, with $11.1 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Enterprise Value rose 515.88% year-over-year to $11.1 billion; the trailing twelve-month figure through Jun 2026 stood at $11.1 billion (up 515.88% YoY), and the FY2026 full-year result was $11.1 billion, up 515.88% from the prior year.
- Enterprise Value climbed to $11.1 billion in Q2 2026 per VIAV's latest filing, from $7.6 billion in the prior quarter.
- Across five years, Enterprise Value topped out at $11.1 billion in Q2 2026 and bottomed at $1.5 billion in Q2 2024.
- Historically, Enterprise Value has averaged $3.2 billion across 5 years, with a median of $2.4 billion in 2023.
- The sharpest annual moves came in 2022 and 2026: Enterprise Value sank 42.56% in 2022, then soared 515.88% in 2026.
- Over 5 years, Enterprise Value stood at $2.4 billion in 2022, then dropped by 5.91% to $2.2 billion in 2023, then rose by 0.83% to $2.2 billion in 2024, then surged by 54.05% to $3.4 billion in 2025, then surged by 223.51% to $11.1 billion in 2026.
- According to Business Quant data, Enterprise Value over the past three periods registered $11.1 billion, $7.6 billion, and $3.4 billion 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 | 11.11 Bn |
| Mar 28, 2026 | 7.60 Bn |
| Dec 27, 2025 | 3.44 Bn |
| Sep 27, 2025 | 2.18 Bn |
| Jun 28, 2025 | 1.80 Bn |
| Mar 29, 2025 | 2.11 Bn |
| Dec 28, 2024 | 1.75 Bn |
| Sep 28, 2024 | 1.51 Bn |
| Jun 29, 2024 | 1.03 Bn |
| Mar 30, 2024 | 1.54 Bn |
| Dec 30, 2023 | 1.68 Bn |
| Sep 30, 2023 | 1.49 Bn |
| Jul 1, 2023 | 1.99 Bn |
| Apr 1, 2023 | 1.82 Bn |
| Dec 31, 2022 | 1.88 Bn |
| Oct 1, 2022 | 2.45 Bn |
| Jul 2, 2022 | 2.40 Bn |
| Apr 2, 2022 | 3.06 Bn |
| Jan 1, 2022 | 3.37 Bn |
| Oct 2, 2021 | 2.89 Bn |
Viavi Solutions Enterprise Value 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=enterprise-value&ticker=VIAV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=VIAV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();