Federal Contractor

NORTHROP GRUMMAN SYSTEMS CORPORATION Federal Contract Obligations (Last Year)

NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 06481, UEI GWFBQY413N79) recorded 231 award actions totaling $220.36 million in the last full year.

In the last full year, NORTHROP GRUMMAN SYSTEMS CORPORATION received $220,357,627.71 across 231 federal award actions, for an average action value of $953,929.12. The work was concentrated with the Department of the Navy and the Department of the Air Force, which together accounted for most obligations.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year and are based on obligated dollars, agency awards, and NAICS classifications in the provided data.

CAGE Code
06481
UEI
GWFBQY413N79
Total Obligated
220.36 million
220,357,627.71
Award Actions
231
Average Action Value
953,929.12

About NORTHROP GRUMMAN SYSTEMS CORPORATION federal contract activity

NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 06481, UEI GWFBQY413N79) received $220.36 million in obligated FPDS awards across 231 actions in the last full year, for an average award value of $953,929.12. The profile reflects a high-volume federal contracting footprint concentrated in defense and aerospace-related work.

Agency mix and customer concentration

Obligations were heavily concentrated in the DEPT OF THE NAVY and DEPT OF THE AIR FORCE, which together accounted for $226.18 million across 215 awards. The DEPT OF THE ARMY and NASA each contributed only minor obligated amounts, while the NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION shows one award with $0 obligated.

Industry profile based on NAICS activity

The vendor’s activity is led by NAICS 334511, SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING, with $144.68 million across 159 awards. Secondary concentration appears in NAICS 334220 and 336413, indicating substantial work in communications equipment and aircraft parts, with smaller activity in printed circuit board manufacturing and engineering services.

Annual contract trend over the analysis window

Annual activity for 2025 totals $220.36 million across 231 awards, indicating all observed obligations in the analysis window are recorded in that year. No multi-year trend can be inferred from the provided data, so this page reflects a single-year snapshot rather than a directional change over time.

How to interpret this page

This summary uses the provided FPDS Query analysis window of the last full year and the supplied aggregates for obligations, award counts, agency mix, NAICS mix, and annual totals. Amounts reflect obligated dollars as reported in the source data; entries with zero obligated value are preserved as provided.

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 = '06481'
        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
1700 DEPT OF THE NAVY 127,765,199.54 127.77 million 105
5700 DEPT OF THE AIR FORCE 98,410,057.17 98.41 million 110
2100 DEPT OF THE ARMY 31,413.55 31.41 thousand 1
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 25,350.00 25.35 thousand 1
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 0.00 0.00 1
1406 DEPARTMENTAL OFFICES -6,250.75 -6.25 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -2,821,707.38 -2.82 million 10
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) -3,046,434.42 -3.05 million 2

Insight

NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 06481) obligated $220.36 million across 231 awards in the last full year, with activity highly concentrated in two defense agencies. The DEPT OF THE NAVY accounted for $127.77 million across 105 awards and the DEPT OF THE AIR FORCE for $98.41 million across 110 awards, together representing nearly all positive obligation volume. Remaining agencies contributed only marginal positive dollars, while DCMA and DARPA posted negative obligations of $2.82 million and $3.05 million, respectively, indicating downward adjustments or deobligations 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 = '06481'
        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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 144,681,540.63 144.68 million 159
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 51,917,484.70 51.92 million 9
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 21,667,159.00 21.67 million 24
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 2,273,338.40 2.27 million 16
541330 ENGINEERING SERVICES 1,961,675.60 1.96 million 8
339991 GASKET, PACKING, AND SEALING DEVICE MANUFACTURING 137,760.00 137.76 thousand 2
335312 MOTOR AND GENERATOR MANUFACTURING 111,500.00 111.50 thousand 2
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 31,413.55 31.41 thousand 1
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 25,514.00 25.51 thousand 1
334111 ELECTRONIC COMPUTER MANUFACTURING 25,100.00 25.10 thousand 1

Insight

Over the last full year, NORTHROP GRUMMAN SYSTEMS CORPORATION’s obligations were highly concentrated in NAICS 334511, which accounted for $144.68 million across 159 awards, or about 66% of total obligated dollars. NAICS 334220 and 336413 were the next largest categories at $51.92 million and $21.67 million, respectively, together bringing the top three NAICS to roughly 99% of total obligations. The remaining NAICS codes were each individually below $3.0 million, indicating a narrow procurement profile centered on aerospace, defense electronics, and related manufacturing activities.

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 = '06481'
        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 220,357,627.71 220.36 million 231

Insight

During the last full year, NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 06481) recorded $220.36 million in obligated value across 231 awards, for an average award value of $953,929.12. The activity is concentrated in a single annual period, so this window reflects one year of procurement performance rather than a multi-year trend. The award volume suggests the obligations were distributed across a relatively high number of actions, with no additional annual variation available in the provided data.

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.