Federal Contractor

VIASAT, INC. Federal Contract Obligations (Last Year)

Federal procurement profile for VIASAT, INC. (CAGE 47358, UEI L9Z1ASN3B8E7) covering last full year obligations and award activity.

In the last full year, VIASAT, INC. received 247 federal award actions totaling $247.37 million, with an average action value of $1.00 million. The largest obligations came from DISA, the Department of the Air Force, USSOCOM, and the Federal Acquisition Service.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year analysis window and are based on obligated amounts, award counts, and the top agencies and NAICS categories shown.

CAGE Code
47358
UEI
L9Z1ASN3B8E7
Total Obligated
247.37 million
247,374,024.13
Award Actions
247
Average Action Value
1,001,514.26

About VIASAT, INC. federal contract activity

VIASAT, INC. (CAGE 47358, UEI L9Z1ASN3B8E7) recorded $247.37 million in obligated funding across 247 awards in the last full year, with an average award value of $1.00 million. The profile indicates a high-volume federal contracting footprint with obligations spread across multiple defense and civilian buyers.

Agency mix and customer concentration

Demand was led by the Defense Information Systems Agency at $95.43 million across 32 awards, followed by the Department of the Air Force at $55.31 million across 43 awards and U.S. Special Operations Command at $42.66 million across 25 awards. The Federal Acquisition Service added $40.08 million across 88 awards, showing meaningful civilian procurement activity alongside the dominant defense customer base.

Industry profile based on NAICS activity

The largest concentration of obligations was in Satellite Telecommunications (NAICS 517410) at $87.28 million across 32 awards, followed by Other Communications Equipment Manufacturing (334290) at $74.14 million across 117 awards. Additional activity was concentrated in Radio and Television Broadcasting and Wireless Communications Equipment Manufacturing (334220) and engineering and R&D support categories, consistent with a communications and technical systems supplier.

Annual contract trend over the analysis window

The annual trend data show $247.37 million obligated in 2025 across 247 awards, which serves as the full analysis window for this review. With only one year shown, the dataset supports a point-in-time assessment rather than a multi-year growth or volatility analysis.

How to interpret this page

This summary is based on FPDS award obligations associated with VIASAT, INC. under CAGE 47358 and UEI L9Z1ASN3B8E7 for the last full year. Agency and NAICS mix are derived from obligated dollars and award counts in the provided dataset; annual trend reflects the single reported year only.

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 1 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
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 95,427,322.08 95.43 million 32
5700 DEPT OF THE AIR FORCE 55,306,441.00 55.31 million 43
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 42,664,275.92 42.66 million 25
4732 FEDERAL ACQUISITION SERVICE 40,084,354.18 40.08 million 88
2100 DEPT OF THE ARMY 6,353,329.50 6.35 million 8
1700 DEPT OF THE NAVY 3,690,665.05 3.69 million 32
7008 U.S. COAST GUARD 2,822,485.70 2.82 million 3
1900 STATE, DEPARTMENT OF 1,043,024.00 1.04 million 4
97AS DEFENSE LOGISTICS AGENCY 7,022.70 7.02 thousand 8
97JC MISSILE DEFENSE AGENCY (MDA) 500.00 500.00 1

Insight

Over the last full year, VIASAT, INC. received $247.37 million across 247 awards, with obligations concentrated in a few defense organizations. DISA was the largest customer at $95.43 million, followed by the Department of the Air Force at $55.31 million and USSOCOM at $42.66 million; together these three agencies accounted for the majority of obligated dollars. The Federal Acquisition Service also represented a significant share at $40.08 million across 88 awards, while other agencies contributed comparatively smaller amounts, indicating a concentrated but multi-agency award distribution.

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 1 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
517410 SATELLITE TELECOMMUNICATIONS 87,276,471.18 87.28 million 32
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 74,135,563.68 74.14 million 117
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 43,699,269.23 43.70 million 38
541330 ENGINEERING SERVICES 18,970,604.34 18.97 million 11
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 9,707,297.00 9.71 million 12
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 7,499,716.00 7.50 million 2
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 2,589,794.00 2.59 million 3
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 2,418,636.00 2.42 million 3
334111 ELECTRONIC COMPUTER MANUFACTURING 983,480.00 983.48 thousand 3
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 53,573.00 53.57 thousand 7

Insight

VIASAT, INC. obligated 87.28 million in NAICS 517410 Satellite Telecommunications, making it the largest single NAICS in the last full year, but the profile is not fully concentrated: the next two categories, 334290 and 334220, add 74.14 million and 43.70 million, respectively. These three NAICS together account for most of the vendor’s 247.37 million in obligations, indicating a core portfolio centered on communications equipment and satellite-related work. Award activity is also broad, with 247 awards overall and 117 awards under 334290, suggesting smaller, more frequent actions in manufacturing alongside larger obligations in telecommunications.

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 1 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

Insight

VIASAT, INC. recorded $247.37 million in obligations across 247 awards in the last full year, with an average award value of about $1.00 million. Because the window contains only one annual data point (FY 2025), no year-over-year trend can be assessed. The volume of awards indicates a relatively broad distribution of obligated dollars across multiple actions rather than reliance on a small number of awards.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.