This page covers award number HQ085621C0001 for agency ID 9700 across the last 10 years. The award shows total obligated amount of $4,573,507,771.45 across 84 actions, with an average action value of $54,446,521.09.
Award Number
Award Number 9700 / HQ085621C0001 Federal Contract Action Summary (Last 10 Years)
Federal procurement overview for award number HQ085621C0001 under agency ID 9700, summarizing obligations and action activity over the last 10 years.
Amounts reflect the stated analysis window and are shown as provided, with a readable total obligated value of 4.57 billion.
Overview
Award number HQ085621C0001 is associated with agency ID 9700 and reflects activity in the last 10 years. Total obligated amount is $4,573,507,771.45 across 84 award actions, with an average action value of $54,446,521.09. The readable total obligated value is 4.57 billion.
How to use this page
Use this page to review the scale and frequency of obligation activity tied to HQ085621C0001. The action count and average action value help frame how total obligations were distributed over time within 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 = 'HQ085621C0001'
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) | 4,573,507,771.45 | 4.57 billion | 83 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 1 |
Insight
For award PIID HQ085621C0001 over the 10-year window, obligated dollars are overwhelmingly concentrated in the Missile Defense Agency (MDA), which accounts for 4.57 billion across 83 awards. The Defense Contract Management Agency (DCMA) appears only once in the dataset and shows no obligated dollars. This distribution indicates that the award activity is highly centralized within MDA, with DCMA present only as a nominal counterpart.
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 = 'HQ085621C0001'
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 |
|---|---|---|---|---|
| LOCKHEED MARTIN CORPORATION | 5D177 | 4,573,507,771.45 | 4.57 billion | 84 |
Insight
Over the 10-year window, LOCKHEED MARTIN CORPORATION (CAGE 5D177) accounts for all reported obligated dollars for PIID HQ085621C0001, with $4.57 billion across 84 awards. This indicates complete vendor concentration within the provided top_vendors data for this award. The pattern suggests sustained reliance on a single contractor rather than a distributed vendor base.
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 = 'HQ085621C0001'
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) | 4,573,507,771.45 | 4.57 billion | 84 |
Insight
Obligations for award PIID HQ085621C0001 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. This NAICS accounts for $4.57 billion across 84 awards, indicating a sustained and highly focused procurement pattern with no visible diversification across other NAICS codes in the provided data.
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 = 'HQ085621C0001'
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 | 4,573,507,771.45 | 4.57 billion | 84 |
Insight
Obligations for award HQ085621C0001 are fully concentrated in PSC AC13, National Defense R&D Services, Department of Defense - Military, Experimental Development. Over the 10-year window, this category accounts for $4.57 billion across 84 awards, indicating sustained and highly focused activity in experimental development services. No other PSCs are present in the provided rows, so the obligation profile appears singularly concentrated in this code.
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 = 'HQ085621C0001'
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 | 342,502,798.18 | 342.50 million | 12 |
| 2022 | 684,462,305.13 | 684.46 million | 15 |
| 2023 | 1,106,690,978.01 | 1.11 billion | 16 |
| 2024 | 1,054,079,126.83 | 1.05 billion | 21 |
| 2025 | 1,385,772,563.30 | 1.39 billion | 20 |
Insight
Obligations for PIID HQ085621C0001 are concentrated in the most recent five years provided, rising from $342.50 million in 2021 to $1.39 billion in 2025. Award activity also increased over the period, moving from 12 awards in 2021 to 20–21 awards in 2024–2025, indicating broader distribution alongside higher obligated value. The pattern shows a sharp step-up from 2021 to 2023, a slight decline in 2024, and a new peak in 2025.
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.