NAICS Industry

NAICS 518210 Federal Contract Obligations (Last Year)

NAICS 518210 covers federal obligations for data processing, hosting, and related services, with 3.14 billion in reported spending across 5,707 award actions in the last full year.

In the last full year, federal agencies obligated 3.14 billion under NAICS 518210 for data processing, hosting, and related services, averaging 550,370.98 per action. The Department of Veterans Affairs led agency spending, while Amazon Web Services, Inc. was the top vendor by obligated amount.

Generated at 03/21/2026

Analysis period: Last full year

This summary reflects last full year FPDS award action data and ranks agencies and vendors by total obligated dollars.

NAICS Code
518210
Industry
DATA PROCESSING, HOSTING, AND RELATED SERVICES
Total Obligated
3.14 billion
3,140,967,236.91
Award Actions
5,707
Average Action Value
550,370.98

About NAICS 518210 federal contract activity

NAICS 518210, Data Processing, Hosting, and Related Services, recorded 5,707 awards totaling $3.14 billion in obligations over the last full year, with an average award value of $550,370.98. The spending profile indicates a large volume of relatively smaller transactions alongside a concentration of higher-value cloud, hosting, and data processing commitments.

Agency demand and leading federal buyers

The Department of Veterans Affairs was the largest buyer in this NAICS, obligating $358.28 million across 394 awards. It was followed by the Federal Aviation Administration, the Department of the Air Force, the Department of the Navy, and the Defense Information Systems Agency, each with substantial but lower obligation totals, indicating broad federal demand across civilian and defense organizations.

Vendor concentration and leading contractors

Amazon Web Services, Inc. led vendor obligations with $333.16 million across 278 awards, making it the dominant supplier in the category for the period. Microsoft Corporation, Leidos, Inc., International Business Machines Corporation, and Advantaged Solutions, Inc. also ranked among the top vendors, reflecting a mix of cloud infrastructure, systems integration, and IT services providers.

Annual contract trend over the analysis window

The annual trend data show $3.14 billion in obligated dollars and 5,707 awards in 2025, which represents the full-year total for the analysis window. With only one annual observation provided, the trend view establishes the scale of activity for the period but does not support multi-year directionality or growth assessment.

How to interpret this page

This summary is based on FPDS award records filtered to NAICS 518210 and limited to the last full year analysis window. Obligations are reported as total obligated dollars, and award counts reflect the number of award actions included in the dataset; vendor and agency rankings are based on total obligated amounts within the same scope.

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 = '518210'
        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
3600 VETERANS AFFAIRS, DEPARTMENT OF 358,277,607.12 358.28 million 394
6920 FEDERAL AVIATION ADMINISTRATION 285,492,612.74 285.49 million 442
5700 DEPT OF THE AIR FORCE 275,581,302.03 275.58 million 355
1700 DEPT OF THE NAVY 242,145,668.12 242.15 million 316
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 204,206,963.78 204.21 million 435
2100 DEPT OF THE ARMY 191,871,450.19 191.87 million 272
7001 OFFICE OF PROCUREMENT OPERATIONS 109,980,627.97 109.98 million 97
97AS DEFENSE LOGISTICS AGENCY 104,504,726.78 104.50 million 39
4732 FEDERAL ACQUISITION SERVICE 94,346,802.31 94.35 million 113
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 92,978,169.11 92.98 million 47

Insight

Over the last full year, NAICS 518210 obligations totaled $3.14 billion across 5,707 awards, with an average award value of $550,370.98. Spending is concentrated among a small set of agencies, led by the Department of Veterans Affairs at $358.28 million, followed by the Federal Aviation Administration, Department of the Air Force, and Department of the Navy. Defense and civilian IT-heavy organizations account for most of the leading obligations, with DISA, the Department of the Army, and Office of Procurement Operations also among the top buyers.

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 = '518210'
        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
AMAZON WEB SERVICES, INC. 66EB1 333,159,609.33 333.16 million 278
LEIDOS, INC. 5UTE1 174,567,066.31 174.57 million 26
MICROSOFT CORPORATION 60128 154,559,365.44 154.56 million 229
INTERNATIONAL BUSINESS MACHINES CORPORATION 3BXY7 154,319,820.45 154.32 million 68
ADVANTAGED SOLUTIONS, INC. 37NY3 100,657,726.53 100.66 million 21
PERATON TECHNOLOGY SERVICES INC. 6KTD1 99,248,410.74 99.25 million 119
GOVERNMENTCIO LLC 67DT3 88,553,505.99 88.55 million 15
PERSPECTA ENTERPRISE SOLUTIONS LLC 1U305 80,163,189.90 80.16 million 29
EAGLE HARBOR, LLC 7ZH98 79,876,855.00 79.88 million 22
MONKTON, INC. 7U9C8 69,272,402.02 69.27 million 26

Insight

Over the last full year, NAICS 518210 obligated $3.14 billion across 5,707 awards, with an average award value of about $550,371, indicating a high-volume, moderately fragmented market. The top 10 vendors accounted for $1.34 billion, or roughly 43% of total obligations, showing moderate concentration among a small set of suppliers. Amazon Web Services, Inc. led by obligations at $333.16 million across 278 awards, while Leidos, Microsoft, and IBM each received between $154.32 million and $174.57 million, suggesting a mix of large, recurring awards and a broader distribution across 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 = '518210'
        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 3,140,967,236.91 3.14 billion 5,707

Insight

Over the last full year, NAICS 518210 recorded $3.14 billion in obligations across 5,707 awards, indicating a sizable and active procurement base. The average award value was about $550,371, suggesting obligations were distributed across many relatively small-to-midsize actions rather than concentrated in a few very large awards. With only one annual data point provided, no year-over-year trend can be assessed from this period alone.

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.