Federal Contractor

SIKORSKY AIRCRAFT CORPORATION Federal Contract Obligations (Last Year)

SIKORSKY AIRCRAFT CORPORATION (CAGE 78286, UEI UTJWTSLMFNG4) received 3.66 billion in federal obligations across 22,596 actions in the last full year.

Federal procurement activity for SIKORSKY AIRCRAFT CORPORATION was led by the Department of the Navy, which accounted for 2.49 billion across 586 awards. The company’s largest NAICS categories were aircraft manufacturing and other aircraft parts and auxiliary equipment manufacturing, with smaller obligations in research and development and air transportation support.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and are based on readable obligation totals, award counts, agency rankings, NAICS classifications, and annual trend data provided.

CAGE Code
78286
UEI
UTJWTSLMFNG4
Total Obligated
3.66 billion
3,662,791,563.22
Award Actions
22,596
Average Action Value
162,099.11

About SIKORSKY AIRCRAFT CORPORATION federal contract activity

SIKORSKY AIRCRAFT CORPORATION recorded $3.66 billion in obligated federal awards across 22,596 actions in the last full year, with an average award value of $162,099.11. The volume profile is highly concentrated in a small number of large awards, alongside a much broader base of lower-dollar transactions.

Agency mix and customer concentration

The Department of the Navy is the dominant customer, accounting for $2.49 billion across 586 awards, or the clear majority of obligated dollars. The Department of the Army and the Department of the Air Force follow at $602.19 million and $274.93 million, while the Defense Logistics Agency stands out for volume with 21,358 awards but a comparatively modest $213.44 million in obligations. The U.S. Coast Guard contributes a smaller but material $71.42 million across 242 awards.

Industry profile based on NAICS activity

Award activity is concentrated in aircraft manufacturing, with NAICS 336411 representing $2.81 billion across 10,619 awards. Other aircraft parts and auxiliary equipment manufacturing (336413) is the second-largest category at $727.44 million across 5,795 awards, indicating a strong concentration in rotary-wing and related aircraft production and support. Smaller amounts appear in R&D, air transportation support, and aircraft engine manufacturing, but these are secondary to the core manufacturing base.

Annual contract trend over the analysis window

The annual trend provided covers 2025 only, so it shows a single-year snapshot rather than a multi-year trajectory. In that year, obligations totaled $3.66 billion across 22,596 awards, which establishes the current baseline for vendor activity. With only one year in scope, no directional year-over-year change can be inferred from the supplied data.

How to interpret this page

This summary is based on FPDS award records associated with CAGE code 78286 and UEI UTJWTSLMFNG4 during the last full year. Obligated dollars and award counts are aggregated across the analysis window, then grouped by awarding agency and primary NAICS code. The annual trend reflects the same FPDS-derived obligation totals for calendar year 2025 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 = '78286'
        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
1700 DEPT OF THE NAVY 2,490,828,524.25 2.49 billion 586
2100 DEPT OF THE ARMY 602,188,924.70 602.19 million 226
5700 DEPT OF THE AIR FORCE 274,934,737.49 274.93 million 43
97AS DEFENSE LOGISTICS AGENCY 213,439,531.84 213.44 million 21,358
7008 U.S. COAST GUARD 71,424,820.90 71.42 million 242
1549 FEDERAL BUREAU OF INVESTIGATION 10,280,621.04 10.28 million 11
7014 U.S. CUSTOMS AND BORDER PROTECTION 1,059,345.00 1.06 million 4
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 503,828.19 503.83 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -1,868,770.19 -1.87 million 125

Insight

SIKORSKY AIRCRAFT CORPORATION’s last full year obligations were concentrated in the DEPT OF THE NAVY, which accounted for $2.49 billion, or about 68% of the vendor’s $3.66 billion total. The DEPT OF THE ARMY and DEPT OF THE AIR FORCE added another $602.19 million and $274.93 million, respectively, indicating that most obligations were concentrated across the military departments. The DEFENSE LOGISTICS AGENCY generated 21,358 awards but only $213.44 million in obligations, suggesting a high-volume, lower-dollar transaction pattern relative to the service departments. Other agencies were comparatively minor, and DCMA recorded a small net negative obligation.

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 = '78286'
        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
336411 AIRCRAFT MANUFACTURING 2,807,615,746.32 2.81 billion 10,619
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 727,437,288.80 727.44 million 5,795
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 66,653,563.49 66.65 million 17
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 29,587,989.43 29.59 million 59
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 13,019,767.54 13.02 million 3,313
332991 BALL AND ROLLER BEARING MANUFACTURING 8,073,204.15 8.07 million 2,616
541330 ENGINEERING SERVICES 6,702,489.88 6.70 million 25
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 3,384,310.00 3.38 million 3
332911 INDUSTRIAL VALVE MANUFACTURING 2,235,067.07 2.24 million 110
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 163,200.00 163.20 thousand 1

Insight

SIKORSKY AIRCRAFT CORPORATION’s obligations over the last full year are highly concentrated in aircraft-related manufacturing NAICS. NAICS 336411, Aircraft Manufacturing, accounts for $2.81 billion of the $3.66 billion total obligated, followed by NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, at $727.44 million; together, these two codes represent the clear majority of dollars and most award activity. Smaller obligations are distributed across R&D, air transportation support, engineering, and related component manufacturing NAICS, indicating a broader but comparatively minor support base outside core aircraft production.

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 = '78286'
        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 3,662,791,563.22 3.66 billion 22,596

Insight

During the last full year, SIKORSKY AIRCRAFT CORPORATION (CAGE 78286) received $3.66 billion in obligated funds across 22,596 awards, indicating a high-volume award profile. The average award value was approximately $162,099, suggesting obligations were broadly distributed across many awards rather than concentrated in a small number of large actions. With only one annual data point in the 1-year window, no year-over-year trend can be assessed from the provided data.

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.