Federal Contractor

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

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

Over the last 5 years, NORTHROP GRUMMAN SYSTEMS CORPORATION received $3.19 billion across 1,037 award actions, for an average action value of $3.08 million. Activity was concentrated in the Department of the Navy and the Department of the Air Force, with the largest obligations tied to NAICS 334511 and related defense technology work.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the provided 5-year analysis window and may include multiple award actions across agencies, NAICS codes, and fiscal years.

CAGE Code
15055
UEI
H9M6J1PND9M3
Total Obligated
3.19 billion
3,191,578,308.02
Award Actions
1,037
Average Action Value
3,077,703.28

About NORTHROP GRUMMAN SYSTEMS CORPORATION federal contract activity

NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 15055, UEI H9M6J1PND9M3) received $3.19 billion across 1,037 FPDS-observed awards over the last 5 years, for an average award value of $3.08 million. The profile reflects a high-volume federal vendor with spending concentrated in defense-oriented procurement channels.

Agency mix and customer concentration

The Department of the Navy is the largest customer by a wide margin, accounting for $1.67 billion and 421 awards, followed by the Department of the Air Force with $1.25 billion and 286 awards. DARPA and the Department of the Army represent smaller but material portions of the book, while DLA activity is minimal, indicating a portfolio heavily centered on major defense program offices rather than broad civilian agency spread.

Industry profile based on NAICS activity

The award base is dominated by NAICS 334511, which alone represents $2.85 billion and 507 awards, pointing to sustained work in aeronautical and nautical systems and instruments. Secondary activity appears in research and development under NAICS 541715 and engineering services under 541330, with limited additional volume in communications equipment manufacturing and equipment repair and maintenance.

Annual contract trend over the analysis window

Annual obligations remained in a relatively narrow band from 2021 through 2025, ranging from $579.06 million to $690.17 million. The peak occurred in 2022, followed by a decline in 2023 and 2024 and a partial rebound in 2025, while award counts stayed consistently elevated between 175 and 233 per year.

How to interpret this page

This summary is based on FPDS-observed awards associated with the vendor name, CAGE code, and UEI over the last 5 years. Totals reflect obligated dollars and award counts aggregated from the provided dataset; NAICS and agency shares are ranked by obligated value, and annual trend figures are shown by fiscal year as supplied.

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 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 1,668,609,874.00 1.67 billion 421
5700 DEPT OF THE AIR FORCE 1,251,636,566.02 1.25 billion 286
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 148,522,883.00 148.52 million 118
2100 DEPT OF THE ARMY 123,238,007.53 123.24 million 172
97AS DEFENSE LOGISTICS AGENCY 1,334,708.00 1.33 million 9
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -1,763,730.53 -1.76 million 31

Insight

Over the last 5 years, NORTHROP GRUMMAN SYSTEMS CORPORATION received $3.19 billion across 1,037 awards, with obligations concentrated in two agencies: the Department of the Navy ($1.67 billion, 421 awards) and the Department of the Air Force ($1.25 billion, 286 awards). These two agencies account for the vast majority of obligated dollars, indicating a strong concentration of spending within the DoD customer base. Smaller volumes were awarded by DARPA ($148.52 million, 118 awards) and the Department of the Army ($123.24 million, 172 awards), while DLA was minimal and DCMA recorded a net negative obligation of $1.76 million.

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 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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 2,850,568,100.25 2.85 billion 507
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 258,451,377.24 258.45 million 229
541330 ENGINEERING SERVICES 63,655,671.89 63.66 million 132
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,407,848.40 2.41 million 38
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
335999 ALL OTHER MISCELLANEOUS ELECTRICAL EQUIPMENT AND COMPONENT MANUFACTURING 720,000.00 720.00 thousand 4
333310 COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING 697,914.53 697.91 thousand 8

Insight

Over the last 5 years, NORTHROP GRUMMAN SYSTEMS CORPORATION’s obligations are highly concentrated in NAICS 334511, which accounts for $2.85 billion of the $3.19 billion total obligated, or roughly 89% of spend, across 507 of 1,037 awards. The next largest categories, NAICS 541715 and 541330, are much smaller at $258.45 million and $63.66 million respectively, indicating a steep drop-off after the primary manufacturing code. The remaining NAICS codes each represent only a minor share of obligations, suggesting a broadly limited but supporting mix of R&D, engineering, and specialized equipment work.

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 5 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

Insight

Over the last 5 years, NORTHROP GRUMMAN SYSTEMS CORPORATION recorded $3.19 billion in obligated value across 1,037 awards, with an average award value of $3.08 million. Annual obligations were relatively stable, ranging from $579.06 million to $690.17 million, indicating consistent funding levels rather than pronounced volatility. Award volume was also steady, with annual counts between 175 and 233, suggesting a broad but evenly distributed award pattern over the period.

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.