Viavi Solutions (VIAV) Retained Earnings (2010 - 2026)
Viavi Solutions' (VIAV) quarterly Retained Earnings came in at -$69.7 billion in Q2 2026, little changed on a YoY basis from -$69.7 billion in Q2 2025, and little changed quarter-over-quarter from -$69.7 billion in Q1 2026.
Viavi Solutions (VIAV) Retained Earnings (2010 - 2026) Analysis & Trends
Viavi Solutions (VIAV) has reported Retained Earnings for 17 consecutive years, with -$69.7 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Retained Earnings changed 0.09% year-over-year to -$69.7 billion; the trailing twelve-month figure through Jun 2026 stood at -$69.7 billion (changed 0.09% YoY), and the FY2026 full-year result was -$69.7 billion, changed 0.09% from the prior year.
- Retained Earnings steadied at -$69.7 billion in Q2 2026 per VIAV's latest filing, from -$69.7 billion in the prior quarter.
- Across five years, Retained Earnings topped out at -$69.5 billion in Q1 2022 and bottomed at -$69.7 billion in Q4 2025.
- Historically, Retained Earnings has averaged -$69.6 billion across 5 years, with a median of -$69.6 billion in 2024.
- The sharpest annual moves came in 2022 and 2025: Retained Earnings slumped 199.09% in 2022, then climbed 0.03% in 2025.
- Over 5 years, Retained Earnings stood at -$69.5 billion in 2022, then fell by 0.06% to -$69.6 billion in 2023, then decreased by 0.09% to -$69.7 billion in 2024, then dropped by 0.1% to -$69.7 billion in 2025, then rose by 0.06% to -$69.7 billion in 2026.
- According to Business Quant data, Retained Earnings over the past three periods registered -$69.7 billion, -$69.7 billion, and -$69.7 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Apple | 4,982.68 Bn | 4,730.17 Bn | 54.77 Bn | 11.33 Bn |
| 2 | Cisco Systems | 421.04 Bn | 356.97 Bn | 11.06 Bn | 1.57 Bn |
| 3 | Dell Technologies | 360.24 Bn | 315.99 Bn | 9.83 Bn | 10.07 Bn |
| 4 | Arista Networks | 260.49 Bn | 213.94 Bn | 1.91 Bn | 11.68 Bn |
| 5 | Sandisk | 259.56 Bn | 248.08 Bn | 7.58 Bn | 9.65 Bn |
| 6 | Seagate Technology Holdings | 207.93 Bn | 202.92 Bn | 1.90 Bn | -5.91 Bn |
| 7 | Western Digital | 164.91 Bn | 153.04 Bn | 2.03 Bn | 10.00 Bn |
| 8 | Sony | 155.59 Bn | 105.98 Bn | 6.53 Bn | 34.88 Bn |
| 9 | Hewlett Packard Enterprise | 83.59 Bn | 61.47 Bn | 4.93 Bn | -948.00 Mn |
| 10 | Viavi Solutions | 10.05 Bn | 7.58 Bn | 261.70 Mn | -69.69 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | -69.69 Bn |
| Mar 28, 2026 | -69.72 Bn |
| Dec 27, 2025 | -69.73 Bn |
| Sep 27, 2025 | -69.68 Bn |
| Jun 28, 2025 | -69.63 Bn |
| Mar 29, 2025 | -69.64 Bn |
| Dec 28, 2024 | -69.66 Bn |
| Sep 28, 2024 | -69.66 Bn |
| Jun 29, 2024 | -69.65 Bn |
| Mar 30, 2024 | -69.61 Bn |
| Dec 30, 2023 | -69.59 Bn |
| Sep 30, 2023 | -69.60 Bn |
| Jul 1, 2023 | -69.60 Bn |
| Apr 1, 2023 | -69.59 Bn |
| Dec 31, 2022 | -69.55 Bn |
| Oct 1, 2022 | -69.53 Bn |
| Jul 2, 2022 | -69.54 Bn |
| Apr 2, 2022 | -69.53 Bn |
| Jan 1, 2022 | -69.47 Bn |
| Oct 2, 2021 | -69.39 Bn |
Viavi Solutions Retained Earnings 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=retained-earnings&ticker=VIAV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=VIAV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();