Viasat (VSAT) Net Cash Flow (2009 - 2026)
Viasat's (VSAT) quarterly Net Cash Flow came in at -$8.6 million in Q2 2026, up 98.0% year-over-year from -$4.3 million in Q2 2025, and down 102.15% quarter-over-quarter from $400.0 million in Q1 2026.
Viasat (VSAT) Net Cash Flow (2009 - 2026) Analysis & Trends
Viasat (VSAT) has reported Net Cash Flow for 18 consecutive years, with -$8.6 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Cash Flow rose 98.0% year-over-year to -$8.6 million in Q2 2026; TTM through Jun 2026 was $559.1 million, a 188.58% increase from a year earlier, with the FY2026 full-year figure at $136.4 million, up 146.6% from the prior year.
- Net Cash Flow was -$8.6 million for Q2 2026 at Viasat, down from $400.0 million in the prior quarter.
- Over five years, Net Cash Flow peaked at $1.7 billion in Q3 2024 and troughed at -$2.0 billion in Q4 2024.
- A 5-year average of $87.3 million and a median of $39.9 million in 2022 frame the typical range for Net Cash Flow.
- Across the five-year window, Net Cash Flow slumped 1223.67% in 2023 and surged 7794.35% in 2024, its largest moves.
- Over 5 years, Net Cash Flow stood at $31.1 million in 2022, then tumbled by 1223.67% to -$349.7 million in 2023, then sank by 465.68% to -$2.0 billion in 2024, then surged by 106.02% to $119.1 million in 2025, then plunged by 107.23% to -$8.6 million in 2026.
- The last three Net Cash Flow figures came in at -$8.6 million (Q2 2026), $400.0 million (Q1 2026), and $119.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | -6.33 Bn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | -734.00 Mn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | 5.73 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | - |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | -1.79 Bn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | -431.62 Mn |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | -42.74 Mn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | -734.62 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | 748.23 Mn |
| 10 | Viasat | 10.06 Bn | 4.08 Bn | 412.84 Mn | -8.61 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -8.61 Mn |
| Mar 31, 2026 | 400.00 Mn |
| Dec 31, 2025 | 119.11 Mn |
| Sep 30, 2025 | 48.62 Mn |
| Jun 30, 2025 | -431.31 Mn |
| Mar 31, 2025 | 58.27 Mn |
| Dec 31, 2024 | -1.98 Bn |
| Sep 30, 2024 | 1.72 Bn |
| Jun 30, 2024 | -92.88 Mn |
| Mar 31, 2024 | 280.92 Mn |
| Dec 31, 2023 | -349.67 Mn |
| Sep 30, 2023 | -22.35 Mn |
| Jun 30, 2023 | 612.47 Mn |
| Mar 31, 2023 | 1.20 Bn |
| Dec 31, 2022 | 31.12 Mn |
| Sep 30, 2022 | -71.28 Mn |
| Jun 30, 2022 | -87.01 Mn |
| Mar 31, 2022 | 145.71 Mn |
| Dec 31, 2021 | -50.76 Mn |
| Sep 30, 2021 | -56.30 Mn |
Viasat Net Cash Flow 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=net-cash-flow&ticker=VSAT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=VSAT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();