Award Number

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

Award number W31P4Q23F0024 for agency 9700 shows 31 recorded actions over the last 5 years and $2.49 billion in total obligated value.

This award page summarizes procurement activity tied to award number W31P4Q23F0024 within agency 9700. Over the last 5 years, the award reflects 31 actions and $2,488,824,240.67 in total obligated value.

Generated at 03/20/2026

Analysis period: Last 5 years

Total obligated values are shown as provided in the analysis window and may be used to review award activity over time.

Agency ID
9700
PIID
W31P4Q23F0024
Type
Award
Total Obligated
2.49 billion
2,488,824,240.67
Actions
31
Average Action Value
80,284,652.92

Overview

Award number W31P4Q23F0024 is associated with agency 9700 and records 31 award actions in the last 5 years. The total obligated amount is $2,488,824,240.67, with an average action value of $80,284,652.92.

How to use this page

Use this page to review the award-level obligation history for W31P4Q23F0024 and compare action volume with total and average obligated values. The figures support basic trend review, cross-checking against other procurement records, and filtering activity within the selected 5-year 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 = 'W31P4Q23F0024'
    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
2100 DEPT OF THE ARMY 2,488,824,240.67 2.49 billion 31

Insight

Over the past 5 years, obligations for PIID W31P4Q23F0024 are fully concentrated in a single top agency: the Department of the Army, which accounts for $2.49 billion across 31 awards. This indicates a highly concentrated award pattern with no diversification across other agencies in the provided results. The volume of awards alongside the obligated value suggests repeated activity within the same agency relationship.

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 = 'W31P4Q23F0024'
        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 64059 2,488,824,240.67 2.49 billion 31

Insight

For PIID W31P4Q23F0024 over the 5-year window, obligations are fully concentrated with a single vendor: LOCKHEED MARTIN CORPORATION (CAGE 64059). The vendor accounts for $2.49 billion across 31 awards, indicating a sustained and highly concentrated award relationship rather than a distributed vendor base. This pattern suggests the award activity is heavily dependent on one contractor.

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 = 'W31P4Q23F0024'
    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
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 2,488,824,240.67 2.49 billion 31

Insight

Obligations under PIID W31P4Q23F0024 are fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing, with $2.49 billion obligated across 31 awards over the 5-year window. This indicates a highly focused procurement profile with no diversification across other NAICS codes in the provided data. The average obligation per award is substantial, consistent with a large-scale, technically specialized acquisition activity.

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 = 'W31P4Q23F0024'
    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
1410 GUIDED MISSILES 2,488,824,240.67 2.49 billion 31

Insight

Obligations under PIID W31P4Q23F0024 are fully concentrated in PSC 1410, Guided Missiles, with $2.49 billion across 31 awards in the 5-year window. This indicates a highly focused procurement pattern with no observed PSC diversification in the provided data. The concentration suggests the award activity is centered on a single mission area rather than a broad mix of products or services.

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 = 'W31P4Q23F0024'
    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
2022 43,999,984.50 44.00 million 2
2023 1,830,471,089.91 1.83 billion 12
2024 486,805,346.16 486.81 million 5
2025 127,547,820.10 127.55 million 12

Insight

Obligations for PIID W31P4Q23F0024 are highly concentrated in 2023, when funding peaked at $1.83 billion across 12 awards. Activity declined sharply in 2024 to $486.81 million across 5 awards, then further to $127.55 million in 2025, although award volume returned to 12. In contrast, 2022 reflected a much smaller baseline at $44.00 million across 2 awards, indicating a pronounced one-year surge followed by lower annual 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.