Federal Contractor

L3HARRIS TECHNOLOGIES, INC. Federal Contract Obligations (Last 10 Years)

Federal procurement profile for L3HARRIS TECHNOLOGIES, INC. (CAGE 28527, UEI ENMFLGV87MS4) covering the last 10 years of FPDS obligations and awards.

L3HARRIS TECHNOLOGIES, INC. shows $2.71 billion in obligated federal awards across 3,018 actions over the last 10 years, with an average action value of $898,731.33. Most activity is with the Department of the Navy, Department of the Air Force, and U.S. Special Operations Command, and the largest NAICS category is 334511 for search, detection, navigation, guidance, aeronautical, and nautical systems and instruments.

Generated at 03/21/2026

Analysis period: Last 10 years

Agency, NAICS, and annual totals reflect FPDS-recorded obligations for the stated analysis window; one agency row shows a negative obligation amount.

CAGE Code
28527
UEI
ENMFLGV87MS4
Total Obligated
2.71 billion
2,712,371,164.28
Award Actions
3,018
Average Action Value
898,731.33

About L3HARRIS TECHNOLOGIES, INC. federal contract activity

L3HARRIS TECHNOLOGIES, INC. (CAGE 28527, UEI ENMFLGV87MS4) recorded 3,018 awards totaling 2.71 billion over the last 10 years, with an average award value of 898,731.33. The profile indicates a large, sustained federal footprint with obligations concentrated in defense and technical mission areas.

Agency mix and customer concentration

The Department of the Navy is the largest customer by both obligation and volume, accounting for 1.12 billion across 1,733 awards. The Department of the Air Force and USSOCOM are also major buyers, together contributing more than 1.40 billion, while DLA represents a smaller but material source of work. DCMA shows a negative obligation figure, which may reflect deobligations or contract adjustments rather than new spending.

Industry profile based on NAICS activity

Obligations are heavily concentrated in NAICS 334511, which alone accounts for 1.58 billion and is consistent with navigation, guidance, and related systems manufacturing. Additional volume appears in 336413 aircraft parts and auxiliary equipment manufacturing and 541330 engineering services, indicating a mix of hardware production and technical support. Repair and maintenance activity is also present through 811219, with smaller but still meaningful activity in precision measurement instruments manufacturing under 334513.

Annual contract trend over the analysis window

Annual obligations fluctuate materially across the analyzed years, with a low of 101.38 million in 2022 and a peak among the listed years of 275.54 million in 2021. Recent years remain active, including 246.37 million in 2023, 137.55 million in 2024, and 188.26 million in 2025, though award counts vary year to year. The pattern suggests a programmatic portfolio driven by defense procurement cycles rather than a steady monthly run rate.

How to interpret this page

This summary is based on FPDS obligation and award data for the last 10 years, aggregated by vendor identifiers, agency, NAICS, and fiscal year. Total obligated reflects net recorded obligations in FPDS and may include deobligations or negative adjustments; award counts are counts of recorded awards in the dataset. No inference is made beyond the supplied figures.

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 10 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
1700 DEPT OF THE NAVY 1,115,108,827.45 1.12 billion 1,733
5700 DEPT OF THE AIR FORCE 882,091,652.09 882.09 million 627
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 523,346,169.20 523.35 million 402
97AS DEFENSE LOGISTICS AGENCY 199,227,217.10 199.23 million 95
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -3,096,150.36 -3.10 million 150
2100 DEPT OF THE ARMY -4,306,551.20 -4.31 million 11

Insight

Over the last 10 years, L3HARRIS TECHNOLOGIES, INC. recorded $2.71 billion across 3,018 awards, with obligations concentrated in a few defense agencies. The DEPT OF THE NAVY accounted for $1.12 billion and 1,733 awards, followed by the DEPT OF THE AIR FORCE at $882.09 million and USSOCOM at $523.35 million, indicating a strong concentration in Navy and Air Force-related activity. Defense Logistics Agency obligations were materially smaller at $199.23 million, while DCMA and the DEPT OF THE ARMY show small negative obligations, suggesting post-award adjustments or deobligations in those accounts.

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 10 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 1,582,679,509.53 1.58 billion 559
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 522,920,550.69 522.92 million 417
541330 ENGINEERING SERVICES 308,870,712.95 308.87 million 222
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 109,104,970.63 109.10 million 140
334513 INSTRUMENTS AND RELATED PRODUCTS MANUFACTURING FOR MEASURING, DISPLAYING, AND CONTROLLING INDUSTRIAL PROCESS VARIABLES 52,930,188.00 52.93 million 16
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 51,026,280.02 51.03 million 89
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 28,518,943.98 28.52 million 392
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 27,992,219.00 27.99 million 52
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 23,589,993.06 23.59 million 1,021
333999 ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING 2,126,432.94 2.13 million 11

Insight

L3HARRIS TECHNOLOGIES, INC. shows strong obligation concentration in NAICS 334511, which accounts for $1.58 billion of the $2.71 billion obligated over the last 10 years, or more than half of total dollars across 559 awards. The next two NAICS codes, 336413 and 541330, add another $831.79 million, indicating that obligations are concentrated in aerospace-related manufacturing and engineering services. Award volume is more distributed than dollar volume, with 334412 generating 1,021 awards but only $23.59 million, suggesting a high number of lower-value actions in that 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 = '28527'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
2024 137,550,934.88 137.55 million 279
2023 246,373,745.96 246.37 million 441
2022 101,375,010.25 101.38 million 411
2021 275,540,968.12 275.54 million 447
2020 318,522,699.21 318.52 million 437
2019 471,272,103.13 471.27 million 312
2018 662,334,626.71 662.33 million 346
2017 310,923,856.36 310.92 million 191
2016 215,140.34 215.14 thousand 9

Insight

Over the last 10 years, L3HARRIS TECHNOLOGIES, INC. (CAGE 28527) recorded $2.71 billion across 3,018 awards, with activity concentrated in the 2018–2021 period and a secondary increase in 2023–2025. Obligations peaked in 2018 at $662.33 million, then generally declined, reaching a low in 2016 ($215.14 thousand) and remaining below $320 million annually from 2020 onward except for 2018 and 2019. Award volume was more evenly distributed than dollars, with several years between 279 and 447 awards, indicating the recent decline in obligated value is not solely driven by fewer awards.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.