Federal Contractor

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

Federal procurement profile for NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 5YY61, UEI LAHZNLNSANJ7) covering obligations and award activity over the last 10 years.

Over the last 10 years, NORTHROP GRUMMAN SYSTEMS CORPORATION recorded $1.80 billion in readable obligations across 511 award actions, with an average action value of $3.52 million. The largest share of spending came from the Social Security Administration, followed by the Centers for Medicare and Medicaid Services and the Office of Procurement Operations.

Generated at 03/21/2026

Analysis period: Last 10 years

Agency, NAICS, and annual totals reflect the provided analysis window and may include negative obligations in 2025.

CAGE Code
5YY61
UEI
LAHZNLNSANJ7
Total Obligated
1.80 billion
1,798,884,495.40
Award Actions
511
Average Action Value
3,520,321.90

About NORTHROP GRUMMAN SYSTEMS CORPORATION federal contract activity

NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 5YY61, UEI LAHZNLNSANJ7) recorded $1.80 billion in obligated federal awards across 511 awards over the last 10 years, for an average award value of $3.52 million. The profile is large and concentrated, with a small number of agencies accounting for most obligations.

Agency mix and customer concentration

The Social Security Administration is the dominant customer at $1.02 billion across 57 awards, followed by the Centers for Medicare and Medicaid Services at $243.95 million across 38 awards. The Office of Procurement Operations, U.S. Customs and Border Protection, and the Defense Logistics Agency round out the top five, indicating a mix of civilian program support and operational procurement relationships.

Industry profile based on NAICS activity

Award activity is concentrated in IT and systems services. Other Computer Related Services (NAICS 541519) leads with $1.12 billion across 248 awards, and Computer Systems Design Services (NAICS 541512) adds $651.49 million across 198 awards; all other listed NAICS codes are comparatively minor by obligation.

Annual contract trend over the analysis window

Recent annual obligations show a sharp decline from the 2021 peak of $342.23 million across 66 awards to $23.68 million in 2022 and $21.49 million in 2023. Obligations remained lower in 2024 at $13.52 million across 6 awards, and 2025 shows a negative obligation of $2.25 million across 1 award, consistent with de-obligation activity.

How to interpret this page

This summary reflects FPDS-observed obligations associated with the vendor’s CAGE code and UEI over the last 10 years. Totals, counts, agency mix, NAICS mix, and annual trend are based on obligated dollars as reported in the provided analysis window and should be interpreted as obligation activity, not necessarily contract ceiling or lifetime value.

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 10 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 1,017,843,300.29 1.02 billion 57
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 243,950,157.60 243.95 million 38
7001 OFFICE OF PROCUREMENT OPERATIONS 146,296,887.39 146.30 million 21
7014 U.S. CUSTOMS AND BORDER PROTECTION 98,501,596.21 98.50 million 11
97AS DEFENSE LOGISTICS AGENCY 79,599,666.68 79.60 million 134
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 56,303,303.06 56.30 million 49
1501 OFFICES, BOARDS AND DIVISIONS 47,333,731.11 47.33 million 37
7529 NATIONAL INSTITUTES OF HEALTH 33,407,698.47 33.41 million 32
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 17,999,075.35 18.00 million 9
2100 DEPT OF THE ARMY 17,049,542.37 17.05 million 27

Insight

Over the last 10 years, NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 5YY61) has $1.80 billion in obligated awards across 511 awards, with activity concentrated in a small number of agencies. The SOCIAL SECURITY ADMINISTRATION accounts for the largest share at $1.02 billion across 57 awards, representing more than half of the listed top-agency obligations. The next largest agencies—CENTERS FOR MEDICARE AND MEDICAID SERVICES and OFFICE OF PROCUREMENT OPERATIONS—are materially smaller at $243.95 million and $146.30 million, respectively, indicating a steep drop-off after the top customer. Award volume is more distributed than obligated dollars, with DEFENSE LOGISTICS AGENCY recording 134 awards but only $79.60 million obligated.

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 10 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 1,122,479,913.30 1.12 billion 248
541512 COMPUTER SYSTEMS DESIGN SERVICES 651,487,118.83 651.49 million 198
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 14,501,704.66 14.50 million 27
541711 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY 8,460,197.90 8.46 million 10
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 1,795,052.84 1.80 million 13
541330 ENGINEERING SERVICES 140,192.97 140.19 thousand 9
611420 COMPUTER TRAINING 139,591.05 139.59 thousand 2
511210 SOFTWARE PUBLISHERS -6,015.00 -6.01 thousand 1
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) -113,261.15 -113.26 thousand 3

Insight

Over the last 10 years, NORTHROP GRUMMAN SYSTEMS CORPORATION’s obligations under CAGE 5YY61 are highly concentrated in information technology services, led by NAICS 541519 (Other Computer Related Services) at $1.12 billion across 248 awards and NAICS 541512 (Computer Systems Design Services) at $651.49 million across 198 awards. Together, these two NAICS account for nearly all obligated dollars in the period, indicating a narrow spending profile centered on IT support and systems design. All other NAICS are marginal by comparison, with only small additional obligations in custom programming, biotechnology R&D, and related services, and minor negative obligations in two codes.

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 10 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
2020 420,044,575.45 420.04 million 82
2019 320,537,843.66 320.54 million 83
2018 321,488,328.15 321.49 million 111
2017 312,882,049.14 312.88 million 107
2016 25,259,502.50 25.26 million 34

Insight

Over the last 10 years, NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 5YY61) recorded $1.80 billion across 511 awards, averaging $3.52 million per award. Obligations were heavily concentrated in FY2017–FY2021, which accounted for the bulk of total spend, including peaks in FY2020 ($420.04 million; 82 awards) and FY2021 ($342.23 million; 66 awards). Activity fell sharply after FY2021, with comparatively low obligations in FY2022–FY2024 and a single negative obligation in FY2025 (-$2.25 million), indicating recent downward volatility following the earlier high-obligation 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.