NAICS Industry

NAICS 541513 Federal Contract Obligations (Last 10 Years)

FPDS procurement data for NAICS 541513, Computer Facilities Management Services, covering obligations, award counts, agencies, vendors, and annual trends over the last 10 years.

Over the last 10 years, federal awards under NAICS 541513 total $29.11 billion across 42,428 actions, with an average action value of $686,018.72. The largest obligations came from the Department of State, the Department of the Air Force, the Department of the Army, DISA, and the Office of Procurement Operations, while Leidos, CSRA, and CGI Federal led vendor obligations.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual values reflect obligated amounts recorded in FPDS for the last 10 years and may change as records are updated.

NAICS Code
541513
Industry
COMPUTER FACILITIES MANAGEMENT SERVICES
Total Obligated
29.11 billion
29,106,402,654.55
Award Actions
42,428
Average Action Value
686,018.72

About NAICS 541513 federal contract activity

NAICS 541513, COMPUTER FACILITIES MANAGEMENT SERVICES, recorded $29.11 billion in obligations across 42,428 awards over the last 10 years, with an average award value of $686,018.72. The volume indicates a large, recurring federal demand base for managed computer facilities operations and related support services.

Agency demand and leading federal buyers

The Department of State is the largest obligating agency in this period at $4.85 billion across 2,276 awards, followed by the Department of the Air Force at $3.91 billion and the Department of the Army at $3.30 billion. DISA also ranks among the leading buyers with $3.22 billion, underscoring the concentration of demand in defense and mission-critical IT operations.

Vendor concentration and leading contractors

LEIDOS, INC. leads vendor obligations with $3.56 billion across 1,427 awards, followed by CSRA LLC at $2.78 billion and CGI FEDERAL INC. at $2.14 billion. GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. and SCIENCE APPLICATIONS INTERNATIONAL CORPORATION also hold substantial shares, indicating a relatively concentrated vendor landscape among large federal IT services contractors.

Annual contract trend over the analysis window

Annual obligations remained above $2.94 billion in each year shown, peaking at $3.56 billion in 2024 after $3.53 billion in 2023. The 2025 total of $2.95 billion is lower than the prior two years but remains consistent with the broader multi-year spending level for this NAICS.

How to interpret this page

This page summarizes FPDS award records classified under NAICS 541513 for the last 10 years and aggregates obligations, award counts, and averages from those records. Annual, agency, and vendor figures reflect the same underlying dataset and are intended to show relative concentration and spending direction rather than contract-level performance.

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 = '541513'
        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
1900 STATE, DEPARTMENT OF 4,845,343,731.36 4.85 billion 2,276
5700 DEPT OF THE AIR FORCE 3,913,332,983.84 3.91 billion 5,878
2100 DEPT OF THE ARMY 3,298,828,210.14 3.30 billion 5,948
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 3,222,972,255.73 3.22 billion 1,969
7001 OFFICE OF PROCUREMENT OPERATIONS 1,487,662,584.84 1.49 billion 1,248
1700 DEPT OF THE NAVY 1,303,301,982.71 1.30 billion 2,646
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 1,127,797,864.89 1.13 billion 1,362
8900 ENERGY, DEPARTMENT OF 676,604,795.43 676.60 million 865
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 580,756,265.84 580.76 million 326
6925 FEDERAL HIGHWAY ADMINISTRATION 515,023,603.71 515.02 million 675

Insight

Over the last 10 years, NAICS 541513 obligated $29.11 billion across 42,428 awards, with an average award value of $686,018.72. Funding is concentrated in a small set of agencies, led by the Department of State at $4.85 billion, followed by the Department of the Air Force, Department of the Army, and DISA, each above $3.2 billion. The top 10 agencies account for a substantial share of obligations, indicating that demand for computer facilities management services is driven primarily by large federal enterprise and defense customers.

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 = '541513'
        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
LEIDOS, INC. 5UTE1 3,555,565,838.51 3.56 billion 1,427
CSRA LLC 7C146 2,777,055,427.38 2.78 billion 2,092
CGI FEDERAL INC. 3YVK7 2,136,012,989.01 2.14 billion 1,036
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 1,561,112,309.93 1.56 billion 754
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 6XWA8 699,198,491.68 699.20 million 904
INUTEQ, LLC 5NTT4 553,645,353.43 553.65 million 465
LDRM, LLC 82Y27 500,443,530.94 500.44 million 49
CRITERION SYSTEMS INC 8AEP0 484,909,547.18 484.91 million 316
DIGNARI, LLC 724V6 383,690,804.21 383.69 million 256
SYNAPTEK CORPORATION 561P9 341,326,809.14 341.33 million 379

Insight

Over the last 10 years, NAICS 541513 has obligated $29.11 billion across 42,428 awards, with a low average award value of $686,018.72, indicating a high-volume, moderately fragmented vendor base. Top obligations are concentrated among a small set of firms: Leidos, CSRA, CGI Federal, and General Dynamics Information Technology together account for $10.03 billion, or about 34% of total obligated dollars. Award counts are more dispersed than dollars, with CSRA leading in awards (2,092) while Leidos leads in obligated value ($3.56 billion), suggesting a mix of large-value and repeat-award activity among 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 = '541513'
        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 2,948,540,848.39 2.95 billion 3,984
2024 3,561,155,383.60 3.56 billion 4,209
2023 3,525,281,982.84 3.53 billion 3,832
2022 3,086,887,138.98 3.09 billion 3,937
2021 3,082,043,838.08 3.08 billion 4,200
2020 2,561,058,946.66 2.56 billion 4,095
2019 2,569,091,281.29 2.57 billion 3,859
2018 2,686,939,429.96 2.69 billion 4,378
2017 2,425,370,365.12 2.43 billion 4,926
2016 2,660,033,439.63 2.66 billion 5,008

Insight

NAICS 541513 obligated dollars total $29.11 billion across 42,428 awards over the last 10 years, with an average award value of $686,018.72. Annual obligations are relatively stable in a narrow range of about $2.43 billion to $3.56 billion, indicating sustained but not highly volatile spending in computer facilities management services. Obligations increased from $2.66 billion in 2016 to a peak of $3.56 billion in 2024, then declined to $2.95 billion in 2025, while award counts remained consistently high, ranging from 3,832 to 5,008 per year.

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.