This page summarizes the federal procurement award identified by PIID FA881018C0006 for agency ID 9700. In the last 5 years, the award recorded 109 actions and $2.92 billion in total obligated funding.
Award Number
Award Number 9700 / FA881018C0006 Federal Contract Action Summary (Last 5 Years)
Federal award record for award number FA881018C0006 under agency ID 9700, showing obligations and action activity over the last 5 years.
Totals shown reflect the provided analysis window and may not match other reporting periods or rollups.
Overview
Award FA881018C0006 is the procurement record associated with agency ID 9700 in the last 5 years of activity. The award shows 109 actions and total obligated funding of 2,921,347,379.72, with an average action value of 26,801,352.11. These figures provide a compact view of the award’s funding scale and transaction volume.
How to use this page
Use this page to review the award’s obligation history and action count within the stated analysis window. The totals help compare this award against other federal procurement records by funded amount and frequency of action. All values on the page are limited to the inputs provided for PIID FA881018C0006.
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 = 'FA881018C0006'
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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | 2,921,715,740.14 | 2.92 billion | 106 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | -368,360.42 | -368.36 thousand | 3 |
Insight
Obligations on this award are overwhelmingly concentrated in the Department of the Air Force, which accounts for $2.92 billion across 106 awards in the 5-year window. Defense Contract Management Agency (DCMA) activity is limited and negative at -$368.36 thousand across 3 awards, indicating a minor offset relative to the Air Force total. Overall, the obligation profile is highly concentrated in a single agency with negligible contribution from other reported activity.
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 = 'FA881018C0006'
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 | 11982 | 2,910,631,817.86 | 2.91 billion | 104 |
| NORTHROP GRUMMAN SYSTEMS CORPORATION | 5YJ79 | 10,715,561.86 | 10.72 million | 5 |
Insight
Obligations on PIID FA881018C0006 are highly concentrated with NORTHROP GRUMMAN SYSTEMS CORPORATION, which accounts for the overwhelming share of funded activity in the 5-year window. The CAGE 11982 entry received 2.91 billion across 104 awards, while the same vendor under CAGE 5YJ79 received 10.72 million across 5 awards. This distribution indicates one dominant vendor record driving nearly all obligated value, with a much smaller secondary award stream under a different CAGE code.
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 = 'FA881018C0006'
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,921,347,379.72 | 2.92 billion | 109 |
Insight
Over the 5-year window, obligations under PIID FA881018C0006 are fully concentrated in NAICS 541715, Research and Development in the Physical, Engineering, and Life Sciences (except Nanotechnology and Biotechnology). This category accounts for 109 awards and $2.92 billion in total obligated value, indicating a highly focused obligation profile with no evidence of NAICS diversification 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 = 'FA881018C0006'
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 |
|---|---|---|---|---|
| AR24 | R&D- SPACE: SCIENCE/APPLICATIONS (ENGINEERING DEVELOPMENT) | 2,921,347,379.72 | 2.92 billion | 109 |
Insight
Obligations for award FA881018C0006 in the 5-year window are fully concentrated in PSC AR24, R&D- Space: Science/Applications (Engineering Development), totaling $2.92 billion across 109 awards. This indicates a highly focused procurement profile with no visible distribution across other PSCs in the provided data. The volume of awards suggests repeated activity within a single R&D space-engineering development category rather than diversification across multiple product or service types.
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 = 'FA881018C0006'
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 | 358,316,772.70 | 358.32 million | 18 |
| 2022 | 440,133,043.16 | 440.13 million | 18 |
| 2023 | 918,786,325.35 | 918.79 million | 27 |
| 2024 | 703,014,491.90 | 703.01 million | 22 |
| 2025 | 501,096,746.61 | 501.10 million | 24 |
Insight
Obligations for PIID FA881018C0006 increased from $358.32 million in 2021 to a peak of $918.79 million in 2023, then declined to $703.01 million in 2024 and $501.10 million in 2025. Award counts were stable at 18 in 2021 and 2022, rose to 27 in 2023, and remained elevated at 22 in 2024 and 24 in 2025. This pattern indicates a moderate concentration of funding in 2023, with subsequent annual obligations remaining materially above 2021–2022 levels despite lower than peak activity.
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.