Federal Contractor

NORTHROP GRUMMAN SYSTEMS CORPORATION Federal Contract Obligations (Last 5 Years)

Federal procurement profile for NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 9F909, UEI FNBAMFZ3GD53) covering obligations, awards, agencies, NAICS, and annual trends over the last 5 years.

NORTHROP GRUMMAN SYSTEMS CORPORATION received $2,444,952,031.62 in federal obligations across 490 award actions in the last 5 years, for an average action value of $4,989,698.02. Most obligations came from the Department of the Army and the Missile Defense Agency, with work concentrated in guided missile and space vehicle manufacturing and custom computer programming services.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect readable FPDS obligation data for the last 5 years and may include small negative adjustments in agency-level reporting.

CAGE Code
9F909
UEI
FNBAMFZ3GD53
Total Obligated
2.44 billion
2,444,952,031.62
Award Actions
490
Average Action Value
4,989,698.02

About NORTHROP GRUMMAN SYSTEMS CORPORATION federal contract activity

NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 9F909, UEI FNBAMFZ3GD53) received $2.44 billion in obligations across 490 FPDS actions over the last 5 years, with an average award value of about $4.99 million. The profile is heavily concentrated in defense-related procurement, and the volume of actions indicates a broad award base rather than reliance on a small number of transactions.

Agency mix and customer concentration

The Department of the Army accounts for the largest share of obligations at $1.96 billion across 137 awards, making it the primary customer in the observed period. The Missile Defense Agency is the second-largest buyer by obligations at $485.19 million but leads in action volume with 334 awards, suggesting a mix of high-value and more numerous, lower-value procurements. Smaller amounts are recorded from the Immediate Office of the Secretary of Defense and the Space Development Agency, while DCMA shows a small net negative obligation, likely reflecting deobligations or contract adjustments.

Industry profile based on NAICS activity

NAICS 336414, Guided Missile and Space Vehicle Manufacturing, dominates the vendor’s obligation profile at $1.84 billion across 111 awards. NAICS 541511, Custom Computer Programming Services, is the second-largest category at $485.06 million and the highest by award count at 315, indicating substantial software and systems support activity alongside hardware manufacturing. Supporting categories such as 336419 and 541330 add materially less volume, while 541715 appears as a lower-dollar, higher-count research and development segment.

Annual contract trend over the analysis window

Annual obligations peaked in 2024 at $789.91 million before easing to $453.19 million in 2025, which is consistent with a partial-year figure under the stated analysis window. The remaining years show uneven but sustained funding, ranging from $294.58 million in 2023 to $531.78 million in 2022 and $375.49 million in 2021. Award counts stayed elevated throughout the period, with the highest count in 2021 and similarly strong activity in 2023 and 2025.

How to interpret this page

This summary is based on FPDS award records associated with CAGE code 9F909 and UEI FNBAMFZ3GD53 for the last 5 years. Obligations are aggregated from reported contract action values, and negative amounts are retained where recorded to reflect deobligations or downward adjustments. NAICS and agency views are ranked by total obligated dollars, with award counts used to indicate transaction volume.

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 = '9F909'
        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 1,958,192,922.36 1.96 billion 137
97JC MISSILE DEFENSE AGENCY (MDA) 485,193,790.69 485.19 million 334
97AD IMMEDIATE OFFICE OF THE SECRETARY OF DEFENSE 1,047,777.00 1.05 million 2
97SD SPACE DEVELOPMENT AGENCY (SDA) 521,308.00 521.31 thousand 2
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -3,766.43 -3.77 thousand 15

Insight

Over the last 5 years, NORTHROP GRUMMAN SYSTEMS CORPORATION’s obligations are highly concentrated in the DEPT OF THE ARMY and MISSILE DEFENSE AGENCY, which together account for nearly all reported funding: $1.96 billion from the Army and $485.19 million from MDA, or about $2.44 billion combined. The Army represents the largest share of obligated dollars but across fewer awards (137), while MDA shows a higher award count (334) with substantially lower total obligation, indicating a more fragmented distribution of smaller awards. Other agencies contributed only marginal amounts, and DCMA recorded a small negative obligation, suggesting minimal adjustment activity rather than substantive funding volume.

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 = '9F909'
        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
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 1,835,395,511.49 1.84 billion 111
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 485,056,380.83 485.06 million 315
336419 OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 68,822,261.80 68.82 million 19
541330 ENGINEERING SERVICES 53,971,382.64 53.97 million 12
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 1,809,290.63 1.81 million 29
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) -102,795.77 -102.80 thousand 4

Insight

Over the last 5 years, NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 9F909) received $2.44 billion across 490 awards, with obligations concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing, at $1.84 billion across 111 awards. NAICS 541511, Custom Computer Programming Services, is the second-largest category by dollars at $485.06 million and the highest by award count at 315, indicating a broader distribution of smaller actions in that area. The remaining top NAICS codes represent a much smaller share of obligations, with limited activity in engineering and R&D classifications and a slight net negative obligation in NAICS 541712.

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 = '9F909'
        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 453,188,068.09 453.19 million 85
2024 789,909,550.50 789.91 million 80
2023 294,581,950.62 294.58 million 111
2022 531,784,449.33 531.78 million 102
2021 375,488,013.08 375.49 million 112

Insight

Over the last 5 years, NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 9F909) received $2.44 billion across 490 awards, averaging about $5.0 million per award. Obligations were unevenly distributed, with 2024 representing the peak year at $789.91 million, followed by a lower but still elevated 2025 total of $453.19 million. Award volume was highest in 2021 (112) and 2023 (111), while 2024 had the highest obligation value with comparatively fewer awards, indicating larger average award sizes in that year.

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.