Federal Contractor

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

NORTHROP GRUMMAN SYSTEMS CORPORATION is a federal contractor with 7,817 award actions and $9.53 billion in obligated spending over the last 10 years.

FPDS data for CAGE 5FVX5 and UEI DJUCEANK2KP4 shows NORTHROP GRUMMAN SYSTEMS CORPORATION primarily receiving work from the Department of the Air Force, Department of the Army, and Federal Acquisition Service. The award history is concentrated in engineering services, computer systems design, and related technical support.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals and counts reflect readable FPDS analysis for the last 10 years and may differ from current totals due to reporting updates.

CAGE Code
5FVX5
UEI
DJUCEANK2KP4
Total Obligated
9.53 billion
9,534,950,336.72
Award Actions
7,817
Average Action Value
1,219,771.05

About NORTHROP GRUMMAN SYSTEMS CORPORATION federal contract activity

NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 5FVX5, UEI DJUCEANK2KP4) recorded $9.53 billion in obligated federal awards across 7,817 actions over the last 10 years, for an average award value of $1.22 million. The profile reflects a high-volume, large-dollar award pattern consistent with sustained participation in complex defense and technology-related procurements.

Agency mix and customer concentration

Obligations are concentrated in defense and adjacent federal buyers, led by the Department of the Air Force at $3.20 billion across 2,587 awards and the Department of the Army at $2.60 billion across 1,096 awards. The Federal Acquisition Service, Department of the Navy, and DISA also represent material buying activity, indicating a mix of direct military programs and government-wide acquisition channels.

Industry profile based on NAICS activity

The largest share of obligated dollars is tied to NAICS 541330 Engineering Services at $3.36 billion and NAICS 541512 Computer Systems Design Services at $1.64 billion. Additional volume appears in NAICS 488190 Other Support Activities for Air Transportation, NAICS 541519 Other Computer Related Services, and NAICS 541712 R&D in the physical, engineering, and life sciences, showing a portfolio that spans engineering, systems integration, logistics support, and technical R&D.

Annual contract trend over the analysis window

Annual obligations in the observed recent years remain elevated and relatively stable, ranging from $793.97 million in 2025 to a peak of $1.50 billion in 2021. Award counts also stayed high, with 611 in 2025 and 1,251 in 2021, suggesting continued recurring procurement activity rather than isolated spikes.

How to interpret this page

This summary is based on FPDS award records for the last 10 years matched to the vendor’s CAGE code 5FVX5 and UEI DJUCEANK2KP4. Totals reflect obligated dollars and award counts in the supplied dataset; NAICS, agency, and annual views are ranked by obligated value.

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 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
5700 DEPT OF THE AIR FORCE 3,198,096,063.40 3.20 billion 2,587
2100 DEPT OF THE ARMY 2,595,114,674.78 2.60 billion 1,096
4732 FEDERAL ACQUISITION SERVICE 1,006,203,882.42 1.01 billion 759
1700 DEPT OF THE NAVY 670,784,158.88 670.78 million 867
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 651,144,522.74 651.14 million 480
7014 U.S. CUSTOMS AND BORDER PROTECTION 323,334,830.21 323.33 million 58
2050 INTERNAL REVENUE SERVICE 195,571,769.89 195.57 million 254
1900 STATE, DEPARTMENT OF 191,092,451.00 191.09 million 91
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 168,464,893.59 168.46 million 108
9776 USTRANSCOM 129,205,696.91 129.21 million 79

Insight

Over the last 10 years, NORTHROP GRUMMAN SYSTEMS CORPORATION received 9.53 billion across 7,817 awards, with obligations concentrated primarily in the Department of the Air Force (3.20 billion; 2,587 awards) and the Department of the Army (2.60 billion; 1,096 awards). The top five agencies account for the majority of obligated dollars, indicating a strong defense-centric customer base, led by Air Force, Army, Federal Acquisition Service, Department of the Navy, and DISA. Outside the defense portfolio, obligations are materially smaller and more dispersed across civilian agencies, with no single non-defense agency approaching the top two levels of spending.

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 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
541330 ENGINEERING SERVICES 3,359,883,048.98 3.36 billion 2,990
541512 COMPUTER SYSTEMS DESIGN SERVICES 1,642,976,019.33 1.64 billion 1,281
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 1,618,041,919.85 1.62 billion 435
541519 OTHER COMPUTER RELATED SERVICES 1,017,716,936.55 1.02 billion 847
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 330,893,772.20 330.89 million 279
336411 AIRCRAFT MANUFACTURING 321,008,723.44 321.01 million 45
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 264,732,197.48 264.73 million 682
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 249,384,346.97 249.38 million 201
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 99,108,419.96 99.11 million 42
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 91,277,827.25 91.28 million 117

Insight

Over the last 10 years, NORTHROP GRUMMAN SYSTEMS CORPORATION’s obligations are concentrated in a small set of service-oriented NAICS codes, led by 541330 Engineering Services at $3.36 billion across 2,990 awards and 541512 Computer Systems Design Services at $1.64 billion across 1,281 awards. Together with 488190 Other Support Activities for Air Transportation and 541519 Other Computer Related Services, these four NAICS codes account for most of the vendor’s $9.53 billion in total obligations, indicating a strong concentration in engineering, systems integration, and aviation support work. Lower-volume obligations in R&D and manufacturing NAICS codes are present but materially smaller, suggesting a broader secondary portfolio rather than a diversified spend base.

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 10 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
2024 865,020,324.21 865.02 million 702
2023 809,137,646.85 809.14 million 679
2022 833,297,120.13 833.30 million 821
2021 1,501,927,471.00 1.50 billion 1,251
2020 1,599,918,320.57 1.60 billion 1,264
2019 1,299,617,107.05 1.30 billion 1,097
2018 1,168,274,706.34 1.17 billion 849
2017 619,657,639.60 619.66 million 501
2016 44,130,408.34 44.13 million 42

Insight

Over the last 10 years, NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 5FVX5) obligated $9.53 billion across 7,817 awards, with annual activity heavily concentrated from 2018 through 2025. Obligations rose sharply from $44.13 million in 2016 to a peak of $1.60 billion in 2020, remained above $1.50 billion in 2021, then declined to the $800 million range in 2022–2025. Award volume followed a similar pattern, peaking at 1,264 awards in 2020 and tapering to 611 in 2025, indicating a shift from higher-volume, higher-obligation years to a more moderate recent pace.

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.