PSC Code

PSC U009 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for PSC U009 (EDUCATION/TRAINING- GENERAL) for last 10 years, including award volume and market trend context.

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

Generated at 03/15/2026

Analysis period: Last 10 years

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

PSC Code
U009
PSC Description
EDUCATION/TRAINING- GENERAL
Total Obligated
8.04 billion
8,041,477,811.17
Award Actions
46,260
Average Action Value
173,832.20

About PSC U009 federal contract activity

This page summarizes last 10 years of federal contract activity associated with PSC U009 (EDUCATION/TRAINING- GENERAL). Based on the current FPDS Query dataset, this category shows 8.04 billion in visible obligations across 46,260 award actions, with an average action value of 173,832.20. 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 U009 (EDUCATION/TRAINING- GENERAL) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by DEPT OF THE ARMY, with 2.07 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 U009 (EDUCATION/TRAINING- GENERAL) over the last 10 years. The current ranking is led by URS FEDERAL SERVICES, INC., with 565.83 million in obligations, followed by POWERTRAIN 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 U009 (EDUCATION/TRAINING- GENERAL) across the last 10 years, from 2016 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 10 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 = 'U009'
        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
2100 DEPT OF THE ARMY 2,067,630,545.99 2.07 billion 4,265
5700 DEPT OF THE AIR FORCE 1,690,961,290.62 1.69 billion 3,056
1700 DEPT OF THE NAVY 851,106,318.99 851.11 million 4,470
2400 OFFICE OF PERSONNEL MANAGEMENT 584,190,896.77 584.19 million 2,798
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 411,721,361.34 411.72 million 977
97F2 DEPT OF DEFENSE EDUCATION ACTIVITY (DODEA) 375,764,035.40 375.76 million 1,107
3600 VETERANS AFFAIRS, DEPARTMENT OF 246,162,691.90 246.16 million 2,302
1900 STATE, DEPARTMENT OF 238,325,860.39 238.33 million 2,276
7008 U.S. COAST GUARD 205,447,515.14 205.45 million 1,312
1450 BUREAU OF INDIAN AFFAIRS 145,626,049.98 145.63 million 3,191

Insight

PSC U009 (EDUCATION/TRAINING- GENERAL) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by DEPT OF THE ARMY, 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 = 'U009'
        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,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
URS FEDERAL SERVICES, INC. 08MB5 565,833,122.03 565.83 million 54
POWERTRAIN INC 1ZLY7 545,587,114.27 545.59 million 1,453
CREW TRAINING INTERNATIONAL, INC. 046D1 286,351,897.45 286.35 million 98
CAE USA INC. 69479 210,484,389.36 210.48 million 71
METRIS LLC 6LTS9 168,152,836.48 168.15 million 357
INDTAI, INC. 3BU11 166,594,791.71 166.59 million 61
RAYTHEON COMPANY 152,100,000.30 152.10 million 2
RESEARCH TRIANGLE INSTITUTE 3A730 144,825,768.19 144.83 million 182
LINCOLN, TOWN OF 1RPM8 101,421,664.00 101.42 million 13
PINNACLE SOLUTIONS, INC. 4ZVK2 92,296,228.13 92.30 million 53

Insight

Within PSC U009 (EDUCATION/TRAINING- GENERAL), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. URS FEDERAL SERVICES, INC. ranks first, followed by POWERTRAIN 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 = 'U009'
        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 879,283,622.88 879.28 million 3,111
2024 986,508,328.15 986.51 million 3,645
2023 946,444,113.48 946.44 million 3,602
2022 882,970,141.77 882.97 million 4,064
2021 828,679,994.25 828.68 million 3,822
2020 671,097,072.99 671.10 million 3,847
2019 674,570,362.92 674.57 million 4,286
2018 705,362,295.71 705.36 million 4,837
2017 605,038,204.77 605.04 million 7,511
2016 861,523,674.25 861.52 million 7,535

Insight

The annual trend shows how obligations in PSC U009 (EDUCATION/TRAINING- GENERAL) moved across the last 10 years, from 2016 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.