In the last full year, NORTHROP GRUMMAN SYSTEMS CORPORATION recorded 1 reported action totaling -$2.25 million in obligations. The activity was tied to OFFICES, BOARDS AND DIVISIONS and mapped to NAICS 541512, Computer Systems Design Services.
Federal Contractor
NORTHROP GRUMMAN SYSTEMS CORPORATION Federal Contract Obligations (Last Year)
FPDS summary for NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 5YY61, UEI LAHZNLNSANJ7) covering the last full year.
Annual trend data shows all reported obligation in 2025, with one award action and the same -$2,252,841.64 total.
About NORTHROP GRUMMAN SYSTEMS CORPORATION federal contract activity
In the last full year, NORTHROP GRUMMAN SYSTEMS CORPORATION registered one FPDS award with total obligated value of -$2.25 million and an average award value of -$2.25 million. The negative obligation indicates a net deobligation or downward adjustment rather than new positive funding.
Agency mix and customer concentration
All recorded obligation in the period came from OFFICES, BOARDS AND DIVISIONS, which accounted for the full -$2.25 million across a single award. This indicates a highly concentrated agency relationship for the analysis window, with no diversification across additional awarding organizations.
Industry profile based on NAICS activity
The vendor’s activity was entirely concentrated in NAICS 541512, COMPUTER SYSTEMS DESIGN SERVICES, representing the full -$2.25 million across one award. The mix suggests the recorded transaction was tied to systems design work rather than a broader set of contracted services.
Annual contract trend over the analysis window
Annual trend data show all recorded obligation in 2025, with one award totaling -$2.25 million. With only a single transaction in the window, there is no multi-year pattern to assess beyond that one-year net deobligation.
How to interpret this page
This summary is based on FPDS records for the vendor identified by CAGE 5YY61 and UEI LAHZNLNSANJ7 over the last full year. Obligated amounts are reported as net values from the available award record set; negative totals should be interpreted as deobligations or adjustments, and conclusions are limited to the provided data.
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 = '5YY61'
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 |
|---|---|---|---|---|
| 1501 | OFFICES, BOARDS AND DIVISIONS | -2,252,841.64 | -2.25 million | 1 |
Insight
Over the last full year, obligations for NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 5YY61) were fully concentrated in a single award to OFFICES, BOARDS AND DIVISIONS. That agency accounted for the entire -$2.25 million in obligated value across 1 award, indicating a highly concentrated and non-diversified funding profile for the period. The negative obligated value should be interpreted in the context of FPDS obligation adjustments rather than as a standard procurement outlay.
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 = '5YY61'
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 |
|---|---|---|---|---|
| 541512 | COMPUTER SYSTEMS DESIGN SERVICES | -2,252,841.64 | -2.25 million | 1 |
Insight
During the last full year, NORTHROP GRUMMAN SYSTEMS CORPORATION’s obligations were fully concentrated in a single NAICS code, 541512, Computer Systems Design Services. This category accounts for the entire reported total of -$2.25 million across one award, indicating no NAICS diversification in the period reviewed. The negative obligated amount should be interpreted in the context of the underlying FPDS record for this award.
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 = '5YY61'
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 | -2,252,841.64 | -2.25 million | 1 |
Insight
During the last full year, NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 5YY61) recorded a single award with net obligations of -$2.25 million. Obligations are fully concentrated in one transaction, indicating no distribution across multiple awards or years within the 1-year window. The negative total obligated amount suggests deobligations or contract value reductions drove the period activity.
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.