Federal Contractor

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

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

Over the last 10 years, NORTHROP GRUMMAN SYSTEMS CORPORATION received 3,300 award actions totaling $9.46 billion in obligated value, with an average action value of $2,865,822.48. Most obligations came from the Department of the Air Force and the Department of the Navy, and the largest NAICS category was Aircraft Manufacturing.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the provided analysis window and may include negative obligations in agency-level detail, such as DCMA.

CAGE Code
78022
UEI
LALWKM623MU7
Total Obligated
9.46 billion
9,457,214,190.98
Award Actions
3,300
Average Action Value
2,865,822.48

About NORTHROP GRUMMAN SYSTEMS CORPORATION federal contract activity

NORTHROP GRUMMAN SYSTEMS CORPORATION has recorded $9.46 billion in obligations across 3,300 awards over the last 10 years, with an average award value of $2.87 million. The vendor’s procurement profile is heavily concentrated in defense and aerospace work, reflecting a sustained federal relationship centered on large, mission-critical contracts.

Agency mix and customer concentration

The DEPT OF THE AIR FORCE and DEPT OF THE NAVY account for nearly all reported obligations, at $4.95 billion and $4.60 billion respectively, across 1,335 and 1,576 awards. Smaller activity appears with NASA at $110.65 million, while DLA is minimal at $2.73 million; DCMA shows a negative obligated total of $203.18 million, which may reflect contract closeout, deobligation, or accounting adjustments rather than new award volume.

Industry profile based on NAICS activity

NAICS 336411, Aircraft Manufacturing, dominates the portfolio with $7.14 billion and 2,014 awards, indicating that most activity is tied to platform production and related aerospace manufacturing. Secondary concentrations in 541990, 541330, and 811219 show meaningful support work in technical services, engineering, and electronics/precision equipment repair, while 488190 suggests some logistics or air transportation support activity.

Annual contract trend over the analysis window

Annual obligations in the visible period remained substantial and relatively steady, ranging from $738.82 million in 2024 to $1.15 billion in 2023. The 2025 year-to-date figure of $904.21 million is already comparable to prior full-year levels, suggesting continued high procurement throughput.

How to interpret this page

This summary is based on FPDS award data for the vendor identified by CAGE 78022 and UEI LALWKM623MU7 over the last 10 years. Totals reflect obligated dollars and award counts as reported in the provided dataset; negative obligated values are retained as presented and may indicate deobligations or 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 = '78022'
        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
5700 DEPT OF THE AIR FORCE 4,945,661,996.46 4.95 billion 1,335
1700 DEPT OF THE NAVY 4,601,347,357.29 4.60 billion 1,576
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 110,653,480.12 110.65 million 154
97AS DEFENSE LOGISTICS AGENCY 2,730,608.51 2.73 million 24
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -203,179,251.40 -203.18 million 211

Insight

Over the last 10 years, NORTHROP GRUMMAN SYSTEMS CORPORATION’s obligations are highly concentrated in two defense agencies: the Department of the Air Force at $4.95 billion across 1,335 awards and the Department of the Navy at $4.60 billion across 1,576 awards. Together, these two agencies account for nearly all of the vendor’s $9.46 billion in obligated value during the period, indicating a strong reliance on Air Force and Navy demand. Other agency activity is comparatively limited, with NASA at $110.65 million and DLA at $2.73 million, while DCMA reflects a negative obligated total of $203.18 million across 211 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 = '78022'
        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
336411 AIRCRAFT MANUFACTURING 7,144,528,014.31 7.14 billion 2,014
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 1,114,578,236.19 1.11 billion 185
541330 ENGINEERING SERVICES 600,423,840.45 600.42 million 160
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 355,180,407.24 355.18 million 57
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 111,116,666.43 111.12 million 145
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 72,567,773.44 72.57 million 458
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 60,964,900.35 60.96 million 38
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 1,637,732.31 1.64 million 27
314910 TEXTILE BAG AND CANVAS MILLS 1,303,000.12 1.30 million 31
333999 ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING 860,205.04 860.21 thousand 77

Insight

Over the last 10 years, NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 78022) received $9.46 billion across 3,300 awards, with obligations heavily concentrated in NAICS 336411 Aircraft Manufacturing, which accounts for $7.14 billion and 2,014 awards. The next largest NAICS categories—541990 All Other Professional, Scientific, and Technical Services ($1.11 billion) and 541330 Engineering Services ($600.42 million)—are materially smaller, indicating a strong primary concentration in aircraft manufacturing with secondary activity in technical and engineering support. Remaining NAICS categories are comparatively limited and individually represent substantially smaller shares of total obligated dollars.

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 = '78022'
        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 904,207,754.83 904.21 million 312
2024 738,823,610.20 738.82 million 261
2023 1,148,481,480.48 1.15 billion 332
2022 858,563,668.16 858.56 million 317
2021 887,644,456.99 887.64 million 450
2020 1,090,677,532.74 1.09 billion 473
2019 1,090,513,438.10 1.09 billion 372
2018 1,197,819,591.30 1.20 billion 354
2017 1,534,507,802.16 1.53 billion 417
2016 5,974,856.02 5.97 million 12

Insight

Over the last 10 years, NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 78022) obligated $9.46 billion across 3,300 awards, averaging $2.87 million per award. Obligations are concentrated in the 2017–2025 period, with annual totals generally ranging from about $738.82 million to $1.53 billion, indicating sustained high-volume contracting activity. The lowest annual obligation is in 2016 at $5.97 million, followed by a sharp step-up in 2017, and recent years remain elevated, with 2023 the peak year at $1.15 billion. Award counts are also substantial and relatively steady in most years, with a high of 473 in 2020 and 450 in 2021.

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.