Federal Agency

U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) Federal Contract Obligations (Last Year)

FPDS procurement profile for U.S. Special Operations Command (USSOCOM, Agency ID 97ZS) covering the last full year of obligations and awards.

In the last full year, USSOCOM recorded $4.37 billion in obligated spending across 5,387 award actions, for an average action value of $810,617.39. Contracting activity was concentrated in support services, sensing and guidance systems, aircraft manufacturing, and technical and management services, with Lockheed Martin Corporation, The Boeing Company, and Anduril Industries, Inc. among the largest vendors.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year and are based on FPDS award actions; values shown as readable figures are rounded from exact reported obligations.

Agency ID
97ZS
Total Obligated
4.37 billion
4,366,795,929.18
Award Actions
5,387
Average Action Value
810,617.39

About U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) federal contract activity

In the last full year, U.S. Special Operations Command (USSOCOM) obligated 4.37 billion across 5,387 awards, for an average award value of 810,617.39. The volume of actions is high relative to the average value, indicating a mix of large program awards and a broad base of lower-dollar transactions supporting mission requirements.

Vendor concentration and leading contractors

Lockheed Martin Corporation led vendor obligations with 800.83 million across 1,049 awards, followed by The Boeing Company at 524.53 million across 25 awards. Anduril Industries, L3Harris Technologies, and Raytheon Company also ranked among the top recipients, showing that USSOCOM spending is concentrated among major defense and advanced technology suppliers.

Industry profile based on NAICS activity

The largest share of obligations fell under 561990 All Other Support Services at 766.37 million across 1,034 awards, followed by 334511 system and instrument manufacturing at 647.75 million and 336411 Aircraft Manufacturing at 516.68 million. The remaining top NAICS categories include 541990 and 541611, indicating meaningful spending on technical, professional, and management support services alongside platform and systems procurement.

Annual contract trend over the analysis window

The annual trend provided shows 2025 as the full analysis year, with total obligations of 4.37 billion and 5,387 awards. With only one year in the window, this view serves as a baseline rather than a multi-year trend, and it should be used to assess current spending concentration rather than growth over time.

How to interpret this page

This summary is based on FPDS Query obligations for USSOCOM (Agency ID 97ZS) during the last full year. Totals reflect obligated dollars and award counts as reported in the dataset, and vendor and NAICS rankings are ordered by total obligated value within the same period.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '97ZS'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
LOCKHEED MARTIN CORPORATION 800,830,054.48 800.83 million 1,049
THE BOEING COMPANY 524,533,169.18 524.53 million 25
ANDURIL INDUSTRIES, INC. 209,474,623.58 209.47 million 85
L3HARRIS TECHNOLOGIES, INC. 185,724,568.42 185.72 million 121
RAYTHEON COMPANY 145,973,078.13 145.97 million 51
SIERRA NEVADA CORPORATION 137,966,074.99 137.97 million 55
BOEING SIKORSKY AIRCRAFT SUPPORT, LLC 137,094,371.43 137.09 million 37
KBR WYLE SERVICES, LLC 125,205,582.26 125.21 million 44
DRS GLOBAL ENTERPRISE SOLUTIONS, INC. 111,163,198.60 111.16 million 36
IGOV TECHNOLOGIES, INC. 92,889,187.99 92.89 million 38

Insight

Over the last full year, USSOCOM obligated $4.37 billion across 5,387 awards, with a top-vendor mix that is concentrated but not wholly dependent on a single supplier. Lockheed Martin Corporation is the largest recipient at $800.83 million across 1,049 awards, while Boeing follows at $524.53 million across 25 awards, indicating a mix of high-volume and high-dollar relationships. The remaining top vendors each received between $92.89 million and $209.47 million, suggesting obligations are spread across multiple major contractors rather than concentrated only at the top two.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '97ZS'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
561990 ALL OTHER SUPPORT SERVICES 766,370,916.81 766.37 million 1,034
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 647,752,028.09 647.75 million 244
336411 AIRCRAFT MANUFACTURING 516,680,215.60 516.68 million 44
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 258,294,398.82 258.29 million 379
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 229,053,887.45 229.05 million 519
541519 OTHER COMPUTER RELATED SERVICES 197,223,863.27 197.22 million 304
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 184,345,056.39 184.35 million 148
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 166,556,355.92 166.56 million 132
339999 ALL OTHER MISCELLANEOUS MANUFACTURING 153,136,405.35 153.14 million 157
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 137,094,371.43 137.09 million 37

Insight

USSOCOM obligated 4.37 billion across 5,387 awards in the last full year, with spending concentrated in a small set of NAICS categories. The top NAICS, 561990 (All Other Support Services), led with 766.37 million across 1,034 awards, followed by 334511 and 336411, which together account for another 1.16 billion in obligations but at much lower award counts. The mix indicates a blend of high-volume services and lower-count, higher-dollar acquisitions in aerospace and systems manufacturing, with notable additional spend in professional services, consulting, and computer-related services.

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__purchaserInformation__contractingOfficeAgencyID = '97ZS'
        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 4,366,795,929.18 4.37 billion 5,387

Insight

During the last full year, USSOCOM obligated $4.37 billion across 5,387 awards, for an average award value of about $810.6 thousand. Because the window includes only one annual period, no year-over-year trend can be assessed here; the key point is the scale and distribution of obligations across a relatively large number of awards. This suggests a broad award base with a moderate average transaction size rather than concentration in a small number of transactions.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.