NAICS Industry

NAICS 541519 Federal Contract Obligations (Last 10 Years)

Federal procurement records for NAICS 541519, Other Computer Related Services, cover 661,964 award actions and $202.22 billion in obligations over the last 10 years.

This NAICS page summarizes federal spending for Other Computer Related Services across the last 10 years, with an average action value of $305,478.63. The largest obligations were reported by the Department of Veterans Affairs, DISA, the Department of the Army, the Internal Revenue Service, and the Department of the Navy.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable and exact obligation figures from FPDS-based records for the selected analysis window and may not align to every sub-action or modification.

NAICS Code
541519
Industry
OTHER COMPUTER RELATED SERVICES
Total Obligated
202.22 billion
202,215,858,424.25
Award Actions
661,964
Average Action Value
305,478.63

About NAICS 541519 federal contract activity

NAICS 541519, Other Computer Related Services, accounts for 202.22 billion in obligated awards across 661,964 actions over the last 10 years, with an average award value of 305,478.63. This category reflects a high-volume federal spend profile, indicating frequent use of specialized computer-related support services across agencies. The scale of activity suggests this NAICS is a material vehicle for both recurring service contracts and larger enterprise technology engagements.

Agency demand and leading federal buyers

The Department of Veterans Affairs leads all agencies in this NAICS with 20.02 billion obligated across 43,354 awards, followed closely by DISA at 19.03 billion across 64,129 awards. The Army, IRS, and Navy also rank among the largest buyers, together showing sustained demand across defense and civilian missions. Award counts are especially high for DISA and the Navy, indicating broad tasking and repeated procurement activity rather than isolated large awards.

Vendor concentration and leading contractors

Dell Federal Systems L.P. is the top vendor by obligated value at 6.25 billion, while FCN, Inc. leads in award volume among the listed vendors with 18,104 awards. Thundercat Technology, Four Points Technology, and Leidos also hold significant shares of obligated dollars, showing a concentrated but competitive vendor base. The spread between high-dollar and high-count vendors suggests a mix of major integrators and firms supporting many smaller or repeated service actions.

Annual contract trend over the analysis window

Annual obligations remain elevated and relatively stable, ranging from 22.59 billion in 2021 to a peak of 26.00 billion in 2023, then moderating to 25.34 billion in 2024 and 23.83 billion in 2025. Award counts follow a similar pattern, with the highest volume in 2023 at 70,301 awards before easing in subsequent years. Overall, the series points to sustained federal reliance on this service category, with recent spending still above 2021 and 2022 levels.

How to interpret this page

This page summarizes FPDS obligations for NAICS 541519 over the last 10 years using total obligated dollars, award counts, average award value, and year-by-year trends. Agency and vendor rankings are based on total obligated amounts within the selected analysis window. Values are presented as reported in FPDS and reflect obligations, not outlays or vendor revenue.

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 = '541519'
        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
3600 VETERANS AFFAIRS, DEPARTMENT OF 20,018,596,019.43 20.02 billion 43,354
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 19,030,200,927.39 19.03 billion 64,129
2100 DEPT OF THE ARMY 10,310,666,695.09 10.31 billion 19,966
2050 INTERNAL REVENUE SERVICE 9,856,962,676.78 9.86 billion 17,867
1700 DEPT OF THE NAVY 9,535,986,772.40 9.54 billion 49,620
5700 DEPT OF THE AIR FORCE 9,534,329,370.97 9.53 billion 28,644
1900 STATE, DEPARTMENT OF 7,939,026,294.52 7.94 billion 38,236
97AS DEFENSE LOGISTICS AGENCY 7,631,006,885.69 7.63 billion 11,033
7014 U.S. CUSTOMS AND BORDER PROTECTION 5,771,468,101.07 5.77 billion 17,240
2800 SOCIAL SECURITY ADMINISTRATION 5,721,202,789.84 5.72 billion 3,723

Insight

Over the last 10 years, NAICS 541519 obligated $202.22 billion across 661,964 awards, with the top 10 agencies accounting for a substantial share of activity. Veterans Affairs ($20.02 billion), DISA ($19.03 billion), the Army ($10.31 billion), and IRS ($9.86 billion) lead obligations, while Navy, Air Force, State, DLA, CBP, and SSA each obligate between $5.72 billion and $9.54 billion. Award volume is also concentrated in a few agencies, led by DISA, Navy, Veterans Affairs, and the Air Force, indicating a broad but still agency-concentrated demand profile for other computer-related services.

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 = '541519'
        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
DELL FEDERAL SYSTEMS L.P. 3XAU1 6,254,317,166.94 6.25 billion 4,483
FCN, INC. 0WU14 5,628,705,171.61 5.63 billion 18,104
THUNDERCAT TECHNOLOGY, LLC 50WM7 5,426,402,224.80 5.43 billion 13,800
FOUR POINTS TECHNOLOGY, L.L.C. 1YS78 4,856,739,178.49 4.86 billion 13,558
LEIDOS, INC. 6B6E2 4,645,751,953.17 4.65 billion 1,861
V3GATE, LLC 4Y8H0 3,606,577,782.01 3.61 billion 5,274
MINBURN TECHNOLOGY GROUP, LLC 66LV8 3,139,996,796.03 3.14 billion 5,448
NEW TECH SOLUTIONS, INC. 1QN24 3,011,858,309.73 3.01 billion 30,283
NORTHROP GRUMMAN SYSTEMS CORPORATION 5FVX5 2,589,856,910.45 2.59 billion 1,637
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 2,526,884,310.04 2.53 billion 4,225

Insight

Over the last 10 years, NAICS 541519 obligated $202.22 billion across 661,964 awards, with an average award value of $305,478.63, indicating a high-volume, relatively fragmented market. The top 10 vendors account for $42.28 billion, or about 20.9% of total obligations, so spending is meaningful but not highly concentrated among a small set of contractors. DELL FEDERAL SYSTEMS L.P. leads by obligated dollars at $6.25 billion, while NEW TECH SOLUTIONS, INC. has the highest award count among the listed vendors at 30,283, suggesting variation between high-dollar and high-volume suppliers.

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 = '541519'
        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 23,832,346,379.94 23.83 billion 61,346
2024 25,341,785,072.39 25.34 billion 65,898
2023 25,999,469,552.80 26.00 billion 70,301
2022 23,114,764,938.08 23.11 billion 72,186
2021 22,594,262,378.60 22.59 billion 66,688
2020 21,124,982,883.08 21.12 billion 69,691
2019 17,543,721,832.07 17.54 billion 59,588
2018 15,450,829,037.97 15.45 billion 61,590
2017 14,054,069,663.94 14.05 billion 72,675
2016 13,159,626,685.38 13.16 billion 62,001

Insight

NAICS 541519 shows a sustained upward obligation trend over the 10-year window, increasing from $13.16 billion in 2016 to $23.83 billion in 2025, with a peak at $26.00 billion in 2023 and similar levels in 2024. Award activity is also substantial and relatively stable, ranging from 59,588 to 72,186 awards annually, for 661,964 awards and $202.22 billion obligated over the period. The concentration of obligations in the most recent four years indicates that this category has remained heavily funded, with annual totals consistently above $21 billion since 2020.

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.