Award Number

Award Number 9700 / N0003022C1025 Federal Contract Action Summary (Last 10 Years)

Federal procurement summary for award number N0003022C1025 under agency ID 9700 over the last 10 years.

This award record covers PIID N0003022C1025 and reflects 252 actions within the last 10 years. Total obligations are 1.98 billion, with an exact amount of 1,977,898,246.63 and an average action value of 7,848,802.57.

Generated at 03/20/2026

Analysis period: Last 10 years

Amounts shown use the provided readable and exact totals for the selected analysis window.

Agency ID
9700
PIID
N0003022C1025
Type
Award
Total Obligated
1.98 billion
1,977,898,246.63
Actions
252
Average Action Value
7,848,802.57

Overview

Over the last 10 years, award number N0003022C1025 shows 252 recorded actions and total obligations of 1,977,898,246.63. The readable total rounds to 1.98 billion, and the average action value is 7,848,802.57. These figures describe the award’s activity within the stated analysis window.

How to use this page

Use this page to review the award-level obligation total, action volume, and average action value for PIID N0003022C1025. The figures can support procurement analysis, award tracking, and comparison within agency ID 9700 over the last 10 years.

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 = 'N0003022C1025'
    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 1,977,898,246.63 1.98 billion 246
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 6

Insight

Obligations for PIID N0003022C1025 over the 10-year window are highly concentrated in the DEPT OF THE NAVY, which accounts for $1.98 billion across 246 awards. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears only marginally in the award history, with 6 awards and no obligated amount recorded. This distribution indicates the contract activity is overwhelmingly Navy-centric, with DCMA involvement limited to administrative or non-obligating 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 = 'N0003022C1025'
        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 1,977,898,246.63 1.98 billion 252

Insight

Obligations under PIID N0003022C1025 are highly concentrated in a single vendor. LOCKHEED MARTIN CORPORATION (CAGE 04236) accounts for $1.98 billion across 252 awards over the 10-year window, indicating sustained reliance on one 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 = 'N0003022C1025'
    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) 1,977,898,246.63 1.98 billion 252

Insight

Over the 10-year window, obligations for award N0003022C1025 are fully concentrated in NAICS 541715, Research and Development in the Physical, Engineering, and Life Sciences (Except Nanotechnology and Biotechnology). This NAICS accounts for $1.98 billion across 252 awards, indicating a sustained and highly focused procurement profile rather than a diversified mix of industry sectors.

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 = 'N0003022C1025'
    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 1,977,898,246.63 1.98 billion 252

Insight

Over the 10-year window, obligations for this award are entirely concentrated in PSC AC22, National Defense R&D Services; Atomic Energy Defense Activities; Applied Research. The award reflects 252 actions totaling $1.98 billion, indicating sustained funding in a single product/service category rather than a diversified PSC mix. This concentration suggests the procurement has been consistently aligned to applied research under atomic energy defense activities.

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 = 'N0003022C1025'
    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 1,976,811.00 1.98 million 4
2022 106,409,337.00 106.41 million 33
2023 592,634,655.00 592.63 million 78
2024 421,462,731.00 421.46 million 71
2025 855,414,712.63 855.41 million 66

Insight

Obligations for PIID N0003022C1025 are highly concentrated in the most recent years of the 10-year window, with activity rising from 1.98 million across 4 awards in 2021 to 106.41 million across 33 awards in 2022, then increasing sharply to 592.63 million across 78 awards in 2023. Funding remained elevated in 2024 at 421.46 million across 71 awards and reached 855.41 million across 66 awards in 2025, indicating sustained high-dollar activity despite a lower award count than 2023. Overall, the pattern reflects a pronounced shift toward larger obligations beginning in 2022, with annual volume peaking 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.