This award page summarizes obligation activity tied to award number N0003019C0025 within agency ID 9700. The record covers the last 10 years and shows an exact total obligated amount of $3,924,682,459.95 across 126 actions.
Award Number
Award Number 9700 / N0003019C0025 Federal Contract Action Summary (Last 10 Years)
Award number N0003019C0025 for agency ID 9700 shows 126 recorded actions over the last 10 years, with $3.92 billion obligated in total.
Dollar totals reflect the analysis window provided and may appear rounded in summary views.
Overview
Award number N0003019C0025 is associated with agency ID 9700 and totals $3,924,682,459.95 in obligated funding across the last 10 years. The award includes 126 actions, with an average action value of $31,148,273.49. This page presents the award-level obligation history in a compact procurement view.
How to use this page
Use this page to review the scale and activity pattern of award number N0003019C0025 over the stated analysis window. The action count, total obligated amount, and average action value provide a basic profile for comparing this award against other FPDS records.
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 = 'N0003019C0025'
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 | 3,924,682,459.95 | 3.92 billion | 110 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 16 |
Insight
Obligations for PIID N0003019C0025 are highly concentrated within the DEPT OF THE NAVY, which accounts for $3.92 billion across 110 awards in the 10-year window. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears in 16 awards but reports no obligated amount, indicating administrative or oversight activity rather than direct funding. Overall, the obligation profile is dominated by Navy activity, with limited non-obligated DCMA award presence.
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 = 'N0003019C0025'
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 | 04236 | 3,924,682,459.95 | 3.92 billion | 126 |
Insight
Within the 10-year window for award N0003019C0025, obligations are fully concentrated with a single vendor, LOCKHEED MARTIN CORPORATION (CAGE 04236). The vendor accounts for $3.92 billion across 126 awards, indicating a sustained and highly concentrated obligation pattern rather than a distributed vendor base. This level of concentration suggests the award has been heavily reliant on one contractor over the period reviewed.
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 = 'N0003019C0025'
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,924,682,459.95 | 3.92 billion | 126 |
Insight
Over the 10-year window, obligations for PIID N0003019C0025 are fully concentrated in NAICS 541715, Research and Development in the Physical, Engineering, and Life Sciences (except Nanotechnology and Biotechnology). This NAICS accounts for $3.92 billion across 126 awards, indicating a highly focused contract profile with no observed diversification across other NAICS codes in the provided data. The concentration suggests the award is primarily associated with R&D activity in the physical, engineering, and life sciences domain.
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 = 'N0003019C0025'
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 |
|---|---|---|---|---|
| AC22 | NATIONAL DEFENSE R&D SERVICES; ATOMIC ENERGY DEFENSE ACTIVITIES; APPLIED RESEARCH | 3,167,629,890.95 | 3.17 billion | 106 |
| AC22 | R&D- DEFENSE SYSTEM: MISSILE/SPACE SYSTEMS (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT) | 757,052,569.00 | 757.05 million | 20 |
Insight
Obligations for PIID N0003019C0025 are concentrated in PSC AC22 across the 10-year window, with 3.17 billion across 106 awards tied to National Defense R&D Services / Atomic Energy Defense Activities / Applied Research. A second AC22 line for R&D Defense System: Missile/Space Systems accounts for 757.05 million across 20 awards, indicating continued concentration in defense-related applied research and exploratory development. The distribution suggests this award is heavily weighted toward a small set of PSCs rather than spread broadly across multiple product or service categories.
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 = 'N0003019C0025'
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 | 20,000,000.00 | 20.00 million | 1 |
| 2019 | 244,648,236.78 | 244.65 million | 9 |
| 2020 | 559,457,534.22 | 559.46 million | 13 |
| 2021 | 683,693,242.00 | 683.69 million | 13 |
| 2022 | 970,564,079.96 | 970.56 million | 16 |
| 2023 | 634,886,742.00 | 634.89 million | 31 |
| 2024 | 453,865,844.08 | 453.87 million | 18 |
| 2025 | 357,566,780.91 | 357.57 million | 25 |
Insight
Obligations under PIID N0003019C0025 rose sharply from 20.00 million in 2018 to a peak of 970.56 million in 2022, indicating a pronounced growth phase over the period. Award activity was relatively concentrated in 2018 through 2022, with annual award counts ranging from 1 to 16, then became more distributed in 2023 through 2025 as counts increased to 31, 18, and 25 while obligated amounts declined from the 2022 peak. The post-2022 pattern suggests lower annual dollars but more frequent award actions.
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.