This page summarizes federal procurement activity for award FA881018C0006 under agency ID 9700. The record covers the last 10 years and totals $3,098,415,967.06 in obligated amounts across 131 actions.
Award Number
Award Number 9700 / FA881018C0006 Federal Contract Action Summary (Last 10 Years)
Award number FA881018C0006 for agency 9700 shows 131 actions over the last 10 years, with total obligations of $3.10 billion.
Totals reflect the analysis window provided and the exact obligated amount of $3,098,415,967.06.
Overview
Award FA881018C0006 is associated with agency ID 9700 and shows sustained obligation activity over the last 10 years. The award totals $3,098,415,967.06 across 131 actions, with an average action value of $23,652,030.28.
How to use this page
Use this page to review the scale and cadence of obligation activity tied to award FA881018C0006. The action count and average action value provide a quick reference for comparing this award with other procurement records in the same agency 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 = 'FA881018C0006'
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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | 3,098,784,327.48 | 3.10 billion | 128 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | -368,360.42 | -368.36 thousand | 3 |
Insight
Over the 10-year window, obligations tied to PIID FA881018C0006 are overwhelmingly concentrated in the Department of the Air Force, which accounts for $3.10 billion across 128 awards. DCMA is present only marginally, with 3 awards and a net negative obligation of $368.36 thousand, indicating minimal relative activity and a small downward adjustment against the dominant Air Force funding profile.
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 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 | 11982 | 3,044,221,706.20 | 3.04 billion | 114 |
| NORTHROP GRUMMAN SYSTEMS CORPORATION | 5YJ79 | 54,194,260.86 | 54.19 million | 17 |
Insight
Obligations under PIID FA881018C0006 are highly concentrated with NORTHROP GRUMMAN SYSTEMS CORPORATION, which accounts for the vast majority of funding through CAGE 11982 at $3.04 billion across 114 awards. A smaller share of activity is also recorded for the same vendor under CAGE 5YJ79, totaling $54.19 million across 17 awards. Over the 10-year window, the award activity is therefore heavily centered on one corporate vendor, with only a limited secondary distribution to an affiliated CAGE.
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 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) | 3,098,415,967.06 | 3.10 billion | 131 |
Insight
Obligations for PIID FA881018C0006 are fully concentrated in NAICS 541715, Research and Development in the Physical, Engineering, and Life Sciences (except Nanotechnology and Biotechnology), with $3.10 billion across 131 awards over the 10-year window. This indicates a single-industry procurement profile with no observed diversification across other NAICS codes in the provided data. The distribution suggests sustained R&D acquisition activity under this PIID rather than broad category spending.
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 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 |
|---|---|---|---|---|
| AR24 | R&D- SPACE: SCIENCE/APPLICATIONS (ENGINEERING DEVELOPMENT) | 3,098,415,967.06 | 3.10 billion | 131 |
Insight
Obligations for this award are fully concentrated in PSC AR24, R&D – Space: Science/Applications (Engineering Development), with $3.10 billion obligated across 131 awards in the 10-year window. This indicates a highly focused procurement profile centered on a single research and development category rather than a broad mix of 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 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2018 | 33,332,111.00 | 33.33 million | 6 |
| 2019 | 10,146,590.00 | 10.15 million | 8 |
| 2020 | 133,589,886.34 | 133.59 million | 8 |
| 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 under PIID FA881018C0006 were highly concentrated in the later years of the 10-year window, rising from 33.33 million in 2018 and 10.15 million in 2019 to a sustained expansion beginning in 2020. Annual obligated amounts increased sharply through 2023, peaking at 918.79 million with 27 awards, before moderating to 703.01 million in 2024 and 501.10 million in 2025. Award counts also increased over time, from 6–8 awards in 2018–2020 to 18 in 2021–2022 and 22–24 in 2024–2025, indicating broader annual activity alongside the higher obligation levels.
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.