Federal Contractor

L3HARRIS TECHNOLOGIES, INC. Federal Contract Obligations (Last Year)

L3HARRIS TECHNOLOGIES, INC. (CAGE 91417, UEI QM4EZDV15JL8) recorded 294.42 million in obligations across 568 award actions in the last full year.

This FPDS vendor page summarizes federal contracting activity for L3HARRIS TECHNOLOGIES, INC. over the last full year, with obligations concentrated in the Department of the Air Force, NOAA, the Department of the Army, the Federal Aviation Administration, and the Department of the Navy. The largest NAICS categories were custom computer programming services, R&D in physical, engineering, and life sciences, engineering services, radio and television broadcasting and wireless communications equipment manufacturing, and search, detection, navigation, guidance, aeronautical, and nautical system and instrument manufacturing.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year only and use the provided obligated amounts, award counts, and agency and NAICS groupings.

CAGE Code
91417
UEI
QM4EZDV15JL8
Total Obligated
294.42 million
294,415,396.74
Award Actions
568
Average Action Value
518,336.96

About L3HARRIS TECHNOLOGIES, INC. federal contract activity

L3HARRIS TECHNOLOGIES, INC. (CAGE 91417, UEI QM4EZDV15JL8) received 568 FPDS-recorded awards in the last full year, totaling $294.42 million in obligated spending. The average award value was $518,336.96, indicating a mix of high-volume task orders and larger competitive actions across federal buyers.

Agency mix and customer concentration

Obligations were led by the Department of the Air Force at $112.54 million across 47 awards, followed by NOAA at $64.24 million across 17 awards and the Department of the Army at $46.02 million across 70 awards. The Department of the Navy stood out for volume, with 366 awards but $23.93 million in obligations, suggesting a smaller-dollar, higher-frequency contracting pattern; the FAA also represented a material customer at $40.41 million across 21 awards.

Industry profile based on NAICS activity

The largest share of obligations was concentrated in custom computer programming services (NAICS 541511) at $77.66 million, followed closely by R&D in the physical, engineering, and life sciences (541715) at $72.06 million and engineering services (541330) at $49.19 million. Hardware-intensive categories were also significant, including radio and television broadcasting and wireless communications equipment manufacturing (334220) at $35.06 million and search, detection, navigation, guidance, aeronautical, and nautical system and instrument manufacturing (334511) at $29.97 million.

Annual contract trend over the analysis window

The available annual trend shows all recorded activity in 2025, with $294.42 million obligated across 568 awards. Because only one year is present in the analysis window, the dataset supports a point-in-time view rather than a multi-year growth or contraction assessment.

How to interpret this page

This summary is based on FPDS award records for the last full year associated with CAGE 91417 and UEI QM4EZDV15JL8. Obligations and award counts are aggregated by vendor, agency, and NAICS code as reported in the source data; no external estimates or unverified classifications were added.

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 = '91417'
        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 112,539,189.86 112.54 million 47
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 64,241,001.76 64.24 million 17
2100 DEPT OF THE ARMY 46,020,667.15 46.02 million 70
6920 FEDERAL AVIATION ADMINISTRATION 40,405,727.56 40.41 million 21
1700 DEPT OF THE NAVY 23,932,114.52 23.93 million 366
1406 DEPARTMENTAL OFFICES 4,310,860.00 4.31 million 4
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 3,315,768.08 3.32 million 11
7009 U.S. SECRET SERVICE 3,123,000.00 3.12 million 2
1560 ATF ACQUISITION AND PROPERTY MGMT DIV 272,000.00 272.00 thousand 4
97AS DEFENSE LOGISTICS AGENCY 122,392.94 122.39 thousand 10

Insight

L3HARRIS TECHNOLOGIES, INC. recorded $294.42 million across 568 awards in the last full year, with obligations concentrated in a small number of agencies. The DEPT OF THE AIR FORCE was the largest obligating agency at $112.54 million, followed by NOAA at $64.24 million; together they accounted for more than half of total obligated dollars. Although the DEPT OF THE NAVY ranked fifth by dollars at $23.93 million, it had the highest award count among the top agencies at 366, indicating a more fragmented award pattern. The remaining agencies each represented materially smaller shares of total obligations, with no other agency exceeding $46.02 million.

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 = '91417'
        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
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 77,658,226.28 77.66 million 29
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 72,062,151.54 72.06 million 37
541330 ENGINEERING SERVICES 49,190,492.89 49.19 million 39
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 35,058,248.38 35.06 million 53
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 29,972,410.85 29.97 million 219
541519 OTHER COMPUTER RELATED SERVICES 9,245,373.47 9.25 million 7
334210 TELEPHONE APPARATUS MANUFACTURING 7,021,240.29 7.02 million 16
541512 COMPUTER SYSTEMS DESIGN SERVICES 3,807,524.76 3.81 million 2
334111 ELECTRONIC COMPUTER MANUFACTURING 3,062,624.00 3.06 million 57
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 2,561,623.96 2.56 million 15

Insight

Over the last full year, L3HARRIS TECHNOLOGIES, INC. received 294.42 million across 568 awards, with obligations concentrated in a few technical NAICS areas. The largest shares were in 541511 Custom Computer Programming Services (77.66 million), 541715 R&D in the physical, engineering, and life sciences (72.06 million), and 541330 Engineering Services (49.19 million), indicating a strong emphasis on services tied to software, R&D, and engineering. Manufacturing-related obligations were also material, led by 334220 Radio and Television Broadcasting and Wireless Communications Equipment Manufacturing (35.06 million) and 334511 Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing (29.97 million), with 334511 also carrying the highest award count among the listed NAICS at 219.

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 = '91417'
        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 294,415,396.74 294.42 million 568

Insight

In the last full year, L3HARRIS TECHNOLOGIES, INC. (CAGE 91417) obligated $294.42 million across 568 awards, indicating a broad distribution of activity rather than reliance on a small number of transactions. The average award value of $518,336.96 suggests a portfolio weighted toward lower- to mid-value obligations with some larger awards likely influencing total spend. With only one annual data point in the 1-year window, this section reflects current-year award concentration and scale, but does not support a multi-year trend assessment.

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.