PSC Code

PSC U006 Federal Contract Obligations (Last 5 Years)

This page summarizes federal contract obligations for PSC U006 (EDUCATION/TRAINING- VOCATIONAL/TECHNICAL) for last 5 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC U006 (EDUCATION/TRAINING- VOCATIONAL/TECHNICAL) for last 5 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 5 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 5 years analysis window.

PSC Code
U006
PSC Description
EDUCATION/TRAINING- VOCATIONAL/TECHNICAL
Total Obligated
6.05 billion
6,052,769,570.15
Award Actions
11,225
Average Action Value
539,222.23

About PSC U006 federal contract activity

This page summarizes last 5 years of federal contract activity associated with PSC U006 (EDUCATION/TRAINING- VOCATIONAL/TECHNICAL). Based on the current FPDS Query dataset, this category shows 6.05 billion in visible obligations across 11,225 award actions, with an average action value of 539,222.23. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand for PSC U006 (EDUCATION/TRAINING- VOCATIONAL/TECHNICAL) appears concentrated among a relatively small group of federal buyers over the last 5 years. The visible agency ranking is led by OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT, with 4.97 billion in obligations, followed by DEPT OF THE AIR FORCE. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in PSC U006 (EDUCATION/TRAINING- VOCATIONAL/TECHNICAL) over the last 5 years. The current ranking is led by MANAGEMENT & TRAINING CORPORATION, with 747.18 million in obligations, followed by ADAMS AND ASSOCIATES, INC.. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved for PSC U006 (EDUCATION/TRAINING- VOCATIONAL/TECHNICAL) across the last 5 years, from 2021 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market segment.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of category-scale obligations, top buying agencies, leading vendors, and visible year-over-year movement within last 5 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

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__productOrServiceCode = 'U006'
        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 4,966,796,995.33 4.97 billion 5,488
5700 DEPT OF THE AIR FORCE 560,813,810.91 560.81 million 961
1700 DEPT OF THE NAVY 154,668,031.79 154.67 million 711
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 78,442,801.49 78.44 million 82
3600 VETERANS AFFAIRS, DEPARTMENT OF 64,347,627.07 64.35 million 995
2100 DEPT OF THE ARMY 45,569,853.96 45.57 million 580
6920 FEDERAL AVIATION ADMINISTRATION 29,717,800.56 29.72 million 332
4732 FEDERAL ACQUISITION SERVICE 26,397,835.51 26.40 million 79
9748 DEFENSE HUMAN RESOURCES ACTIVITY 21,901,216.97 21.90 million 20
9100 EDUCATION, DEPARTMENT OF 21,618,582.58 21.62 million 82

Insight

PSC U006 (EDUCATION/TRAINING- VOCATIONAL/TECHNICAL) appears to be concentrated among a relatively small group of major buying agencies over the last 5 years. The visible ranking is led by OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT, followed by DEPT OF THE AIR FORCE, which suggests that agency demand in this category is not evenly distributed.

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,
        ifNull(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__productOrServiceCode = 'U006'
        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,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
MANAGEMENT & TRAINING CORPORATION 3JBN8 747,175,333.49 747.18 million 695
ADAMS AND ASSOCIATES, INC. 3J8V5 565,149,218.26 565.15 million 673
CAREER SYSTEMS DEVELOPMENT CORPORATION 3KNX6 357,902,378.84 357.90 million 444
SERRATO CORPORATION 3CUC2 316,077,060.04 316.08 million 389
FOXMAR, INC. 098E7 295,370,633.36 295.37 million 358
ARBOR E&T, LLC 7BW92 235,835,611.22 235.84 million 139
ODLE MANAGEMENT GROUP, L.L.C. 346G3 173,495,416.19 173.50 million 178
BOEING COMPANY, THE 0PXV4 163,086,257.36 163.09 million 26
STRATEGIX MANAGEMENT LLC 7KZU1 152,111,329.40 152.11 million 198
INSIGHTS TRAINING GROUP, LLC 47VG1 150,718,641.31 150.72 million 186

Insight

Within PSC U006 (EDUCATION/TRAINING- VOCATIONAL/TECHNICAL), visible obligations over the last 5 years appear concentrated among a relatively small set of leading vendors. MANAGEMENT & TRAINING CORPORATION ranks first, followed by ADAMS AND ASSOCIATES, INC., which helps define the current competitive landscape in this category.

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__productOrServiceCode = 'U006'
        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,322,317,291.40 1.32 billion 2,575
2024 1,521,254,257.88 1.52 billion 2,512
2023 1,338,635,113.33 1.34 billion 2,204
2022 990,600,334.16 990.60 million 2,112
2021 879,962,573.38 879.96 million 1,822

Insight

The annual trend shows how obligations in PSC U006 (EDUCATION/TRAINING- VOCATIONAL/TECHNICAL) moved across the last 5 years, from 2021 through 2025. This helps users judge whether visible contract activity in this category appears stable, rising, or easing over time.

Use FPDS Query for deeper PSC analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper PSC 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.