Federal Contractor

HARRIS CORPORATION Federal Contract Obligations (Last 5 Years)

HARRIS CORPORATION (CAGE 4YGC4, UEI E98VT6T8R7E1) received 595 federal award actions worth 2.81 billion dollars over the last 5 years.

Federal procurement records show HARRIS CORPORATION’s entire reported obligation total in the analysis window came from the Federal Aviation Administration under NAICS 517310, Telecommunications Resellers. Annual obligations peaked in 2025 at 1.21 billion dollars, after 476.92 million in 2024, 438.64 million in 2023, 326.22 million in 2022, and 361.17 million in 2021.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect obligational activity in the last 5 years and may include multiple award actions tied to the same underlying contract.

CAGE Code
4YGC4
UEI
E98VT6T8R7E1
Total Obligated
2.81 billion
2,814,505,509.14
Award Actions
595
Average Action Value
4,730,261.35

About HARRIS CORPORATION federal contract activity

HARRIS CORPORATION (CAGE 4YGC4, UEI E98VT6T8R7E1) recorded $2.81 billion in FPDS obligations across 595 awards over the last 5 years, for an average award value of $4.73 million. The company’s federal profile is highly concentrated in a single customer base and a single NAICS classification, indicating a focused procurement relationship rather than broad multi-agency diversification.

Agency mix and customer concentration

All identified obligations in the analysis window came from the Federal Aviation Administration, which accounted for the full $2.81 billion and all 595 awards. This level of concentration indicates that the vendor’s federal business is entirely dependent on FAA procurement activity within the observed period.

Industry profile based on NAICS activity

All recorded obligations were classified under NAICS 517310, Telecommunications Resellers, matching the full $2.81 billion and all 595 awards. The mix suggests that FPDS-observed obligations for HARRIS CORPORATION in this window were tracked under a single industry code with no documented NAICS diversification in the provided data.

Annual contract trend over the analysis window

Annual obligations were highest in 2025 at $1.21 billion across 149 awards, well above prior years. After a lower 2021-2024 range of roughly $326.22 million to $476.92 million annually, the 2025 increase shows a pronounced upward shift in both dollars and award volume.

How to interpret this page

This summary uses the provided FPDS aggregation for the last 5 years and reflects only the supplied vendor, agency, NAICS, and annual trend data. Totals, counts, and averages are based on obligated dollars reported in FPDS; no additional sources or assumptions were used.

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 = '4YGC4'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
6920 FEDERAL AVIATION ADMINISTRATION 2,814,505,509.14 2.81 billion 595

Insight

Over the last 5 years, HARRIS CORPORATION’s obligations are entirely concentrated within the Federal Aviation Administration, which accounts for all $2.81 billion obligated and all 595 awards. This indicates a highly concentrated customer base with no diversification across other agencies in the provided period. The average award value of about $4.73 million suggests a mix of moderate-sized obligations within a single-agency relationship.

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 = '4YGC4'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
517310 TELECOMMUNICATIONS RESELLERS 2,814,505,509.14 2.81 billion 595

Insight

Over the last 5 years, HARRIS CORPORATION’s FPDS obligations under CAGE 4YGC4 are fully concentrated in NAICS 517310, Telecommunications Resellers. The vendor received 595 awards totaling $2.81 billion, indicating a highly concentrated procurement profile with no diversification across additional NAICS codes in this period. The average award value of $4.73 million suggests a mix of moderately sized obligations within a single primary industry classification.

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 = '4YGC4'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 1,211,561,599.15 1.21 billion 149
2024 476,918,182.71 476.92 million 117
2023 438,635,513.27 438.64 million 107
2022 326,222,901.87 326.22 million 115
2021 361,167,312.14 361.17 million 107

Insight

HARRIS CORPORATION (CAGE 4YGC4) obligated $2.81 billion across 595 awards over the last 5 years, with an average award value of $4.73 million. Obligations are heavily concentrated in 2025 at $1.21 billion, or roughly 43% of the 5-year total, indicating a pronounced recent increase in contract value. Prior-year obligations were comparatively stable, ranging from $326.22 million to $476.92 million annually, while annual award counts remained relatively steady between 107 and 149.

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