Federal Contractor

HARRIS GLOBAL COMMUNICATIONS, INC. Federal Contract Obligations (Last 5 Years)

Federal procurement summary for HARRIS GLOBAL COMMUNICATIONS, INC. (CAGE 7QAK7, UEI LJNAJVPB3MW1) covering obligations, agencies, NAICS codes, and yearly trends over the last 5 years.

HARRIS GLOBAL COMMUNICATIONS, INC. recorded 1,254 award actions and $3,564,095,288.05 in obligated dollars over the last 5 years, with the Department of the Army accounting for nearly all activity. Awards were concentrated in communications equipment manufacturing, led by NAICS 334290 and 334220.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect FPDS-observed obligations for the last 5 years and may include multiple award actions under the same vendor.

CAGE Code
7QAK7
UEI
LJNAJVPB3MW1
Total Obligated
3.56 billion
3,564,095,288.05
Award Actions
1,254
Average Action Value
2,842,181.25

About HARRIS GLOBAL COMMUNICATIONS, INC. federal contract activity

HARRIS GLOBAL COMMUNICATIONS, INC. (CAGE 7QAK7, UEI LJNAJVPB3MW1) recorded 3.56 billion in obligated federal awards across 1,254 actions over the last 5 years, for an average award value of 2.84 million. The profile is highly concentrated and indicates a large-volume contracting footprint rather than a broad, evenly distributed federal customer base.

Agency mix and customer concentration

The DEPT OF THE ARMY accounts for the overwhelming majority of obligations at 3.54 billion across 947 awards, making it the dominant customer by a wide margin. Secondary activity is much smaller, led by the DEPT OF THE NAVY at 22.60 million and followed by the U.S. COAST GUARD, DEPT OF THE AIR FORCE, and DCMA, each representing only a marginal share of total obligations.

Industry profile based on NAICS activity

Award activity is concentrated in communications hardware, with NAICS 334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING representing 3.27 billion across 951 awards. NAICS 334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING adds another 287.55 million across 213 awards, while the remaining NAICS codes show limited, episodic activity in computer-related services, software publishing, and transformer manufacturing.

Annual contract trend over the analysis window

Obligations peaked in 2024 at 1.08 billion before moderating to 778.88 million in 2025, after rising from 517.15 million in 2021 to 570.05 million in 2022 and 615.57 million in 2023. Award counts were highest in 2022 and 2024, suggesting volume increased even as annual dollars fluctuated, consistent with a mix of large communications procurements and smaller follow-on actions.

How to interpret this page

This summary is based on FPDS obligations and award counts observed over the last 5 years and grouped by agency, NAICS, and fiscal year. Obligations are reported as recorded in FPDS and rounded for readability; agency and NAICS shares are inferred directly from the provided totals without extrapolation beyond the supplied data.

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 = '7QAK7'
        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
2100 DEPT OF THE ARMY 3,535,652,934.77 3.54 billion 947
1700 DEPT OF THE NAVY 22,598,540.70 22.60 million 78
7008 U.S. COAST GUARD 2,838,587.77 2.84 million 9
5700 DEPT OF THE AIR FORCE 2,655,886.05 2.66 million 104
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 157,851.00 157.85 thousand 106
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 108,607.80 108.61 thousand 3
1900 STATE, DEPARTMENT OF 67,385.46 67.39 thousand 2
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 15,257.00 15.26 thousand 2
97AS DEFENSE LOGISTICS AGENCY 237.50 237.50 3

Insight

Over the last 5 years, HARRIS GLOBAL COMMUNICATIONS, INC. (CAGE 7QAK7) received $3.56 billion across 1,254 awards, with obligations heavily concentrated in the Department of the Army. The Army accounts for $3.54 billion and 947 awards, representing the clear dominant share of both dollars and actions. All other agencies are comparatively minor, led by the Department of the Navy at $22.60 million across 78 awards, while the remaining listed agencies each obligated less than $3 million. This profile indicates a highly concentrated federal customer base with limited diversification outside the Army.

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 = '7QAK7'
        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
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 3,270,106,448.52 3.27 billion 951
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 287,554,312.32 287.55 million 213
541519 OTHER COMPUTER RELATED SERVICES 2,353,728.03 2.35 million 5
513210 SOFTWARE PUBLISHERS 1,823,778.00 1.82 million 1
335311 POWER, DISTRIBUTION, AND SPECIALTY TRANSFORMER MANUFACTURING 684,653.75 684.65 thousand 1
811210 ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 645,206.30 645.21 thousand 40
811213 COMMUNICATION EQUIPMENT REPAIR AND MAINTENANCE 392,829.08 392.83 thousand 15
611420 COMPUTER TRAINING 138,837.75 138.84 thousand 1
332919 OTHER METAL VALVE AND PIPE FITTING MANUFACTURING 107,215.00 107.22 thousand 2
517410 SATELLITE TELECOMMUNICATIONS 75,000.00 75.00 thousand 1

Insight

Over the last 5 years, obligations for HARRIS GLOBAL COMMUNICATIONS, INC. (CAGE 7QAK7) are highly concentrated in NAICS 334290, Other Communications Equipment Manufacturing, which accounts for $3.27 billion of the $3.56 billion total obligated, across 951 awards. NAICS 334220, Radio and Television Broadcasting and Wireless Communications Equipment Manufacturing, is the only other material category at $287.55 million and 213 awards, while all remaining NAICS codes are individually below $2.4 million. This distribution indicates the vendor’s federal activity is overwhelmingly centered on communications equipment manufacturing, with limited ancillary activity in services, repair, and other adjacent categories.

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 = '7QAK7'
        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 778,877,361.42 778.88 million 182
2024 1,082,440,135.93 1.08 billion 266
2023 615,574,340.39 615.57 million 229
2022 570,053,490.74 570.05 million 311
2021 517,149,959.57 517.15 million 266

Insight

HARRIS GLOBAL COMMUNICATIONS, INC. (CAGE 7QAK7) obligated $3.56 billion across 1,254 awards over the last 5 years, averaging $2.84 million per award. Obligations were concentrated in 2024 ($1.08 billion, 266 awards) and 2025 ($778.88 million, 182 awards), which together account for a substantial share of the period total. Earlier years were lower and more stable, ranging from $517.15 million in 2021 to $615.57 million in 2023, with award counts peaking in 2022 at 311 before declining.

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.