NAICS Industry

NAICS 611519 Federal Contract Obligations (Last 5 Years)

FPDS procurement profile for NAICS 611519, Other Technical and Trade Schools, covering the last 5 years of federal obligations, awards, agencies, and vendors.

Federal spending under NAICS 611519 totaled 6.72 billion across 11,125 award actions, with an average action value of 603,981.14. The largest share of obligations went to the Office of the Assistant Secretary for Administration and Management, while Management & Training Corporation was the top vendor.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations stayed above 1.26 billion each year from 2021 through 2025, with award counts ranging from 1,976 to 2,336.

NAICS Code
611519
Industry
OTHER TECHNICAL AND TRADE SCHOOLS
Total Obligated
6.72 billion
6,719,290,264.40
Award Actions
11,125
Average Action Value
603,981.14

About NAICS 611519 federal contract activity

NAICS 611519, Other Technical and Trade Schools, recorded $6.72 billion in obligated contract value across 11,125 awards over the last 5 years, with an average award value of $603,981.14. The volume and value profile indicates a market dominated by recurring service acquisitions rather than a small number of exceptionally large awards.

Agency demand and leading federal buyers

The Office of the Assistant Secretary for Administration and Management accounts for the majority of obligation volume at $5.51 billion across 7,221 awards, making it the clear outlier in this NAICS. The remaining top obligators are much smaller by comparison, led by the Department of the Navy ($456.61 million), Department of the Air Force ($353.85 million), U.S. Special Operations Command ($133.32 million), and U.S. Coast Guard ($107.57 million).

Vendor concentration and leading contractors

Management & Training Corporation is the leading vendor with $1.07 billion across 1,187 awards, followed by Adams and Associates, Inc. at $739.56 million across 931 awards. Career Systems Development Corporation, Serrato Corporation, and Foxmar, Inc. round out the top five, confirming a concentrated vendor base with multiple large incumbents.

Annual contract trend over the analysis window

Annual obligations were relatively stable over the period, ranging from $1.26 billion in 2025 to a high of $1.51 billion in 2021. Award counts remained close to 2,000 to 2,336 per year, with a modestly lower count in 2025, suggesting only limited year-to-year variation in procurement activity.

How to interpret this page

This page summarizes FPDS obligations classified under NAICS 611519 for the last 5 years, using total obligated dollars, award counts, and average award value as the primary measures. Agency, vendor, and annual trend sections are based on ranked aggregates within the same analysis window and do not imply causation or contract performance outcomes.

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 5 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 5,514,201,680.99 5.51 billion 7,221
1700 DEPT OF THE NAVY 456,611,183.46 456.61 million 892
5700 DEPT OF THE AIR FORCE 353,853,168.65 353.85 million 602
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 133,319,555.64 133.32 million 281
7008 U.S. COAST GUARD 107,568,234.20 107.57 million 345
2100 DEPT OF THE ARMY 55,038,236.79 55.04 million 532
1542 FEDERAL PRISON INDUSTRIES, INC. 36,566,071.00 36.57 million 72
8900 ENERGY, DEPARTMENT OF 29,771,175.55 29.77 million 28
1900 STATE, DEPARTMENT OF 11,791,811.59 11.79 million 56
6920 FEDERAL AVIATION ADMINISTRATION 7,312,862.59 7.31 million 335

Insight

Obligations under NAICS 611519 are highly concentrated in the Office of the Assistant Secretary for Administration and Management, which accounts for $5.51 billion of the $6.72 billion obligated over the last 5 years, or roughly 82% of total spend. The remaining obligations are distributed across a much smaller set of agencies, led by the Department of the Navy ($456.61 million) and the Department of the Air Force ($353.85 million), with no other agency exceeding $133.32 million. Award activity is similarly concentrated, with 7,221 of 11,125 awards attributed to the Office of the Assistant Secretary for Administration and Management, indicating that this NAICS is driven primarily by one major buyer rather than broad interagency demand.

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 5 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 1,068,455,877.46 1.07 billion 1,187
ADAMS AND ASSOCIATES, INC. 3J8V5 739,561,163.19 739.56 million 931
CAREER SYSTEMS DEVELOPMENT CORPORATION 3KNX6 444,735,759.70 444.74 million 592
SERRATO CORPORATION 3CUC2 400,174,470.35 400.17 million 554
FOXMAR, INC. 098E7 306,946,925.60 306.95 million 406
ARBOR E&T, LLC 7BW92 252,167,738.11 252.17 million 171
ODLE MANAGEMENT GROUP, L.L.C. 346G3 222,207,828.15 222.21 million 356
HUMAN LEARNING SYSTEMS, LLC 6DP85 175,960,729.30 175.96 million 282
INSIGHTS TRAINING GROUP, LLC 47VG1 154,930,125.12 154.93 million 215
STRATEGIX MANAGEMENT LLC 7KZU1 152,111,329.40 152.11 million 198

Insight

Over the last 5 years, NAICS 611519 obligated $6.72 billion across 11,125 awards, with an average award value of about $604 thousand. Vendor obligations are concentrated among a small set of firms: Management & Training Corporation leads at $1.07 billion across 1,187 awards, followed by Adams and Associates, Inc. at $739.56 million and Career Systems Development Corporation at $444.74 million. The remaining top vendors each received between $152.11 million and $400.17 million, indicating a relatively concentrated vendor base with significant but lower-volume follow-on 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__productOrServiceInformation__principalNAICSCode = '611519'
        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,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

Insight

Over the last 5 years, NAICS 611519 has obligated $6.72 billion across 11,125 awards, with an average award value of $603,981. Obligations were relatively stable from 2022 through 2025, ranging from $1.26 billion to $1.36 billion annually, following a higher level in 2021 at $1.51 billion. Award counts were also consistent, generally near 2,300 per year, indicating a broad and steady distribution of procurement activity rather than a highly concentrated annual pattern.

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