This page summarizes the federal award identified by PIID HQ085621C0003 for agency ID 9700 across the last 10 years. The record shows 44 award actions with total obligated amount of $2,395,436,919.18.
Award Number
Award Number 9700 / HQ085621C0003 Federal Contract Action Summary (Last 10 Years)
Federal procurement activity for award number HQ085621C0003 under agency ID 9700 over the last 10 years, including 44 award actions and $2.40 billion obligated.
Amounts reflect the analysis window provided and the exact obligated total may differ from the rounded readable value.
Overview
The award record for HQ085621C0003 covers 44 actions in the last 10 years, with an average action value of $54,441,748.16. Total obligated funding is $2,395,436,919.18, or about $2.40 billion when rounded.
How to use this page
Use this page to review the award-level obligation history associated with PIID HQ085621C0003 and agency ID 9700. The action count and average action value provide a compact view of how the award activity is distributed over the analysis window.
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 10 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
Within the 10-year window for PIID HQ085621C0003, obligations are fully concentrated in a single top agency: the Missile Defense Agency (MDA), agency ID 97JC. MDA accounts for $2.40 billion across 44 awards, indicating a highly concentrated award distribution associated with this contract identifier. No other agencies are listed in the provided rows, so no broader agency mix can be assessed from this section.
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 10 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
The award activity in the 10-year window is fully concentrated in a single vendor, NORTHROP GRUMMAN SYSTEMS CORPORATION (CAGE 8LM16). This vendor accounts for $2.40 billion across 44 awards, indicating a highly concentrated obligation pattern with no other vendors represented in the provided data.
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 10 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 for this award are fully concentrated in NAICS 541715, Research and Development in the Physical, Engineering, and Life Sciences (except Nanotechnology and Biotechnology). Over the 10-year window, 44 awards in this NAICS account for $2.40 billion in total obligated value, indicating a single-category workload with no diversification across other NAICS codes in the provided data. This concentration suggests the award is consistently aligned to a specialized R&D procurement profile.
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 10 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 award HQ085621C0003 are fully concentrated in PSC AC13, National Defense R&D Services, with $2.40 billion obligated across 44 awards over the 10-year window. This indicates a highly focused procurement profile with no diversification across other PSCs in the provided data. The concentration in experimental development services is consistent with a sustained R&D-heavy award pattern.
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 10 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 are highly concentrated in 2022 and 2023, which together account for the largest share of the 10-year window. Funding increased from $340.78 million across 9 awards in 2021 to $717.63 million across 15 awards in 2022, then peaked at $1.19 billion across 10 awards in 2023 before declining sharply to $145.92 million across 8 awards in 2024. In 2025, 2 awards are recorded with no obligated amount, indicating activity without reported obligation.
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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.