Federal Contractor

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

FPDS procurement profile for NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 5YY61, UEI LAHZNLNSANJ7) covering obligations, awards, agencies, and NAICS codes over the last 5 years.

Over the last 5 years, NORTHROP GRUMMAN SYSTEMS CORPORATION received 94 award actions totaling 398.67 million in obligated dollars, with an average action value of 4.24 million. Most obligations were concentrated in 2021, and the largest agency shares came from the Social Security Administration and the Centers for Medicare and Medicaid Services.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect readable FPDS obligation totals for the stated analysis window, and negative values shown in annual and NAICS rows indicate deobligations or adjustments.

CAGE Code
5YY61
UEI
LAHZNLNSANJ7
Total Obligated
398.67 million
398,672,196.50
Award Actions
94
Average Action Value
4,241,193.57

About NORTHROP GRUMMAN SYSTEMS CORPORATION federal contract activity

NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 5YY61, UEI LAHZNLNSANJ7) received 94 FPDS awards totaling $398.67 million over the last 5 years, with an average award value of $4.24 million. Obligations are highly concentrated, with one year and a small set of agencies accounting for most of the total value.

Agency mix and customer concentration

The largest share of obligated value came from the SOCIAL SECURITY ADMINISTRATION at $229.17 million across 7 awards, followed by the CENTERS FOR MEDICARE AND MEDICAID SERVICES at $107.83 million across 18 awards. Additional activity appears with OFFICE OF PROCUREMENT OPERATIONS, DEFENSE LOGISTICS AGENCY, and OFFICES, BOARDS AND DIVISIONS, indicating a mix of civilian and defense-related buyers but with strong concentration in a few agencies.

Industry profile based on NAICS activity

Award activity is dominated by NAICS 541519, OTHER COMPUTER RELATED SERVICES, at $250.11 million across 44 awards, and NAICS 541512, COMPUTER SYSTEMS DESIGN SERVICES, at $148.71 million across 42 awards. The remaining NAICS lines show small negative obligated amounts, which typically indicate deobligations or downward adjustments rather than new positive award volume.

Annual contract trend over the analysis window

The annual pattern is heavily skewed to 2021, when obligations reached $342.23 million across 66 awards, far exceeding subsequent years. Obligations fell sharply in 2022 through 2024, and 2025 is currently negative at -$2.25 million, suggesting reversals or modifications rather than net新增 obligation in the partial year.

How to interpret this page

This summary uses FPDS-obligated dollars and award counts for the last 5 years tied to CAGE 5YY61 and UEI LAHZNLNSANJ7. Agency, NAICS, and annual views are ranked by total obligated value; negative values are retained as reported and may reflect deobligations, corrections, or other downward adjustments.

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 = '5YY61'
        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
2800 SOCIAL SECURITY ADMINISTRATION 229,165,308.59 229.17 million 7
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 107,827,604.60 107.83 million 18
7001 OFFICE OF PROCUREMENT OPERATIONS 37,436,557.74 37.44 million 7
97AS DEFENSE LOGISTICS AGENCY 19,226,570.95 19.23 million 33
1501 OFFICES, BOARDS AND DIVISIONS 3,267,077.42 3.27 million 8
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 1,992,113.13 1.99 million 6
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 1,142,444.51 1.14 million 3
2100 DEPT OF THE ARMY 519,397.51 519.40 thousand 5
5700 DEPT OF THE AIR FORCE 0.00 0.00 2
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -95,832.37 -95.83 thousand 2

Insight

Over the last 5 years, NORTHROP GRUMMAN SYSTEMS CORPORATION received $398.67 million across 94 awards, with obligations concentrated in a small number of agencies. The SOCIAL SECURITY ADMINISTRATION accounted for the largest share at $229.17 million across 7 awards, followed by the CENTERS FOR MEDICARE AND MEDICAID SERVICES at $107.83 million across 18 awards; these two agencies represent the bulk of obligated value. Award activity is more dispersed than dollars, with the DEFENSE LOGISTICS AGENCY issuing 33 awards for $19.23 million, while several other agencies contributed relatively small amounts, including two agencies with zero or negative obligated value.

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 = '5YY61'
        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
541519 OTHER COMPUTER RELATED SERVICES 250,109,013.47 250.11 million 44
541512 COMPUTER SYSTEMS DESIGN SERVICES 148,714,307.31 148.71 million 42
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES -450.28 -450.28 1
541511 CUSTOM COMPUTER PROGRAMMING SERVICES -55,291.91 -55.29 thousand 4
541330 ENGINEERING SERVICES -95,382.09 -95.38 thousand 3

Insight

Over the last 5 years, NORTHROP GRUMMAN SYSTEMS CORPORATION’s obligations under CAGE 5YY61 are highly concentrated in two NAICS codes: 541519 (Other Computer Related Services) and 541512 (Computer Systems Design Services), which together account for about 398.82 million across 86 awards. 541519 is the largest category at 250.11 million from 44 awards, followed by 541512 at 148.71 million from 42 awards, indicating a narrow service mix centered on computer-related support and systems design. The remaining NAICS codes are immaterial in dollar terms and include small negative obligations, suggesting limited adjustments rather than a broader spread of spending.

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 = '5YY61'
        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,252,841.64 -2.25 million 1
2024 13,520,052.28 13.52 million 6
2023 21,492,360.21 21.49 million 13
2022 23,684,349.45 23.68 million 8
2021 342,228,276.20 342.23 million 66

Insight

Over the last 5 years, NORTHROP GRUMMAN SYSTEMS CORPORATION’s obligations are highly concentrated in 2021, which accounts for $342.23 million of the $398.67 million total and 66 of 94 awards. Activity declined sharply after 2021, with annual obligations falling to $23.68 million in 2022, $21.49 million in 2023, and $13.52 million in 2024. In 2025, obligations are negative at -$2.25 million with 1 award, indicating a reversal or deobligation in the current period.

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.