PSC Code

PSC 1410 Federal Contract Obligations (Last Year)

PSC 1410 covers Guided Missiles procurement with 19.57 billion in obligations across 1,517 actions in the last full year.

PSC 1410, Guided Missiles, recorded 19.57 billion in obligations across 1,517 award actions in the last full year, with an average action value of 12.90 million. The Department of the Army and the Department of the Navy accounted for most of the spending, and Lockheed Martin Corporation and Raytheon Company were the largest vendors by obligated value.

Generated at 03/21/2026

Analysis period: Last full year

Annual totals reflect the last full year only and are based on obligated amounts and award counts shown for PSC 1410.

PSC Code
1410
PSC Description
GUIDED MISSILES
Total Obligated
19.57 billion
19,574,983,061.19
Award Actions
1,517
Average Action Value
12,903,746.24

About PSC 1410 federal contract activity

PSC 1410, Guided Missiles, recorded $19.57 billion in obligated spending across 1,517 awards during the last full year, with an average award value of $12.90 million. The spend profile is heavily concentrated in defense missile and weapon systems procurement, consistent with the PSC classification and the scale of prime contractor activity in this market.

Agency demand and leading federal buyers

The Department of the Army led obligations with $9.69 billion across 380 awards, followed by the Department of the Navy at $5.22 billion across 396 awards. The Department of the Air Force, Missile Defense Agency, and Defense Logistics Agency together accounted for an additional $4.65 billion, indicating that missile procurement is distributed across multiple defense buying organizations but remains concentrated in the Army and Navy.

Vendor concentration and leading contractors

Lockheed Martin Corporation was the largest vendor by obligations at $8.82 billion across 284 awards, while Raytheon Company followed with $6.67 billion across 674 awards. Boeing Company, Lockheed Martin Corp, and AEVEX Aerospace, LLC also appeared among the top recipients, showing a market dominated by major defense prime contractors with some vendor-name fragmentation across related entities.

Annual contract trend over the analysis window

The annual trend shows $19.57 billion obligated in 2025, matching the full analysis window and indicating that the period is represented by a single fiscal year snapshot. Award volume reached 1,517 actions, supporting a high-activity procurement environment for guided missile systems and related deliverables.

How to interpret this page

This page summarizes FPDS obligations coded to PSC 1410 over the last full year using total obligated dollars, award counts, and average award value. Agency and vendor rankings reflect obligations attributed in FPDS records for the selected PSC and period; vendor entries are not normalized across differently reported legal names or CAGE-linked variations unless shown separately in the source data.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__productOrServiceCode = '1410'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
2100 DEPT OF THE ARMY 9,694,261,219.23 9.69 billion 380
1700 DEPT OF THE NAVY 5,224,111,545.38 5.22 billion 396
5700 DEPT OF THE AIR FORCE 2,305,316,412.19 2.31 billion 136
97JC MISSILE DEFENSE AGENCY (MDA) 1,596,885,964.54 1.60 billion 175
97AS DEFENSE LOGISTICS AGENCY 750,370,113.34 750.37 million 37
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 4,037,806.51 4.04 million 393

Insight

Obligations for PSC 1410 totaled $19.57 billion across 1,517 awards in the last full year, with spending concentrated in a small number of defense agencies. The Department of the Army led with $9.69 billion, followed by the Department of the Navy at $5.22 billion and the Department of the Air Force at $2.31 billion; these three agencies accounted for the clear majority of obligated value. The Missile Defense Agency added $1.60 billion, while the Defense Logistics Agency obligated $750.37 million. DCMA recorded 393 awards but only $4.04 million in obligations, indicating a high award count with minimal dollar value relative to the other top agencies.

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(anyHeavy(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
        contract_type = 1
        AND content__award__productOrServiceInformation__productOrServiceCode = '1410'
        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,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
LOCKHEED MARTIN CORPORATION 64059 8,816,723,095.68 8.82 billion 284
RAYTHEON COMPANY 15090 6,667,473,894.30 6.67 billion 674
BOEING COMPANY, THE 76301 831,144,601.85 831.14 million 192
LOCKHEED MARTIN CORP 04939 720,624,638.38 720.62 million 26
AEVEX AEROSPACE, LLC 4JZX7 553,640,758.00 553.64 million 9
RAM-SYSTEM GESELLSCHAFT MIT BESCHRANKTER HAFTUNG C7399 444,906,209.43 444.91 million 3
GENERAL DYNAMICS-OTS, INC. 05606 383,499,742.55 383.50 million 5
NORTHROP GRUMMAN SYSTEMS CORPORATION 8KA82 226,986,102.12 226.99 million 15
LOCKHEED MARTIN CORPORATION 04939 201,942,260.69 201.94 million 48
INTUITIVE RESEARCH AND TECHNOLOGY CORPORATION 1MQC1 179,447,209.00 179.45 million 2

Insight

PSC 1410 obligated activity was highly concentrated in the last full year: Lockheed Martin Corporation (CAGE 64059) and Raytheon Company together accounted for $15.48 billion of the $19.57 billion total, or about 79% of obligations, across 958 of 1,517 awards. The remaining obligations were distributed across a much smaller set of vendors, with Boeing and several other firms each receiving materially lower totals. The average award value of $12.9 million, alongside the wide spread in vendor totals and award counts, indicates a small number of large-dollar awards drive most PSC 1410 activity.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__productOrServiceCode = '1410'
        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 DESC
Year Total Obligated Readable Award Actions
2025 19,574,983,061.19 19.57 billion 1,517

Insight

PSC 1410 (Guided Missiles) recorded 19.57 billion in obligations across 1,517 awards in the last full year, for an average award value of 12.90 million. The annual view contains a single year of data, so no year-over-year trend can be assessed from this window. Obligations are concentrated in a relatively small number of awards with high average values, indicating a high-dollar, low-transaction procurement pattern.

Use FPDS Query for deeper PSC analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper PSC analysis across agencies, vendors, 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.