Federal Contractor

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

L3HARRIS TECHNOLOGIES, INC. (CAGE 28527, UEI ENMFLGV87MS4) recorded 145 federal award actions totaling $188.26 million in the last full year.

Most obligations came from U.S. Special Operations Command, the Defense Logistics Agency, and the Department of the Air Force. The vendor’s largest NAICS categories were search, detection, navigation, guidance, aeronautical, and nautical systems manufacturing, along with other aircraft parts and auxiliary equipment manufacturing.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year in readable and exact dollar terms, and agency totals may include a small negative amount at DCMA.

CAGE Code
28527
UEI
ENMFLGV87MS4
Total Obligated
188.26 million
188,262,079.32
Award Actions
145
Average Action Value
1,298,359.16

About L3HARRIS TECHNOLOGIES, INC. federal contract activity

L3HARRIS TECHNOLOGIES, INC. (CAGE 28527, UEI ENMFLGV87MS4) recorded 188.26 million in FPDS obligations across 145 awards during the last full year, for an average award value of 1.30 million. The profile reflects a sizable defense-focused vendor base with activity concentrated in a relatively small number of large awards.

Agency mix and customer concentration

Obligations were led by U.S. SPECIAL OPERATIONS COMMAND at 66.16 million across 28 awards, followed closely by the DEFENSE LOGISTICS AGENCY at 63.50 million across 2 awards and the DEPT OF THE AIR FORCE at 53.59 million across 57 awards. The DEPT OF THE NAVY contributed a smaller but meaningful 5.09 million across 40 awards, while DCMA shows a small negative obligated amount, consistent with deobligations or adjustments rather than new spend.

Industry profile based on NAICS activity

The vendor’s award activity is concentrated in defense electronics and aerospace-related manufacturing. NAICS 334511 led with 83.32 million across 35 awards, followed by 336413 at 66.16 million across 35 awards and 811219 at 15.53 million across 20 awards; smaller shares came from 334513 and 541330.

Annual contract trend over the analysis window

For the analysis window, annual activity is reported only for 2025, with 188.26 million obligated across 145 awards. With no prior-year baseline in the provided data, the trend view supports a snapshot of current-year volume rather than a multi-year growth assessment.

How to interpret this page

This summary is based only on the FPDS Query metrics provided for the last full year and does not infer beyond the supplied dataset. Obligated amounts are presented as reported, including negative values where FPDS reflects deobligations or downward adjustments.

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 = '28527'
        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
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 66,159,541.37 66.16 million 28
97AS DEFENSE LOGISTICS AGENCY 63,499,992.00 63.50 million 2
5700 DEPT OF THE AIR FORCE 53,590,781.27 53.59 million 57
1700 DEPT OF THE NAVY 5,085,524.41 5.09 million 40
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -73,759.73 -73.76 thousand 18

Insight

Over the last full year, L3HARRIS TECHNOLOGIES, INC. received $188.26 million across 145 awards, with obligations concentrated in a small set of defense agencies. USSOCOM was the largest funding source at $66.16 million across 28 awards, followed closely by the Defense Logistics Agency at $63.50 million on just 2 awards, indicating a highly concentrated dollar profile in a few large actions. The Dept of the Air Force added $53.59 million across 57 awards, while the Dept of the Navy contributed a smaller $5.09 million across 40 awards, showing broader award count but much lower dollar volume. DCMA recorded a small negative obligation of $73.76 thousand across 18 awards, suggesting limited downward adjustment in the period.

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 = '28527'
        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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 83,319,201.18 83.32 million 35
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 66,159,541.37 66.16 million 35
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 15,534,815.27 15.53 million 20
334513 INSTRUMENTS AND RELATED PRODUCTS MANUFACTURING FOR MEASURING, DISPLAYING, AND CONTROLLING INDUSTRIAL PROCESS VARIABLES 13,184,168.00 13.18 million 7
541330 ENGINEERING SERVICES 7,847,914.56 7.85 million 14
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 1,961,742.00 1.96 million 7
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 325,896.70 325.90 thousand 22
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING -0.03 -0.03 3
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) -71,199.73 -71.20 thousand 2

Insight

L3HARRIS TECHNOLOGIES, INC. (CAGE 28527) received $188.26 million across 145 awards in the last full year, with obligations concentrated in two NAICS codes. NAICS 334511 accounted for $83.32 million across 35 awards and NAICS 336413 accounted for $66.16 million across 35 awards, together representing most of the vendor’s obligated value. A secondary tier of activity appears in repair and maintenance, instrumentation, engineering, and R&D codes, but these categories are materially smaller by dollars and more dispersed by award count. Minor negative obligations are present in NAICS 334220 and 541712, indicating small deobligations within the period.

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 = '28527'
        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 188,262,079.32 188.26 million 145

Insight

In the last full year, L3HARRIS TECHNOLOGIES, INC. (CAGE 28527) recorded $188.26 million in obligations across 145 awards, for an average award value of about $1.30 million. With only one year presented in the 1-year window, trend direction cannot be assessed, but the activity level indicates a moderate volume of relatively small awards rather than heavy concentration in a few large actions. This distribution suggests obligations were spread across multiple awards during the period.

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.