Federal Agency

OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT Federal Contract Obligations (Last 10 Years)

Federal procurement activity for the Office of the Assistant Secretary for Administration and Management (Agency ID 1605) over the last 10 years, covering $14.96 billion across 48,442 award actions.

This page summarizes procurement obligations, award volume, and leading vendors, NAICS codes, and annual spending trends for the Office of the Assistant Secretary for Administration and Management. The data show a concentration in training, IT services, and management consulting, with annual obligations above $1.79 billion in each of the most recent five years.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the last 10 years of FPDS award activity and may vary by rounding from the exact obligated amount of $14,962,246,881.63.

Agency ID
1605
Total Obligated
14.96 billion
14,962,246,881.63
Award Actions
48,442
Average Action Value
308,869.30

About OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT federal contract activity

Over the last 10 years, the Office of the Assistant Secretary for Administration and Management obligated $14.96 billion across 48,442 awards, for an average award value of $308,869.3. The award profile indicates a high-volume contracting environment with a mix of large service awards and many smaller transactions.

Vendor concentration and leading contractors

Obligations are concentrated among a small set of contractors, led by Management & Training Corporation at $1.26 billion across 1,342 awards. The remaining top vendors include Adams and Associates, Inc., Booz Allen Hamilton Inc., Career Systems Development Corporation, and Serrato Corporation, reflecting recurring obligations to providers of training, technical, and support services.

Industry profile based on NAICS activity

The largest share of obligations falls under NAICS 611519, Other Technical and Trade Schools, at $6.35 billion across 7,889 awards, making it the dominant procurement category by a wide margin. Other major categories include computer systems design, other computer-related services, management consulting, and custom computer programming, showing a strong emphasis on training and IT-related services.

Annual contract trend over the analysis window

Annual obligations remained above $1.79 billion in each reported year from 2021 through 2025, peaking at $2.42 billion in 2023 before easing to $2.21 billion in 2024 and $1.80 billion in 2025. Award counts were highest in 2022 and 2021, suggesting sustained procurement activity with fluctuations in annual spend levels rather than a single-year spike.

How to interpret this page

This summary uses FPDS award records for Agency ID 1605 over the last 10 years and aggregates obligated dollars, award counts, vendor totals, NAICS totals, and annual trends. Amounts reflect obligated value in the source data and are presented as analyzed across the stated time window.

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 = '1605'
        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
MANAGEMENT & TRAINING CORPORATION 1,264,873,927.96 1.26 billion 1,342
ADAMS AND ASSOCIATES, INC. 858,541,149.70 858.54 million 1,032
BOOZ ALLEN HAMILTON INC. 657,139,167.94 657.14 million 1,087
CAREER SYSTEMS DEVELOPMENT CORPORATION 535,865,238.51 535.87 million 672
SERRATO CORPORATION 462,222,715.25 462.22 million 594
FOXMAR, INC. 341,157,572.21 341.16 million 432
ODLE MANAGEMENT GROUP, L.L.C. 275,130,944.07 275.13 million 419
ARBOR E&T, LLC 252,167,738.11 252.17 million 171
MINACT INC 193,906,361.32 193.91 million 270
HUMAN LEARNING SYSTEMS, LLC 189,013,438.29 189.01 million 293

Insight

Over the last 10 years, the agency obligated $14.96 billion across 48,442 awards, with an average award value of $308,869.3, indicating a high-volume procurement profile. Obligations are concentrated among a small set of vendors: the top 10 recipients account for roughly $5.03 billion, or about 33.6% of total obligated dollars. Management & Training Corporation is the largest vendor at $1.26 billion and 1,342 awards, followed by Adams and Associates, Inc. at $858.54 million and Booz Allen Hamilton Inc. at $657.14 million, while the remaining top vendors each received between $189.01 million and $535.87 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 = '1605'
        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
611519 OTHER TECHNICAL AND TRADE SCHOOLS 6,346,312,579.72 6.35 billion 7,889
541512 COMPUTER SYSTEMS DESIGN SERVICES 1,738,505,424.18 1.74 billion 2,444
541519 OTHER COMPUTER RELATED SERVICES 1,594,177,701.16 1.59 billion 6,487
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 1,034,797,380.26 1.03 billion 5,709
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 729,060,732.02 729.06 million 1,870
624310 VOCATIONAL REHABILITATION SERVICES 503,970,009.17 503.97 million 266
524298 ALL OTHER INSURANCE RELATED ACTIVITIES 201,000,450.06 201.00 million 199
541330 ENGINEERING SERVICES 189,695,168.10 189.70 million 234
611513 APPRENTICESHIP TRAINING 184,984,028.92 184.98 million 415
541612 HUMAN RESOURCES CONSULTING SERVICES (2007), HUMAN RESOURCES AND EXECUTIVE SEARCH CONSULTING SERVICES (2002) 184,733,143.42 184.73 million 225

Insight

Over the last 10 years, obligations for Agency 1605 totaled $14.96 billion across 48,442 awards, with spending highly concentrated in NAICS 611519, Other Technical and Trade Schools, which accounted for $6.35 billion, or about 42 percent of total obligated dollars. The next three categories—541512 Computer Systems Design Services, 541519 Other Computer Related Services, and 541611 Administrative Management and General Management Consulting Services—together added another $4.37 billion, indicating that information technology and management support services dominate the agency’s top obligations. Smaller but notable obligations also went to 624310 Vocational Rehabilitation Services and 611513 Apprenticeship Training, showing some diversification into workforce and training-related services.

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 = '1605'
        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 1,795,336,474.93 1.80 billion 4,606
2024 2,214,207,533.28 2.21 billion 5,339
2023 2,415,935,763.50 2.42 billion 5,150
2022 2,117,737,502.48 2.12 billion 7,536
2021 2,391,595,274.33 2.39 billion 7,118
2020 1,765,740,831.45 1.77 billion 4,544
2019 658,240,927.32 658.24 million 2,912
2018 593,029,577.29 593.03 million 3,358
2017 512,684,416.68 512.68 million 4,203
2016 497,738,580.37 497.74 million 3,676

Insight

Over the last 10 years, the Office of the Assistant Secretary for Administration and Management obligated $14.96 billion across 48,442 awards, averaging about $308,869 per award. Annual obligations were concentrated in the most recent five years, with each year from 2020 through 2025 exceeding $1.76 billion, compared with approximately $497.74 million to $658.24 million annually in 2016 through 2019. Obligations peaked in 2023 at $2.42 billion and remained above $2.1 billion in 2021, 2022, and 2024 before declining to $1.80 billion in 2025; award volume also peaked in 2022 at 7,536 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.