PSC Code

PSC 5840 Federal Contract Obligations (Last Year)

PSC 5840 covers radar equipment, except airborne, with $2.89 billion obligated across 1,583 award actions in the last full year.

Department of the Navy accounts for the largest share of PSC 5840 obligations at $1.55 billion, followed by the Department of the Air Force and Department of the Army. Major vendors include Raytheon Company, Lockheed Martin Corporation, and Northrop Grumman Systems Corporation.

Generated at 03/21/2026

Analysis period: Last full year

Annual figures reflect the last full year and may include multiple award actions tied to the same vendor or agency.

PSC Code
5840
PSC Description
RADAR EQUIPMENT, EXCEPT AIRBORNE
Total Obligated
2.89 billion
2,894,102,125.64
Award Actions
1,583
Average Action Value
1,828,238.86

About PSC 5840 federal contract activity

PSC 5840, Radar Equipment, Except Airborne, recorded 2.89 billion in obligations across 1,583 awards during the last full year, with an average award value of 1.83 million. The spending profile indicates a concentrated market for ground- and surface-based radar systems and related equipment, supported by a relatively large number of awards.

Agency demand and leading federal buyers

The Department of the Navy led obligations with 1.55 billion across 508 awards, accounting for a majority share of PSC 5840 spending in the period. The Department of the Air Force, Department of the Army, and Missile Defense Agency were also major buyers, while the Federal Aviation Administration contributed a smaller but notable volume of 56.65 million across 68 awards.

Vendor concentration and leading contractors

Raytheon Company was the largest vendor by obligations at 1.10 billion, well ahead of the next suppliers. Lockheed Martin Corporation appeared twice in the top vendor list under different CAGE codes, indicating obligations flowed through multiple entity records, while Northrop Grumman Systems Corporation and BAE Systems Technology Solutions & Services Inc. also captured significant spending.

Annual contract trend over the analysis window

The annual trend provided for the last full year shows 2025 obligations at 2.89 billion across 1,583 awards. With only one annual point in the analysis window, this page reflects a year-level snapshot rather than a multi-year directional trend.

How to interpret this page

Figures are based on FPDS obligations associated with PSC 5840 for the analysis window labeled Last full year. Agency and vendor rankings are ordered by total obligated dollars, and vendor entries reflect the records as reported in FPDS, including separate CAGE-coded records where applicable.

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__productOrServiceInformation__productOrServiceCode = '5840'
        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 1,551,246,127.21 1.55 billion 508
5700 DEPT OF THE AIR FORCE 498,779,136.12 498.78 million 539
2100 DEPT OF THE ARMY 466,598,470.37 466.60 million 173
97JC MISSILE DEFENSE AGENCY (MDA) 246,884,578.58 246.88 million 77
6920 FEDERAL AVIATION ADMINISTRATION 56,646,595.67 56.65 million 68
1900 STATE, DEPARTMENT OF 44,312,680.96 44.31 million 3
97AS DEFENSE LOGISTICS AGENCY 26,068,860.73 26.07 million 127
7008 U.S. COAST GUARD 1,691,698.84 1.69 million 31
1524 DRUG ENFORCEMENT ADMINISTRATION 1,650,000.00 1.65 million 1
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 1,595,955.40 1.60 million 5

Insight

PSC 5840 obligated spending was highly concentrated in the Department of the Navy, which accounted for $1.55 billion of the $2.89 billion total, or more than half of all obligations in the last full year. The Department of the Air Force and Department of the Army were the next largest buyers at $498.78 million and $466.60 million, respectively, while the Missile Defense Agency added another $246.88 million, indicating a defense-driven demand pattern. Outside the defense agencies, obligations were comparatively small and fragmented, with the largest non-defense entries each remaining below $57 million.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(anyHeavy(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode), '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__productOrServiceCode = '5840'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
RAYTHEON COMPANY 7Y193 1,097,372,164.56 1.10 billion 76
LOCKHEED MARTIN CORPORATION 02769 438,617,630.24 438.62 million 95
NORTHROP GRUMMAN SYSTEMS CORPORATION 9F909 322,274,619.39 322.27 million 24
LOCKHEED MARTIN CORPORATION 03538 249,932,402.50 249.93 million 127
BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. 99789 132,256,951.66 132.26 million 328
ULTRA ELECTRONICS OCEAN SYSTEMS INC. 2D851 77,779,703.43 77.78 million 17
CONTINENTAL ELECTRONICS CORPORATION 52151 72,384,597.78 72.38 million 14
RAYTHEON COMPANY 0AYP7 57,568,819.35 57.57 million 33
SAAB, INC 1EG52 47,291,551.62 47.29 million 13
SAAB INC 6ZQN9 47,067,047.24 47.07 million 2

Insight

PSC 5840 obligated $2.89 billion across 1,583 awards in the last full year, with a mean award value of $1.83 million. Obligations are moderately concentrated: Raytheon Company accounts for $1.10 billion, or about 38% of total obligations, and the top 10 vendor entries together represent a substantial share of annual spend. The remaining obligation is distributed across multiple vendors and CAGE codes, including multiple entries for the same prime vendor name, indicating split activity across organizational locations or registrations.

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__productOrServiceInformation__productOrServiceCode = '5840'
        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 2,894,102,125.64 2.89 billion 1,583

Insight

During the last full year, PSC 5840 obligated $2.89 billion across 1,583 awards, for an average award value of $1.83 million. With only one annual data point provided for the 1-year window, no year-over-year trend can be assessed. The funding profile indicates moderately distributed spending across a relatively high number of awards, rather than extreme concentration in a small set of obligations.

Use FPDS Query for deeper PSC analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper PSC analysis across agencies, vendors, 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.