This page summarizes federal procurement activity for award number W31P4Q24C0022 within Agency ID 9700 over the last full year. The award recorded 34 actions and $4,775,597,842 in total obligated value.
Award Number
Award Number 9700 / W31P4Q24C0022 Federal Contract Action Summary (Last Year)
Award number W31P4Q24C0022 under Agency ID 9700 shows 34 recorded actions in the last full year with $4.78 billion obligated.
Total obligated amounts are shown in both readable and exact forms, and the average action value is $140,458,760.06.
Overview
Award number W31P4Q24C0022 is associated with Agency ID 9700 and reflects procurement activity in the last full year. The award shows 34 actions with total obligated funding of $4,775,597,842, which averages $140,458,760.06 per action. This page is intended to support quick review of the award’s funding and action volume.
How to use this page
Use this page to compare the award’s obligated value and action count against other federal procurement records. The figures provide a compact view of activity for the selected analysis window without adding unreported contract details. Reviewers can use the exact and readable totals to support reporting, analysis, or cross-checking.
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 = 'W31P4Q24C0022'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 | 4,775,597,842.00 | 4.78 billion | 34 |
Insight
For PIID W31P4Q24C0022 over the past year, obligation activity is entirely concentrated in DEPT OF THE ARMY, which accounts for the full 4.78 billion reported in this view. The distribution indicates a single-agency funding profile with 34 awards, suggesting sustained obligation activity rather than broad agency dispersion.
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 = 'W31P4Q24C0022'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 | 4,775,597,842.00 | 4.78 billion | 34 |
Insight
Over the 1-year window for award W31P4Q24C0022 under agency 9700, obligations in the top-vendors view are entirely concentrated in LOCKHEED MARTIN CORPORATION (CAGE 64059). The vendor accounts for $4.78 billion across 34 awards, indicating a highly concentrated vendor distribution for this award. This pattern suggests the award’s obligated value is heavily reliant on a single contractor rather than being dispersed across multiple vendors.
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 = 'W31P4Q24C0022'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 | 4,775,597,842.00 | 4.78 billion | 34 |
Insight
Over the past 1 year, obligations for award W31P4Q24C0022 are fully concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing. This category accounts for $4.78 billion across 34 awards, indicating a highly concentrated obligation profile with no observable diversification in the provided data. The volume of awards suggests repeated procurement activity within the same industrial base over the period.
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 = 'W31P4Q24C0022'
AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__award__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 | 4,775,597,842.00 | 4.78 billion | 34 |
Insight
Obligations for this award are fully concentrated in PSC 1410, Guided Missiles, with $4.78 billion obligated across 34 awards in the 1-year window. This indicates a highly focused procurement profile centered on guided missile supplies rather than a diversified mix of product categories. The award activity suggests repeated procurement within a single PSC, with no evidence of distribution across additional 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 = 'W31P4Q24C0022'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2025 | 4,775,597,842.00 | 4.78 billion | 34 |
Insight
Over the 1-year window, this award records $4.78 billion in total obligated funding across 34 awards in FY 2025. Obligations are highly concentrated in a single fiscal year, indicating that activity for PIID W31P4Q24C0022 is clustered rather than distributed across multiple years. The average obligation per award is substantial, suggesting a small number of large-dollar actions drove the annual total.
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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.