Federal Contractor

NORTHROP GRUMMAN SYSTEMS CORPORATION Federal Contract Obligations (Last Year)

Northrop Grumman Systems Corporation recorded 793.97 million in federal obligations across 611 awards in the last full year, led by the Department of the Air Force.

In the last full year, NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 5FVX5, UEI DJUCEANK2KP4) received 793,969,592.63 in federal obligations across 611 award actions, for an average action value of 1,299,459.23. The largest share came from the DEPT OF THE AIR FORCE, followed by the DEPT OF THE NAVY, DEPT OF THE ARMY, and DISA, with activity concentrated in engineering services and related IT and support categories.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and are based on obligated amounts, award counts, and the top agencies and NAICS categories listed in the provided data.

CAGE Code
5FVX5
UEI
DJUCEANK2KP4
Total Obligated
793.97 million
793,969,592.63
Award Actions
611
Average Action Value
1,299,459.23

About NORTHROP GRUMMAN SYSTEMS CORPORATION federal contract activity

NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 5FVX5, UEI DJUCEANK2KP4) recorded 611 FPDS-observed awards in the last full year, totaling $793.97 million in obligated funding. The average award value was $1.30 million, indicating a portfolio made up of numerous mid-sized actions rather than a small number of large obligations.

Agency mix and customer concentration

Obligations were concentrated in defense agencies, led by the DEPT OF THE AIR FORCE at $404.43 million across 213 awards. The DEPT OF THE NAVY and DEPT OF THE ARMY followed at $111.53 million and $110.45 million, while DISA added $76.66 million and U.S. CUSTOMS AND BORDER PROTECTION contributed $46.55 million, showing a mix that is heavily defense-oriented but not limited to a single customer.

Industry profile based on NAICS activity

The vendor’s activity was led by NAICS 541330, Engineering Services, with $388.22 million across 254 awards, making it the dominant service category by a wide margin. Additional volume was spread across IT and systems work, including 541511, 541512, and 541519, with 488190 also material at $69.08 million, consistent with a broader portfolio spanning engineering, software, systems design, and transportation support.

Annual contract trend over the analysis window

The annual trend table shows all recorded obligations in 2025, totaling $793.97 million across 611 awards. With only one year in the analysis window, the data supports a current-year snapshot rather than a multi-year growth or decline assessment.

How to interpret this page

This summary is based on FPDS-observed obligations associated with CAGE 5FVX5 and UEI DJUCEANK2KP4 during the last full year. Agency, NAICS, and annual trend views are derived from obligated dollars and award counts only; no assumptions were made beyond the provided 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 = '5FVX5'
        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 404,427,878.01 404.43 million 213
1700 DEPT OF THE NAVY 111,533,791.21 111.53 million 55
2100 DEPT OF THE ARMY 110,452,285.01 110.45 million 73
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 76,658,254.22 76.66 million 54
7014 U.S. CUSTOMS AND BORDER PROTECTION 46,545,446.49 46.55 million 9
97AS DEFENSE LOGISTICS AGENCY 29,589,602.64 29.59 million 115
9776 USTRANSCOM 9,311,398.50 9.31 million 14
4732 FEDERAL ACQUISITION SERVICE 8,224,705.78 8.22 million 20
97JC MISSILE DEFENSE AGENCY (MDA) 3,277,396.04 3.28 million 6
8600 HOUSING AND URBAN DEVELOPMENT, DEPARTMENT OF 1,828,185.50 1.83 million 5

Insight

In the last full year, NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 5FVX5) obligated $793.97 million across 611 awards, with spending concentrated in a small number of defense agencies. The DEPT OF THE AIR FORCE accounted for $404.43 million and 213 awards, or just over half of total obligated dollars, followed by the DEPT OF THE NAVY ($111.53 million), DEPT OF THE ARMY ($110.45 million), and DISA ($76.66 million). Secondary obligations were more dispersed across DHS and civilian agencies, including U.S. Customs and Border Protection ($46.55 million) and smaller amounts from DLA, USTRANSCOM, FAS, MDA, and HUD.

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 = '5FVX5'
        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 388,224,333.05 388.22 million 254
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 74,564,814.86 74.56 million 38
541512 COMPUTER SYSTEMS DESIGN SERVICES 71,879,073.08 71.88 million 57
541519 OTHER COMPUTER RELATED SERVICES 71,303,867.24 71.30 million 17
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 69,078,211.79 69.08 million 45
336411 AIRCRAFT MANUFACTURING 46,545,446.49 46.55 million 9
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 28,072,840.64 28.07 million 4
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 17,948,431.16 17.95 million 16
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 8,176,308.00 8.18 million 4
333318 OTHER COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING 6,438,310.94 6.44 million 6

Insight

Northrop Grumman Systems Corporation’s last full year obligations under CAGE 5FVX5 were concentrated in engineering and computer-related NAICS, led by 541330 Engineering Services at $388.22 million across 254 awards, or roughly half of total obligations. The next three NAICS—541511, 541512, and 541519—together added $217.74 million, indicating a strong secondary concentration in software and systems design work. Aviation and manufacturing-related obligations were present but materially smaller, with 488190, 336411, and 334419 comprising a more limited share of total activity.

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 = '5FVX5'
        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 793,969,592.63 793.97 million 611

Insight

During the last full year, NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 5FVX5) recorded $793.97 million in obligated value across 611 awards, for an average award value of about $1.30 million. The 1-year window includes a single year of activity, so trend analysis is limited; however, the volume of awards indicates a broadly distributed obligation pattern rather than reliance on a small number of awards. Overall, the vendor maintained a substantial procurement footprint 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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.