Federal Contractor

SKOOKUM EDUCATIONAL PROGRAMS Federal Contract Obligations (Last 10 Years)

Federal procurement summary for SKOOKUM EDUCATIONAL PROGRAMS, CAGE 1CQA5, UEI M1TCVLSF65Z9, covering obligations and award activity over the last 10 years.

Over the last 10 years, SKOOKUM EDUCATIONAL PROGRAMS received $1.652 billion across 6,658 award actions, with an average action value of $248,124.93. Most obligations came from the Department of the Army and Department of the Navy, and the largest NAICS concentrations were Facilities Support Services and Janitorial Services.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable FPDS obligations for the selected 10-year analysis window and are based on the provided agency, NAICS, and annual summaries.

CAGE Code
1CQA5
UEI
M1TCVLSF65Z9
Total Obligated
1.65 billion
1,652,015,796.14
Award Actions
6,658
Average Action Value
248,124.93

About SKOOKUM EDUCATIONAL PROGRAMS federal contract activity

SKOOKUM EDUCATIONAL PROGRAMS (CAGE 1CQA5, UEI M1TCVLSF65Z9) recorded 6,658 FPDS awards totaling $1.65 billion over the last 10 years, with an average award value of $248,124.93. The profile indicates a high-volume, mid-dollar contracting pattern centered on recurring service work rather than a small number of very large obligations.

Agency mix and customer concentration

Obligations are concentrated with the Department of the Army and Department of the Navy, which together account for $1.32 billion and 5,067 awards. The U.S. Coast Guard is a meaningful third source at $136.71 million, while the Department of Energy and NIH contribute smaller but material shares, indicating a customer base spanning defense and civilian agencies.

Industry profile based on NAICS activity

The vendor’s portfolio is dominated by NAICS 561210 Facilities Support Services at $1.12 billion and NAICS 561720 Janitorial Services at $385.84 million, together representing the core of obligated value and award volume. Smaller lines of business include General Automotive Repair, Food Service Contractors, and General Warehousing and Storage, suggesting support services that extend beyond base facilities operations.

Annual contract trend over the analysis window

Annual obligations in the most recent five years have remained in the high-hundreds-of-millions range, with a peak in 2023 at $245.72 million and a lower level in 2024 at $188.45 million. Award counts were highest in 2024 at 996, while 2025 through the available period shows $217.44 million across 768 awards, indicating continued active contracting despite year-to-year variability.

How to interpret this page

This summary is based on FPDS award records associated with CAGE code 1CQA5 and UEI M1TCVLSF65Z9 for the last 10 years. Totals, award counts, averages, agency mix, NAICS mix, and annual trend figures reflect the provided analysis window and may differ from vendor-reported totals depending on record timing, modifications, and FPDS coverage.

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 = '1CQA5'
        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 679,520,312.33 679.52 million 2,178
1700 DEPT OF THE NAVY 643,385,430.94 643.39 million 2,889
7008 U.S. COAST GUARD 136,713,792.92 136.71 million 799
8900 ENERGY, DEPARTMENT OF 80,418,227.63 80.42 million 92
7529 NATIONAL INSTITUTES OF HEALTH 44,768,752.50 44.77 million 134
1900 STATE, DEPARTMENT OF 37,478,266.24 37.48 million 49
5700 DEPT OF THE AIR FORCE 26,018,989.19 26.02 million 75
97AS DEFENSE LOGISTICS AGENCY 915,365.34 915.37 thousand 277
3600 VETERANS AFFAIRS, DEPARTMENT OF 692,852.85 692.85 thousand 26
12C2 FOREST SERVICE 448,078.32 448.08 thousand 16

Insight

Over the last 10 years, SKOOKUM EDUCATIONAL PROGRAMS’ obligations are concentrated in two DoD agencies: the Department of the Army ($679.52 million, 2,178 awards) and the Department of the Navy ($643.39 million, 2,889 awards), which together account for the large majority of the vendor’s $1.65 billion in obligations. The U.S. Coast Guard is a distant third at $136.71 million across 799 awards, while all other listed agencies each represent materially smaller shares, generally below $81 million. The award distribution is also weighted toward the Army and Navy, indicating a sustained federal business base that is heavily defense-centric and dominated by high-volume award activity.

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 = '1CQA5'
        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
561210 FACILITIES SUPPORT SERVICES 1,115,403,609.21 1.12 billion 2,395
561720 JANITORIAL SERVICES 385,838,658.89 385.84 million 2,384
811111 GENERAL AUTOMOTIVE REPAIR 33,944,440.76 33.94 million 221
722310 FOOD SERVICE CONTRACTORS 29,155,994.07 29.16 million 56
493110 GENERAL WAREHOUSING AND STORAGE 21,493,171.71 21.49 million 49
811118 OTHER AUTOMOTIVE MECHANICAL AND ELECTRICAL REPAIR AND MAINTENANCE 14,281,320.60 14.28 million 41
561730 LANDSCAPING SERVICES 14,003,076.70 14.00 million 125
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 13,825,763.28 13.83 million 15
562991 SEPTIC TANK AND RELATED SERVICES 13,647,808.42 13.65 million 1,044
485999 ALL OTHER TRANSIT AND GROUND PASSENGER TRANSPORTATION 5,323,308.19 5.32 million 4

Insight

Over the last 10 years, SKOOKUM EDUCATIONAL PROGRAMS’ obligations are highly concentrated in facilities-related services: NAICS 561210 (Facilities Support Services) and 561720 (Janitorial Services) together account for about 1.50 billion of 1.65 billion total obligations, or roughly 91% of the total, across 4,779 awards. The next most significant categories are materially smaller, with no other NAICS exceeding 34.0 million in obligated value. Award volume is also concentrated in recurring service lines, particularly janitorial services and septic tank/related services, indicating a strong emphasis on facilities operations and maintenance work.

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 = '1CQA5'
        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 217,442,465.96 217.44 million 768
2024 188,452,076.04 188.45 million 996
2023 245,719,656.70 245.72 million 764
2022 186,505,924.15 186.51 million 850
2021 207,151,592.99 207.15 million 921
2020 162,305,438.83 162.31 million 812
2019 141,251,127.93 141.25 million 612
2018 171,279,169.42 171.28 million 580
2017 122,488,367.42 122.49 million 353
2016 9,419,976.70 9.42 million 2

Insight

Over the last 10 years, SKOOKUM EDUCATIONAL PROGRAMS (CAGE 1CQA5) received $1.65 billion across 6,658 awards, averaging $248.1K per award. Obligations are concentrated in the most recent five years, each exceeding $186.5 million, with the highest annual obligation in 2023 at $245.7 million and continued elevated activity in 2024 and 2025. Award counts are comparatively high and range from 353 in 2017 to 996 in 2024, indicating sustained, dispersed procurement activity rather than reliance on a small number of large awards.

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.