Federal Contractor

HARRIS CORPORATION Federal Contract Obligations (Last 10 Years)

HARRIS CORPORATION (CAGE 4YGC4, UEI E98VT6T8R7E1) has 1,030 federal award actions and $4.17 billion obligated over the last 10 years, led by the Federal Aviation Administration.

This vendor profile summarizes federal procurement activity for HARRIS CORPORATION across the last 10 years. Most obligations are concentrated under NAICS 517310, Telecommunications Resellers, with annual funding peaking in 2025 at $1.21 billion.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable FPDS obligation data for the selected analysis window and may include a small negative adjustment in NAICS 541990.

CAGE Code
4YGC4
UEI
E98VT6T8R7E1
Total Obligated
4.17 billion
4,168,977,031.15
Award Actions
1,030
Average Action Value
4,047,550.51

About HARRIS CORPORATION federal contract activity

HARRIS CORPORATION (CAGE 4YGC4, UEI E98VT6T8R7E1) recorded $4.17 billion in obligated FPDS activity across 1,030 awards over the last 10 years, with an average award value of $4.05 million. The profile is highly concentrated, indicating a sustained federal relationship rather than a diversified award base.

Agency mix and customer concentration

All observed obligations are concentrated in the Federal Aviation Administration, which accounts for the full $4.17 billion and all 1,030 awards in this analysis window. This indicates a single-agency customer profile with no meaningful agency diversification in the available data.

Industry profile based on NAICS activity

Award activity is overwhelmingly concentrated in NAICS 517310, Telecommunications Resellers, which represents essentially all obligated value and 1,029 of 1,030 awards. A single 2021 award under NAICS 541990 shows a small negative obligation of $34.27 thousand, which is immaterial relative to the vendor’s total volume.

Annual contract trend over the analysis window

Annual obligations show a clear upward shift in the most recent period, increasing from $326.22 million in 2022 to $438.64 million in 2023 and $476.92 million in 2024, before rising to $1.21 billion in 2025. Award counts also increased in 2025 to 149, suggesting both higher volume and higher-dollar activity in the current year.

How to interpret this page

This summary uses FPDS obligations tied to HARRIS CORPORATION, keyed by CAGE 4YGC4 and UEI E98VT6T8R7E1, over the last 10 years. Agency, NAICS, and annual figures reflect the provided aggregate FPDS analysis outputs and are not adjusted for inflation, deobligation timing, or contract modifications beyond the reported obligated amounts.

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 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
6920 FEDERAL AVIATION ADMINISTRATION 4,168,977,031.15 4.17 billion 1,030

Insight

Over the last 10 years, HARRIS CORPORATION’s obligations for this CAGE code total $4.17 billion across 1,030 awards, with an average award value of about $4.05 million. Funding is fully concentrated in a single agency: the Federal Aviation Administration, which accounts for 100% of obligated dollars and award count in this period. This indicates a highly concentrated, agency-specific procurement relationship rather than a distributed federal customer base.

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 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
517310 TELECOMMUNICATIONS RESELLERS 4,169,011,305.98 4.17 billion 1,029
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES -34,274.83 -34.27 thousand 1

Insight

HARRIS CORPORATION’s obligations under CAGE 4YGC4 are overwhelmingly concentrated in NAICS 517310, Telecommunications Resellers, which accounts for 1,029 of 1,030 awards and essentially all reported obligated dollars over the last 10 years. This concentration indicates a highly focused procurement profile with limited NAICS diversification in the observed period. The only other NAICS activity is a single award under 541990 with a small negative obligated amount, which is immaterial relative to the firm’s 4.17 billion in total obligations.

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 10 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
2020 350,236,509.58 350.24 million 123
2019 330,819,307.59 330.82 million 97
2018 364,465,554.35 364.47 million 115
2017 299,750,446.10 299.75 million 90
2016 9,199,704.39 9.20 million 10

Insight

HARRIS CORPORATION’s obligations are highly concentrated in the most recent year, with FY 2025 accounting for $1.21 billion across 149 awards, or roughly 29% of the 10-year total of $4.17 billion. Excluding FY 2025, annual obligations are comparatively stable and clustered between about $299.8 million and $476.9 million from FY 2017 through FY 2024, with award counts generally ranging from 90 to 123. FY 2016 is a clear low point at $9.2 million and 10 awards, indicating a sharp step-up in activity in later years rather than a steady long-term ramp.

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.