NAICS Industry

NAICS 811310 Federal Contract Obligations (Last Year)

Analyst summary of federal obligations for NAICS 811310, covering commercial and industrial machinery and equipment repair and maintenance in the last full year.

In the last full year, federal agencies obligated $736.07 million across 8,914 award actions under NAICS 811310, with an average action value of $82,575.10. The Department of the Navy led spending at $315.29 million, followed by the Department of the Army at $145.92 million and the Department of the Air Force at $68.31 million.

Generated at 03/21/2026

Analysis period: Last full year

Annual figures reflect the last full year and are based on readable and exact obligation totals reported for NAICS 811310.

NAICS Code
811310
Industry
COMMERCIAL AND INDUSTRIAL MACHINERY AND EQUIPMENT (EXCEPT AUTOMOTIVE AND ELECTRONIC) REPAIR AND MAINTENANCE
Total Obligated
736.07 million
736,074,467.99
Award Actions
8,914
Average Action Value
82,575.10

About NAICS 811310 federal contract activity

NAICS 811310 covers commercial and industrial machinery and equipment repair and maintenance, excluding automotive and electronic equipment. In the last full year, FPDS records show $736.07 million in obligated spending across 8,914 awards, with an average award value of $82,575.10. This profile reflects a high-volume contracting category characterized by many relatively small awards alongside a smaller number of larger obligations.

Agency demand and leading federal buyers

The Department of the Navy was the largest buyer in this NAICS, obligating $315.29 million across 1,736 awards, followed by the Department of the Army with $145.92 million across 1,738 awards. The Department of the Air Force, Department of Veterans Affairs, and U.S. Special Operations Command also ranked among the top obligators, indicating broad demand across defense and civilian maintenance needs. Combined, the top agencies account for a substantial share of activity in this category.

Vendor concentration and leading contractors

KBR Services, LLC led vendor obligations with $97.12 million across 54 awards, well ahead of General Electric Company at $36.64 million across 17 awards. TUSAS Motor Sanayii A.S. posted $26.28 million on 5 awards, while Sandhills Utility Services, LLC and Vital Link, Inc. each exceeded $22 million with 52 awards apiece. The vendor list shows a mix of firms with concentrated large awards and firms winning repeated smaller contracts.

Annual contract trend over the analysis window

The analysis window covers one full year, and the available annual data for 2025 totals $736.07 million in obligated spending across 8,914 awards. Because only a single annual point is provided, the data support a current-year snapshot rather than a multi-year trend assessment. Within that year, activity in this NAICS was broad-based and consistent with ongoing sustainment and repair requirements.

How to interpret this page

This summary is based on FPDS obligations filtered to NAICS 811310 for the last full year. Top agencies and vendors are ranked by total obligated dollars, with award counts shown as provided in the source data. The annual trend reflects the single reported year in the dataset; no additional trend inference is made beyond the supplied records.

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 = '811310'
        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
1700 DEPT OF THE NAVY 315,289,096.60 315.29 million 1,736
2100 DEPT OF THE ARMY 145,921,543.82 145.92 million 1,738
5700 DEPT OF THE AIR FORCE 68,305,279.63 68.31 million 1,194
3600 VETERANS AFFAIRS, DEPARTMENT OF 59,174,878.95 59.17 million 1,285
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 39,674,458.14 39.67 million 58
7008 U.S. COAST GUARD 11,237,252.43 11.24 million 323
1425 BUREAU OF RECLAMATION 9,412,749.47 9.41 million 74
2050 INTERNAL REVENUE SERVICE 7,755,205.71 7.76 million 26
97AZ DEFENSE COMMISSARY AGENCY (DECA) 7,733,950.57 7.73 million 186
97AS DEFENSE LOGISTICS AGENCY 6,755,672.98 6.76 million 281

Insight

Obligations under NAICS 811310 were concentrated in Defense agencies during the last full year, led by the Department of the Navy at $315.29 million, or about 43% of the $736.07 million total. The Department of the Army followed with $145.92 million, and the Department of the Air Force added $68.31 million, indicating that the top three agencies accounted for the majority of obligation volume. Award counts were also substantial across the top two Defense components, with 1,736 awards for the Navy and 1,738 for the Army, while USSOCOM posted comparatively high dollars on only 58 awards, suggesting larger average award values in that segment. Other agencies each obligated less than $60 million, reflecting a long tail of lower-volume demand outside the Defense departments.

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 = '811310'
        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
KBR SERVICES, LLC 3GJU9 97,119,061.92 97.12 million 54
GENERAL ELECTRIC COMPANY 99207 36,642,879.47 36.64 million 17
TUSAS MOTOR SANAYII A.S. T0545 26,275,189.00 26.28 million 5
SANDHILLS UTILITY SERVICES, LLC 1QCL4 23,193,246.31 23.19 million 52
VITAL LINK, INC. 0ZV99 22,816,687.50 22.82 million 52
PHILLIPS CORPORATION 3MPQ0 14,414,756.66 14.41 million 117
CANADIAN COMMERCIAL CORP 98247 10,145,835.71 10.15 million 5
RWG REPAIR & OVERHAULS USA INC 1W5D9 8,929,000.00 8.93 million 6
CHEROKEE NATION ARMORED SOLUTIONS, LLC 57X60 8,367,351.20 8.37 million 5
NORTHROP GRUMMAN SYSTEMS CORPORATION 03956 7,932,692.96 7.93 million 4

Insight

The top 10 vendors account for a meaningful share of the $736.07 million obligated in NAICS 811310 over the last full year, with KBR SERVICES, LLC leading at $97.12 million across 54 awards. Obligations are distributed across a mix of high-dollar, lower-count vendors and more frequent, lower-value providers, indicating a moderately concentrated vendor base rather than reliance on a single dominant contractor. PHILLIPS CORPORATION has the highest award count among the top vendors at 117, while several vendors with 5 to 6 awards still reached $8 million to $26 million in obligations.

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 = '811310'
        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 736,074,467.99 736.07 million 8,914

Insight

For the last full year, NAICS 811310 obligated $736.07 million across 8,914 awards, with an average award value of $82,575.10. The activity is concentrated in a single annual period, so this window provides a point-in-time view rather than a multi-year trend. The award volume relative to total obligations suggests spending is distributed across many comparatively small actions rather than a small number of high-dollar awards.

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.