In the last full year, L3HARRIS TECHNOLOGIES, INC. received 39 award actions totaling 210.92 million in obligated spending, for an average action value of 5.41 million. All recorded obligations were with the DEPT OF THE AIR FORCE and fell under NAICS 541330, Engineering Services.
Federal Contractor
L3HARRIS TECHNOLOGIES, INC. Federal Contract Obligations (Last Year)
FPDS procurement summary for L3HARRIS TECHNOLOGIES, INC. (CAGE 1YRM7, UEI LHJPD6T16EV9) covering obligations, awards, agencies, and NAICS activity in the last full year.
This page reflects FPDS award data for the last full year and uses the provided total obligated amount of 210,924,718.57 across 39 actions in 2025.
About L3HARRIS TECHNOLOGIES, INC. federal contract activity
L3HARRIS TECHNOLOGIES, INC. (CAGE 1YRM7, UEI LHJPD6T16EV9) recorded 210.92 million in obligated federal spending across 39 awards in the last full year, for an average award value of 5.41 million. The profile is highly concentrated, with the entire recorded obligation captured in a single agency and a single NAICS code, indicating a narrow procurement footprint in this period.
Agency mix and customer concentration
All 210.92 million in obligations came from the DEPT OF THE AIR FORCE, which accounted for all 39 awards. This concentration suggests the vendor’s recent federal activity was entirely dependent on Air Force demand rather than a diversified agency base.
Industry profile based on NAICS activity
All recorded obligations were classified under NAICS 541330, Engineering Services, with 39 awards totaling 210.92 million. The mix indicates that the vendor’s federal business in the period was entirely aligned to engineering-services work rather than a broader set of procurement categories.
Annual contract trend over the analysis window
The annual trend shows 210.92 million obligated in 2025 across 39 awards, with no additional years present in the analysis window. Because the available window contains only one year of data, the trend reflects level rather than change over time.
How to interpret this page
This summary is based on FPDS award records for the vendor’s CAGE code and UEI during the last full year. Totals reflect obligated dollars and award counts as provided in the analysis inputs, with agency and NAICS concentration derived from the recorded award distribution.
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 = '1YRM7'
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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | 210,924,718.57 | 210.92 million | 39 |
Insight
L3HARRIS TECHNOLOGIES, INC. received $210.92 million across 39 awards in the last full year, with an average award value of $5.41 million. All observed obligations in this period were concentrated within the Department of the Air Force, indicating full agency concentration and no distribution across other agencies in the provided window. This profile suggests the vendor’s obligation activity was entirely Air Force-driven for the period reviewed.
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 = '1YRM7'
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 |
|---|---|---|---|---|
| 541330 | ENGINEERING SERVICES | 210,924,718.57 | 210.92 million | 39 |
Insight
L3HARRIS TECHNOLOGIES, INC. (CAGE 1YRM7) shows complete NAICS concentration in 541330, Engineering Services, for the last full year. All $210.92 million in obligations and all 39 awards are captured under this single NAICS, indicating a fully concentrated award distribution with no diversification across other industry codes in this window. The average award value was approximately $5.41 million, suggesting a relatively consistent award profile within this NAICS.
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 = '1YRM7'
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 | 210,924,718.57 | 210.92 million | 39 |
Insight
For the last full year, L3HARRIS TECHNOLOGIES, INC. (CAGE 1YRM7) recorded $210.92 million in obligated value across 39 awards, for an average award value of $5.41 million. The activity is fully concentrated in a single annual period, so no year-over-year trend can be assessed from the provided 1-year window. The obligation profile suggests moderate award dispersion with a mix of smaller and larger actions contributing to the total.
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.