Viavi Solutions (VIAV) Other Working Capital Changes (2009 - 2026)
Viavi Solutions' (VIAV) quarterly Other Working Capital Changes came in at -$9.7 million in Q1 2018, down 2325.0% on a YoY basis from $435955.1 in Q1 2017, and down 176.38% quarter-over-quarter from $12.7 million in Q4 2017.
Viavi Solutions (VIAV) Other Working Capital Changes (2009 - 2026) Analysis & Trends
Viavi Solutions (VIAV) has reported Other Working Capital Changes for 9 consecutive years, with -$9.7 million the latest figure, recorded in Q1 2018.
- For the quarter ending Q1 2018, Other Working Capital Changes fell 2325.0% year-over-year to -$9.7 million; the trailing twelve-month figure through Mar 2018 stood at -$15.4 million (up 44.6% YoY), and the FY2017 full-year result was -$27.4 million, down 1041.67% from the prior year.
- Other Working Capital Changes declined to -$9.7 million in Q1 2018 per VIAV's latest filing, from $12.7 million in the prior quarter.
- Across five years, Other Working Capital Changes topped out at $21.1 million in Q2 2026 and bottomed at -$10.7 million in Q3 2025.
- Historically, Other Working Capital Changes has averaged $1.2 million across 5 years, with a median of $1.8 million in 2024.
- The sharpest annual moves came in 2016 and 2018: Other Working Capital Changes jumped 1866.67% in 2016, then tumbled 2325.0% in 2018.
- Over 5 years, Other Working Capital Changes stood at $600000.0 in 2014, then soared by 33.33% to $800000.0 in 2015, then slumped by 687.5% to -$4.7 million in 2016, then soared by 370.21% to $12.7 million in 2017, then plunged by 176.38% to -$9.7 million in 2018.
- According to Business Quant data, Other Working Capital Changes over the past three periods registered -$9.7 million, $12.7 million, and -$8.3 million for Q1 2018, Q4 2017, and Q3 2017 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 | 34.90 Mn |
| Jun 27, 2026 | 34.90 Mn |
| Mar 28, 2026 | 3.80 Mn |
| Mar 28, 2026 | 3.80 Mn |
| Dec 27, 2025 | -6.30 Mn |
| Dec 27, 2025 | -6.30 Mn |
| Sep 27, 2025 | -10.70 Mn |
| Sep 27, 2025 | -10.70 Mn |
| Jun 28, 2025 | 6.40 Mn |
| Jun 28, 2025 | 6.40 Mn |
| Mar 29, 2025 | 8.40 Mn |
| Mar 29, 2025 | 8.40 Mn |
| Dec 28, 2024 | -2.30 Mn |
| Dec 28, 2024 | -2.30 Mn |
| Sep 28, 2024 | -4.60 Mn |
| Sep 28, 2024 | -4.60 Mn |
| Jun 29, 2024 | 6.90 Mn |
| Jun 29, 2024 | 6.90 Mn |
| Mar 30, 2024 | 1.80 Mn |
| Mar 30, 2024 | 1.80 Mn |
Viavi Solutions Other Working Capital Changes 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-working-capital-changes&ticker=VIAV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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-working-capital-changes&ticker=VIAV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();