Federal Agency

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

FPDS procurement summary for the Office of the Secretary (Agency ID 6901) covering the last 10 years of obligations, awards, vendors, and NAICS activity.

Over the last 10 years, the Office of the Secretary recorded $2.64 billion in obligated awards across 21,589 actions, with an average action value of $122,120.90. Recent annual obligations have stayed above $210 million each year from 2021 through 2025, led by engineering, IT, consulting, and transit-related services.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect FPDS award actions in the selected analysis window and are based on obligated amounts, vendor totals, and NAICS classifications provided in the dataset.

Agency ID
6901
Total Obligated
2.64 billion
2,636,468,246.52
Award Actions
21,589
Average Action Value
122,120.90

About OFFICE OF THE SECRETARY federal contract activity

Over the last 10 years, OFFICE OF THE SECRETARY (Agency ID 6901) obligated $2.64 billion across 21,589 awards, for an average award value of $122,120.90. The profile indicates a high-volume, mid-dollar contracting mix rather than a small number of very large actions.

Vendor concentration and leading contractors

Obligations are concentrated among a handful of vendors, led by Washington Metropolitan Area Transit Authority at $240.88 million across 102 awards and SGT, Inc. at $207.30 million across 50 awards. ENGILITY CORPORATION, KBR WYLE SERVICES, LLC, and BERING GLOBAL SOLUTIONS, LLC also represent significant spending, with award counts ranging from 54 to 754 and obligations from $78.47 million to $186.60 million.

Industry profile based on NAICS activity

The agency’s spending is centered on technical and professional service categories. Engineering Services (NAICS 541330) is the largest category at $412.60 million and 2,985 awards, followed by Other Computer Related Services (541519), Administrative Management and General Management Consulting Services (541611), All Other Transit and Ground Passenger Transportation (485999), and All Other Professional, Scientific, and Technical Services (541990).

Annual contract trend over the analysis window

Annual obligations in the reported years remained in the low-to-mid $200 million range, with $210.06 million in 2021 rising to $234.37 million in 2022, then easing to $222.51 million in 2023 and $229.58 million in 2024, before reaching $251.92 million in 2025. Award counts stayed relatively stable over the same period, generally between 1,862 and 1,977 awards per year.

How to interpret this page

This summary uses FPDS Query obligation data for OFFICE OF THE SECRETARY over the last 10 years and reflects total obligated dollars, award counts, average award value, and top vendors, NAICS codes, and annual totals provided in the analysis window. Amounts are reported as obligated values and rounded to the nearest cent or displayed in readable units where provided.

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 = '6901'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
WASHINGTON METROPOLITAN AREA TRANSIT AUTHORITY 240,883,745.82 240.88 million 102
SGT, INC. 207,296,304.14 207.30 million 50
ENGILITY CORPORATION 186,596,587.36 186.60 million 622
KBR WYLE SERVICES, LLC 102,046,895.80 102.05 million 754
BERING GLOBAL SOLUTIONS, LLC 78,471,341.95 78.47 million 54
ACTIONET, INC. 71,489,033.71 71.49 million 348
CHANGEIS, INC. 64,731,621.46 64.73 million 1,118
FORENSIC DRUG & ALCOHOL TESTING LLC 50,835,398.60 50.84 million 60
DIGITALIBIZ, INC. 49,186,068.00 49.19 million 39
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 47,882,496.00 47.88 million 318

Insight

Over the last 10 years, OFFICE OF THE SECRETARY obligated $2.64 billion across 21,589 awards, with an average award value of $122.1 thousand, indicating a high volume of relatively small obligations overall. Top vendor spending is moderately concentrated: the leading vendor, Washington Metropolitan Area Transit Authority, received $240.9 million, followed by SGT, Inc. at $207.3 million and Engility Corporation at $186.6 million, while the remaining vendors each account for materially smaller shares. Award counts vary widely among top vendors, with Changeis, Inc. recording 1,118 awards and KBR Wyle Services, LLC 754 awards, suggesting a mix of high-frequency, lower-value activity and fewer large-dollar relationships.

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 = '6901'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
541330 ENGINEERING SERVICES 412,595,676.71 412.60 million 2,985
541519 OTHER COMPUTER RELATED SERVICES 335,738,356.75 335.74 million 1,742
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 248,937,227.74 248.94 million 2,399
485999 ALL OTHER TRANSIT AND GROUND PASSENGER TRANSPORTATION 241,972,181.87 241.97 million 154
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 145,863,321.49 145.86 million 1,726
561612 SECURITY GUARDS AND PATROL SERVICES 135,318,499.47 135.32 million 135
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 132,928,270.60 132.93 million 920
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 127,699,528.65 127.70 million 811
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 104,731,707.13 104.73 million 569
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 89,641,524.06 89.64 million 1,158

Insight

Over the last 10 years, OFFICE OF THE SECRETARY (6901) obligated $2.64 billion across 21,589 awards, with spending concentrated in a small set of service-heavy NAICS codes. Engineering Services (541330) is the largest category at $412.60 million across 2,985 awards, followed by Other Computer Related Services (541519) at $335.74 million and Administrative Management and General Management Consulting Services (541611) at $248.94 million. The profile is heavily weighted toward professional, scientific, technical, and IT-related services, while some higher-dollar categories such as All Other Transit and Ground Passenger Transportation (485999) and Security Guards and Patrol Services (561612) have relatively few awards, indicating larger individual 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 = '6901'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 251,924,178.58 251.92 million 1,884
2024 229,581,668.33 229.58 million 1,977
2023 222,508,010.10 222.51 million 1,973
2022 234,373,622.17 234.37 million 1,862
2021 210,062,149.46 210.06 million 1,920
2020 188,879,633.11 188.88 million 1,791
2019 241,478,138.66 241.48 million 1,771
2018 314,340,757.57 314.34 million 2,713
2017 381,387,669.19 381.39 million 2,955
2016 361,932,419.35 361.93 million 2,743

Insight

Over the last 10 years, OFFICE OF THE SECRETARY obligated $2.64 billion across 21,589 awards, with an average award value of $122.1 thousand. Obligations were highest in 2016-2017 at $361.9 million to $381.4 million, then declined overall, with a trough in 2020 at $188.9 million before stabilizing in the low-to-mid $200 million range from 2021 through 2025. Award volumes were also highest in 2016-2018, fell in 2019-2020, and have remained relatively steady since 2021, indicating a more concentrated and moderately lower spending profile in recent years.

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