Federal Contractor

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

Federal procurement profile for NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 15055, UEI H9M6J1PND9M3) covering obligations and awards over the last 10 years.

Over the last 10 years, NORTHROP GRUMMAN SYSTEMS CORPORATION has received 1,577 award actions totaling $4.31 billion in federal obligations, with an average action value of $2.73 million. Most of this activity is concentrated with the Department of the Navy and the Department of the Air Force, and within NAICS 334511 for search, detection, navigation, guidance, aeronautical, and nautical systems and instrument manufacturing.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals and counts are based on FPDS records in the 10-year analysis window and may reflect contract modifications as well as new awards.

CAGE Code
15055
UEI
H9M6J1PND9M3
Total Obligated
4.31 billion
4,305,121,695.96
Award Actions
1,577
Average Action Value
2,729,944.00

About NORTHROP GRUMMAN SYSTEMS CORPORATION federal contract activity

NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 15055, UEI H9M6J1PND9M3) received $4.31 billion in FPDS-observed obligations across 1,577 awards over the last 10 years, for an average award value of about $2.73 million. The profile is heavily defense-oriented and concentrated in complex systems, research, and engineering work.

Agency mix and customer concentration

The Department of the Navy is the largest funding source at $1.90 billion across 581 awards, followed closely by the Department of the Air Force at $1.85 billion across 403 awards. The Department of the Army adds $335.08 million, while DARPA contributes $212.46 million; the Defense Logistics Agency is present but minimal at $2.49 million.

Industry profile based on NAICS activity

Awards are dominated by NAICS 334511, which accounts for $3.78 billion across 814 awards and indicates a core focus on navigation, guidance, aeronautical, and nautical systems manufacturing. Smaller but material activity appears in R&D under NAICS 541715 and 541712, plus engineering services under NAICS 541330, with limited amounts in communications equipment manufacturing.

Annual contract trend over the analysis window

Recent annual obligations remain elevated and relatively stable, ranging from $579.06 million in 2024 to $690.17 million in 2022, with $617.19 million in 2025 through the analysis window. Award counts in the recent years are also consistent, suggesting a steady pipeline rather than a single spike-driven pattern.

How to interpret this page

This summary is based on FPDS award records associated with CAGE 15055 and UEI H9M6J1PND9M3 over the last 10 years. Totals are aggregated from obligated amounts and award counts as provided; agency, NAICS, and annual views reflect the highest reported categories in the supplied dataset.

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 = '15055'
        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
1700 DEPT OF THE NAVY 1,903,164,992.62 1.90 billion 581
5700 DEPT OF THE AIR FORCE 1,852,412,754.21 1.85 billion 403
2100 DEPT OF THE ARMY 335,078,984.37 335.08 million 340
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 212,460,110.00 212.46 million 166
97AS DEFENSE LOGISTICS AGENCY 2,494,226.06 2.49 million 22
97JC MISSILE DEFENSE AGENCY (MDA) 1,000,000.00 1.00 million 3
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 996,933.90 996.93 thousand 3
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -2,486,305.20 -2.49 million 59

Insight

Over the last 10 years, NORTHROP GRUMMAN SYSTEMS CORPORATION’s obligations are highly concentrated in two agencies: the Department of the Navy ($1.90 billion across 581 awards) and the Department of the Air Force ($1.85 billion across 403 awards), which together account for the vast majority of the vendor’s $4.31 billion in total obligations. A secondary but materially smaller share is spread across the Department of the Army ($335.08 million, 340 awards) and DARPA ($212.46 million, 166 awards), indicating additional defense R&D and program support activity. Other agencies each represent minimal obligation volume, while DCMA shows a net negative obligation of $2.49 million over 59 awards, suggesting deobligations or downward adjustments within 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 = '15055'
        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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 3,780,277,294.79 3.78 billion 814
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 343,355,974.59 343.36 million 308
541330 ENGINEERING SERVICES 124,996,451.95 125.00 million 183
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 35,780,449.55 35.78 million 80
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 4,376,502.49 4.38 million 28
811210 ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 3,317,856.20 3.32 million 13
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 2,812,428.91 2.81 million 59
333999 ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING 1,270,874.06 1.27 million 13
333618 OTHER ENGINE EQUIPMENT MANUFACTURING 1,258,025.40 1.26 million 5
334515 INSTRUMENT MANUFACTURING FOR MEASURING AND TESTING ELECTRICITY AND ELECTRICAL SIGNALS 1,031,497.70 1.03 million 2

Insight

Over the last 10 years, obligations for NORTHROP GRUMMAN SYSTEMS CORPORATION are highly concentrated in NAICS 334511, which accounts for $3.78 billion of $4.31 billion total obligated, across 814 of 1,577 awards. This indicates a dominant workload in search, detection, navigation, guidance, aeronautical, and nautical systems and instruments manufacturing, with the remaining obligations distributed across a much smaller set of NAICS categories. The next largest NAICS codes, 541715 and 541330, are materially lower at $343.36 million and $125.00 million, respectively, suggesting a secondary but significantly smaller presence in R&D and engineering services.

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 = '15055'
        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 617,191,940.98 617.19 million 230
2024 579,060,696.79 579.06 million 233
2023 634,843,765.62 634.84 million 189
2022 690,165,920.81 690.17 million 210
2021 670,315,983.82 670.32 million 175
2020 509,542,560.79 509.54 million 132
2019 144,419,246.82 144.42 million 123
2018 222,472,311.73 222.47 million 149
2017 237,109,268.60 237.11 million 134
2016 0.00 0.00 2

Insight

Over the last 10 years, NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 15055) obligated $4.31 billion across 1,577 awards, averaging about $2.73 million per award. Obligations are concentrated in the 2020–2025 period, which accounts for most annual activity and includes peak obligations in 2022 ($690.17 million) and 2021 ($670.32 million). Earlier years were materially lower, with 2016 reporting $0 obligated across 2 awards and 2017–2019 remaining below $250 million annually, indicating a clear step-up in funding volume beginning in 2020.

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.