Federal Contractor

HONEYWELL INTERNATIONAL INC. Federal Contract Obligations (Last Year)

FPDS vendor analysis for HONEYWELL INTERNATIONAL INC. (CAGE 99193, UEI KBL6XLDCXKG8) shows $406.02 million in obligations across 428 actions in the last full year.

HONEYWELL INTERNATIONAL INC. recorded $406,021,937.82 in obligated dollars over 428 federal award actions in the last full year, with an average action value of $948,649.38. Most obligations came from the Department of the Army, followed by the Department of the Air Force and the Department of the Navy.

Generated at 03/21/2026

Analysis period: Last full year

This page summarizes FPDS awards by agency, NAICS, and year for the selected analysis window and reflects obligated amounts as reported in the source data.

CAGE Code
99193
UEI
KBL6XLDCXKG8
Total Obligated
406.02 million
406,021,937.82
Award Actions
428
Average Action Value
948,649.38

About HONEYWELL INTERNATIONAL INC. federal contract activity

HONEYWELL INTERNATIONAL INC. recorded $406.02 million in obligated federal awards across 428 awards in the last full year, with an average award value of $948,649.38. The volume and dollar value indicate a broad federal contracting footprint with several high-value awards alongside a large number of smaller obligations.

Agency mix and customer concentration

The DEPT OF THE ARMY accounted for the largest share of obligations at $286.02 million across 87 awards, making it the dominant customer in the period. The DEPT OF THE AIR FORCE followed at $81.05 million across 50 awards, while the DEPT OF THE NAVY added $24.33 million across 8 awards. DEFENSE LOGISTICS AGENCY stood out for award count, with 270 awards but only $9.41 million obligated, suggesting many lower-dollar transactions.

Industry profile based on NAICS activity

Award activity was concentrated in defense and aerospace manufacturing, led by NAICS 336992, MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING, at $260.80 million across 24 awards. Other major codes included 336411, AIRCRAFT MANUFACTURING, at $74.68 million, 333611, TURBINE AND TURBINE GENERATOR SET UNITS MANUFACTURING, at $35.53 million across 227 awards, and 336412, AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING, at $18.98 million. Engineering Services under NAICS 541330 added $9.92 million across 54 awards, indicating a secondary services component.

Annual contract trend over the analysis window

The annual trend shows all reported obligations and awards concentrated in 2025, with $406.02 million across 428 awards. No multi-year comparison is available from the provided window, so the data supports a single-year snapshot rather than a trend slope or growth rate. Within that year, the distribution suggests a mix of large program awards and frequent lower-value actions.

How to interpret this page

This summary is based solely on the provided FPDS Query analysis window of the last full year and the supplied totals by agency, NAICS code, and year. Obligations are reported as obligated dollars, award counts are treated as discrete award actions, and no additional assumptions were made beyond the data provided. Because only one annual observation is included, trend interpretation is limited to the reported year rather than longitudinal performance.

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 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 286,022,228.70 286.02 million 87
5700 DEPT OF THE AIR FORCE 81,048,331.68 81.05 million 50
1700 DEPT OF THE NAVY 24,325,179.53 24.33 million 8
97AS DEFENSE LOGISTICS AGENCY 9,411,429.91 9.41 million 270
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 4,203,091.00 4.20 million 4
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 991,946.16 991.95 thousand 4
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 41,469.00 41.47 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -21,738.16 -21.74 thousand 4

Insight

Over the last full year, HONEYWELL INTERNATIONAL INC. received $406.02 million across 428 awards, with obligations concentrated in the DEPT OF THE ARMY, which accounted for $286.02 million and 87 awards. The DEPT OF THE AIR FORCE was the second-largest obligating agency at $81.05 million across 50 awards, followed by the DEPT OF THE NAVY at $24.33 million across 8 awards. The Defense Logistics Agency issued the highest award count at 270, but obligations were comparatively low at $9.41 million, indicating a high-volume, lower-dollar transaction profile. Other agencies represented a small share of obligations, including DARPA ($4.20 million) and NASA ($991.95 thousand), with DCMA showing a minor negative obligation adjustment of $21.74 thousand.

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 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
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 260,800,752.65 260.80 million 24
336411 AIRCRAFT MANUFACTURING 74,681,254.84 74.68 million 5
333611 TURBINE AND TURBINE GENERATOR SET UNITS MANUFACTURING 35,534,549.28 35.53 million 227
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 18,978,230.04 18.98 million 48
541330 ENGINEERING SERVICES 9,919,871.52 9.92 million 54
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 5,692,859.00 5.69 million 14
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 1,885,274.00 1.89 million 6
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 1,033,415.16 1.03 million 3
333996 FLUID POWER PUMP AND MOTOR MANUFACTURING 179,554.00 179.55 thousand 2
333612 SPEED CHANGER, INDUSTRIAL HIGH-SPEED DRIVE, AND GEAR MANUFACTURING 153,328.63 153.33 thousand 3

Insight

HONEYWELL INTERNATIONAL INC. received $406.02 million across 428 awards in the last full year, with obligations concentrated in a small number of NAICS codes. NAICS 336992 (Military Armored Vehicle, Tank, and Tank Component Manufacturing) dominates activity at $260.80 million, or about 64% of total obligations, followed by NAICS 336411 (Aircraft Manufacturing) at $74.68 million; together these two codes account for roughly 83% of obligated dollars. The remaining obligations are distributed across turbine systems, aircraft engine parts, engineering services, and R&D, with award counts notably higher in NAICS 333611 and 541330 than in the highest-dollar codes, indicating a broader base of lower-value awards outside the primary concentration.

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

Insight

For the last full year, HONEYWELL INTERNATIONAL INC. (CAGE 99193) recorded $406.02 million in obligated dollars across 428 awards, for an average award value of $948,649.38. With only one annual data point in the 1-year window, no year-over-year trend can be assessed from this view. The activity level indicates a moderately distributed award pattern, with obligations spread across a relatively large number of awards rather than concentrated in a small set of actions.

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.