Viasat (VSAT) Net Income (2009 - 2026)
Viasat's (VSAT) quarterly Net Income came in at -$43.0 million in Q2 2026, up 16.39% year-over-year from -$37.0 million in Q2 2025, and down 169.53% quarter-over-quarter from $61.9 million in Q1 2026.
Viasat (VSAT) Net Income (2009 - 2026) Analysis & Trends
Viasat (VSAT) has reported Net Income for 18 consecutive years, with -$43.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Income rose 16.39% year-over-year to -$43.0 million in Q2 2026; TTM through Jun 2026 was -$3.1 million, a 99.58% increase from a year earlier, with the FY2026 full-year figure at -$11.4 million, up 98.35% from the prior year.
- Net Income was -$43.0 million for Q2 2026 at Viasat, down from $61.9 million in the prior quarter.
- Over five years, Net Income peaked at $1.2 billion in Q1 2023 and troughed at -$765.2 million in Q3 2023.
- A 5-year average of -$34.5 million and a median of -$45.3 million in 2022 frame the typical range for Net Income.
- Across the five-year window, Net Income surged 5638.13% in 2023 and plunged 1902.8% in 2025, its largest moves.
- Over 5 years, Net Income stood at -$40.4 million in 2022, then plunged by 201.97% to -$122.0 million in 2023, then decreased by 23.17% to -$150.3 million in 2024, then soared by 122.74% to $34.2 million in 2025, then plunged by 225.87% to -$43.0 million in 2026.
- The last three Net Income figures came in at -$43.0 million (Q2 2026), $61.9 million (Q1 2026), and $34.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Verizon Communications | 195.65 Bn | 160.05 Bn | 27.03 Bn | 3.95 Bn |
| 2 | T-Mobile US | 177.81 Bn | 162.55 Bn | 14.76 Bn | 3.24 Bn |
| 3 | At&T | 174.05 Bn | 122.00 Bn | 25.82 Bn | 5.01 Bn |
| 4 | Grupo Televisa, S.A.B | 146.85 Bn | 135.48 Bn | 318.12 Mn | 45.86 Mn |
| 5 | Comcast | 77.49 Bn | 41.74 Bn | - | 3.42 Bn |
| 6 | Chunghwa Telecom | 35.79 Bn | 31.63 Bn | 728.80 Mn | 356.44 Mn |
| 7 | EchoStar | 26.14 Bn | 17.28 Bn | 1.65 Bn | 8.46 Bn |
| 8 | AST SpaceMobile | 24.05 Bn | 24.55 Bn | 7.95 Mn | -299.92 Mn |
| 9 | Bce | 19.56 Bn | 17.89 Bn | - | 482.19 Mn |
| 10 | Viasat | 10.06 Bn | 4.08 Bn | 412.84 Mn | -42.79 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -42.79 Mn |
| Mar 31, 2026 | 65.98 Mn |
| Dec 31, 2025 | 37.50 Mn |
| Sep 30, 2025 | -51.83 Mn |
| Jun 30, 2025 | -47.72 Mn |
| Mar 31, 2025 | -240.74 Mn |
| Dec 31, 2024 | -146.91 Mn |
| Sep 30, 2024 | -121.80 Mn |
| Jun 30, 2024 | -21.69 Mn |
| Mar 31, 2024 | -95.91 Mn |
| Dec 31, 2023 | -119.35 Mn |
| Sep 30, 2023 | -765.76 Mn |
| Jun 30, 2023 | -76.90 Mn |
| Mar 31, 2023 | 1.20 Bn |
| Dec 31, 2022 | -40.43 Mn |
| Sep 30, 2022 | -47.56 Mn |
| Jun 30, 2022 | -21.04 Mn |
| Mar 31, 2022 | -21.66 Mn |
| Dec 31, 2021 | -3.99 Mn |
| Sep 30, 2021 | 5.15 Mn |
Viasat Net Income 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-income&ticker=VSAT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "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-income&ticker=VSAT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();