Federal Contractor

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

L3HARRIS TECHNOLOGIES, INC. recorded 723.83 million in federal obligations across 827 award actions in the last full year, led by the Department of the Navy and NAICS 334220.

L3HARRIS TECHNOLOGIES, INC. (CAGE 14304, UEI LB5KVANFKPY7) received 723,827,902.68 in federal obligations across 827 award actions in the last full year, for an average action value of 875,245.34. The Department of the Navy accounted for the largest share of obligations, followed by the Department of the Army and U.S. Special Operations Command, while NAICS 334220 represented the bulk of obligated spending.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year shown in FPDS-derived data and may include multiple award types, agencies, and NAICS classifications.

CAGE Code
14304
UEI
LB5KVANFKPY7
Total Obligated
723.83 million
723,827,902.68
Award Actions
827
Average Action Value
875,245.34

About L3HARRIS TECHNOLOGIES, INC. federal contract activity

L3HARRIS TECHNOLOGIES, INC. (CAGE 14304, UEI LB5KVANFKPY7) recorded 723.83 million in obligations across 827 awards in the last full year, for an average award value of 875,245.34. The award base is high-volume but concentrated in a relatively small number of larger actions, indicating a mix of recurring procurement activity and fewer high-dollar awards.

Agency mix and customer concentration

The DEPT OF THE NAVY was the dominant buying agency, accounting for 356.28 million across 228 awards, followed by the DEPT OF THE ARMY at 214.13 million across 73 awards and USSOCOM at 119.57 million across 93 awards. DLA and the DEPT OF THE AIR FORCE contributed materially lower obligation totals, with DLA notable for 338 awards but only 16.21 million in obligations, indicating a high-frequency, lower-dollar transaction profile.

Industry profile based on NAICS activity

NAICS 334220, Radio and Television Broadcasting and Wireless Communications Equipment Manufacturing, overwhelmingly drove activity at 670.25 million across 409 awards. Secondary NAICS codes were much smaller in scale, led by 517919, 541330, 334419, and 332618, suggesting the vendor’s spending profile is centered on communications/electronics manufacturing with supporting engineering and component supply work.

Annual contract trend over the analysis window

The annual trend shows 2025 as the full-year observation period, with 723.83 million obligated across 827 awards. Because only one year is present in the analysis window, the data supports a point-in-time profile rather than a multi-year growth or decline assessment.

How to interpret this page

This page is based on FPDS award records associated with CAGE 14304 and UEI LB5KVANFKPY7 for the last full year. Obligated dollars and award counts are aggregated by agency, NAICS code, and year; totals reflect reported obligations in the source data and may include multiple awards across the same vendor.

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 = '14304'
        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
1700 DEPT OF THE NAVY 356,280,706.81 356.28 million 228
2100 DEPT OF THE ARMY 214,129,117.19 214.13 million 73
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 119,565,027.05 119.57 million 93
97AS DEFENSE LOGISTICS AGENCY 16,205,313.65 16.21 million 338
5700 DEPT OF THE AIR FORCE 12,720,468.56 12.72 million 57
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 3,881,533.35 3.88 million 5
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 970,228.00 970.23 thousand 2
6920 FEDERAL AVIATION ADMINISTRATION 90,414.00 90.41 thousand 7
6901 OFFICE OF THE SECRETARY 0.00 0.00 1
1900 STATE, DEPARTMENT OF 0.00 0.00 1

Insight

L3HARRIS TECHNOLOGIES, INC. received 723.83 million across 827 awards in the last full year, with obligations concentrated in the Department of the Navy (356.28 million; 228 awards) and Department of the Army (214.13 million; 73 awards). Together, these two agencies account for the majority of obligated dollars, indicating a strong DoD-heavy award profile. U.S. Special Operations Command is the next-largest obligating agency at 119.57 million across 93 awards, while the remaining agencies are comparatively small and fragmented, including 338 lower-value awards from DLA totaling 16.21 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 = '14304'
        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
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 670,248,984.88 670.25 million 409
517919 ALL OTHER TELECOMMUNICATIONS 17,052,206.00 17.05 million 3
541330 ENGINEERING SERVICES 13,806,234.95 13.81 million 9
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 8,072,747.00 8.07 million 11
332618 OTHER FABRICATED WIRE PRODUCT MANUFACTURING 7,991,583.15 7.99 million 324
334111 ELECTRONIC COMPUTER MANUFACTURING 3,978,436.11 3.98 million 9
517810 ALL OTHER TELECOMMUNICATIONS 857,782.00 857.78 thousand 9
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 593,152.00 593.15 thousand 1
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 279,132.07 279.13 thousand 9
611420 COMPUTER TRAINING 276,853.56 276.85 thousand 2

Insight

L3HARRIS TECHNOLOGIES, INC. (CAGE 14304) received 723.83 million across 827 awards in the last full year, with obligations highly concentrated in NAICS 334220, which accounts for 670.25 million across 409 awards. The next-largest NAICS, 517919 and 541330, are a distant second tier at 17.05 million and 13.81 million, indicating a strong skew toward communications equipment manufacturing and limited diversification across other categories. Notably, NAICS 332618 generated 324 awards but only 7.99 million in obligations, suggesting a high-volume, low-dollar award pattern relative to the firm’s core business mix.

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 = '14304'
        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 723,827,902.68 723.83 million 827

Insight

During the last full year, L3HARRIS TECHNOLOGIES, INC. (CAGE 14304) recorded $723.83 million in obligations across 827 awards, for an average award value of $875,245.34. The obligation volume is concentrated within a single annual period in the provided window, so this view does not show intra-period year-over-year movement. The combination of a high award count and substantial total obligated value indicates broad award activity with moderate average award size.

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.