Viasat (VSAT) Profit After Tax (2009 - 2026)
Viasat's (VSAT) quarterly Profit After Tax came in at -$51.7 million in Q2 2026, up 8.32% year-over-year from -$47.8 million in Q2 2025, and down 187.96% quarter-over-quarter from $58.8 million in Q1 2026.
Viasat (VSAT) Profit After Tax (2009 - 2026) Analysis & Trends
Viasat (VSAT) has reported Profit After Tax for 18 consecutive years, with -$51.7 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Profit After Tax rose 8.32% year-over-year to -$51.7 million in Q2 2026; TTM through Jun 2026 was -$16.9 million, a 97.18% increase from a year earlier, with the FY2026 full-year figure at -$34.1 million, up 94.07% from the prior year.
- Profit After Tax was -$51.7 million for Q2 2026 at Viasat, down from $58.8 million in the prior quarter.
- Over five years, Profit After Tax peaked at $1.2 billion in Q1 2023 and troughed at -$767.2 million in Q3 2023.
- A 5-year average of -$37.3 million and a median of -$58.9 million in 2025 frame the typical range for Profit After Tax.
- The widest YoY moves for Profit After Tax: up 2820.2% in 2023, down 1000.09% in 2023.
- Over 5 years, Profit After Tax stood at -$44.8 million in 2022, then slumped by 177.94% to -$124.4 million in 2023, then fell by 27.34% to -$158.4 million in 2024, then soared by 123.67% to $37.5 million in 2025, then slumped by 237.99% to -$51.7 million in 2026.
- The last three Profit After Tax figures came in at -$51.7 million (Q2 2026), $58.8 million (Q1 2026), and $37.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (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.04 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 | - | - |
| 10 | Viasat | 10.06 Bn | 4.08 Bn | 412.84 Mn | -43.02 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -43.02 Mn |
| Mar 31, 2026 | 61.87 Mn |
| Dec 31, 2025 | 34.18 Mn |
| Sep 30, 2025 | -56.09 Mn |
| Jun 30, 2025 | -51.46 Mn |
| Mar 31, 2025 | -244.37 Mn |
| Dec 31, 2024 | -150.31 Mn |
| Sep 30, 2024 | -125.24 Mn |
| Jun 30, 2024 | -24.45 Mn |
| Mar 31, 2024 | -89.44 Mn |
| Dec 31, 2023 | -122.03 Mn |
| Sep 30, 2023 | -765.24 Mn |
| Jun 30, 2023 | -77.73 Mn |
| Mar 31, 2023 | -58.56 Mn |
| Dec 31, 2022 | -44.75 Mn |
| Sep 30, 2022 | -69.70 Mn |
| Jun 30, 2022 | -38.56 Mn |
| Mar 31, 2022 | -45.73 Mn |
| Dec 31, 2021 | -30.44 Mn |
| Sep 30, 2021 | -21.33 Mn |
Viasat Profit After Tax 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=profit-after-tax&ticker=VSAT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=VSAT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();