NAICS Industry

NAICS 621340 Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations for NAICS 621340 (OFFICES OF PHYSICAL, OCCUPATIONAL AND SPEECH THERAPISTS, AND AUDIOLOGISTS) for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations for NAICS 621340 (OFFICES OF PHYSICAL, OCCUPATIONAL AND SPEECH THERAPISTS, AND AUDIOLOGISTS) 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.

NAICS Code
621340
Industry
OFFICES OF PHYSICAL, OCCUPATIONAL AND SPEECH THERAPISTS, AND AUDIOLOGISTS
Total Obligated
1.29 billion
1,287,550,704.23
Award Actions
5,245
Average Action Value
245,481.54

About NAICS 621340 federal contract activity

This page summarizes last 10 years of federal contract activity associated with NAICS 621340 (OFFICES OF PHYSICAL, OCCUPATIONAL AND SPEECH THERAPISTS, AND AUDIOLOGISTS). Based on the current FPDS Query dataset, this industry shows 1.29 billion in visible obligations across 5,245 award actions, with an average action value of 245,481.54. 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 NAICS 621340 (OFFICES OF PHYSICAL, OCCUPATIONAL AND SPEECH THERAPISTS, AND AUDIOLOGISTS) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by U.S. SPECIAL OPERATIONS COMMAND (USSOCOM), with 844.54 million in obligations, followed by DEPT OF THE ARMY. 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 NAICS 621340 (OFFICES OF PHYSICAL, OCCUPATIONAL AND SPEECH THERAPISTS, AND AUDIOLOGISTS) over the last 10 years. The current ranking is led by KBR WYLE SERVICES, LLC, with 706.65 million in obligations, followed by BOOZ ALLEN HAMILTON 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 NAICS 621340 (OFFICES OF PHYSICAL, OCCUPATIONAL AND SPEECH THERAPISTS, AND AUDIOLOGISTS) 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 industry 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 industry-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__principalNAICSCode = '621340'
        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
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 844,538,694.26 844.54 million 437
2100 DEPT OF THE ARMY 205,378,591.90 205.38 million 1,083
5700 DEPT OF THE AIR FORCE 114,467,251.23 114.47 million 295
1700 DEPT OF THE NAVY 63,230,419.48 63.23 million 199
1450 BUREAU OF INDIAN AFFAIRS 32,047,409.41 32.05 million 2,198
97DH DEFENSE HEALTH AGENCY (DHA) 11,229,957.61 11.23 million 48
3600 VETERANS AFFAIRS, DEPARTMENT OF 6,319,313.18 6.32 million 311
7527 INDIAN HEALTH SERVICE 3,549,763.06 3.55 million 236
97AS DEFENSE LOGISTICS AGENCY 2,782,256.69 2.78 million 43
97F2 DEPT OF DEFENSE EDUCATION ACTIVITY (DODEA) 975,183.07 975.18 thousand 39

Insight

NAICS 621340 (OFFICES OF PHYSICAL, OCCUPATIONAL AND SPEECH THERAPISTS, AND AUDIOLOGISTS) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by U.S. SPECIAL OPERATIONS COMMAND (USSOCOM), followed by DEPT OF THE ARMY, which suggests that agency demand in this industry 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,
        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 = '621340'
        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
KBR WYLE SERVICES, LLC 1DDX3 706,654,113.69 706.65 million 337
BOOZ ALLEN HAMILTON INC. 17038 137,884,580.57 137.88 million 100
STS SOLUTIONS AND TRAINING, LLC 754B0 88,763,660.66 88.76 million 16
SPECTRUM FEDERAL SOLUTIONS LLC 7Z6X4 43,092,542.26 43.09 million 126
LMR TECHNICAL GROUP LLC 88AB2 43,046,810.96 43.05 million 30
REEF SYSTEMS CORP 53QF5 35,979,742.09 35.98 million 48
MAGNUM MEDICAL OVERSEAS JV LLC 499P7 32,855,876.89 32.86 million 44
ALEKNAGIK TECHNOLOGY, LLC 86D33 16,307,850.40 16.31 million 5
VENESCO, LLC 4P5R3 13,613,355.43 13.61 million 71
CHENEGA RELIABLE SERVICES, LLC 807K4 9,966,358.87 9.97 million 8

Insight

Within NAICS 621340 (OFFICES OF PHYSICAL, OCCUPATIONAL AND SPEECH THERAPISTS, AND AUDIOLOGISTS), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. KBR WYLE SERVICES, LLC ranks first, followed by BOOZ ALLEN HAMILTON INC., which helps define the current competitive landscape in this industry slice.

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 = '621340'
        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 154,029,881.20 154.03 million 494
2024 163,574,278.62 163.57 million 563
2023 175,793,927.56 175.79 million 559
2022 162,106,381.38 162.11 million 528
2021 154,328,396.40 154.33 million 470
2020 138,906,437.96 138.91 million 573
2019 104,701,178.52 104.70 million 442
2018 88,761,029.85 88.76 million 492
2017 82,633,910.27 82.63 million 542
2016 62,715,282.47 62.72 million 582

Insight

The annual trend shows how obligations in NAICS 621340 (OFFICES OF PHYSICAL, OCCUPATIONAL AND SPEECH THERAPISTS, AND AUDIOLOGISTS) moved across the last 10 years, from 2016 through 2025. This helps users judge whether visible contract activity in this industry appears stable, rising, or easing over time.

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.