Federal Contractor

VIASAT, INC. Federal Contract Obligations (Last 5 Years)

VIASAT, INC. has recorded 2.17 billion in federal obligations across 2,215 award actions in the last five years, led by work with the Department of the Navy and DISA.

VIASAT, INC. (CAGE 47358, UEI L9Z1ASN3B8E7) received 2,215 federal award actions worth 2,170,954,201.04 over the last five years, for an average action value of 980,114.76. Activity is concentrated in defense and communications work, with the Department of the Navy, DISA, and the Federal Acquisition Service accounting for the largest shares.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals and rankings reflect obligation data in the analysis window and may include both new awards and modifications.

CAGE Code
47358
UEI
L9Z1ASN3B8E7
Total Obligated
2.17 billion
2,170,954,201.04
Award Actions
2,215
Average Action Value
980,114.76

About VIASAT, INC. federal contract activity

VIASAT, INC. recorded $2.17 billion in obligations across 2,215 awards in the last five years, with an average award value of $980,114.76. The profile indicates a high-volume federal vendor with sustained activity concentrated in defense, telecommunications, and communications equipment markets.

Agency mix and customer concentration

The Department of the Navy was the largest customer at $713.04 million across 693 awards, followed by DISA at $622.87 million across 257 awards. The Federal Acquisition Service, Department of the Air Force, and USSOCOM also represent major demand centers, showing a customer base anchored in defense and government-wide acquisition channels.

Industry profile based on NAICS activity

Obligations are led by NAICS 334290, Other Communications Equipment Manufacturing, at $1.10 billion across 1,069 awards, making it the dominant category in the portfolio. Satellite Telecommunications (517410) is the second-largest segment at $530.64 million, followed by Radio and Television Broadcasting and Wireless Communications Equipment Manufacturing (334220) at $262.54 million, with smaller but meaningful activity in engineering and R&D services.

Annual contract trend over the analysis window

Annual obligations peaked in 2022 and remained elevated in 2023, before moderating in 2024 and 2025. Award counts were highest in 2021 and 2022, then declined in subsequent years, suggesting fewer but still substantial awards in the most recent period.

How to interpret this page

This summary is based on FPDS obligations associated with CAGE 47358 and UEI L9Z1ASN3B8E7 over the last five years. Agency, NAICS, and annual totals reflect obligated dollars and award counts in the provided dataset; amounts are rounded for readability and percentages are not inferred beyond the supplied values.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '47358'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
1700 DEPT OF THE NAVY 713,036,243.67 713.04 million 693
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 622,868,106.75 622.87 million 257
4732 FEDERAL ACQUISITION SERVICE 381,987,517.07 381.99 million 670
5700 DEPT OF THE AIR FORCE 199,697,483.50 199.70 million 272
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 193,529,156.40 193.53 million 164
2100 DEPT OF THE ARMY 31,162,469.16 31.16 million 52
7008 U.S. COAST GUARD 14,657,790.14 14.66 million 14
97AS DEFENSE LOGISTICS AGENCY 7,328,832.70 7.33 million 19
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 6,292,482.00 6.29 million 12
1900 STATE, DEPARTMENT OF 1,502,733.96 1.50 million 14

Insight

Over the last 5 years, VIASAT, INC. received 2.17 billion across 2,215 awards, with obligations concentrated in a small set of defense and civilian agencies. The Department of the Navy and DISA account for the largest shares at 713.04 million and 622.87 million, respectively, together representing about 62 percent of total obligations. The next tier—Federal Acquisition Service, the Department of the Air Force, and USSOCOM—adds another 775.21 million, indicating a strong concentration of spend within DoD and related acquisition channels. Remaining agencies represent materially smaller obligation levels and comparatively limited award counts.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '47358'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 1,098,488,270.65 1.10 billion 1,069
517410 SATELLITE TELECOMMUNICATIONS 530,635,137.43 530.64 million 234
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 262,543,020.49 262.54 million 428
541330 ENGINEERING SERVICES 122,821,075.94 122.82 million 72
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 63,780,667.59 63.78 million 65
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 32,161,050.21 32.16 million 58
541519 OTHER COMPUTER RELATED SERVICES 19,132,975.61 19.13 million 36
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 12,224,366.76 12.22 million 86
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 10,142,468.00 10.14 million 20
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 7,499,716.00 7.50 million 2

Insight

Over the last 5 years, VIASAT, INC. received $2.17 billion across 2,215 awards, with obligations concentrated in a small set of communications-related NAICS codes. NAICS 334290 (Other Communications Equipment Manufacturing) accounts for $1.10 billion and 1,069 awards, and NAICS 517410 (Satellite Telecommunications) adds $530.64 million across 234 awards, together representing the majority of obligated dollars. Additional activity is spread across 334220, 541330, 541715, and related engineering, R&D, and computer services codes, indicating a diversified but still communications-centric procurement profile.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '47358'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 247,374,024.13 247.37 million 247
2024 348,062,796.02 348.06 million 247
2023 534,361,711.44 534.36 million 507
2022 538,183,126.28 538.18 million 595
2021 502,972,543.17 502.97 million 619

Insight

Over the last 5 years, VIASAT, INC. has obligated $2.17 billion across 2,215 awards, with an average award value of about $980.1K. Obligations were highest in 2021–2023, peaking at $538.2 million in 2022 and remaining above $502.9 million in 2021, 2023, and 2024 before declining to $247.4 million in 2025. Award volume was highest in 2021–2022, then fell sharply in 2023–2025, indicating a recent contraction in both funding and transaction count after a sustained higher-obligation period.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.