Federal Contractor

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

FPDS procurement summary for NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 70974, UEI PK8PM2GNVMP8) covering the last five years of federal awards.

NORTHROP GRUMMAN SYSTEMS CORPORATION received 8.86 billion across 5,013 federal award actions in the last five years, with an average action value of 1.77 million. Most obligations came from the Department of the Navy, followed by the Department of the Air Force and the Defense Logistics Agency.

Generated at 03/21/2026

Analysis period: Last 5 years

Values reflect obligations recorded in the analysis window and may include negative adjustments, as shown in DCMA totals.

CAGE Code
70974
UEI
PK8PM2GNVMP8
Total Obligated
8.86 billion
8,864,878,457.16
Award Actions
5,013
Average Action Value
1,768,377.90

About NORTHROP GRUMMAN SYSTEMS CORPORATION federal contract activity

NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 70974, UEI PK8PM2GNVMP8) recorded 8.86 billion in obligated value across 5,013 FPDS awards over the last 5 years, with an average award value of 1.77 million. The profile is large and sustained, indicating a major defense supplier with consistent federal demand rather than a sporadic award pattern.

Agency mix and customer concentration

The Department of the Navy dominates the vendor’s federal business, accounting for 8.14 billion and 3,646 awards, which makes the company heavily Navy-dependent. The Department of the Air Force and Defense Logistics Agency are meaningful secondary customers, while the negative obligated total shown for DCMA suggests contract deobligations, closeouts, or downward adjustments during the period.

Industry profile based on NAICS activity

Award activity is concentrated in aircraft-related manufacturing, led by NAICS 336411 Aircraft Manufacturing at 4.97 billion and NAICS 336413 Other Aircraft Parts and Auxiliary Equipment Manufacturing at 3.33 billion. Smaller but relevant volumes appear in engineering services, R&D in physical and engineering sciences, and guidance/navigation systems manufacturing, consistent with a platform, systems, and support portfolio.

Annual contract trend over the analysis window

Obligations peaked in 2024 at 2.18 billion, then declined to 1.39 billion in 2025 through the current analysis window. Even with that pullback, annual obligated value remained above 1.39 billion in every year shown, and award counts stayed high at roughly 900 to 1,100 per year, indicating continued contract flow.

How to interpret this page

This summary is based on FPDS award records associated with CAGE 70974 and UEI PK8PM2GNVMP8 for the last 5 years. Totals reflect obligated dollars and award counts as reported in the provided dataset; negative obligated values are retained as reported and may reflect deobligations or other contract 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 = '70974'
        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 8,143,966,595.79 8.14 billion 3,646
5700 DEPT OF THE AIR FORCE 653,002,816.57 653.00 million 224
97AS DEFENSE LOGISTICS AGENCY 202,967,095.87 202.97 million 530
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -135,058,051.07 -135.06 million 613

Insight

Over the last 5 years, NORTHROP GRUMMAN SYSTEMS CORPORATION’s obligations are highly concentrated in the DEPT OF THE NAVY, which accounts for $8.14 billion across 3,646 awards, or most of the vendor’s $8.86 billion total. The DEPT OF THE AIR FORCE and DEFENSE LOGISTICS AGENCY are secondary sources of obligated value at $653.00 million and $202.97 million, respectively, but at materially lower levels than the Navy. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) shows a negative obligated value of $135.06 million across 613 awards, indicating downward adjustments in the period.

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 = '70974'
        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
336411 AIRCRAFT MANUFACTURING 4,967,084,456.21 4.97 billion 213
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 3,328,978,452.12 3.33 billion 3,922
541330 ENGINEERING SERVICES 351,659,610.34 351.66 million 170
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 96,752,960.57 96.75 million 92
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 69,322,650.35 69.32 million 97
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 33,377,768.04 33.38 million 147
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 9,255,393.00 9.26 million 16
332439 OTHER METAL CONTAINER MANUFACTURING 1,152,911.00 1.15 million 36
314910 TEXTILE BAG AND CANVAS MILLS 927,269.00 927.27 thousand 39
334111 ELECTRONIC COMPUTER MANUFACTURING 773,685.20 773.69 thousand 4

Insight

Over the last 5 years, obligations for NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 70974) are highly concentrated in two aircraft manufacturing NAICS codes: 336411 and 336413 together account for about 8.30 billion of 8.86 billion in total obligations, or roughly 94% of the vendor’s obligated value. NAICS 336413 carries the largest award count with 3,922 awards, indicating a high-volume, lower-dollar transaction pattern, while 336411 has fewer awards (213) but the highest obligated value at 4.97 billion. The remaining top NAICS codes are comparatively small and dispersed, with engineering, R&D, and electronics-related categories each representing a much smaller share of total obligations.

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 = '70974'
        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 1,391,354,055.46 1.39 billion 906
2024 2,181,809,975.35 2.18 billion 1,034
2023 1,935,618,697.67 1.94 billion 1,098
2022 1,394,010,900.46 1.39 billion 899
2021 1,962,084,828.22 1.96 billion 1,076

Insight

Over the last 5 years, NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 70974) received $8.86 billion across 5,013 awards, averaging $1.77 million per award. Obligations were relatively concentrated in 2024 and 2023, which together accounted for about 46.5% of total dollars, with 2024 the peak year at $2.18 billion. Annual award volume remained fairly stable, ranging from 899 to 1,098 awards, while obligated dollars fluctuated more materially, indicating year-to-year variation in award value rather than count.

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.