Federal Contractor

MANAGEMENT & TRAINING CORPORATION Federal Contract Obligations (Last 10 Years)

Federal procurement profile for MANAGEMENT & TRAINING CORPORATION (CAGE 3JBN8, UEI G58ZEJ7HJGM1) covering obligations, awards, agencies, and NAICS activity over the last 10 years.

Over the last 10 years, MANAGEMENT & TRAINING CORPORATION recorded $2,672,521,415.08 in obligations across 2,252 award actions, with an average action value of $1,186,732.42. Activity is concentrated with the Office of the Assistant Secretary for Administration and Management, the Employment and Training Administration, and the Federal Prison System / Bureau of Prisons, and is led by NAICS 611519 and 561210.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals and trends reflect readable FPDS obligations within the analysis window and may include actions reported under multiple awarding agencies and NAICS codes.

CAGE Code
3JBN8
UEI
G58ZEJ7HJGM1
Total Obligated
2.67 billion
2,672,521,415.08
Award Actions
2,252
Average Action Value
1,186,732.42

About MANAGEMENT & TRAINING CORPORATION federal contract activity

MANAGEMENT & TRAINING CORPORATION (CAGE 3JBN8, UEI G58ZEJ7HJGM1) received 2.67 billion in obligated federal awards across 2,252 awards over the last 10 years, for an average award value of 1.19 million. The obligation profile is concentrated in recurring service contracts rather than a small number of large one-time actions, based on the award volume and average award size.

Agency mix and customer concentration

Obligations are heavily concentrated at the Department of Labor side of the portfolio, led by the OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT at 1.26 billion across 1,343 awards and the EMPLOYMENT AND TRAINING ADMINISTRATION at 759.69 million across 564 awards. The FEDERAL PRISON SYSTEM / BUREAU OF PRISONS and U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT are also material customers, while the U.S. MARSHALS SERVICE shows awards with no obligated value in the provided data.

Industry profile based on NAICS activity

The vendor’s work is dominated by NAICS 611519, OTHER TECHNICAL AND TRADE SCHOOLS, which accounts for 2.02 billion and 1,867 awards, indicating a primary concentration in training-related services. Secondary activity appears in FACILITIES SUPPORT SERVICES and SECURITY GUARDS AND PATROL SERVICES, with only limited volume in consulting and housing-program administration codes.

Annual contract trend over the analysis window

Annual obligations in the five most recent years are relatively stable in the low-to-mid 200 million range, with a peak at 352.00 million in 2021 followed by 246.96 million in 2022 and 265.55 million in 2023. Funding then moved to 230.41 million in 2024 and 225.25 million in 2025, suggesting a modest downward drift from the 2021 high but continued steady award flow.

How to interpret this page

This summary is based only on the provided FPDS query inputs for the last 10 years, including total obligated dollars, award counts, top agencies, top NAICS codes, and annual trend data. No additional sources were used, and no attempt was made to infer contract scope, performance quality, or unmet data beyond the values supplied.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3JBN8'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 1,264,873,927.96 1.26 billion 1,343
1630 EMPLOYMENT AND TRAINING ADMINISTRATION 759,686,835.31 759.69 million 564
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 386,048,454.66 386.05 million 231
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 261,912,197.15 261.91 million 95
1544 U.S. MARSHALS SERVICE 0.00 0.00 19

Insight

Over the last 10 years, MANAGEMENT & TRAINING CORPORATION’s obligations are highly concentrated in the Department of Labor, led by the Office of the Assistant Secretary for Administration and Management at $1.26 billion across 1,343 awards and the Employment and Training Administration at $759.69 million across 564 awards. These two agencies account for the majority of the vendor’s $2.67 billion in total obligated dollars, indicating a strong dependence on a small number of federal customers. Additional obligations are materially smaller at the Federal Prison System/Bureau of Prisons ($386.05 million) and U.S. Immigration and Customs Enforcement ($261.91 million), while the U.S. Marshals Service reflects 19 awards with no obligated value recorded.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3JBN8'
        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 2,023,991,163.27 2.02 billion 1,867
561210 FACILITIES SUPPORT SERVICES 386,048,454.66 386.05 million 252
561612 SECURITY GUARDS AND PATROL SERVICES 261,906,400.65 261.91 million 88
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 690,888.00 690.89 thousand 20
925110 ADMINISTRATION OF HOUSING PROGRAMS 5,796.50 5.80 thousand 5
561990 ALL OTHER SUPPORT SERVICES -121,288.00 -121.29 thousand 20

Insight

Management & Training Corporation’s obligations over the last 10 years are heavily concentrated in NAICS 611519 (Other Technical and Trade Schools), which accounts for about $2.02 billion across 1,867 awards, or roughly 76% of total obligations. The next largest categories—561210 (Facilities Support Services) at $386.05 million and 561612 (Security Guards and Patrol Services) at $261.91 million—add another significant share, indicating a secondary concentration in support and security functions. The remaining NAICS codes are immaterial by dollar value, with only small obligations in consulting and housing administration and a minor negative amount in 561990.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3JBN8'
        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 225,250,597.93 225.25 million 216
2024 230,405,367.47 230.41 million 260
2023 265,547,240.90 265.55 million 251
2022 246,956,512.97 246.96 million 307
2021 351,995,490.70 352.00 million 301
2020 367,600,772.59 367.60 million 259
2019 333,814,749.69 333.81 million 259
2018 279,018,837.17 279.02 million 179
2017 371,931,845.66 371.93 million 220

Insight

Management & Training Corporation shows sustained, high-volume obligation activity over the last 10 years, totaling $2.67 billion across 2,252 awards, with an average award value of $1.19 million. Annual obligations are broadly distributed but concentrated in a relatively consistent band, ranging from $225.25 million in 2025 to a peak of $371.93 million in 2017, with no single year dominating the total. The recent period reflects a modest decline from the 2020–2021 peak levels of $367.60 million and $352.00 million, followed by continued activity above $225 million annually in 2022–2025. Award counts also remain steady, generally between 216 and 307 per year, indicating persistent procurement engagement rather than isolated spikes.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.