Federal Agency

OFFICE OF THE SECRETARY Federal Contract Obligations (Last 5 Years)

FPDS procurement summary for the Office of the Secretary (Agency ID 1301) covering obligations, award counts, vendors, NAICS categories, and annual trends over the last 5 years.

Over the last 5 years, the Office of the Secretary recorded 21,696 award actions with $3.63 billion obligated, for an average action value of $167,093.49. Spending was concentrated in computer-related services and management consulting, with annual obligations ranging from $604.73 million in 2021 to $845.15 million in 2024.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect FPDS award activity for the analysis window and may change as records are updated.

Agency ID
1301
Total Obligated
3.63 billion
3,625,260,490.38
Award Actions
21,696
Average Action Value
167,093.49

About OFFICE OF THE SECRETARY federal contract activity

Over the last 5 years, the OFFICE OF THE SECRETARY (Agency ID 1301) obligated 3.63 billion across 21,696 awards, for an average award value of 167,093.49. The profile indicates a large, high-volume acquisition portfolio with spending concentrated in professional services and IT-related activities.

Vendor concentration and leading contractors

DELOITTE CONSULTING LLP is the largest vendor by obligated value at 294.49 million across 211 awards, followed by ACCENTURE FEDERAL SERVICES LLC at 240.44 million across 59 awards. The remaining top vendors include DELL FEDERAL SYSTEMS L.P., THUNDERCAT TECHNOLOGY, LLC, and SOFTWARE INFORMATION RESOURCE CORP., each reflecting substantial recurring obligations and a strong concentration among a relatively small set of suppliers.

Industry profile based on NAICS activity

Obligations are dominated by NAICS 541519, Other Computer Related Services, at 1.45 billion across 8,927 awards, making it the clear anchor category. The next largest categories are 541611 Administrative Management and General Management Consulting Services at 709.63 million and 541512 Computer Systems Design Services at 381.80 million, with 541511 Custom Computer Programming Services and 541612 Human Resources Consulting Services also contributing meaningful volume.

Annual contract trend over the analysis window

Annual obligations peaked in 2024 at 845.15 million across 4,504 awards and remained elevated in 2023 at 830.32 million. Funding then declined to 674.84 million in 2022 and 604.73 million in 2021, before rebounding to 670.22 million in 2025, indicating a recent moderation after two high-spend years.

How to interpret this page

This summary reflects FPDS obligations for the OFFICE OF THE SECRETARY over the last 5 years, using total obligated dollars, award counts, vendor totals, NAICS classifications, and annual obligation trends. Values are based on the supplied analysis window and should be read as obligation activity reported in FPDS, not appropriations or outlays.

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 = '1301'
        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
DELOITTE CONSULTING LLP 294,490,102.20 294.49 million 211
ACCENTURE FEDERAL SERVICES LLC 240,436,122.14 240.44 million 59
DELL FEDERAL SYSTEMS L.P. 233,240,929.97 233.24 million 555
THUNDERCAT TECHNOLOGY, LLC 211,930,010.37 211.93 million 772
SOFTWARE INFORMATION RESOURCE CORP. 172,074,538.48 172.07 million 279
TRIDENT TECHNICAL SOLUTIONS, LLC 103,122,424.82 103.12 million 569
GOLDEN KEY GROUP, LLC 95,777,589.59 95.78 million 134
YOUR RECRUITING COMPANY, INC. 95,186,921.93 95.19 million 105
CSP ENTERPRISES LLC 76,265,859.18 76.27 million 1,265
COLOSSAL CONTRACTING, LLC 55,124,600.73 55.12 million 472

Insight

Over the last 5 years, OFFICE OF THE SECRETARY (ID 1301) obligated $3.63 billion across 21,696 awards, with an average award value of $167,093.49. Obligations among the top vendors are moderately concentrated: Deloitte Consulting LLP leads at $294.49 million, followed by Accenture Federal Services LLC at $240.44 million and Dell Federal Systems L.P. at $233.24 million, while the remaining top vendors each range from $55.12 million to $211.93 million. Award volume is more dispersed than dollars obligated, with CSP Enterprises LLC (1,265 awards) and Thundercat Technology, LLC (772 awards) receiving many smaller awards relative to the highest-obligated 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 = '1301'
        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 1,454,079,688.04 1.45 billion 8,927
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 709,634,826.65 709.63 million 1,917
541512 COMPUTER SYSTEMS DESIGN SERVICES 381,804,768.87 381.80 million 568
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 128,824,165.50 128.82 million 607
541612 HUMAN RESOURCES CONSULTING SERVICES (2007), HUMAN RESOURCES AND EXECUTIVE SEARCH CONSULTING SERVICES (2002) 98,595,320.45 98.60 million 198
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 68,033,774.30 68.03 million 149
561920 CONVENTION AND TRADE SHOW ORGANIZERS 66,734,257.60 66.73 million 2,638
561612 SECURITY GUARDS AND PATROL SERVICES 61,774,192.12 61.77 million 124
517110 WIRED TELECOMMUNICATIONS CARRIERS 53,798,035.03 53.80 million 320
334111 ELECTRONIC COMPUTER MANUFACTURING 41,933,144.34 41.93 million 499

Insight

Over the last 5 years, OFFICE OF THE SECRETARY obligated $3.63 billion across 21,696 awards, with spending concentrated in IT and professional services NAICS codes. NAICS 541519, Other Computer Related Services, is the largest category at $1.45 billion and 8,927 awards, followed by 541611, Administrative Management and General Management Consulting Services, at $709.63 million and 1,917 awards; together they account for a substantial share of total obligations. The remaining top NAICS codes are more distributed, with several categories in the $40 million to $130 million range and award counts that vary widely, indicating a mix of high-volume, lower-dollar buys and fewer larger obligations.

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 = '1301'
        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 670,217,165.78 670.22 million 3,399
2024 845,153,387.72 845.15 million 4,504
2023 830,316,240.67 830.32 million 4,695
2022 674,844,457.08 674.84 million 4,508
2021 604,729,239.13 604.73 million 4,590

Insight

Over the last 5 years, OFFICE OF THE SECRETARY obligated $3.63 billion across 21,696 awards, averaging $167.1 thousand per award. Annual obligations were concentrated in 2023 and 2024, which together accounted for about 46% of total 5-year obligations, with 2024 the peak year at $845.15 million. Obligations declined to $670.22 million in 2025 from the prior two-year high, while award counts remained relatively stable in the 3,399 to 4,695 range, indicating moderate year-to-year volume consistency with shifting dollar concentrations.

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.