Federal Agency

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

Federal procurement profile for the Office of the Assistant Secretary for Administration and Management (Agency ID 1605) covering obligations, award activity, vendors, NAICS mix, and annual trends over the last five years.

Over the last five years, the Office of the Assistant Secretary for Administration and Management recorded $10.93 billion in obligated spending across 29,749 award actions, for an average action value of $367,569.07. Spending is concentrated in training, computer-related, consulting, and vocational rehabilitation services, with Management & Training Corporation, Adams and Associates, Inc., and Career Systems Development Corporation among the top vendors.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations ranged from $1.80 billion in 2025 to a high of $2.42 billion in 2023, while NAICS 611519 alone accounted for $5.51 billion of obligated value.

Agency ID
1605
Total Obligated
10.93 billion
10,934,812,548.52
Award Actions
29,749
Average Action Value
367,569.07

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

Over the last 5 years, the OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT obligated $10.93 billion across 29,749 awards, with an average award value of $367,569.07. The agency’s spending profile is large and operationally active, indicating sustained contracting activity across a high volume of relatively modest awards alongside some larger obligations.

Vendor concentration and leading contractors

Vendor concentration is led by MANAGEMENT & TRAINING CORPORATION at $1.07 billion across 1,220 awards, followed by ADAMS AND ASSOCIATES, INC. at $739.56 million and CAREER SYSTEMS DEVELOPMENT CORPORATION at $444.74 million. The top five vendors also include SERRATO CORPORATION and BOOZ ALLEN HAMILTON INC., showing a mix of service delivery, training, and advisory support among the agency’s largest obligations.

Industry profile based on NAICS activity

NAICS 611519, Other Technical and Trade Schools, dominates the portfolio with $5.51 billion and 7,221 awards, indicating that training and education-related services are the core spend area. The next largest categories are 541519, 541512, 541611, and 624310, which together point to substantial investment in IT services, management consulting, and vocational rehabilitation support.

Annual contract trend over the analysis window

Annual obligations remained above $1.79 billion in each year of the window, peaking at $2.42 billion in 2023 and staying elevated at $2.21 billion in 2024 before easing to $1.80 billion in 2025. Award counts were highest in 2022 and 2021, then declined in 2023 through 2025, suggesting a recent reduction in transaction volume and spend relative to the prior two years.

How to interpret this page

This summary uses FPDS obligations and award counts for the OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT over the last 5 years. Vendor, NAICS, and annual trend figures are based on the provided top-ranking categories and yearly totals, and the analysis reflects obligation-based spending rather than outlays or estimated contract ceiling values.

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 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
MANAGEMENT & TRAINING CORPORATION 1,068,426,392.46 1.07 billion 1,220
ADAMS AND ASSOCIATES, INC. 739,561,163.19 739.56 million 931
CAREER SYSTEMS DEVELOPMENT CORPORATION 444,735,759.70 444.74 million 592
SERRATO CORPORATION 400,174,470.35 400.17 million 554
BOOZ ALLEN HAMILTON INC. 353,031,556.02 353.03 million 634
FOXMAR, INC. 306,946,925.60 306.95 million 406
ARBOR E&T, LLC 252,167,738.11 252.17 million 171
ODLE MANAGEMENT GROUP, L.L.C. 222,076,527.15 222.08 million 363
HUMAN LEARNING SYSTEMS, LLC 175,960,729.30 175.96 million 282
INSIGHTS TRAINING GROUP, LLC 152,385,827.84 152.39 million 221

Insight

Over the last 5 years, the agency obligated $10.93 billion across 29,749 awards, with the top 10 vendors accounting for a sizable share of spending. Management & Training Corporation led all vendors at $1.07 billion across 1,220 awards, followed by Adams and Associates, Inc. at $739.56 million and Career Systems Development Corporation at $444.74 million. The vendor mix is moderately concentrated among a small group of recurring contractors, with several vendors also posting high award counts, indicating distributed but sustained procurement activity rather than reliance on a single award.

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 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
611519 OTHER TECHNICAL AND TRADE SCHOOLS 5,514,201,680.99 5.51 billion 7,221
541519 OTHER COMPUTER RELATED SERVICES 1,029,073,144.10 1.03 billion 3,963
541512 COMPUTER SYSTEMS DESIGN SERVICES 1,008,076,105.25 1.01 billion 1,486
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 662,821,574.78 662.82 million 4,033
624310 VOCATIONAL REHABILITATION SERVICES 494,501,287.80 494.50 million 255
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 327,330,724.89 327.33 million 1,017
611513 APPRENTICESHIP TRAINING 162,848,024.87 162.85 million 375
541330 ENGINEERING SERVICES 162,500,281.12 162.50 million 142
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 152,126,447.09 152.13 million 493
541612 HUMAN RESOURCES CONSULTING SERVICES (2007), HUMAN RESOURCES AND EXECUTIVE SEARCH CONSULTING SERVICES (2002) 146,315,516.63 146.32 million 103

Insight

Over the last 5 years, this agency obligated $10.93 billion across 29,749 awards, with spending concentrated in a small number of NAICS codes. NAICS 611519 (Other Technical and Trade Schools) dominates with $5.51 billion, or about half of total obligations, followed by 541519 and 541512, each at roughly $1.0 billion; together, the top three NAICS account for about 69% of obligated dollars. The remaining top NAICS are materially smaller and more dispersed, indicating a portfolio centered on training and IT-related services with secondary spending in consulting, rehabilitation, and construction.

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 5 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

Insight

Over the last 5 years, OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT obligated $10.93 billion across 29,749 awards, for an average award value of $367,569. Obligations were relatively stable year to year, ranging from $1.80 billion in 2025 to a peak of $2.42 billion in 2023, with no single year dominating the period. Award volume was highest in 2022 and 2021, then declined in 2023 through 2025, indicating a lower count of awards in the most recent years even as obligated dollars remained within a narrow band.

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.