Federal Contractor

UNITED TECHNOLOGIES CORPORATION Federal Contract Obligations (Last 5 Years)

Federal procurement profile for UNITED TECHNOLOGIES CORPORATION (CAGE 52661, UEI QN1BCFY7JDJ5) covering awards in the last 5 years.

UNITED TECHNOLOGIES CORPORATION received 14,448 award actions totaling 32.40 billion dollars in obligations over the last 5 years, with an average action value of 2,242,423.78. The largest shares of obligations came from the Department of the Navy and the Department of the Air Force, driven mainly by aircraft engine, aircraft parts, and related support work.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the provided 5-year FPDS analysis window and may include multiple award actions under the same vendor.

CAGE Code
52661
UEI
QN1BCFY7JDJ5
Total Obligated
32.40 billion
32,398,538,797.25
Award Actions
14,448
Average Action Value
2,242,423.78

About UNITED TECHNOLOGIES CORPORATION federal contract activity

UNITED TECHNOLOGIES CORPORATION recorded 32.40 billion in obligated federal spending across 14,448 awards over the last 5 years, with an average award value of 2.24 million. The profile reflects a large, defense- and aerospace-heavy vendor base tied to a relatively high volume of awards and concentrated dollar value in a small number of agencies and technical product lines.

Agency mix and customer concentration

The Department of the Navy is the largest customer by a wide margin, accounting for 21.41 billion across 796 awards, or roughly two-thirds of total obligations. The Department of the Air Force is the second-largest agency at 9.68 billion across 2,050 awards, while the Defense Logistics Agency contributes much of the award volume with 10,922 awards but only 1.37 billion in obligations, indicating a mix of high-dollar program work and lower-value supply activity.

Industry profile based on NAICS activity

Award activity is dominated by aircraft engine and parts manufacturing, NAICS 336412, which represents 23.02 billion and 1,812 awards. Other major concentrations include other aircraft parts and auxiliary equipment manufacturing at 4.97 billion, other support activities for air transportation at 2.46 billion, and smaller but relevant manufacturing categories such as aircraft manufacturing and fastener production, reinforcing a portfolio centered on aerospace systems and components.

Annual contract trend over the analysis window

Obligations rose sharply from 3.99 billion in 2021 to 8.25 billion in 2022 and remained elevated at 8.14 billion in 2023. Spending then declined to 4.94 billion in 2024 before rebounding to 7.07 billion in 2025, while award counts peaked in 2023 and have since moderated, suggesting fluctuating contract volume but sustained large-dollar demand.

How to interpret this page

This summary is based on FPDS Query data for the last 5 years using the vendor identifiers provided: CAGE 52661 and UEI QN1BCFY7JDJ5. Metrics reflect obligated amounts, award counts, agency and NAICS aggregations, and annual totals as reported in the supplied dataset; no external sources 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 = '52661'
        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
1700 DEPT OF THE NAVY 21,407,476,040.16 21.41 billion 796
5700 DEPT OF THE AIR FORCE 9,676,021,050.36 9.68 billion 2,050
97AS DEFENSE LOGISTICS AGENCY 1,372,872,267.47 1.37 billion 10,922
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 23,222,598.05 23.22 million 122
7008 U.S. COAST GUARD 4,961,693.28 4.96 million 94
2100 DEPT OF THE ARMY 0.00 0.00 2
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -86,014,852.07 -86.01 million 462

Insight

Over the last 5 years, UNITED TECHNOLOGIES CORPORATION (CAGE 52661) received $32.40 billion across 14,448 awards, with obligations heavily concentrated in the Department of the Navy ($21.41 billion) and Department of the Air Force ($9.68 billion). Together, these two agencies account for the vast majority of obligated dollars, indicating a strong defense-sector concentration. The Defense Logistics Agency is the next largest customer by award count, with 10,922 awards but only $1.37 billion obligated, suggesting a high-volume, lower-dollar transaction profile relative to the military departments. Other agencies represent comparatively minor obligated amounts, and DCMA shows negative obligations of $86.01 million over 462 awards.

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 = '52661'
        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
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 23,015,752,724.05 23.02 billion 1,812
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 4,974,241,310.61 4.97 billion 2,707
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 2,457,551,565.84 2.46 billion 334
336411 AIRCRAFT MANUFACTURING 503,830,869.14 503.83 million 136
332722 BOLT, NUT, SCREW, RIVET, AND WASHER MANUFACTURING 378,467,486.69 378.47 million 389
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 375,386,490.64 375.39 million 501
314999 ALL OTHER MISCELLANEOUS TEXTILE PRODUCT MILLS 364,253,857.76 364.25 million 5,956
332510 HARDWARE MANUFACTURING 268,770,347.15 268.77 million 2,308
541330 ENGINEERING SERVICES 45,649,248.92 45.65 million 186
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 10,368,755.45 10.37 million 25

Insight

Over the last 5 years, UNITED TECHNOLOGIES CORPORATION’s obligations are highly concentrated in aerospace manufacturing. NAICS 336412 accounts for $23.02 billion of the $32.40 billion total obligated, with another $4.97 billion in NAICS 336413, indicating that most award value is tied to aircraft engine and aircraft parts production. Award volume is broader than dollar concentration suggests, led by 314999 with 5,956 awards and 332510 with 2,308 awards, while the highest-value categories have fewer awards. This pattern reflects a mix of large-dollar aerospace contracts and a larger number of smaller awards across supporting industrial and technical NAICS codes.

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 = '52661'
        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 7,072,570,588.16 7.07 billion 2,432
2024 4,943,314,621.23 4.94 billion 2,878
2023 8,143,656,687.29 8.14 billion 3,393
2022 8,250,480,620.40 8.25 billion 3,133
2021 3,988,516,280.17 3.99 billion 2,612

Insight

Over the last 5 years, UNITED TECHNOLOGIES CORPORATION (CAGE 52661) obligated $32.40 billion across 14,448 awards, averaging $2.24 million per award. Obligations were concentrated in 2022 through 2025, which together account for the vast majority of total spend, with annual obligations ranging from $4.94 billion to $8.25 billion. The highest obligation year was 2022 at $8.25 billion, followed closely by 2023 at $8.14 billion; 2024 declined to $4.94 billion, then 2025 rebounded to $7.07 billion. Award counts were highest in 2023 (3,393) and lowest in 2021 (2,612), indicating relatively steady award activity alongside more variable dollar volume.

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.