Federal Agency

U.S. CYBER COMMAND Federal Contract Obligations (Last 5 Years)

U.S. Cyber Command recorded 615.14 million in obligated procurement actions across 758 awards over the last 5 years, with most spend concentrated in IT services and systems support.

U.S. Cyber Command (97CY) shows a procurement profile centered on computer-related services, custom programming, systems design, and research and development. Annual obligations rose from 61.87 million in 2021 to 182.39 million in 2025, with Johns Hopkins University Applied Physics Laboratory LLC, Booz Allen Hamilton Inc., Parsons Government Services Inc., and Science Applications International Corporation among the leading vendors.

Generated at 03/21/2026

Analysis period: Last 5 years

Vendor names and NAICS totals are based on FPDS award obligations for the last 5 years, and duplicate vendor rows reflect distinct records as provided.

Agency ID
97CY
Total Obligated
615.14 million
615,137,674.59
Award Actions
758
Average Action Value
811,527.27

About U.S. CYBER COMMAND federal contract activity

U.S. CYBER COMMAND recorded 615.14 million in obligated spending across 758 awards over the last 5 years, with an average award value of 811,527.27. The profile indicates a relatively concentrated procurement portfolio centered on technical and mission-support services rather than a high volume of small awards.

Vendor concentration and leading contractors

The vendor base is led by JOHNS HOPKINS UNIVERSITY APPLIED PHYSICS LABORATORY LLC, THE at 91.43 million across 89 awards. BOOZ ALLEN HAMILTON INC. and BOOZ ALLEN HAMILTON INC together account for 169.97 million across 84 awards, followed by PARSONS GOVERNMENT SERVICES INC. and SCIENCE APPLICATIONS INTERNATIONAL CORPORATION, showing reliance on a small set of recurring service providers.

Industry profile based on NAICS activity

Spending is dominated by NAICS 541519, Other Computer Related Services, at 256.02 million across 419 awards, and NAICS 541511, Custom Computer Programming Services, at 187.23 million across 125 awards. Combined with NAICS 541512 and 541715, the data shows a strong emphasis on software, systems design, and R&D support, with engineering services contributing a smaller but material share.

Annual contract trend over the analysis window

Annual obligations peaked in 2025 at 182.39 million, following 139.65 million in 2024 and 154.22 million in 2023. Earlier years were lower at 77.01 million in 2022 and 61.87 million in 2021, indicating a clear upward shift in funding activity over the period.

How to interpret this page

This page summarizes FPDS obligations for agency ID 97CY over the last 5 years using total obligated dollars, award counts, vendor concentration, and NAICS breakdowns. Dollar figures are presented as recorded in FPDS and may reflect award actions, not necessarily outlays or total program cost. Vendor names and NAICS categories are reported as provided in the source data, including duplicate vendor naming variants where present.

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 5 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 91,433,823.38 91.43 million 89
BOOZ ALLEN HAMILTON INC. 90,325,683.17 90.33 million 35
BOOZ ALLEN HAMILTON INC 79,649,057.91 79.65 million 49
PARSONS GOVERNMENT SERVICES INC. 59,070,280.88 59.07 million 38
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 48,513,474.66 48.51 million 30
PACKET FORENSICS LLC 27,746,057.00 27.75 million 7
THREE WIRE SYSTEMS, LLC 16,524,079.21 16.52 million 9
ALVAREZ LLC 12,540,581.15 12.54 million 19
VULNERABILITY RESEARCH LABS LLC 11,873,294.00 11.87 million 9
RAYTHEON COMPANY 11,613,979.70 11.61 million 10

Insight

Over the last 5 years, U.S. CYBER COMMAND obligated $615.14 million across 758 awards, with an average award value of $811,527. The vendor base is moderately concentrated at the top: the leading vendor, Johns Hopkins University Applied Physics Laboratory LLC, received $91.43 million across 89 awards, while Booz Allen Hamilton appears twice in the top list under two name variants totaling $169.98 million across 84 awards. Obligations among the remaining top vendors decline more quickly, with Parsons Government Services Inc. at $59.07 million and Science Applications International Corporation at $48.51 million, followed by a broader tail of vendors each below $30 million.

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 5 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 256,017,955.50 256.02 million 419
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 187,232,672.04 187.23 million 125
541512 COMPUTER SYSTEMS DESIGN SERVICES 59,284,775.69 59.28 million 46
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 48,513,474.66 48.51 million 30
541330 ENGINEERING SERVICES 20,335,719.49 20.34 million 25
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 14,986,913.78 14.99 million 18
334111 ELECTRONIC COMPUTER MANUFACTURING 6,830,055.89 6.83 million 22
511210 SOFTWARE PUBLISHERS 6,314,480.16 6.31 million 11
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 5,467,741.34 5.47 million 3
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 3,828,191.44 3.83 million 4

Insight

Over the last 5 years, U.S. Cyber Command’s obligations of $615.14 million were concentrated in IT-related NAICS, led by 541519 Other Computer Related Services at $256.02 million across 419 awards and 541511 Custom Computer Programming Services at $187.23 million across 125 awards. These two categories account for the clear majority of top-NAICS obligations, indicating a strong emphasis on recurring support and software-related procurement. The remaining top NAICS are more distributed, with smaller obligations in systems design, R&D, engineering, hosting, and hardware/software supply categories.

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 5 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
2024 139,647,334.27 139.65 million 178
2023 154,217,837.34 154.22 million 140
2022 77,013,557.34 77.01 million 113
2021 61,871,065.34 61.87 million 123

Insight

Over the last 5 years, U.S. CYBER COMMAND obligated $615.14 million across 758 awards, for an average award value of $811.5K. Obligations increased from $61.87 million in 2021 to a peak of $182.39 million in 2025, with 2023 and 2024 also remaining above $139 million, indicating a recent upward funding trend after lower levels in 2021–2022. Award volume was more evenly distributed, ranging from 113 to 204 awards annually, suggesting growth in both obligation levels and transaction volume.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.