Federal Contractor

SIERRA NEVADA CORPORATION Federal Contract Obligations (Last Year)

FPDS procurement profile for SIERRA NEVADA CORPORATION (CAGE 8X691, UEI DD2QET4D27T3) showing last full year obligations of $484.93 million across 476 awards.

In the last full year, SIERRA NEVADA CORPORATION recorded $484,930,201 in obligated awards across 476 actions, for an average action value of $1,018,760.92. The largest shares of spending came from the Department of the Air Force, USSOCOM, and the Department of the Navy, with award activity concentrated in aeronautical systems, aircraft manufacturing, and related R&D support.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year analysis window and are based on obligated amounts and award counts in FPDS query results.

CAGE Code
8X691
UEI
DD2QET4D27T3
Total Obligated
484.93 million
484,930,201.00
Award Actions
476
Average Action Value
1,018,760.92

About SIERRA NEVADA CORPORATION federal contract activity

SIERRA NEVADA CORPORATION recorded $484.93 million in obligated awards across 476 actions in the last full year, for an average award value of $1.02 million. The vendor’s FPDS activity is concentrated in defense and aerospace-related procurement, with substantial engagement across multiple military and civilian buying organizations.

Agency mix and customer concentration

The DEPT OF THE AIR FORCE was the largest buyer, accounting for $228.33 million across 195 awards, nearly half of total obligated value. U.S. SPECIAL OPERATIONS COMMAND and the DEPT OF THE NAVY were also major sources of demand, followed by the DEPT OF THE ARMY; the FEDERAL ACQUISITION SERVICE contributed a smaller but still material volume of awards. This mix indicates a strong Department of Defense orientation with some broader federal purchasing activity.

Industry profile based on NAICS activity

Award value is concentrated in NAICS 334511, which alone accounts for $173.22 million across 78 awards, indicating a core focus on aeronautical and navigation-related systems and instruments. Additional volume appears in aircraft manufacturing (336411), professional/scientific/technical services (541990), R&D in physical, engineering, and life sciences (541715), and air transportation support activities (488190). The profile suggests a combination of manufactured systems, engineering support, and adjacent technical services rather than reliance on a single contracting category.

Annual contract trend over the analysis window

The annual trend provided covers 2025 only, with $484.93 million obligated across 476 awards. Because the window includes a single year, it supports a point-in-time view rather than a multi-year growth assessment. Within that year, the award count and obligated value indicate sustained procurement activity at a relatively high transaction volume.

How to interpret this page

This summary is based on FPDS-observed awards associated with CAGE 8X691 and UEI DD2QET4D27T3 for the last full year. Agency and NAICS rankings reflect obligated dollars and award counts reported in the supplied dataset; no external sources or assumptions were used. All values are rounded only where shown in the provided metrics.

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 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
5700 DEPT OF THE AIR FORCE 228,330,816.72 228.33 million 195
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 96,522,301.98 96.52 million 56
1700 DEPT OF THE NAVY 90,341,900.38 90.34 million 96
2100 DEPT OF THE ARMY 60,674,862.06 60.67 million 53
4732 FEDERAL ACQUISITION SERVICE 8,392,458.42 8.39 million 68
97AS DEFENSE LOGISTICS AGENCY 764,871.45 764.87 thousand 2
97JC MISSILE DEFENSE AGENCY (MDA) 500.00 500.00 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 2
7001 OFFICE OF PROCUREMENT OPERATIONS 0.00 0.00 2
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION -97,510.01 -97.51 thousand 1

Insight

SIERRA NEVADA CORPORATION’s obligations in the last full year were concentrated in the Department of the Air Force, which accounted for 228.33 million across 195 awards, or about 47% of the 484.93 million total. U.S. Special Operations Command, the Department of the Navy, and the Department of the Army together added another 247.54 million, indicating that over 98% of obligations were concentrated in four defense agencies. Smaller activity was spread across the Federal Acquisition Service and several defense-related entities, with minimal amounts and one negative obligation entry at NASA.

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 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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 173,221,537.84 173.22 million 78
336411 AIRCRAFT MANUFACTURING 77,389,749.27 77.39 million 21
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 51,132,162.57 51.13 million 83
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 46,561,109.98 46.56 million 31
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 39,559,191.58 39.56 million 28
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 33,018,931.32 33.02 million 63
561990 ALL OTHER SUPPORT SERVICES 26,651,455.93 26.65 million 29
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 12,876,140.36 12.88 million 22
513210 SOFTWARE PUBLISHERS 10,875,832.31 10.88 million 15
511210 SOFTWARE PUBLISHERS 8,390,961.33 8.39 million 70

Insight

Over the last full year, SIERRA NEVADA CORPORATION’s obligations were concentrated in a small set of NAICS codes, led by 334511 at $173.22 million across 78 awards, or about 35.7% of total obligated dollars. Aircraft-related work was also significant, with 336411 and 336413 together accounting for $90.26 million, while 541990 and 541715 added another $97.69 million in professional, scientific, technical, and R&D activity. Award volume was more dispersed than dollars, with 476 awards overall and several lower-value NAICS codes contributing meaningful counts, indicating a mixed portfolio of high-dollar manufacturing and engineering awards alongside broader support and technical services.

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

Insight

For the last full year, SIERRA NEVADA CORPORATION (CAGE 8X691) recorded $484.93 million in obligations across 476 awards, indicating a relatively high volume of smaller-to-mid value actions with an average award value of about $1.02 million. The annual trend is concentrated in a single reported year, so no year-over-year growth or decline can be assessed from this 1-year window. The pattern suggests broad award distribution rather than reliance on a small number of large obligations.

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.