Federal Contractor

HONEYWELL INTERNATIONAL INC. Federal Contract Obligations (Last 10 Years)

HONEYWELL INTERNATIONAL INC. (CAGE 99193, UEI KBL6XLDCXKG8) has 11,652 federal award actions and $4.69 billion obligated over the last 10 years.

The vendor’s federal activity is concentrated in the Department of the Army, with additional obligations from the Air Force and Defense Logistics Agency. Its largest NAICS concentrations are military armored vehicle and aircraft-related manufacturing, alongside measuring and controlling device production.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the last 10 years of FPDS-readable obligations and award actions, with annual figures shown for 2021 through 2025.

CAGE Code
99193
UEI
KBL6XLDCXKG8
Total Obligated
4.69 billion
4,685,892,073.56
Award Actions
11,652
Average Action Value
402,153.45

About HONEYWELL INTERNATIONAL INC. federal contract activity

HONEYWELL INTERNATIONAL INC. recorded 4.69 billion in obligated FPDS awards across 11,652 actions over the last 10 years, with an average award value of 402,153.45. The profile indicates a large-volume federal supplier relationship spanning multiple defense customers, with spending concentrated in a relatively small number of high-value obligations and many smaller transactional awards.

Agency mix and customer concentration

The DEPT OF THE ARMY is the dominant customer, accounting for 3.14 billion and 883 awards, or the majority of identified obligations. The DEPT OF THE AIR FORCE is the next largest buyer at 948.92 million, followed by the DEFENSE LOGISTICS AGENCY at 547.70 million, which stands out for its very high award count of 10,132 and materially lower average obligation per action. Navy and DARPA obligations are comparatively modest.

Industry profile based on NAICS activity

Award activity is led by NAICS 336992, MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING, at 2.29 billion, making this the clearest concentration in the vendor’s federal portfolio. Aerospace manufacturing categories also rank prominently, including 336411, 336412, and 336413, while 334519 shows a broad base of smaller measurement and control awards. The mix suggests a defense-industrial footprint centered on armored systems, aircraft, and related components.

Annual contract trend over the analysis window

Annual obligations remain elevated through the last five completed years shown, peaking in 2023 at 727.49 million after 644.33 million in 2024 and 406.02 million in 2025 to date. Award counts vary materially by year, with 2021 and 2022 showing higher volumes than later periods, indicating a shift toward fewer but larger obligations in the more recent years. The sequence does not show a smooth linear trend, but rather alternating periods of volume and value concentration.

How to interpret this page

This summary is based on FPDS award records associated with CAGE 99193 and UEI KBL6XLDCXKG8 over the last 10 years. Totals, award counts, agency mix, NAICS mix, and annual trend figures reflect obligated amounts in the provided dataset and should be interpreted as procurement activity captured in FPDS, not the vendor’s total commercial business.

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 = '99193'
        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
2100 DEPT OF THE ARMY 3,137,254,523.56 3.14 billion 883
5700 DEPT OF THE AIR FORCE 948,924,360.16 948.92 million 373
97AS DEFENSE LOGISTICS AGENCY 547,701,780.46 547.70 million 10,132
1700 DEPT OF THE NAVY 31,012,782.06 31.01 million 62
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 11,948,114.85 11.95 million 15
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 9,683,270.37 9.68 million 47
6920 FEDERAL AVIATION ADMINISTRATION 895,014.53 895.01 thousand 24
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 230,334.43 230.33 thousand 14
7008 U.S. COAST GUARD 16,633.84 16.63 thousand 10
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -1,774,740.70 -1.77 million 92

Insight

Over the last 10 years, HONEYWELL INTERNATIONAL INC. has $4.69 billion in obligations across 11,652 awards, with funding heavily concentrated in the Department of the Army ($3.14 billion) and Department of the Air Force ($948.92 million). The Defense Logistics Agency accounts for a much smaller share of obligated dollars ($547.70 million) but the largest award count in this slice (10,132), indicating a high-volume, lower-dollar distribution relative to the Army and Air Force. Other agencies represent comparatively minor obligations, and DCMA shows a net negative obligation of $1.77 million over 92 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 = '99193'
        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
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 2,290,879,825.95 2.29 billion 256
336411 AIRCRAFT MANUFACTURING 879,993,428.45 879.99 million 103
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 791,219,144.17 791.22 million 436
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 397,924,884.81 397.92 million 5,588
334519 OTHER MEASURING AND CONTROLLING DEVICE MANUFACTURING 84,198,145.25 84.20 million 3,736
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 80,010,871.67 80.01 million 114
333611 TURBINE AND TURBINE GENERATOR SET UNITS MANUFACTURING 60,233,596.16 60.23 million 671
541330 ENGINEERING SERVICES 53,955,934.61 53.96 million 354
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 11,563,483.12 11.56 million 40
336999 ALL OTHER TRANSPORTATION EQUIPMENT MANUFACTURING 10,837,393.61 10.84 million 28

Insight

Over the last 10 years, HONEYWELL INTERNATIONAL INC. (CAGE 99193) received $4.69 billion across 11,652 awards, with obligations concentrated in a small set of NAICS codes. NAICS 336992, Military Armored Vehicle, Tank, and Tank Component Manufacturing, is the largest category at $2.29 billion, or about 49% of total obligated dollars, indicating a strong defense-manufacturing concentration. Aircraft-related NAICS codes 336411, 336412, and 336413 together add $2.07 billion, showing that most funding is tied to aerospace and defense production. Award volume is more dispersed than dollars, led by 336413 with 5,588 awards and 334519 with 3,736 awards, suggesting many smaller transactions alongside a few high-value procurement areas.

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 = '99193'
        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 406,021,937.82 406.02 million 428
2024 644,329,424.26 644.33 million 505
2023 727,491,331.32 727.49 million 436
2022 481,744,207.81 481.74 million 1,080
2021 369,344,367.13 369.34 million 1,495
2020 403,676,018.86 403.68 million 1,667
2019 600,897,937.93 600.90 million 2,307
2018 769,171,918.06 769.17 million 2,601
2017 283,214,930.37 283.21 million 1,133

Insight

Over the last 10 years, HONEYWELL INTERNATIONAL INC. has received 4.69 billion across 11,652 awards, with an average award value of 402,153.45, indicating a high-volume, moderate-dollar procurement profile. Obligations are concentrated in the 2018–2024 period, with peak annual funding in 2018 (769.17 million) and 2023 (727.49 million), followed by 2024 (644.33 million). Award counts were highest in 2018–2020 and then declined in 2021–2025, while obligated dollars remained comparatively elevated, suggesting fewer but larger awards in the later years.

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.