Federal Agency

U.S. SECRET SERVICE Federal Contract Obligations (Last 5 Years)

FPDS award data for the U.S. Secret Service (Agency ID 7009) covering the last 5 years of obligations, vendors, NAICS codes, and annual award activity.

Over the last 5 years, the U.S. Secret Service recorded $2.13 billion in obligations across 8,150 award actions, averaging $261,776.52 per action. Annual obligations were highest in 2024 at $534.76 million, followed by 2025 at $492.20 million, while vendor and NAICS activity was concentrated in IT, engineering, and support services.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect readable and exact FPDS obligation data for the selected analysis window and should be reviewed alongside award count and category detail.

Agency ID
7009
Total Obligated
2.13 billion
2,133,478,668.63
Award Actions
8,150
Average Action Value
261,776.52

About U.S. SECRET SERVICE federal contract activity

Over the last 5 years, the U.S. Secret Service (Agency ID 7009) obligated $2.13 billion across 8,150 awards, for an average award value of $261,776.52. The profile reflects a high-volume acquisition mix with substantial use of competitively sourced professional, technical, and support services alongside mission-critical technology and security-related purchases.

Vendor concentration and leading contractors

Vendor obligations are moderately concentrated at the top, with MOTOROLA SOLUTIONS, INC. leading at $118.72 million across 23 awards. ARCUS GROUP, LLC and THUNDERCAT TECHNOLOGY, LLC follow by dollar value with 153 and 160 awards respectively, while TRIBALCO, LLC and FRANCONIA REAL ESTATE SERVICES, INC. round out the top five, indicating recurring reliance on a relatively small set of incumbent suppliers across different service categories.

Industry profile based on NAICS activity

The largest share of obligations falls under NAICS 541519, Other Computer Related Services, at $356.17 million across 1,109 awards, followed by 541512, Computer Systems Design Services, at $235.40 million. Engineering Services (541330), All Other Support Services (561990), and Custom Computer Programming Services (541511) also rank prominently, showing a procurement portfolio centered on IT services, systems integration, engineering support, and general mission support.

Annual contract trend over the analysis window

Annual obligations were strongest in 2024 at $534.76 million and remained elevated in 2025 at $492.20 million, after rising from $337.08 million in 2021 to $434.95 million in 2023. Award counts increased steadily from 1,349 in 2022 to 1,854 in 2025, with 2021 standing out for a higher count of 1,882 despite lower total obligations, suggesting a shift toward fewer, larger awards in later years.

How to interpret this page

This summary uses FPDS obligation data for the U.S. Secret Service over the last five years and reflects only the metrics provided in the analysis window. Vendor, NAICS, and annual trend statements are based on ranked totals and award counts in the supplied dataset; no additional categorization, normalization, or inference beyond the provided values was applied.

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 = '7009'
        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
MOTOROLA SOLUTIONS, INC. 118,724,653.75 118.72 million 23
ARCUS GROUP, LLC 85,269,744.14 85.27 million 153
THUNDERCAT TECHNOLOGY, LLC 67,264,443.40 67.26 million 160
TRIBALCO, LLC 56,429,727.17 56.43 million 24
FRANCONIA REAL ESTATE SERVICES, INC. 50,230,282.74 50.23 million 45
ARDENT MANAGEMENT CONSULTING, LLC 49,886,952.58 49.89 million 16
AVER, LLC 49,466,308.42 49.47 million 34
THE MITRE CORPORATION 46,867,124.98 46.87 million 68
DELOITTE CONSULTING LLP 46,745,529.47 46.75 million 29
DELL FEDERAL SYSTEMS L.P. 46,146,067.99 46.15 million 37

Insight

Over the last 5 years, the U.S. Secret Service obligated $2.13 billion across 8,150 awards, with an average award value of $261,776.52. Vendor obligations are moderately concentrated: Motorola Solutions, Inc. leads at $118.72 million, while the next nine vendors range from $85.27 million to $46.15 million each, indicating a relatively broad top-tier supplier base rather than heavy dependence on a single contractor. Award volume is also dispersed, with the highest counts held by Thundercat Technology, LLC (160) and Arcus Group, LLC (153), suggesting recurring procurement activity across multiple vendors.

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 = '7009'
        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 356,172,523.80 356.17 million 1,109
541512 COMPUTER SYSTEMS DESIGN SERVICES 235,396,298.33 235.40 million 267
541330 ENGINEERING SERVICES 146,347,948.02 146.35 million 106
561990 ALL OTHER SUPPORT SERVICES 122,351,854.05 122.35 million 266
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 112,702,097.23 112.70 million 131
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 90,477,440.10 90.48 million 38
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 71,934,935.32 71.93 million 211
511210 SOFTWARE PUBLISHERS 71,167,229.78 71.17 million 178
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 64,608,575.03 64.61 million 132
531210 OFFICES OF REAL ESTATE AGENTS AND BROKERS 50,230,282.74 50.23 million 45

Insight

Over the last 5 years, U.S. Secret Service obligated $2.13 billion across 8,150 awards, with spend concentrated in IT and technical services. NAICS 541519 (Other Computer Related Services) is the largest category at $356.17 million across 1,109 awards, followed by 541512 (Computer Systems Design Services) at $235.40 million and 541330 (Engineering Services) at $146.35 million. The remaining top NAICS are more dispersed, spanning support services, programming, consulting, software, construction, and real estate, indicating a mixed procurement profile with a strong technology focus.

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 = '7009'
        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 492,201,237.94 492.20 million 1,854
2024 534,761,775.31 534.76 million 1,603
2023 434,952,593.57 434.95 million 1,462
2022 334,485,395.78 334.49 million 1,349
2021 337,077,666.03 337.08 million 1,882

Insight

Over the last 5 years, U.S. Secret Service obligated 2.13 billion across 8,150 awards, with an average award value of 261,776.52. Obligations were highest in 2024 at 534.76 million, followed by 2025 at 492.20 million, indicating elevated spending in the two most recent years after a lower base in 2021–2022. Award volume increased steadily from 1,349 in 2022 to 1,854 in 2025, while 2021 had the highest award count at 1,882, suggesting spending is distributed across a relatively large number of awards rather than concentrated in a small set of actions.

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.