In the last full year, HARRIS CORPORATION (CAGE 4YGC4, UEI E98VT6T8R7E1) received 149 award actions with total obligations of $1,211,561,599.15. The Federal Aviation Administration accounted for all reported obligations, and every listed action fell under NAICS 517310, Telecommunications Resellers.
Federal Contractor
HARRIS CORPORATION Federal Contract Obligations (Last Year)
HARRIS CORPORATION recorded 149 federal award actions totaling $1.21 billion in the last full year, with all obligations concentrated in FAA procurement under NAICS 517310.
Figures reflect the last full year and are based on the provided readable and exact obligation totals, award counts, and agency and NAICS breakdowns.
About HARRIS CORPORATION federal contract activity
In the last full year, HARRIS CORPORATION (CAGE 4YGC4, UEI E98VT6T8R7E1) recorded $1.21 billion in obligated federal awards across 149 actions, for an average award value of $8.13 million. The profile indicates a high-value, moderately dispersed award base rather than reliance on a small number of extremely large obligations.
Agency mix and customer concentration
All obligated dollars in the analysis window were concentrated in the Federal Aviation Administration, which accounted for the full $1.21 billion and all 149 awards. This indicates a single-agency relationship dominating the vendor’s federal business mix during the period.
Industry profile based on NAICS activity
The vendor’s award activity was entirely associated with NAICS 517310, Telecommunications Resellers, which also captured the full $1.21 billion and all 149 awards. That concentration suggests the observed federal demand aligns tightly with telecommunications resale and related service procurement.
Annual contract trend over the analysis window
The annual trend shows $1.21 billion obligated in 2025, with 149 awards recorded in that year. Because only one year is present in the analysis window, the trend data supports a point-in-time view rather than a multi-year growth assessment.
How to interpret this page
This summary is based on FPDS query results for the last full year and reflects obligated amounts, award counts, and reported classifications for the vendor’s CAGE and UEI identifiers. Agency and NAICS shares are derived from the provided award totals and should be interpreted as concentration measures within the stated analysis window.
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 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 |
|---|---|---|---|---|
| 6920 | FEDERAL AVIATION ADMINISTRATION | 1,211,561,599.15 | 1.21 billion | 149 |
Insight
During the last full year, HARRIS CORPORATION’s obligations under CAGE 4YGC4 were fully concentrated in the Federal Aviation Administration, which accounted for the entire $1.21 billion obligated and all 149 awards. This indicates an extremely concentrated agency relationship with no diversification across other buying agencies in the observed period. The average award value was approximately $8.13 million, suggesting a portfolio of relatively large obligations rather than a broad set of small actions.
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 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 |
|---|---|---|---|---|
| 517310 | TELECOMMUNICATIONS RESELLERS | 1,211,561,599.15 | 1.21 billion | 149 |
Insight
HARRIS CORPORATION’s last full year obligations of $1.21 billion are fully concentrated in NAICS 517310, Telecommunications Resellers. All 149 awards in the period fall under this single NAICS, indicating no diversification across NAICS categories in the reported window. This concentration suggests the vendor’s federal procurement activity is highly focused within one primary line of work, with an average award value of about $8.13 million.
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 1 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 |
Insight
Over the last full year, HARRIS CORPORATION (CAGE 4YGC4) obligated $1.21 billion across 149 awards, for an average award value of about $8.13 million. This indicates a moderately distributed award profile rather than reliance on a small number of actions, although the single-year window limits trend analysis. With only one year of data provided, no year-over-year direction or volatility can be assessed.
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.