Viasat (VSAT) Other Working Capital Changes (2009 - 2026)
Viasat's (VSAT) quarterly Other Working Capital Changes came in at -$23.2 million in Q2 2026, down 11.81% year-over-year from -$26.3 million in Q2 2025, and up 39.26% quarter-over-quarter from -$38.2 million in Q1 2026.
Viasat (VSAT) Other Working Capital Changes (2009 - 2026) Analysis & Trends
Viasat (VSAT) has reported Other Working Capital Changes for 12 consecutive years, with -$23.2 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Working Capital Changes fell 11.81% year-over-year to -$23.2 million in Q2 2026; TTM through Jun 2026 was $176.8 million, a 207.73% increase from a year earlier, with the FY2026 full-year figure at $179.2 million, up 195.89% from the prior year.
- Other Working Capital Changes was -$23.2 million for Q2 2026 at Viasat, up from -$38.2 million in the prior quarter.
- Over five years, Other Working Capital Changes peaked at $277.8 million in Q4 2025 and troughed at -$152.7 million in Q3 2023.
- A 5-year average of -$12.8 million and a median of -$22.4 million in 2025 frame the typical range for Other Working Capital Changes.
- The widest YoY moves for Other Working Capital Changes: up 655.03% in 2023, down 1184.83% in 2023.
- Over 5 years, Other Working Capital Changes stood at -$5.7 million in 2022, then tumbled by 677.77% to -$44.4 million in 2023, then plunged by 104.57% to -$90.8 million in 2024, then jumped by 405.9% to $277.8 million in 2025, then slumped by 108.36% to -$23.2 million in 2026.
- The last three Other Working Capital Changes figures came in at -$23.2 million (Q2 2026), -$38.2 million (Q1 2026), and $277.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - |
| 10 | Viasat | 10.06 Bn | 4.08 Bn | 412.84 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -23.50 Mn |
| Jun 30, 2026 | -23.50 Mn |
| Mar 31, 2026 | -38.24 Mn |
| Mar 31, 2026 | -38.24 Mn |
| Dec 31, 2025 | 277.81 Mn |
| Dec 31, 2025 | 277.81 Mn |
| Sep 30, 2025 | -91.42 Mn |
| Sep 30, 2025 | -91.42 Mn |
| Jun 30, 2025 | 31.07 Mn |
| Jun 30, 2025 | 31.07 Mn |
| Mar 31, 2025 | -21.55 Mn |
| Mar 31, 2025 | -21.55 Mn |
| Dec 31, 2024 | -254.22 Mn |
| Dec 31, 2024 | -254.22 Mn |
| Sep 30, 2024 | 132.45 Mn |
| Sep 30, 2024 | 132.45 Mn |
| Jun 30, 2024 | -43.59 Mn |
| Jun 30, 2024 | -43.59 Mn |
| Mar 31, 2024 | -33.41 Mn |
| Mar 31, 2024 | -33.41 Mn |
Viasat 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=VSAT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "ticker": "VSAT", "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=VSAT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();