NAICS Industry

NAICS 315210 Federal Contract Obligations (Last Year)

FPDS data for NAICS 315210 covers federal cut and sew apparel contractors, showing $776.59 million in obligated spending across 2,360 award actions in the last full year.

In the last full year, federal obligations under NAICS 315210 totaled $776,591,009.98 across 2,360 award actions, with an average action value of $329,063.98. The Defense Logistics Agency accounted for most spending in this code, followed by the Department of the Army and Federal Prison Industries, Inc.

Generated at 03/21/2026

Analysis period: Last full year

Annual totals reflect the last full year only; agency and vendor rankings are based on obligated dollars in the FPDS query results.

NAICS Code
315210
Industry
CUT AND SEW APPAREL CONTRACTORS
Total Obligated
776.59 million
776,591,009.98
Award Actions
2,360
Average Action Value
329,063.98

About NAICS 315210 federal contract activity

NAICS 315210, Cut and Sew Apparel Contractors, recorded $776.59 million in obligated funding across 2,360 awards in the last full year, for an average award value of $329,063.98. The award profile indicates a relatively high volume of transactions with moderate average dollar value, consistent with recurring apparel procurement activity.

Agency demand and leading federal buyers

The Defense Logistics Agency dominated obligations in this NAICS, accounting for $602.82 million across 1,854 awards, or the clear majority of total spending. The Department of the Army followed at $123.56 million, while Federal Prison Industries, Inc., the National Park Service, and the Department of the Air Force rounded out the top five with materially smaller shares.

Vendor concentration and leading contractors

Vendor concentration was led by GOODWILL INDUSTRIES OF SOUTH FLORIDA INC at $59.32 million, followed by M M MANUFACTURING LLC at $51.53 million and READYONE INDUSTRIES INC at $50.26 million. PECKHAM VOCATIONAL INDUSTRIES, INC. and NATIONAL INDUSTRIES FOR THE BLIND also placed among the top performers, indicating that obligations are spread across both commercial and nonprofit or mission-oriented apparel contractors.

Annual contract trend over the analysis window

The annual trend shows all recorded activity in 2025, with $776.59 million obligated across 2,360 awards during the analysis window. Because the window covers only the last full year, this page reflects a single-year snapshot rather than a multi-year movement series.

How to interpret this page

This page summarizes FPDS obligations for NAICS 315210 using the last full year of available records. Totals are based on obligated dollars, award counts reflect the number of reported awards in the dataset, and agency and vendor rankings are ordered by total obligated amount.

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 = '315210'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
97AS DEFENSE LOGISTICS AGENCY 602,819,210.69 602.82 million 1,854
2100 DEPT OF THE ARMY 123,556,479.82 123.56 million 91
1542 FEDERAL PRISON INDUSTRIES, INC. 24,824,992.77 24.82 million 112
1443 NATIONAL PARK SERVICE 8,873,169.48 8.87 million 12
5700 DEPT OF THE AIR FORCE 7,578,315.97 7.58 million 87
1700 DEPT OF THE NAVY 2,564,315.11 2.56 million 33
7008 U.S. COAST GUARD 1,761,808.77 1.76 million 57
1448 U.S. FISH AND WILDLIFE SERVICE 1,131,448.33 1.13 million 12
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 714,371.00 714.37 thousand 3
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 652,555.89 652.56 thousand 14

Insight

Obligations in NAICS 315210 were highly concentrated in the last full year, with the Defense Logistics Agency accounting for 602.82 million of 776.59 million total obligated, or the clear majority of spending across 1,854 awards. The Department of the Army was a distant second at 123.56 million, while Federal Prison Industries, Inc. added 24.82 million; all other top agencies each obligated less than 9 million. Award counts were more distributed than dollars, but the spending pattern indicates heavy reliance on a small number of agencies, led overwhelmingly by DLA.

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 = '315210'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
GOODWILL INDUSTRIES OF SOUTH FLORIDA INC 3Z771 59,322,993.36 59.32 million 59
M M MANUFACTURING LLC 65G96 51,527,556.56 51.53 million 97
READYONE INDUSTRIES INC 1A9C2 50,258,398.26 50.26 million 30
PECKHAM VOCATIONAL INDUSTRIES, INC. 4Z048 40,515,970.07 40.52 million 16
NATIONAL INDUSTRIES FOR THE BLIND 5M888 38,979,463.51 38.98 million 53
FEDERAL PRISON INDUSTRIES, INC 06601 35,182,780.58 35.18 million 102
SNC MANUFACTURING, LLC 3D0A5 33,731,930.40 33.73 million 28
BLIND INDUSTRIES AND SERVICES OF MARYLAND 3A064 32,689,573.64 32.69 million 126
AMERICAN APPAREL, INC. 0B419 28,225,808.70 28.23 million 18
AURORA INDUSTRIES LLC 5JFJ4 25,835,360.70 25.84 million 27

Insight

Top vendors in NAICS 315210 account for a meaningful share of last full year obligations, with the leading 10 firms totaling about 386.3 million of 776.59 million obligated overall, indicating moderate concentration among a relatively small set of suppliers. Obligations are spread across vendors with varying award volumes: Federal Prison Industries, Inc. and Blind Industries and Services of Maryland have the highest award counts among the top group, while Goodwill Industries of South Florida Inc. and ReadyOne Industries Inc. have larger dollar totals with fewer awards. The pattern suggests a mix of repeated smaller awards and fewer higher-value awards across the leading vendors.

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 = '315210'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 776,591,009.98 776.59 million 2,360

Insight

For the last full year, NAICS 315210 (Cut and Sew Apparel Contractors) recorded $776.59 million in obligated value across 2,360 awards, with an average award value of $329,063.98. With only one annual data point in the 1-year window, no year-over-year trend can be assessed. The obligation and award counts indicate meaningful activity in this NAICS, but the data provided do not support a concentration assessment beyond the annual total.

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