Award Number

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

FPDS award page for award number N0003022C1025 under agency ID 9700, showing obligation and action history over the last 5 years.

This page summarizes federal procurement activity for award number N0003022C1025 during the last 5 years. The award shows total obligated funding of 1.98 billion across 252 actions, with an average action value of 7,848,802.57.

Generated at 03/20/2026

Analysis period: Last 5 years

Totals are based on the provided analysis window and reflect total obligated readable of 1,977,898,246.63.

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

The award record for N0003022C1025 shows 252 actions within the last 5 years. Total obligated readable is 1.98 billion, with an exact value of 1,977,898,246.63 and an average action value of 7,848,802.57. This page is scoped to agency ID 9700 and presents the award-level obligation history in a single view.

How to use this page

Use this page to review the scale and pace of funding activity tied to award number N0003022C1025. The action count and obligation totals provide a concise basis for comparing this award against other FPDS records in the same agency or time 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 = 'N0003022C1025'
    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
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

Over the 5-year window, obligations for PIID N0003022C1025 are highly concentrated in the DEPT OF THE NAVY, which accounts for $1.98 billion across 246 awards. The DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears in six awards but with no obligated dollars, indicating administrative activity without recorded funding. This pattern suggests the award’s financial activity is overwhelmingly centered within a single agency, with limited distribution to other agency stakeholders.

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 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
LOCKHEED MARTIN CORPORATION 04236 1,977,898,246.63 1.98 billion 252

Insight

Obligations for PIID N0003022C1025 over the 5-year window are fully concentrated with one vendor, LOCKHEED MARTIN CORPORATION (CAGE 04236). This vendor accounts for $1.98 billion across 252 awards, indicating sustained and highly concentrated obligation activity under this award. No other vendors are listed in the provided rows, so there is no observable vendor distribution beyond this sole supplier.

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

Insight

Over the 5-year window, obligations for this award 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 highly focused R&D profile with no diversification across other NAICS codes 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 = 'N0003022C1025'
    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
AC22 NATIONAL DEFENSE R&D SERVICES; ATOMIC ENERGY DEFENSE ACTIVITIES; APPLIED RESEARCH 1,977,898,246.63 1.98 billion 252

Insight

Over the 5-year window for award N0003022C1025, obligations are concentrated entirely in PSC AC22, with $1.98 billion across 252 awards. This indicates a highly focused procurement profile centered on National Defense R&D Services for Atomic Energy Defense Activities, Applied Research. The distribution suggests no diversification across PSCs in the provided data.

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 5 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 increased sharply over the five-year window, rising from 1.98 million in 2021 to 855.41 million in 2025. Activity was highly concentrated in the later years, with 2023 through 2025 accounting for the vast majority of obligated dollars and award actions. Award volume also expanded materially, from 4 awards in 2021 to a range of 66 to 78 awards in 2023 to 2025, indicating sustained high activity despite a decline in award count from the 2023 peak.

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.