Federal Contractor

NORTHROP GRUMMAN SYSTEMS CORPORATION Federal Contract Obligations (Last Year)

Federal procurement summary for NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 8K4J7, UEI ULU9F3WMEH66) covering its last full year of awarded obligations.

In the last full year, NORTHROP GRUMMAN SYSTEMS CORPORATION recorded $756.15 million in obligated awards across 274 actions, for an average action value of $2.76 million. Federal activity was concentrated in the Department of the Army, which accounted for $711.46 million, followed by the Department of the Navy and the Defense Logistics Agency.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the selected analysis window and may include small negative adjustments in agency-level data.

CAGE Code
8K4J7
UEI
ULU9F3WMEH66
Total Obligated
756.15 million
756,153,355.65
Award Actions
274
Average Action Value
2,759,683.77

About NORTHROP GRUMMAN SYSTEMS CORPORATION federal contract activity

In the last full year, NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 8K4J7, UEI ULU9F3WMEH66) received 274 obligations totaling 756.15 million, for an average award value of 2.76 million. The obligation base indicates a concentrated federal contracting profile with relatively high-dollar awards.

Agency mix and customer concentration

The DEPT OF THE ARMY accounted for the vast majority of obligations at 711.46 million across 130 awards, making it the clear primary customer in the period. The DEPT OF THE NAVY contributed a distant second at 41.31 million across 24 awards, while the DEFENSE LOGISTICS AGENCY obligated 3.38 million across 108 awards. DCMA recorded a negligible -0.02 in obligations across 12 awards, which is effectively zero at this scale.

Industry profile based on NAICS activity

Award activity was concentrated in ammunition and ordnance-related manufacturing NAICS codes. AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING led with 533.20 million across 115 awards, followed by SMALL ARMS AMMUNITION MANUFACTURING at 141.95 million across 11 awards and SMALL ARMS, ORDNANCE, AND ORDNANCE ACCESSORIES MANUFACTURING at 44.12 million across 97 awards. EXPLOSIVES MANUFACTURING added 36.29 million, while MECHANICAL POWER TRANSMISSION EQUIPMENT MANUFACTURING was immaterial at 192.70 thousand.

Annual contract trend over the analysis window

The annual trend shows 756.15 million obligated across 274 awards in 2025, with no additional years present in the provided window. Because the analysis covers only the last full year, the data supports a single-period snapshot rather than a multi-year trajectory. This limits trend interpretation to the scale and composition of activity within that year.

How to interpret this page

This page summarizes FPDS award records associated with CAGE 8K4J7 and UEI ULU9F3WMEH66 for the last full year. Totals, counts, and averages are drawn directly from the provided overview, agency, NAICS, and annual trend aggregates. Negative obligation values are retained as reported and should be interpreted as a near-zero adjustment rather than a meaningful award 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 = '8K4J7'
        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
2100 DEPT OF THE ARMY 711,461,979.91 711.46 million 130
1700 DEPT OF THE NAVY 41,313,114.91 41.31 million 24
97AS DEFENSE LOGISTICS AGENCY 3,378,260.85 3.38 million 108
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -0.02 -0.02 12

Insight

During the last full year, NORTHROP GRUMMAN SYSTEMS CORPORATION’s obligations were highly concentrated at the Department of the Army, which accounted for $711.46 million of the $756.15 million total across 130 awards. The Department of the Navy represented a distant second tier at $41.31 million across 24 awards, while the Defense Logistics Agency obligated $3.38 million across 108 awards, indicating a much larger volume of smaller transactions. DCMA obligations were effectively zero at -$0.02 across 12 awards.

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 = '8K4J7'
        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
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 533,197,600.30 533.20 million 115
332992 SMALL ARMS AMMUNITION MANUFACTURING 141,953,019.14 141.95 million 11
332994 SMALL ARMS, ORDNANCE, AND ORDNANCE ACCESSORIES MANUFACTURING 44,117,947.62 44.12 million 97
325920 EXPLOSIVES MANUFACTURING 36,288,488.07 36.29 million 8
333613 MECHANICAL POWER TRANSMISSION EQUIPMENT MANUFACTURING 192,699.00 192.70 thousand 3
332216 SAW BLADE AND HANDTOOL MANUFACTURING 151,204.72 151.20 thousand 11
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 124,221.00 124.22 thousand 4
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 46,878.00 46.88 thousand 5
332991 BALL AND ROLLER BEARING MANUFACTURING 35,194.20 35.19 thousand 7
336350 MOTOR VEHICLE TRANSMISSION AND POWER TRAIN PARTS MANUFACTURING 26,100.00 26.10 thousand 3

Insight

Northrop Grumman Systems Corporation’s obligations are highly concentrated in munitions-related NAICS codes over the last full year. NAICS 332993 (Ammunition, except small arms manufacturing) accounts for 533.20 million across 115 awards, followed by 332992 (Small arms ammunition manufacturing) at 141.95 million across 11 awards; together, these two codes represent most of the 756.15 million obligated. A smaller but still material share is in 332994 and 325920, while the remaining NAICS codes are low-dollar, low-volume activity measured in the thousands, indicating a narrow procurement profile centered on ammunition and explosives manufacturing.

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 = '8K4J7'
        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 756,153,355.65 756.15 million 274

Insight

In the last full year, NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 8K4J7) received $756.15 million across 274 awards, with an average award value of $2.76 million. The annual activity is concentrated within a single year in the 1-year window, indicating steady obligation volume rather than year-over-year variability in this view. The award count suggests obligations were distributed across multiple transactions rather than driven by a small number of very large awards.

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.