Federal Contractor

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

Federal procurement profile for ROCKWELL COLLINS, INC. (CAGE 84T51, UEI SWBKVD2EKUH7) covering awards in the last 10 years.

ROCKWELL COLLINS, INC. has 4,690 recorded award actions with total obligated value of $2,080,567,828.13 over the last 10 years, for an average action value of $443,617.87. The largest share of obligations comes from the Department of the Air Force, followed by the Defense Logistics Agency, Department of the Navy, Department of the Army, and U.S. Special Operations Command.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable FPDS-obligated amounts, award action counts, and the analysis window provided for the last 10 years.

CAGE Code
84T51
UEI
SWBKVD2EKUH7
Total Obligated
2.08 billion
2,080,567,828.13
Award Actions
4,690
Average Action Value
443,617.87

About ROCKWELL COLLINS, INC. federal contract activity

ROCKWELL COLLINS, INC. shows 2.08 billion in obligated federal spending across 4,690 awards over the last 10 years, with an average award value of 443,617.87. The profile is heavily defense-oriented, with most obligations concentrated in aviation, avionics, and related systems work.

Agency mix and customer concentration

The Department of the Air Force is the largest customer by a wide margin at 691.80 million across 1,103 awards, followed by the Defense Logistics Agency, Department of the Navy, Department of the Army, and USSOCOM. This mix indicates broad support across major defense buyers, with the heaviest concentration in Air Force procurement and sustainment channels.

Industry profile based on NAICS activity

Award activity is anchored in NAICS 336413, which accounts for 860.96 million and 2,263 awards in other aircraft parts and auxiliary equipment manufacturing. Additional volume appears in engineering services, aeronautical and nautical systems and instruments, software-related activity, and aircraft manufacturing, reinforcing a portfolio centered on avionics, mission systems, and aircraft components.

Annual contract trend over the analysis window

Annual obligations have remained relatively steady at roughly 287 million to 328 million in the most recent years shown, with 2021 at 328.09 million, 2022 at 296.45 million, 2023 at 287.33 million, 2024 at 325.47 million, and 2025 at 310.97 million. Award counts have also stayed elevated, ranging from 672 to 784, suggesting sustained procurement cadence rather than a one-time spike.

How to interpret this page

This summary is based on FPDS award records for the last 10 years, using obligated dollars and award counts tied to the vendor's CAGE code 84T51 and UEI SWBKVD2EKUH7. Agency, NAICS, and annual figures reflect the highest reported categories in the provided dataset and should be interpreted as obligation-based procurement activity, not revenue.

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 10 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 691,795,523.86 691.80 million 1,103
97AS DEFENSE LOGISTICS AGENCY 340,145,597.32 340.15 million 586
1700 DEPT OF THE NAVY 295,321,388.12 295.32 million 847
2100 DEPT OF THE ARMY 284,300,014.44 284.30 million 423
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 277,692,553.96 277.69 million 259
7008 U.S. COAST GUARD 219,208,500.23 219.21 million 250
6920 FEDERAL AVIATION ADMINISTRATION 6,344,337.46 6.34 million 14
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 5,018,795.00 5.02 million 13
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 2,519,401.04 2.52 million 29
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -41,778,283.30 -41.78 million 1,166

Insight

Over the last 10 years, ROCKWELL COLLINS, INC. has obligated $2.08 billion across 4,690 awards, with spending concentrated in DoD agencies. The Department of the Air Force is the largest obligating agency at $691.80 million (1,103 awards), followed by DLA at $340.15 million, the Navy at $295.32 million, the Army at $284.30 million, and USSOCOM at $277.69 million. Together, these five agencies account for most of the vendor’s obligational activity, while non-DoD activity is comparatively limited; DCMA also shows negative obligations of $41.78 million across 1,166 awards, indicating significant downward adjustment activity in that account.

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 10 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 860,956,054.55 860.96 million 2,263
541330 ENGINEERING SERVICES 329,052,929.83 329.05 million 554
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 325,811,344.55 325.81 million 395
334614 SOFTWARE AND OTHER PRERECORDED COMPACT DISC, TAPE, AND RECORD REPRODUCING 143,591,758.00 143.59 million 86
336411 AIRCRAFT MANUFACTURING 113,969,670.87 113.97 million 106
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 109,817,525.19 109.82 million 113
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 62,728,135.65 62.73 million 19
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 49,440,070.46 49.44 million 186
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 30,981,225.20 30.98 million 31
334111 ELECTRONIC COMPUTER MANUFACTURING 14,231,686.00 14.23 million 14

Insight

ROCKWELL COLLINS, INC. shows a strong concentration of obligations in aviation and avionics-related NAICS codes over the last 10 years, led by NAICS 336413 with $860.96 million across 2,263 awards, or about 41% of total obligated dollars. The next largest categories—541330, 334511, and 334614—add another $798.45 million, indicating that most spending is clustered in engineering, navigation/instrumentation, and software-related work rather than spread evenly across many industries. Award activity is broad, but dollar value is concentrated in a few core manufacturing and technical service codes, consistent with the vendor’s aerospace and defense 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 = '84T51'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
2020 331,271,720.79 331.27 million 713
2019 200,919,552.32 200.92 million 461
2018 66,765.00 66.77 thousand 1

Insight

Over the last 10 years, ROCKWELL COLLINS, INC. (CAGE 84T51) received $2.08 billion across 4,690 awards, averaging $443.6K per award. Obligations are concentrated in recent years, with annual totals generally between about $287.3 million and $331.3 million from 2019 through 2025, including a high of $331.27 million in 2020 and $325.47 million in 2024. Award volume follows a similar pattern, ranging from 461 awards in 2019 to 784 in 2024, indicating sustained, moderate-volume procurement activity rather than a single-year spike. 2018 is an outlier at $66.8K across 1 award.

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