Award Number

Award Number 9700 / HQ085621C0003 Federal Contract Action Summary (Last 5 Years)

Federal procurement record for award number HQ085621C0003 under agency ID 9700, showing activity over the last 5 years.

This page summarizes the award number HQ085621C0003 for agency ID 9700 across the last 5 years. It reflects 44 award actions with total obligated value of 2.40 billion and an average action value of 54,441,748.16.

Generated at 03/20/2026

Analysis period: Last 5 years

Dollar figures are shown as reported for the analysis window and include the exact total obligated amount of 2,395,436,919.18.

Agency ID
9700
PIID
HQ085621C0003
Type
Award
Total Obligated
2.40 billion
2,395,436,919.18
Actions
44
Average Action Value
54,441,748.16

Overview

This award page presents the procurement history tied to award number HQ085621C0003 for agency ID 9700 during the last 5 years. The record shows 44 award actions and 2,395,436,919.18 in total obligated funds, with an average action value of 54,441,748.16. These figures provide a compact view of award activity and funding level across the selected period.

How to use this page

Use this page to review the award-level activity associated with HQ085621C0003 and to compare its action count and obligated value against other awards. The summary is limited to the provided analysis window and figures, making it useful for quick procurement review and basic trend context.

Top Agencies

SELECT
    content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'HQ085621C0003'
    AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    agency_id,
    agency_name
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Actions
97JC MISSILE DEFENSE AGENCY (MDA) 2,395,436,919.18 2.40 billion 44

Insight

Over the 5-year window, obligations on this award are fully concentrated in MISSILE DEFENSE AGENCY (MDA), which accounts for $2.40 billion across 44 awards. This indicates a highly concentrated obligation profile with no evidence of material spread across other agencies in the provided results. The concentration suggests the award has been primarily funded through a single agency relationship rather than a broadly distributed customer base.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'HQ085621C0003'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions
NORTHROP GRUMMAN SYSTEMS CORPORATION 8LM16 2,395,436,919.18 2.40 billion 44

Insight

Within the 5-year window for award HQ085621C0003, obligations are fully concentrated with a single vendor: NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 8LM16). The vendor received 44 awards totaling $2.40 billion, indicating a high degree of award and dollar concentration rather than a distributed vendor base. This pattern suggests the action is heavily reliant on one contractor over the period analyzed.

Top NAICS

SELECT
    content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'HQ085621C0003'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    naics_code,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 2,395,436,919.18 2.40 billion 44

Insight

Obligations are fully concentrated in NAICS 541715, Research and Development in the Physical, Engineering, and Life Sciences (except Nanotechnology and Biotechnology), which accounts for the entire 5-year total of $2.40 billion across 44 awards. This indicates a highly focused procurement profile with no observed diversification across other NAICS codes in the provided data. The award activity is both large in dollar value and recurring in count, suggesting sustained reliance on this scientific R&D category.

Top PSC Codes

SELECT
    content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'HQ085621C0003'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
AC13 NATIONAL DEFENSE R&D SERVICES; DEPARTMENT OF DEFENSE - MILITARY; EXPERIMENTAL DEVELOPMENT 2,395,436,919.18 2.40 billion 44

Insight

Obligations for PIID HQ085621C0003 over the 5-year window are entirely concentrated in PSC AC13, National Defense R&D Services, Experimental Development. This PSC accounts for $2.40 billion across 44 awards, indicating a highly focused award profile with no visible diversification across other PSCs in the provided data. The concentration suggests this vehicle is used primarily for experimental development activities within the Department of Defense mission area.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'HQ085621C0003'
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 340,780,352.19 340.78 million 9
2022 717,631,353.20 717.63 million 15
2023 1,191,109,250.79 1.19 billion 10
2024 145,915,963.00 145.92 million 8
2025 0.00 0.00 2

Insight

Obligations for PIID HQ085621C0003 increased from $340.78 million in 2021 to a peak of $1.19 billion in 2023, then declined sharply to $145.92 million in 2024. Award activity was concentrated in 2022–2024, with 15 awards in 2022, 10 in 2023, and 8 in 2024, compared with 9 in 2021. In 2025, two awards were recorded with no obligations reported, indicating activity without associated funding in the reported period.

Use FPDS Query for deeper award and vehicle analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contract action analysis across agencies, vendors, NAICS, PSC, and annual trends.

Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.