Federal Contractor

SIERRA NEVADA CORPORATION Federal Contract Obligations (Last 5 Years)

Federal procurement profile for SIERRA NEVADA CORPORATION (CAGE 8X691, UEI DD2QET4D27T3) covering obligations, award volume, agencies, NAICS codes, and annual trends over the last 5 years.

Over the last 5 years, SIERRA NEVADA CORPORATION has received 2,906 award actions totaling $3.11 billion in obligated value, with an average action value of $1,070,466.98. The largest share of obligations came from the Department of the Air Force, followed by the Department of the Navy, the Department of the Army, USSOCOM, and the Federal Acquisition Service.

Generated at 03/21/2026

Analysis period: Last 5 years

Amounts reflect readable and exact obligated totals for the analysis window and are grouped by agency, NAICS code, and fiscal year.

CAGE Code
8X691
UEI
DD2QET4D27T3
Total Obligated
3.11 billion
3,110,777,065.33
Award Actions
2,906
Average Action Value
1,070,466.98

About SIERRA NEVADA CORPORATION federal contract activity

SIERRA NEVADA CORPORATION (CAGE 8X691, UEI DD2QET4D27T3) recorded 3.11 billion in obligations across 2,906 awards over the last 5 years, for an average award value of 1.07 million. The profile reflects a high-volume federal supplier with substantial contract activity concentrated in defense and aviation-related missions.

Agency mix and customer concentration

The DEPT OF THE AIR FORCE is the dominant obligating agency at 1.58 billion across 1,180 awards, accounting for just over half of total obligations. Secondary demand is spread across the DEPT OF THE NAVY, DEPT OF THE ARMY, U.S. SPECIAL OPERATIONS COMMAND, and FEDERAL ACQUISITION SERVICE, indicating a customer base anchored in defense and broader federal procurement channels.

Industry profile based on NAICS activity

Obligations are led by NAICS 541990 at 940.91 million, followed by 334511 at 449.60 million and 334220 at 385.04 million. The mix suggests a combination of technical services, aeronautical/navigation systems, communications equipment, support for air transportation, and software-related work, consistent with a diversified aerospace and defense contractor profile.

Annual contract trend over the analysis window

Annual obligations peaked in 2021 at 924.29 million, then declined in 2022 before rebounding in 2023 and 2024, with 2025 currently at 484.93 million. Award volume follows a similar pattern, ranging from 476 in 2025 to 655 in 2021, showing sustained activity but lower spend concentration than the 2021 high point.

How to interpret this page

This summary is based on FPDS award records for the last 5 years and uses obligated dollars and award counts tied to the listed CAGE code and UEI. Agency, NAICS, and annual views are ranked by total obligated amount; observations are limited to the provided dataset and do not infer performance, pricing, or past/future capability.

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 = '8X691'
        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
5700 DEPT OF THE AIR FORCE 1,583,897,466.81 1.58 billion 1,180
1700 DEPT OF THE NAVY 404,973,058.19 404.97 million 557
2100 DEPT OF THE ARMY 389,895,530.41 389.90 million 306
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 389,663,650.16 389.66 million 306
4732 FEDERAL ACQUISITION SERVICE 280,452,145.31 280.45 million 360
7014 U.S. CUSTOMS AND BORDER PROTECTION 48,172,768.80 48.17 million 15
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 15,108,966.24 15.11 million 63
97CY U.S. CYBER COMMAND 4,776,588.90 4.78 million 10
7001 OFFICE OF PROCUREMENT OPERATIONS 1,596,142.70 1.60 million 12
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 1,481,533.96 1.48 million 2

Insight

Over the last 5 years, SIERRA NEVADA CORPORATION received 3.11 billion across 2,906 awards, with obligations concentrated in the Department of the Air Force at 1.58 billion, or about half of total obligated dollars. The Department of the Navy, Department of the Army, and U.S. Special Operations Command form a second tier, each contributing roughly 390 to 405 million, indicating a broad but defense-focused distribution. Federal Acquisition Service adds 280.45 million, while all other listed agencies each account for materially smaller shares, suggesting obligations are concentrated among a small number of primary agencies.

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 = '8X691'
        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
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 940,907,219.69 940.91 million 748
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 449,599,558.27 449.60 million 399
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 385,037,150.88 385.04 million 344
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 346,992,736.97 346.99 million 117
511210 SOFTWARE PUBLISHERS 302,041,270.50 302.04 million 431
336411 AIRCRAFT MANUFACTURING 269,788,491.72 269.79 million 133
561990 ALL OTHER SUPPORT SERVICES 135,884,994.73 135.88 million 80
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 120,044,812.79 120.04 million 144
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 72,123,066.86 72.12 million 203
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 33,750,967.90 33.75 million 38

Insight

Over the last 5 years, SIERRA NEVADA CORPORATION received $3.11 billion across 2,906 awards, with obligations concentrated in a small set of NAICS codes. The largest share is in 541990 at $940.91 million, followed by 334511 at $449.60 million and 334220 at $385.04 million; these three categories account for a substantial portion of total obligated value. The mix also shows meaningful activity in aerospace, communications, software, and support services NAICS codes, indicating a diversified but mission-aligned contracting 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 = '8X691'
        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 484,930,201.00 484.93 million 476
2024 633,516,602.00 633.52 million 600
2023 595,079,994.87 595.08 million 565
2022 472,965,260.04 472.97 million 610
2021 924,285,007.42 924.29 million 655

Insight

SIERRA NEVADA CORPORATION (CAGE 8X691) obligated $3.11 billion across 2,906 awards over the last 5 years, averaging about $1.07 million per award. Annual obligations were highest in 2021 at $924.29 million, declined to $472.97 million in 2022, increased to $595.08 million in 2023 and $633.52 million in 2024, then decreased to $484.93 million in 2025. Award volume was more evenly distributed, ranging from 476 to 655 awards per year, indicating that dollar obligations were more volatile than transaction counts.

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.