Federal Contractor

NORTHROP GRUMMAN SYSTEMS CORPORATION Federal Contract Obligations (Last Year)

NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 26916, UEI E4X3BLZPPPX3) received 696.07 million in federal obligations across 462 awards in the last full year.

Most obligations came from the Department of the Air Force at 430.15 million across 214 awards, followed by the Department of the Navy at 171.13 million across 134 awards. Activity was concentrated in engineering services and advanced electronic and weapons-related manufacturing, with the largest NAICS code being 541330 Engineering Services at 260.99 million.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year analyzed and are based on obligated amounts, with the annual total recorded in 2025.

CAGE Code
26916
UEI
E4X3BLZPPPX3
Total Obligated
696.07 million
696,072,514.22
Award Actions
462
Average Action Value
1,506,650.46

About NORTHROP GRUMMAN SYSTEMS CORPORATION federal contract activity

NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 26916, UEI E4X3BLZPPPX3) recorded 696.07 million in obligated federal awards across 462 actions in the last full year, for an average award value of 1.51 million. The profile is heavily weighted toward large defense procurements, with obligations concentrated in a relatively small set of agencies and technical NAICS categories.

Agency mix and customer concentration

The DEPT OF THE AIR FORCE was the dominant customer, accounting for 430.15 million across 214 awards, or well over half of total obligations. The DEPT OF THE NAVY was the second-largest agency at 171.13 million across 134 awards, followed by the DEFENSE LOGISTICS AGENCY at 54.99 million. The DEPT OF THE ARMY contributed 46.63 million, while DARPA activity was immaterial at 36.92 thousand across 2 awards.

Industry profile based on NAICS activity

Obligations were concentrated in engineering and advanced defense electronics/manufacturing NAICS codes. ENGINEERING SERVICES (541330) led with 260.99 million, followed by SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING (334511) at 209.39 million and OTHER ELECTRONIC COMPONENT MANUFACTURING (334419) at 166.22 million. Smaller but still relevant activity appeared in BARE PRINTED CIRCUIT BOARD MANUFACTURING (334412) and OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING (336413).

Annual contract trend over the analysis window

The annual trend shows a single-year total of 696.07 million and 462 awards for 2025, which matches the analysis window and indicates no multi-year comparison in the provided data. Because only one year is listed, this view supports a point-in-time assessment rather than a directional trend analysis.

How to interpret this page

This summary is based only on the provided FPDS Query aggregates for the last full year, using obligated dollars and award counts by vendor, agency, NAICS, and year. Percent shares and averages are derived from the supplied totals; no additional records, adjustments, or external sources were used.

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 = '26916'
        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
5700 DEPT OF THE AIR FORCE 430,146,967.80 430.15 million 214
1700 DEPT OF THE NAVY 171,134,711.69 171.13 million 134
97AS DEFENSE LOGISTICS AGENCY 54,988,001.46 54.99 million 10
2100 DEPT OF THE ARMY 46,632,741.13 46.63 million 63
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 36,919.82 36.92 thousand 2
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -6,866,827.68 -6.87 million 39

Insight

Over the last full year, NORTHROP GRUMMAN SYSTEMS CORPORATION’s obligations were concentrated in a small set of defense agencies, with the DEPT OF THE AIR FORCE accounting for $430.15 million across 214 awards, or about 62% of total obligated dollars. The DEPT OF THE NAVY added $171.13 million and the DEFENSE LOGISTICS AGENCY $54.99 million, bringing the top three agencies to roughly 94% of total obligations. The DEPT OF THE ARMY contributed a further $46.63 million, while DARPA obligations were negligible; DCMA recorded a negative obligated amount of $6.87 million across 39 awards, indicating downward adjustment activity 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 = '26916'
        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
541330 ENGINEERING SERVICES 260,991,956.52 260.99 million 75
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 209,392,282.09 209.39 million 124
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 166,215,102.92 166.22 million 141
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 58,716,254.19 58.72 million 27
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 1,504,568.12 1.50 million 24
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 833,040.95 833.04 thousand 21
332439 OTHER METAL CONTAINER MANUFACTURING 0.00 0.00 6
511210 SOFTWARE PUBLISHERS -46,847.85 -46.85 thousand 4
334414 ELECTRONIC CAPACITOR MANUFACTURING -103,600.00 -103.60 thousand 1
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING -130,740.00 -130.74 thousand 3

Insight

Over the last full year, NORTHROP GRUMMAN SYSTEMS CORPORATION’s obligations of $696.07 million were concentrated in a small number of NAICS codes, led by Engineering Services (541330) at $260.99 million across 75 awards. The next largest shares were in Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing (334511) at $209.39 million and Other Electronic Component Manufacturing (334419) at $166.22 million, indicating a strong mix of engineering and defense-electronics activity. Smaller obligations were spread across printed circuit board and aircraft-parts manufacturing, while several lower-volume NAICS codes had negligible or negative net obligations, suggesting limited transaction-level adjustments rather than broad diversification.

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 = '26916'
        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 696,072,514.22 696.07 million 462

Insight

In the last full year, NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 26916) recorded $696.07 million in obligated value across 462 awards, for an average award value of about $1.51 million. With only one year provided in the 1-year window, no year-over-year trend can be assessed; the data reflect a single-period obligation profile rather than a directional change. The award volume suggests obligations are distributed across a relatively large number of actions rather than concentrated in a small number of awards.

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.