HONEYWELL INTERNATIONAL INC. recorded $2,263,010,398.19 in obligated federal awards across 38 actions in the last full year, with an average action value of $59,552,905.21. All reported obligation in this period was attributed to the Department of Energy and classified under NAICS 561210, Facilities Support Services.
Federal Contractor
HONEYWELL INTERNATIONAL INC. Federal Contract Obligations (Last Year)
Federal procurement profile for HONEYWELL INTERNATIONAL INC. (CAGE 14061, UEI DMEGBYTVBQS5) covering last full year obligations, awards, agencies, and NAICS detail.
Totals, counts, and trend figures reflect the last full year analysis window and are limited to the provided FPDS summary rows.
About HONEYWELL INTERNATIONAL INC. federal contract activity
HONEYWELL INTERNATIONAL INC. recorded 38 FPDS awards in the last full year, with total obligations of $2.26 billion and an average award value of about $59.6 million. The profile is highly concentrated, indicating a small number of large-value awards rather than a broad base of transactions. The vendor is identified by CAGE 14061 and UEI DMEGBYTVBQS5.
Agency mix and customer concentration
All observed obligations came from the Department of Energy, which accounted for the full $2.26 billion and all 38 awards in the analysis window. This indicates a single-agency funding concentration with no diversification across other departments or independent agencies in the available data. The result is a procurement profile tied entirely to one federal buyer.
Industry profile based on NAICS activity
All obligations were classified under NAICS 561210, Facilities Support Services, with 38 awards totaling $2.26 billion. The mix shows complete concentration in one NAICS category, so the vendor's observed federal work in this period is not spread across multiple industry classifications. This suggests the reporting is dominated by a single services category in the dataset.
Annual contract trend over the analysis window
The annual trend shows $2.26 billion obligated in 2025 across 38 awards, which aligns with the full analysis window. Because the dataset provided contains only one year, it does not support a multi-year growth or decline assessment. The available evidence therefore indicates a single-year snapshot rather than a time series trend.
How to interpret this page
This summary is based only on the supplied FPDS Query metrics for the last full year and the associated agency, NAICS, and annual-trend breakdowns. Obligations are reported as recorded in FPDS and aggregated by vendor identifiers CAGE 14061 and UEI DMEGBYTVBQS5. No additional assumptions, imputations, or 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 = '14061'
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 |
|---|---|---|---|---|
| 8900 | ENERGY, DEPARTMENT OF | 2,263,010,398.19 | 2.26 billion | 38 |
Insight
Honeywell International Inc. received 100% of its 1-year obligated dollars, or $2.26 billion across 38 awards, from the Department of Energy. This indicates a complete concentration of vendor obligations within a single agency and no diversification across other federal agencies in the period analyzed. The average award value was approximately $59.6 million, suggesting a relatively small number of high-value actions drove total spending.
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 = '14061'
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 |
|---|---|---|---|---|
| 561210 | FACILITIES SUPPORT SERVICES | 2,263,010,398.19 | 2.26 billion | 38 |
Insight
HONEYWELL INTERNATIONAL INC. had all reported obligations in the last full year concentrated in NAICS 561210, Facilities Support Services. The vendor received 38 awards totaling $2.26 billion, indicating a highly concentrated procurement profile with no diversification across other NAICS codes in this window. The average award value was approximately $59.6 million, suggesting relatively large individual obligations within this category.
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 = '14061'
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 | 2,263,010,398.19 | 2.26 billion | 38 |
Insight
Over the last full year, HONEYWELL INTERNATIONAL INC. (CAGE 14061) recorded $2.26 billion in obligated value across 38 awards, indicating a highly concentrated award profile. The average award value was approximately $59.6 million, suggesting obligations were distributed across a relatively limited number of large awards rather than many small actions. With only one annual data point provided, no year-over-year trend can be assessed from this window.
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.