Federal Agency

U.S. CYBER COMMAND Federal Contract Obligations (Last Year)

U.S. CYBER COMMAND obligated $182.39 million across 204 award actions in the last full year, with spending concentrated in computer-related services and technical support work.

In the last full year, U.S. CYBER COMMAND (97CY) recorded $182,387,880.30 in obligated funds across 204 award actions, for an average action value of $894,058.23. The largest obligations went to The Johns Hopkins University Applied Physics Laboratory LLC, Parsons Government Services Inc., and Science Applications International Corporation, while NAICS 541519, Other Computer Related Services, accounted for the highest share of spending.

Generated at 03/21/2026

Analysis period: Last full year

This page reflects the last full year of readable FPDS obligation data and groups vendor and NAICS entries as reported, including separate rows for similar vendor names when present.

Agency ID
97CY
Total Obligated
182.39 million
182,387,880.30
Award Actions
204
Average Action Value
894,058.23

About U.S. CYBER COMMAND federal contract activity

In the last full year, U.S. Cyber Command recorded 204 awards totaling $182.39 million in obligations, with an average award value of $894,058.23. The activity level indicates a comparatively small number of obligations concentrated in higher-value technology and mission-support procurements.

Vendor concentration and leading contractors

Vendor obligations were led by JOHNS HOPKINS UNIVERSITY APPLIED PHYSICS LABORATORY LLC, THE at $48.52 million across 41 awards, followed by PARSONS GOVERNMENT SERVICES INC. at $28.96 million across 15 awards. The remaining leading vendors were SCIENCE APPLICATIONS INTERNATIONAL CORPORATION and BOOZ ALLEN HAMILTON INC., with two separate FPDS vendor entries for Booz Allen, suggesting either separate records or naming variations in the source data.

Industry profile based on NAICS activity

Procurement was dominated by NAICS 541519, Other Computer Related Services, which accounted for $90.77 million across 106 awards. The next largest categories were 541512 Computer Systems Design Services, 541511 Custom Computer Programming Services, 541715 research and development in the physical, engineering, and life sciences, and 541330 Engineering Services, reinforcing a strong concentration in cyber, IT, engineering, and R&D support.

Annual contract trend over the analysis window

The annual trend shows $182.39 million obligated in 2025 across 204 awards, which matches the stated last-full-year analysis window. With only one year shown, the dataset supports a single-period snapshot rather than a multi-year growth or decline assessment.

How to interpret this page

Figures are based on FPDS obligations for U.S. Cyber Command, Agency ID 97CY, limited to the last full year. Vendor and NAICS summaries reflect the top reported entries in the supplied dataset; repeated vendor names are preserved as provided and not consolidated unless explicitly normalized in the source.

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 = '97CY'
        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
JOHNS HOPKINS UNIVERSITY APPLIED PHYSICS LABORATORY LLC, THE 48,515,959.57 48.52 million 41
PARSONS GOVERNMENT SERVICES INC. 28,962,523.00 28.96 million 15
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 15,270,686.92 15.27 million 9
BOOZ ALLEN HAMILTON INC 10,891,000.00 10.89 million 8
BOOZ ALLEN HAMILTON INC. 9,001,870.02 9.00 million 5
PACKET FORENSICS LLC 8,958,622.00 8.96 million 1
FEDDATA TECHNOLOGY SOLUTIONS, LLC 8,524,169.70 8.52 million 12
GOVERNMENT ACQUISITIONS INC 8,208,530.46 8.21 million 7
RAYTHEON COMPANY 5,502,122.00 5.50 million 3
FCN, INC. 3,871,659.06 3.87 million 4

Insight

For U.S. CYBER COMMAND (97CY), obligations over the last full year totaled $182.39 million across 204 awards, averaging $894.1K per award. Spending is moderately concentrated at the top: the leading vendor, Johns Hopkins University Applied Physics Laboratory LLC, received $48.52 million across 41 awards, and the top 10 vendors account for a substantial share of total obligations. The vendor mix is distributed across both repeated awardees and single-award recipients, indicating a combination of recurring service relationships and discrete procurements.

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 = '97CY'
        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
541519 OTHER COMPUTER RELATED SERVICES 90,771,924.61 90.77 million 106
541512 COMPUTER SYSTEMS DESIGN SERVICES 28,962,523.00 28.96 million 15
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 22,326,873.93 22.33 million 16
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 15,270,686.92 15.27 million 9
541330 ENGINEERING SERVICES 7,984,626.37 7.98 million 7
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 4,075,750.15 4.08 million 2
334111 ELECTRONIC COMPUTER MANUFACTURING 3,992,844.14 3.99 million 12
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 3,047,674.37 3.05 million 3
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 2,249,708.45 2.25 million 1
611310 COLLEGES, UNIVERSITIES, AND PROFESSIONAL SCHOOLS 1,351,009.00 1.35 million 7

Insight

Over the last full year, U.S. Cyber Command obligated $182.39 million across 204 awards, with spending concentrated in NAICS 541519, Other Computer Related Services, which accounts for $90.77 million and 106 awards, or about half of total obligations. The next largest categories—541512, Computer Systems Design Services; 541511, Custom Computer Programming Services; and 541715, R&D in the physical, engineering, and life sciences—collectively add another $66.56 million, indicating a strong emphasis on cyber and technical services. Outside these top categories, obligations are more dispersed, with no other NAICS exceeding $8 million and several smaller awards spread across hardware, hosting, consulting, and education-related codes.

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 = '97CY'
        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 182,387,880.30 182.39 million 204

Insight

During the last full year, U.S. CYBER COMMAND (97CY) obligated $182.39 million across 204 awards, for an average award value of about $894.1K. With only a single annual data point provided for 2025, no year-over-year trend can be assessed in this window. The available data indicate moderate award fragmentation with obligations distributed across a relatively small number of awards.

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.