In the last full year, NORTHROP GRUMMAN SYSTEMS CORPORATION received 906 award actions totaling $1.391 billion, for an average action value of $1.54 million. Most obligations came from the Department of the Navy, with smaller amounts from the Department of the Air Force, the Defense Logistics Agency, and a negative net amount from DCMA.
Federal Contractor
NORTHROP GRUMMAN SYSTEMS CORPORATION Federal Contract Obligations (Last Year)
Federal procurement profile for NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 70974, UEI PK8PM2GNVMP8) covering last full year obligations, award volume, agencies, and NAICS mix.
Annual totals reflect FPDS obligations for the analysis window and may include deobligations, which can reduce agency or NAICS totals below gross award activity.
About NORTHROP GRUMMAN SYSTEMS CORPORATION federal contract activity
NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 70974, UEI PK8PM2GNVMP8) received 906 FPDS awards totaling $1.39 billion in the last full year, for an average award value of about $1.54 million. The profile is highly concentrated in defense procurement, with one agency and one industrial code accounting for the majority of obligations.
Agency mix and customer concentration
DEPT OF THE NAVY dominated the vendor’s federal business, accounting for $1.39 billion across 733 awards and representing nearly all obligated dollars in the period. Smaller amounts came from the DEPT OF THE AIR FORCE, DEFENSE LOGISTICS AGENCY, and DEFENSE CONTRACT MANAGEMENT AGENCY; the DCMA figure is negative, indicating deobligations or downward adjustments rather than new funding.
Industry profile based on NAICS activity
The vendor’s obligations were concentrated in NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, which alone accounted for about $1.05 billion across 815 awards. NAICS 336411, Aircraft Manufacturing, was the second-largest category at $328.79 million, while smaller activity appeared in R&D and navigation/system manufacturing codes, consistent with aerospace and defense production.
Annual contract trend over the analysis window
The annual trend shows $1.39 billion in obligations and 906 awards in 2025, which is the full-year period represented in this extract. Because only one year is provided, the data support a point-in-time annual view rather than a multi-year growth assessment.
How to interpret this page
This summary is based on FPDS award records for the vendor matched to CAGE 70974 and UEI PK8PM2GNVMP8 over the last full year. Totals reflect obligated dollars and award counts as provided; negative agency totals are retained as recorded to capture deobligations or funding 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 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 |
|---|---|---|---|---|
| 1700 | DEPT OF THE NAVY | 1,385,542,189.70 | 1.39 billion | 733 |
| 5700 | DEPT OF THE AIR FORCE | 23,561,741.09 | 23.56 million | 8 |
| 97AS | DEFENSE LOGISTICS AGENCY | 12,446,071.87 | 12.45 million | 117 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | -30,195,947.20 | -30.20 million | 48 |
Insight
Northrop Grumman Systems Corporation’s last full year obligations were highly concentrated in the Department of the Navy, which accounted for $1.39 billion across 733 awards, or the clear majority of the vendor’s $1.39 billion total. The Department of the Air Force and Defense Logistics Agency were secondary customers at $23.56 million and $12.45 million, respectively, but together represented a small share of overall obligations. Defense Contract Management Agency activity was negative at -$30.20 million across 48 awards, indicating downward adjustment activity that offset some obligated value 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 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 |
|---|---|---|---|---|
| 336413 | OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING | 1,046,793,494.74 | 1.05 billion | 815 |
| 336411 | AIRCRAFT MANUFACTURING | 328,789,910.67 | 328.79 million | 38 |
| 541715 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) | 26,633,099.33 | 26.63 million | 15 |
| 334511 | SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING | 14,008,995.79 | 14.01 million | 12 |
| 334514 | TOTALIZING FLUID METER AND COUNTING DEVICE MANUFACTURING | 479,549.28 | 479.55 thousand | 1 |
| 335312 | MOTOR AND GENERATOR MANUFACTURING | 137,403.00 | 137.40 thousand | 2 |
| 332919 | OTHER METAL VALVE AND PIPE FITTING MANUFACTURING | 73,985.00 | 73.98 thousand | 1 |
| 335999 | ALL OTHER MISCELLANEOUS ELECTRICAL EQUIPMENT AND COMPONENT MANUFACTURING | 43,730.00 | 43.73 thousand | 4 |
| 334412 | BARE PRINTED CIRCUIT BOARD MANUFACTURING | 0.00 | 0.00 | 2 |
| 332911 | INDUSTRIAL VALVE MANUFACTURING | 0.00 | 0.00 | 1 |
Insight
Northrop Grumman Systems Corporation’s obligated dollars in the last full year were highly concentrated in NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, which accounted for about 1.05 billion across 815 awards, or the clear majority of the 1.39 billion total. NAICS 336411, Aircraft Manufacturing, was the second-largest category at 328.79 million across 38 awards, indicating a strong but much narrower secondary concentration. The remaining NAICS codes contributed comparatively small amounts, including 541715 at 26.63 million and 334511 at 14.01 million, while several lower-ranked codes were minimal or zero, suggesting a predominantly aerospace manufacturing and related R&D award profile.
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 1 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 |
Insight
In the last full year, Northrop Grumman Systems Corporation (CAGE 70974) recorded $1.39 billion in obligated awards across 906 awards, for an average award value of approximately $1.54 million. The activity is moderately distributed across a large number of awards, indicating reliance on a broad award base rather than a small number of exceptionally large actions. With only one annual point provided for the 1-year window, no directional trend can be assessed beyond the current-year concentration of obligations.
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.