This page summarizes federal procurement activity for award number N0001921C0011 within agency ID 9700 across the last 10 years. The award shows 88 actions with total obligated value of 4,865,962,075.84 and an average action value of 55,295,023.59.
Award Number
Award Number 9700 / N0001921C0011 Federal Contract Action Summary (Last 10 Years)
Award number N0001921C0011 under agency ID 9700 shows 88 actions over the last 10 years and 4.87 billion in total obligations.
Amounts are shown as reported for the last 10 years, with the readable total rounded to 4.87 billion and the exact total available in the data.
Overview
The award record for N0001921C0011 shows sustained procurement activity over the last 10 years. With 88 award actions and total obligations of 4,865,962,075.84, the record reflects an average action value of 55,295,023.59. This page is limited to the provided award identifier, agency ID, and obligation totals.
How to use this page
Use this page to review the award-level procurement footprint for N0001921C0011 within agency ID 9700. The totals can support basic trend review, obligation sizing, and comparison against other awards or agency records over the same 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 = 'N0001921C0011'
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 |
|---|---|---|---|---|
| 1700 | DEPT OF THE NAVY | 4,865,962,075.84 | 4.87 billion | 78 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 10 |
Insight
Obligations for PIID N0001921C0011 are highly concentrated within the DEPT OF THE NAVY, which accounts for 4.87 billion across 78 awards over the 10-year window. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears as a secondary awarding entity by count, with 10 awards, but with no recorded obligated dollars. This indicates that obligated value is overwhelmingly associated with the Navy, while DCMA activity is limited to zero-dollar awards or administrative actions.
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 = 'N0001921C0011'
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 |
|---|---|---|---|---|
| RAYTHEON TECHNOLOGIES CORPORATION | 52661 | 4,865,962,075.84 | 4.87 billion | 88 |
Insight
RAYTHEON TECHNOLOGIES CORPORATION accounts for the full visible obligation base for this award, with $4.87 billion obligated across 88 actions over the 10-year window. This indicates a highly concentrated vendor profile, with all observed obligations tied to a single supplier. The pattern suggests sustained reliance on this contractor for the referenced award.
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 = 'N0001921C0011'
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 |
|---|---|---|---|---|
| 336412 | AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING | 4,865,962,075.84 | 4.87 billion | 88 |
Insight
Obligations for this award are fully concentrated in NAICS 336412, Aircraft Engine and Engine Parts Manufacturing, with $4.87 billion obligated across 88 awards over the 10-year window. This indicates a highly focused procurement profile centered on aircraft engine-related manufacturing activity rather than a diversified industrial base. The award count suggests repeated contracting within the same NAICS, but funding remains heavily concentrated in a single 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 = 'N0001921C0011'
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 |
|---|---|---|---|---|
| 2840 | GAS TURBINES AND JET ENGINES, AIRCRAFT, PRIME MOVING; AND COMPONENTS | 4,865,962,075.84 | 4.87 billion | 88 |
Insight
Obligations for PIID N0001921C0011 are entirely concentrated in PSC 2840, covering aircraft gas turbines, jet engines, and related components, with $4.87 billion obligated across 88 awards over the 10-year window. This indicates a narrow product mix and sustained dependence on a single PSC category. The award count suggests repeated activity within the same technical scope rather than broad distribution across multiple PSCs.
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 = 'N0001921C0011'
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 |
|---|---|---|---|
| 2020 | 307,420,714.00 | 307.42 million | 2 |
| 2021 | 475,184,530.00 | 475.18 million | 12 |
| 2022 | 828,339,824.85 | 828.34 million | 16 |
| 2023 | 962,948,007.99 | 962.95 million | 23 |
| 2024 | 1,264,063,629.00 | 1.26 billion | 21 |
| 2025 | 1,028,005,370.00 | 1.03 billion | 14 |
Insight
Obligations under PIID N0001921C0011 increased steadily from 2020 through 2024, rising from $307.42 million across 2 awards to a peak of $1.26 billion across 21 awards. Award activity also broadened over the period, with counts increasing from 2 in 2020 to 23 in 2023 before easing to 21 in 2024 and 14 in 2025. In 2025, obligations declined to $1.03 billion, indicating a reduction from the prior year but still materially above the 2020–2023 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.