NAICS Industry

NAICS 611519 Federal Contract Obligations (Last 10 Years)

FPDS procurement data for NAICS 611519, Other Technical and Trade Schools, covering obligations, awards, agencies, vendors, and annual trends over the last 10 years.

NAICS 611519 covers federal awards for other technical and trade schools. Over the last 10 years, this category recorded $12.98 billion in obligated spending across 19,708 award actions, with average action value of $658,838.94.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable obligation values and award counts from FPDS for the selected 10-year analysis window; annual figures shown are 2021 through 2025.

NAICS Code
611519
Industry
OTHER TECHNICAL AND TRADE SCHOOLS
Total Obligated
12.98 billion
12,984,397,886.05
Award Actions
19,708
Average Action Value
658,838.94

About NAICS 611519 federal contract activity

NAICS 611519 covers Other Technical and Trade Schools and represents a material federal contracting category over the last 10 years, with $12.98 billion in obligated spending across 19,708 awards. The average award value is $658,838.94, indicating a mix of recurring service contracts and larger institutional training obligations.

Agency demand and leading federal buyers

Obligations are highly concentrated in a small set of agencies. The Office of the Assistant Secretary for Administration and Management leads with $6.35 billion across 7,889 awards, followed by the Employment and Training Administration with $4.39 billion across 4,173 awards; together they account for most of the observed spending in this NAICS.

Vendor concentration and leading contractors

Vendor activity is similarly concentrated among established training providers. Management & Training Corporation leads with $2.26 billion across 2,012 awards, followed by Adams and Associates, Inc. at $1.61 billion across 1,671 awards and Career Systems Development Corporation at $995.29 million across 1,152 awards.

Annual contract trend over the analysis window

Annual obligations in the most recent years have remained in a relatively stable range near $1.3 billion, with $1.51 billion in 2021, $1.28 billion in 2022, $1.36 billion in 2023, $1.31 billion in 2024, and $1.26 billion in 2025. Award counts over the same period stayed consistently high, ranging from 1,976 to 2,336, which suggests sustained procurement demand rather than isolated spikes.

How to interpret this page

This page summarizes FPDS obligations for NAICS 611519 over the last 10 years using total obligated dollars, award counts, and average award value. Agency and vendor rankings are based on total obligated amounts, and the annual trend reflects obligations by fiscal year within the stated analysis window.

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__productOrServiceInformation__principalNAICSCode = '611519'
        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 6,346,312,579.72 6.35 billion 7,889
1630 EMPLOYMENT AND TRAINING ADMINISTRATION 4,385,319,915.58 4.39 billion 4,173
5700 DEPT OF THE AIR FORCE 1,001,382,522.70 1.00 billion 1,230
1700 DEPT OF THE NAVY 652,681,863.55 652.68 million 1,659
7008 U.S. COAST GUARD 177,027,927.91 177.03 million 757
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 166,181,936.90 166.18 million 444
2100 DEPT OF THE ARMY 124,885,540.59 124.89 million 1,075
1542 FEDERAL PRISON INDUSTRIES, INC. 36,566,071.00 36.57 million 72
8900 ENERGY, DEPARTMENT OF 29,907,297.47 29.91 million 42
1900 STATE, DEPARTMENT OF 22,280,365.67 22.28 million 105

Insight

Over the last 10 years, obligations under NAICS 611519 totaled $12.98 billion across 19,708 awards, with spending concentrated in two agencies. The Office of the Assistant Secretary for Administration and Management accounted for $6.35 billion and the Employment and Training Administration for $4.39 billion, together representing roughly 82% of total obligated dollars. The remaining obligations were distributed across defense, homeland security, and other agencies, with no other individual agency exceeding $1.01 billion.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        anyHeavy(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode) AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__principalNAICSCode = '611519'
        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 CAGE Code Total Obligated Readable Award Actions
MANAGEMENT & TRAINING CORPORATION 3JBN8 2,258,561,373.39 2.26 billion 2,012
ADAMS AND ASSOCIATES, INC. 3J8V5 1,611,743,345.68 1.61 billion 1,671
CAREER SYSTEMS DEVELOPMENT CORPORATION 3KNX6 995,293,997.91 995.29 million 1,152
SERRATO CORPORATION 3CUC2 605,445,884.68 605.45 million 727
ODLE MANAGEMENT GROUP, L.L.C. 346G3 602,474,809.89 602.47 million 693
FOXMAR, INC. 098E7 449,116,279.81 449.12 million 582
MINACT INC 1PTX5 440,982,123.95 440.98 million 458
PKL SERVICES, INC. 3DC35 342,388,276.66 342.39 million 61
BOEING COMPANY, THE 0PXV4 341,881,031.88 341.88 million 69
RES-CARE, INC. 3UZV0 300,277,954.86 300.28 million 379

Insight

Obligations in NAICS 611519 are concentrated among a small set of vendors: the top 10 providers received 7.96 billion, or about 61.4 percent of the 12.98 billion obligated over the last 10 years. MANAGEMENT & TRAINING CORPORATION leads with 2.26 billion across 2,012 awards, followed by ADAMS AND ASSOCIATES, INC. at 1.61 billion and CAREER SYSTEMS DEVELOPMENT CORPORATION at 995.29 million. Award volume is also concentrated, with these same vendors accounting for most of the 19,708 awards, indicating a market characterized by repeated awards to a relatively limited vendor base.

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__productOrServiceInformation__principalNAICSCode = '611519'
        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,262,840,060.74 1.26 billion 2,188
2024 1,307,625,321.83 1.31 billion 2,308
2023 1,356,441,381.25 1.36 billion 2,317
2022 1,280,269,151.61 1.28 billion 2,336
2021 1,512,114,348.97 1.51 billion 1,976
2020 1,334,345,599.06 1.33 billion 1,734
2019 1,368,879,150.44 1.37 billion 1,890
2018 1,197,968,553.13 1.20 billion 1,635
2017 1,243,741,358.56 1.24 billion 1,724
2016 1,120,172,960.46 1.12 billion 1,600

Insight

Over the last 10 years, NAICS 611519 obligated $12.98 billion across 19,708 awards, averaging $658,838.94 per award. Annual obligations were relatively stable, ranging from $1.12 billion in 2016 to a peak of $1.51 billion in 2021, with most years clustered between roughly $1.20 billion and $1.37 billion. Award volume also remained fairly consistent, generally between 1,600 and 2,336 awards per year, indicating a broad and steady pattern of obligation activity rather than high concentration in a single year.

Use FPDS Query for deeper industry analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper industry analysis across agencies, vendors, 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.