Federal Contractor

ROCKWELL COLLINS, INC. Federal Contract Obligations (Last Year)

ROCKWELL COLLINS, INC. federal procurement profile for the last full year, showing obligations, award volume, agency mix, and NAICS concentration.

In the last full year, ROCKWELL COLLINS, INC. recorded $310,968,296.37 in obligated federal awards across 679 actions, for an average action value of $457,979.81. The activity was concentrated in defense aviation and avionics-related work, led by the Department of the Army, Department of the Air Force, and Defense Logistics Agency.

Generated at 03/21/2026

Analysis period: Last full year

Agency, NAICS, and annual totals reflect the provided FPDS analysis window and may differ by rounding between readable and exact values.

CAGE Code
84T51
UEI
SWBKVD2EKUH7
Total Obligated
310.97 million
310,968,296.37
Award Actions
679
Average Action Value
457,979.81

About ROCKWELL COLLINS, INC. federal contract activity

ROCKWELL COLLINS, INC. recorded $310.97 million in obligated FPDS awards across 679 actions during the last full year, with an average award value of $457,979.81. The vendor’s activity is concentrated in defense aviation and avionics-related procurement, consistent with its CAGE 84T51 and UEI SWBKVD2EKUH7 profile.

Agency mix and customer concentration

The DEPT OF THE ARMY was the largest obligating agency at $82.67 million across 60 awards, followed closely by the DEPT OF THE AIR FORCE at $79.51 million across 156 awards. Defense Logistics Agency and USSOCOM also represented significant demand, while the DEPT OF THE NAVY contributed a smaller but still material $24.94 million across 101 awards, indicating a broad defense customer base rather than dependence on a single buyer.

Industry profile based on NAICS activity

Obligations were dominated by NAICS 336413, OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING, at $157.09 million across 401 awards. Additional volume came from aircraft manufacturing (336411) at $80.90 million and aeronautical and nautical systems and instrument manufacturing (334511) at $57.92 million, showing a strong concentration in aircraft systems, parts, and mission equipment. Smaller shares in support activities for air transportation and engineering services suggest a secondary mix of sustainment and technical support work.

Annual contract trend over the analysis window

The annual trend shows $310.97 million in obligations and 679 awards in 2025, which is the full-year total for the analysis window provided. With only one annual data point available, the dataset supports a year-level snapshot rather than a multi-year growth assessment.

How to interpret this page

This summary is based on FPDS award records attributed to ROCKWELL COLLINS, INC. using the provided CAGE code 84T51 and UEI SWBKVD2EKUH7 for the last full year. Agency, NAICS, and annual trend figures reflect obligated dollars and award counts from the supplied analysis output; no additional sources or inferred values were used.

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 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
2100 DEPT OF THE ARMY 82,668,678.34 82.67 million 60
5700 DEPT OF THE AIR FORCE 79,513,988.42 79.51 million 156
97AS DEFENSE LOGISTICS AGENCY 60,915,588.90 60.92 million 109
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 56,457,967.17 56.46 million 36
1700 DEPT OF THE NAVY 24,939,870.99 24.94 million 101
7008 U.S. COAST GUARD 9,625,448.70 9.63 million 31
6920 FEDERAL AVIATION ADMINISTRATION 2,320,940.00 2.32 million 4
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 0.00 0.00 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -5,474,186.15 -5.47 million 181

Insight

ROCKWELL COLLINS, INC. received 310.97 million across 679 awards in the last full year, with obligations concentrated in a small number of defense agencies. The DEPT OF THE ARMY (82.67 million) and DEPT OF THE AIR FORCE (79.51 million) were the largest funding sources, followed by the DEFENSE LOGISTICS AGENCY (60.92 million) and USSOCOM (56.46 million), indicating a strong DoD-heavy award mix. Award activity was more widely distributed than obligations, with the DEPT OF THE AIR FORCE and DEPT OF THE ARMY leading in counts, while DCMA recorded 181 awards but a negative obligated total (-5.47 million), suggesting significant adjustments or deobligations within that agency relationship.

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 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
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 157,090,912.50 157.09 million 401
336411 AIRCRAFT MANUFACTURING 80,902,259.75 80.90 million 9
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 57,924,475.92 57.92 million 54
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 6,778,024.42 6.78 million 12
541330 ENGINEERING SERVICES 4,796,542.47 4.80 million 54
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 2,603,338.10 2.60 million 13
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 976,896.50 976.90 thousand 14
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 611,883.00 611.88 thousand 1
334417 ELECTRONIC CONNECTOR MANUFACTURING 329,462.88 329.46 thousand 7
334111 ELECTRONIC COMPUTER MANUFACTURING 207,750.00 207.75 thousand 5

Insight

ROCKWELL COLLINS, INC. received $310.97 million across 679 awards in the last full year, with obligations heavily concentrated in aerospace-related manufacturing NAICS. NAICS 336413 accounted for $157.09 million across 401 awards, or about half of total obligations, followed by 336411 at $80.90 million and 334511 at $57.92 million; together these three codes represent the dominant share of spending. Smaller obligations were distributed across support, engineering, and electronic manufacturing NAICS, indicating a broader but materially lower-value secondary mix.

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

Insight

Over the last full year, ROCKWELL COLLINS, INC. (CAGE 84T51) recorded $310.97 million in obligated value across 679 awards. This produces an average award value of about $457.98 thousand, indicating a relatively broad distribution of obligations across many actions rather than reliance on a small number of large awards. With only one year provided in the window, no year-over-year trend can be assessed from this view.

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.