Federal Contractor

ROCKWELL COLLINS, INC. Federal Contract Obligations (Last 5 Years)

Federal procurement profile for ROCKWELL COLLINS, INC. (CAGE 84T51, UEI SWBKVD2EKUH7) covering the last 5 years of award activity.

ROCKWELL COLLINS, INC. recorded 3,515 award actions with total obligations of 1.548 billion dollars and an average action value of 440,486.42 over the last 5 years. The largest shares of spending came from the Department of the Air Force, Defense Logistics Agency, and Department of the Army, with activity concentrated in aircraft parts, aeronautical systems, and engineering services.

Generated at 03/21/2026

Analysis period: Last 5 years

Amounts and counts reflect the selected 5-year analysis window and may differ from other FPDS views because of filters, updates, and rounding.

CAGE Code
84T51
UEI
SWBKVD2EKUH7
Total Obligated
1.55 billion
1,548,309,790.02
Award Actions
3,515
Average Action Value
440,486.42

About ROCKWELL COLLINS, INC. federal contract activity

ROCKWELL COLLINS, INC. recorded $1.55 billion in obligated federal awards across 3,515 actions over the last 5 years, with an average award value of $440,486.42. The volume and dollar base indicate a sustained, high-activity supplier relationship across multiple defense organizations and technical acquisition channels.

Agency mix and customer concentration

The DEPT OF THE AIR FORCE is the largest customer, accounting for $450.96 million across 823 awards, followed by the DEFENSE LOGISTICS AGENCY at $269.42 million and the DEPT OF THE ARMY at $240.44 million. U.S. SPECIAL OPERATIONS COMMAND and the DEPT OF THE NAVY also represent meaningful demand, showing a broad defense-agency footprint rather than concentration in a single buying office.

Industry profile based on NAICS activity

Activity is led by NAICS 336413, OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING, with $731.66 million and 1,874 awards, making it the dominant product and services classification. Secondary exposure is spread across avionics and systems manufacturing, engineering services, air transportation support, and software-related categories, which suggests a portfolio centered on aircraft systems, mission equipment, and associated technical support.

Annual contract trend over the analysis window

Annual obligations have remained consistently strong, ranging from $287.33 million in 2023 to a peak of $328.09 million in 2021, with 2024 at $325.47 million and 2025 at $310.97 million. Award counts also stayed elevated each year, between 672 and 784, indicating steady procurement throughput rather than isolated large-dollar events.

How to interpret this page

This summary is based on FPDS-observed obligations and award counts associated with CAGE 84T51 and UEI SWBKVD2EKUH7 during the last 5 years. Agency, NAICS, and annual views reflect totals aggregated from reported contract actions; no attempt was made to infer work not present in the underlying data.

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 = '84T51'
        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 450,955,723.39 450.96 million 823
97AS DEFENSE LOGISTICS AGENCY 269,418,835.67 269.42 million 384
2100 DEPT OF THE ARMY 240,437,983.49 240.44 million 349
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 223,270,619.31 223.27 million 172
1700 DEPT OF THE NAVY 216,291,338.16 216.29 million 640
7008 U.S. COAST GUARD 176,278,584.44 176.28 million 215
6920 FEDERAL AVIATION ADMINISTRATION 6,344,337.46 6.34 million 14
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 2,436,000.00 2.44 million 10
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 986,732.04 986.73 thousand 19
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -38,110,363.94 -38.11 million 889

Insight

Over the last 5 years, ROCKWELL COLLINS, INC. has obligated $1.55 billion across 3,515 awards, with the largest share concentrated in the Department of the Air Force ($450.96 million; 823 awards), followed by DLA, the Army, USSOCOM, and the Navy. The top five agencies account for the vast majority of obligations, indicating a strong concentration of spending within defense customers, while smaller obligations are spread across FAA, DARPA, NASA, and DCMA. DCMA records a net negative obligation of $38.11 million over 889 awards, which may reflect deobligations or contract adjustments within the period.

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 = '84T51'
        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
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 731,663,470.54 731.66 million 1,874
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 217,793,802.43 217.79 million 272
541330 ENGINEERING SERVICES 209,567,146.67 209.57 million 418
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 98,527,501.39 98.53 million 101
334614 SOFTWARE AND OTHER PRERECORDED COMPACT DISC, TAPE, AND RECORD REPRODUCING 97,184,700.00 97.18 million 71
336411 AIRCRAFT MANUFACTURING 94,152,577.64 94.15 million 83
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 30,961,695.20 30.96 million 29
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 23,954,375.77 23.95 million 122
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 21,787,731.21 21.79 million 8
334111 ELECTRONIC COMPUTER MANUFACTURING 14,227,762.76 14.23 million 13

Insight

Over the last 5 years, ROCKWELL COLLINS, INC. obligated $1.55 billion across 3,515 awards, with spending concentrated in aircraft and avionics-related manufacturing NAICS. NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, is the clear lead at $731.66 million across 1,874 awards, representing nearly half of total obligations and indicating a strong concentration in aircraft components. The next largest categories—334511, 541330, 488190, and 334614—collectively reflect a mix of navigation/systems manufacturing, engineering services, logistics support, and software activity, but at materially lower obligation levels than 336413.

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 = '84T51'
        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 310,968,296.37 310.97 million 679
2024 325,469,685.84 325.47 million 784
2023 287,333,611.57 287.33 million 706
2022 296,452,371.10 296.45 million 674
2021 328,085,825.14 328.09 million 672

Insight

Over the last 5 years, ROCKWELL COLLINS, INC. (CAGE 84T51) received 3,515 awards totaling $1.55 billion, with an average award value of $440,486.42. Obligations are relatively stable year to year, ranging from $287.33 million to $328.09 million, indicating a consistent funding profile rather than a highly concentrated spike in any single year. Award volume also remained steady, between 672 and 784 awards annually, with the highest annual obligation in 2021 and the highest award count in 2024.

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.