Federal Contractor

NORTHROP GRUMMAN SYSTEMS CORPORATION Federal Contract Obligations (Last Year)

NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 2S209, UEI DE6HN4VGM3R1) received 60 awards totaling $97.59 million in the last full year.

In the last full year, NORTHROP GRUMMAN SYSTEMS CORPORATION recorded 60 award actions with total obligations of $97,589,717.91 and an average action value of $1,626,495.29. All obligated spending in this window came from the Department of the Navy and was classified under NAICS 334511, Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year only and use the provided obligated totals, award counts, and agency and NAICS classifications.

CAGE Code
2S209
UEI
DE6HN4VGM3R1
Total Obligated
97.59 million
97,589,717.91
Award Actions
60
Average Action Value
1,626,495.29

About NORTHROP GRUMMAN SYSTEMS CORPORATION federal contract activity

NORTHROP GRUMMAN SYSTEMS CORPORATION, identified by CAGE 2S209 and UEI DE6HN4VGM3R1, received $97.59 million in obligated contract value across 60 awards in the last full year. The average award value was $1.63 million, indicating a multi-award profile with moderate transaction sizing rather than dependence on a single large obligation.

Agency mix and customer concentration

All recorded obligations in the analysis window were attributed to the Department of the Navy, which accounted for the full $97.59 million and all 60 awards. This indicates a fully concentrated agency mix with no other federal customers represented in the observed period.

Industry profile based on NAICS activity

All obligations mapped to NAICS 334511, covering search, detection, navigation, guidance, aeronautical, and nautical system and instrument manufacturing. The data therefore show a single-industry concentration consistent with the vendor’s federal work being entirely captured within that manufacturing category in the period reviewed.

Annual contract trend over the analysis window

The annual trend shows activity recorded in 2025 only, with $97.59 million obligated across 60 awards. With no additional years shown in the window, the available trend data support a single-year snapshot rather than a multi-year movement analysis.

How to interpret this page

This summary is based on FPDS award-obligation data for the last full year and reflects only the records included in the provided analysis window. Obligated dollars, award counts, agency shares, and NAICS distribution are reported as observed in the dataset; no external sources or assumptions were added.

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 = '2S209'
        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 97,589,717.91 97.59 million 60

Insight

Over the last full year, NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 2S209) received $97.59 million in obligations across 60 awards, for an average award value of $1.63 million. All reported obligations were concentrated in a single agency, the Department of the Navy, indicating complete agency-level concentration in the reported period. This pattern suggests the vendor’s recent federal activity is narrowly distributed rather than spread across multiple agencies.

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 = '2S209'
        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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 97,589,717.91 97.59 million 60

Insight

During the last full year, NORTHROP GRUMMAN SYSTEMS CORPORATION’s obligations under CAGE 2S209 were fully concentrated in NAICS 334511, Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing. The vendor received 60 awards totaling $97.59 million, with an average award value of $1.63 million. This indicates a highly concentrated business mix within a single industrial classification over the 1-year window.

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 = '2S209'
        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 97,589,717.91 97.59 million 60

Insight

In the last full year, NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 2S209) recorded $97.59 million in obligated award value across 60 awards, for an average award value of $1.63 million. The activity is concentrated within a single annual period, so this window indicates a moderate volume of relatively dispersed obligations rather than reliance on a small number of very large awards. This pattern suggests recurring procurement activity at a mid-scale average award level.

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.