Federal Contractor

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

NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 78022, UEI LALWKM623MU7) received 4.54 billion across 1,672 federal award actions in the last five years.

Federal procurement records show NORTHROP GRUMMAN SYSTEMS CORPORATION with 4.54 billion in obligated awards over the last five years, averaging 2,713,947.94 per action. The largest shares came from the Department of the Navy and the Department of the Air Force, with spending concentrated in aircraft manufacturing, professional and technical services, and engineering services.

Generated at 03/21/2026

Analysis period: Last 5 years

Values reflect obligated amounts in FPDS-style award records for the last five years and may include negative adjustments that affect agency and annual totals.

CAGE Code
78022
UEI
LALWKM623MU7
Total Obligated
4.54 billion
4,537,720,970.66
Award Actions
1,672
Average Action Value
2,713,947.94

About NORTHROP GRUMMAN SYSTEMS CORPORATION federal contract activity

NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 78022, UEI LALWKM623MU7) recorded $4.54 billion in obligations across 1,672 awards over the last 5 years, with an average award value of $2.71 million. The profile reflects a high-volume, large-dollar federal contracting base centered on defense and aerospace activity.

Agency mix and customer concentration

Contracting is concentrated in the Department of the Navy and Department of the Air Force, which together account for $4.53 billion of the vendor’s obligations and 1,484 awards. NASA is a distant third at $96.38 million, while DLA activity is immaterial; DCMA shows a net negative obligation total of $86.81 million, indicating downward adjustments, deobligations, or closeout corrections within the review period.

Industry profile based on NAICS activity

The portfolio is dominated by NAICS 336411 Aircraft Manufacturing at $2.81 billion and 872 awards, confirming a primary concentration in aerospace production. Secondary activity is spread across technical services and sustainment functions, led by NAICS 541990 at $698.05 million, 541330 at $575.47 million, and 811219 at $328.39 million, with transportation support under NAICS 488190 contributing a smaller but recurring share.

Annual contract trend over the analysis window

Annual obligations were strongest in 2023 at $1.15 billion, then eased to $738.82 million in 2024 before rebounding to $904.21 million in 2025. Award counts were highest in 2021 at 450 and remained elevated thereafter, indicating sustained transaction volume even as obligated dollars fluctuated year to year.

How to interpret this page

This summary uses FPDS award records associated with CAGE 78022 and UEI LALWKM623MU7 over the last 5 years. Totals, counts, and rankings are based on reported obligated amounts by agency, NAICS code, and fiscal year; negative obligations are retained as recorded and may reflect modifications, deobligations, or closeout actions.

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 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 2,422,802,551.42 2.42 billion 755
5700 DEPT OF THE AIR FORCE 2,104,879,730.27 2.10 billion 729
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 96,382,061.70 96.38 million 111
97AS DEFENSE LOGISTICS AGENCY 464,813.04 464.81 thousand 9
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -86,808,185.77 -86.81 million 68

Insight

Over the last 5 years, NORTHROP GRUMMAN SYSTEMS CORPORATION received $4.54 billion across 1,672 awards, with obligations concentrated in two DoD agencies: the Department of the Navy at $2.42 billion (755 awards) and the Department of the Air Force at $2.10 billion (729 awards). Together, these agencies account for nearly all obligated value, indicating a highly concentrated customer base within the Department of Defense. NASA is a distant third at $96.38 million across 111 awards, while DLA obligations were minimal at $464.81 thousand. DCMA shows negative obligated value of $86.81 million across 68 awards, which reduces net obligations 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 = '78022'
        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 2,813,602,164.10 2.81 billion 872
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 698,054,870.86 698.05 million 107
541330 ENGINEERING SERVICES 575,466,005.89 575.47 million 89
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 328,387,688.11 328.39 million 55
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 96,385,384.21 96.39 million 110
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 26,131,438.10 26.13 million 352
314910 TEXTILE BAG AND CANVAS MILLS 755,344.26 755.34 thousand 14
334111 ELECTRONIC COMPUTER MANUFACTURING 66,057.84 66.06 thousand 5
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 0.00 0.00 1
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING -3,523.00 -3.52 thousand 4

Insight

Over the last 5 years, NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 78022) received $4.54 billion across 1,672 awards, with obligations heavily concentrated in NAICS 336411 Aircraft Manufacturing, which accounts for $2.81 billion and 872 awards. The next largest areas—NAICS 541990 All Other Professional, Scientific, and Technical Services ($698.05 million; 107 awards) and NAICS 541330 Engineering Services ($575.47 million; 89 awards)—indicate a secondary concentration in technical and engineering support. Remaining obligations are distributed across smaller aerospace support and maintenance categories, with relatively limited activity in other NAICS, including one zero-obligation award and one category with negative 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 = '78022'
        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 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

Insight

Northrop Grumman Systems Corporation (CAGE 78022) obligated $4.54 billion across 1,672 awards over the last 5 years, averaging about $2.71 million per award. Annual obligations were fairly evenly distributed, ranging from $738.82 million to $1.15 billion, with a high point in 2023 and a lower level in 2024 followed by an increase in 2025. Award volume peaked in 2021 at 450 awards and then declined to 261 in 2024 before rising to 312 in 2025, indicating some year-to-year fluctuation but no sustained downward trend in 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.