PSC Code

PSC 5840 Federal Contract Obligations (Last 5 Years)

PSC 5840 covers radar equipment, except airborne, with 17.15 billion in obligations across 8,840 award actions in the last 5 years.

Federal spending under PSC 5840 is concentrated in radar equipment, except airborne, and shows steady multi-agency procurement over the last five years. The Department of the Navy leads obligations, followed by the Department of the Army, Department of the Air Force, and Missile Defense Agency.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect FPDS obligations for PSC 5840 over the last 5 years and may include multiple award actions and vendor records.

PSC Code
5840
PSC Description
RADAR EQUIPMENT, EXCEPT AIRBORNE
Total Obligated
17.15 billion
17,149,035,659.34
Award Actions
8,840
Average Action Value
1,939,936.16

About PSC 5840 federal contract activity

PSC 5840, Radar Equipment, Except Airborne, accounts for $17.15 billion across 8,840 awards over the last 5 years, with an average award value of $1.94 million. Obligations are concentrated in defense and national security mission areas, indicating sustained demand for ground-based and shipboard radar systems, related hardware, and associated support activities.

Agency demand and leading federal buyers

The Department of the Navy is the dominant buying agency with $9.67 billion and 3,178 awards, followed by the Department of the Army at $3.38 billion and the Department of the Air Force at $2.28 billion. The Missile Defense Agency also represents a major share at $1.51 billion, while the Federal Aviation Administration is a smaller but visible civilian buyer at $171.06 million.

Vendor concentration and leading contractors

RAYTHEON COMPANY is the largest vendor by obligations at $4.41 billion across 430 awards. Two separate Lockheed Martin Corporation CAGE codes together account for $5.52 billion and 1,059 awards, while Northrop Grumman Systems Corporation appears under two CAGE codes with a combined $2.68 billion, reflecting vendor activity that is split across distinct entities or locations.

Annual contract trend over the analysis window

Annual obligations peaked in 2022 at $4.05 billion and remained elevated in 2023 and 2024 at $3.38 billion and $3.86 billion, respectively. Funding eased in 2025 to $2.89 billion, but the five-year pattern shows consistently high procurement volume for this PSC, with award counts ranging from 1,583 to 2,064 per year.

How to interpret this page

This analysis uses FPDS obligation data for PSC 5840 over the last 5 years and summarizes total obligated dollars, award counts, and average award value. Agency and vendor rankings are based on obligated amounts, and vendor entries are shown as reported in FPDS, including distinct CAGE codes 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 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
1700 DEPT OF THE NAVY 9,671,428,349.25 9.67 billion 3,178
2100 DEPT OF THE ARMY 3,375,743,169.72 3.38 billion 874
5700 DEPT OF THE AIR FORCE 2,275,658,001.09 2.28 billion 2,650
97JC MISSILE DEFENSE AGENCY (MDA) 1,507,445,692.67 1.51 billion 350
6920 FEDERAL AVIATION ADMINISTRATION 171,064,907.89 171.06 million 483
97AS DEFENSE LOGISTICS AGENCY 66,986,375.71 66.99 million 637
1900 STATE, DEPARTMENT OF 47,265,391.00 47.27 million 11
7008 U.S. COAST GUARD 23,426,317.91 23.43 million 175
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 8,074,360.67 8.07 million 41
7014 U.S. CUSTOMS AND BORDER PROTECTION 4,417,714.23 4.42 million 14

Insight

Over the last 5 years, PSC 5840 obligated $17.15 billion across 8,840 awards, with spending highly concentrated in DoD organizations. The Department of the Navy led with $9.67 billion, or about 56% of total obligations, followed by the Department of the Army at $3.38 billion, the Department of the Air Force at $2.28 billion, and the Missile Defense Agency at $1.51 billion. These four agencies accounted for nearly all PSC 5840 obligations, while non-DoD agencies such as FAA, DLA, State, Coast Guard, NOAA, and CBP each represented comparatively small shares.

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 5 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 4,413,446,638.43 4.41 billion 430
LOCKHEED MARTIN CORPORATION 02769 3,508,831,611.48 3.51 billion 627
LOCKHEED MARTIN CORPORATION 03538 2,013,118,632.65 2.01 billion 432
NORTHROP GRUMMAN SYSTEMS CORPORATION 9F909 1,526,727,186.66 1.53 billion 68
NORTHROP GRUMMAN SYSTEMS CORPORATION 2S209 1,149,824,402.51 1.15 billion 100
BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. 99789 523,487,138.01 523.49 million 1,542
RAYTHEON COMPANY 3W1D7 445,898,455.05 445.90 million 244
RAYTHEON COMPANY 0AYP7 244,962,175.25 244.96 million 193
ELECTRIC BOAT CORPORATION 96169 236,512,777.00 236.51 million 28
CONTINENTAL ELECTRONICS CORPORATION 52151 210,342,607.70 210.34 million 86

Insight

Over the last 5 years, PSC 5840 obligations totaled $17.15 billion across 8,840 awards, with an average award value of about $1.94 million. Obligations are highly concentrated among a small set of vendors and CAGE codes: RAYTHEON COMPANY leads with $4.41 billion, while two LOCKHEED MARTIN CORPORATION entries and two NORTHROP GRUMMAN SYSTEMS CORPORATION entries together account for a substantial share of total obligated dollars. Award counts are more dispersed than dollars, with BAE SYSTEMS TECHNOLOGY SOLUTIONS & SERVICES INC. receiving 1,542 awards but only $523.49 million, indicating many smaller actions alongside a few high-value vendor relationships.

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 5 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
2024 3,856,698,498.55 3.86 billion 2,064
2023 3,384,436,402.53 3.38 billion 1,683
2022 4,048,885,560.28 4.05 billion 1,784
2021 2,964,913,072.34 2.96 billion 1,726

Insight

PSC 5840 obligated $17.15 billion across 8,840 awards over the last 5 years, with an average award value of about $1.94 million. Annual obligations were highest in 2022 at $4.05 billion, then declined to $3.38 billion in 2023 and $3.86 billion in 2024 before dropping to $2.89 billion in 2025. Award counts followed a similar pattern, peaking in 2024 at 2,064 awards and remaining elevated in 2025, indicating sustained but uneven annual demand rather than a single-year concentration.

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