NAICS Industry

NAICS 561210 Federal Contract Obligations (Last Year)

NAICS 561210 covers federal facilities support services, with 38.47 billion obligated across 28,790 award actions in the last full year.

Federal obligations under NAICS 561210 were led by the Department of Energy, which accounted for 25.41 billion across 810 actions. The Army, Air Force, Navy, and Department of State followed, while major awards were concentrated among nuclear-site support contractors including Triad National Security, National Technology & Engineering Solutions of Sandia, Consolidated Nuclear Security, UT Battelle, and Savannah River Nuclear Solutions.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and use obligated amounts as reported in FPDS; agency and vendor rankings are based on total obligated dollars.

NAICS Code
561210
Industry
FACILITIES SUPPORT SERVICES
Total Obligated
38.47 billion
38,470,339,323.20
Award Actions
28,790
Average Action Value
1,336,239.64

About NAICS 561210 federal contract activity

NAICS 561210, Facilities Support Services, recorded 38.47 billion in obligated dollars across 28,790 awards during the last full year, with an average award value of 1.34 million. The activity level indicates a large, high-volume market with spending concentrated in a relatively small number of major buyers and vendors.

Agency demand and leading federal buyers

The Department of Energy accounted for 25.41 billion of obligations across 810 awards, far exceeding every other agency in this NAICS. The Department of the Army, Department of the Air Force, Department of the Navy, and Department of State followed at much lower levels, with the Army leading the group by award count at 5,248.

Vendor concentration and leading contractors

Vendor obligations were concentrated among a small set of contractors supporting federal facilities operations, led by TRIAD NATIONAL SECURITY, LLC at 5.88 billion and 39 awards. NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC, CONSOLIDATED NUCLEAR SECURITY LLC, UT BATTELLE LIMITED LIABILITY COMPANY, and SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC also ranked among the top recipients, each with multi-billion-dollar obligations and relatively few awards, indicating large contract vehicles.

Annual contract trend over the analysis window

The annual trend data for 2025 matches the full-year totals, showing 38.47 billion in obligations across 28,790 awards. With only one year shown, this view establishes the current baseline for facilities support services rather than a multi-year directional trend.

How to interpret this page

This page summarizes FPDS obligations for NAICS 561210 using the last full year of available data. Metrics reflect total obligated dollars, award counts, and average award value, with agency and vendor rankings based on obligated amount within the selected NAICS and period.

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 = '561210'
        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
8900 ENERGY, DEPARTMENT OF 25,412,261,797.17 25.41 billion 810
2100 DEPT OF THE ARMY 4,839,269,887.59 4.84 billion 5,248
5700 DEPT OF THE AIR FORCE 1,992,430,767.74 1.99 billion 2,399
1700 DEPT OF THE NAVY 1,691,314,355.79 1.69 billion 4,790
1900 STATE, DEPARTMENT OF 934,480,634.84 934.48 million 1,591
4740 PUBLIC BUILDINGS SERVICE 659,216,731.72 659.22 million 6,246
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 577,337,032.65 577.34 million 800
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 371,081,622.76 371.08 million 116
3600 VETERANS AFFAIRS, DEPARTMENT OF 334,625,259.51 334.63 million 1,153
4900 NATIONAL SCIENCE FOUNDATION 283,251,510.21 283.25 million 29

Insight

Obligations for NAICS 561210 are highly concentrated in the Department of Energy, which accounts for $25.41 billion of the $38.47 billion obligated in the last full year, or roughly two-thirds of total spending, across 810 awards. The next three agencies—Army, Air Force, and Navy—together obligated about $8.52 billion, indicating that defense agencies comprise the next largest share but remain well below DOE. Award volume is more distributed than dollars, with several agencies, including the Public Buildings Service and the Navy, issuing high numbers of awards relative to obligated value, while DOE’s spending is concentrated in comparatively few awards.

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 = '561210'
        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
TRIAD NATIONAL SECURITY, LLC 804U5 5,883,604,863.94 5.88 billion 39
NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC 14213 5,789,815,037.84 5.79 billion 45
CONSOLIDATED NUCLEAR SECURITY LLC 6NSM1 3,086,581,078.03 3.09 billion 39
UT BATTELLE LIMITED LIABILITY COMPANY 1PW69 2,749,079,797.06 2.75 billion 38
SAVANNAH RIVER NUCLEAR SOLUTIONS, LLC 4SZE8 2,382,391,680.03 2.38 billion 31
HONEYWELL INTERNATIONAL INC. 14061 2,263,852,896.20 2.26 billion 52
PANTEXAS DETERRENCE, LLC 9KD07 1,455,150,987.45 1.46 billion 25
VECTRUS SYSTEMS CORPORATION 1D510 1,308,418,805.25 1.31 billion 392
MISSION SUPPORT AND TEST SERVICES LLC 7HSD0 1,170,747,190.79 1.17 billion 45
KBR SERVICES, LLC 3GJU9 594,668,237.45 594.67 million 147

Insight

Obligations in NAICS 561210 totaled $38.47 billion across 28,790 awards in the last full year, with average award value of $1.34 million. Top vendor obligations are highly concentrated in a small group of nuclear and facilities support contractors: TRIAD National Security LLC and National Technology & Engineering Solutions of Sandia LLC each received about $5.8 billion, followed by Consolidated Nuclear Security LLC and UT-Battelle LLC at roughly $3.1 billion and $2.75 billion. Award activity is less concentrated than dollars, with Vectrus Systems Corporation recording 392 awards but $1.31 billion obligated, indicating a higher-volume, lower-dollar award profile relative to the largest recipients.

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 = '561210'
        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 38,470,339,323.20 38.47 billion 28,790

Insight

Over the last full year, NAICS 561210 (Facilities Support Services) recorded $38.47 billion in obligated funds across 28,790 awards, for an average award value of about $1.34 million. The annual profile is concentrated in a single reporting year, so this period provides a snapshot rather than a multi-year trend. The combination of high obligation volume and a large award count indicates broad procurement activity with moderate average award size.

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.