NAICS Industry

NAICS 541519 Federal Contract Obligations (Last Year)

Federal procurement activity for NAICS 541519, Other Computer Related Services, totaled $23.83 billion across 61,346 award actions in the last full year.

This NAICS page summarizes federal obligations for Other Computer Related Services over the last full year, including agency, vendor, and annual trend data. Veterans Affairs led spending at $2.41 billion, while DISA recorded the highest award count among top agencies with 9,222 actions.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year in the provided analysis window and are shown by obligated amount and award action count.

NAICS Code
541519
Industry
OTHER COMPUTER RELATED SERVICES
Total Obligated
23.83 billion
23,832,346,379.94
Award Actions
61,346
Average Action Value
388,490.63

About NAICS 541519 federal contract activity

NAICS 541519, Other Computer Related Services, recorded $23.83 billion in obligated obligations across 61,346 awards in the last full year, with an average award value of $388,490.63. The volume of awards indicates a highly fragmented market with substantial recurring demand across federal IT support activities.

Agency demand and leading federal buyers

Veterans Affairs, Department of the, led all agencies with $2.41 billion across 3,797 awards, followed by the Defense Information Systems Agency with $1.87 billion across 9,222 awards. The Department of the Air Force, Department of the Army, and Defense Logistics Agency also ranked among the top obligators, showing that defense and civilian enterprise IT requirements both drive spending in this category.

Vendor concentration and leading contractors

Thundercat Technology, LLC was the top vendor with $985.65 million across 1,730 awards, ahead of FCN, Inc. with $833.45 million across 1,962 awards and Four Points Technology, L.L.C. with $808.49 million across 1,448 awards. The vendor list also includes V3Gate, LLC and Leidos, Inc., reinforcing a market characterized by multiple large awardees rather than a single dominant supplier.

Annual contract trend over the analysis window

The annual trend shows $23.83 billion in total obligated value and 61,346 awards in 2025, which is the full-year reference point for this analysis. With only one annual observation provided, the data supports a snapshot of activity rather than a directional multi-year trend.

How to interpret this page

This page summarizes FPDS obligations classified under NAICS 541519 for the last full year, using total obligated value, award count, and average award value as the primary metrics. Agency and vendor rankings reflect the highest obligated totals within the same analysis window, and the annual trend reflects the full-year aggregate for 2025.

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 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 2,410,303,976.30 2.41 billion 3,797
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 1,866,677,585.89 1.87 billion 9,222
5700 DEPT OF THE AIR FORCE 1,651,952,261.65 1.65 billion 3,171
2100 DEPT OF THE ARMY 1,320,569,376.07 1.32 billion 1,779
97AS DEFENSE LOGISTICS AGENCY 1,128,785,500.51 1.13 billion 1,351
1700 DEPT OF THE NAVY 1,121,999,265.33 1.12 billion 5,271
1900 STATE, DEPARTMENT OF 1,014,817,623.16 1.01 billion 2,858
2050 INTERNAL REVENUE SERVICE 992,257,888.90 992.26 million 1,955
7014 U.S. CUSTOMS AND BORDER PROTECTION 716,735,879.27 716.74 million 739
1549 FEDERAL BUREAU OF INVESTIGATION 594,026,787.13 594.03 million 1,155

Insight

For NAICS 541519 over the last full year, obligations totaled $23.83 billion across 61,346 awards, with an average award value of $388,490.63. The top 10 agencies account for a substantial share of spending and are heavily concentrated in the defense and national security portfolios, led by the Department of Veterans Affairs at $2.41 billion, DISA at $1.87 billion, and the Department of the Air Force at $1.65 billion. Award volume is more dispersed than obligation value, with DISA posting 9,222 awards versus fewer, higher-dollar awards at several other top agencies, indicating mixed procurement patterns across the major 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 = '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 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
THUNDERCAT TECHNOLOGY, LLC 50WM7 985,645,422.70 985.65 million 1,730
FCN, INC. 0WU14 833,452,981.25 833.45 million 1,962
FOUR POINTS TECHNOLOGY, L.L.C. 1YS78 808,489,221.65 808.49 million 1,448
V3GATE, LLC 4Y8H0 705,079,848.19 705.08 million 678
LEIDOS, INC. 6B6E2 681,935,408.61 681.94 million 198
MINBURN TECHNOLOGY GROUP, LLC 66LV8 548,647,866.40 548.65 million 707
NEW TECH SOLUTIONS, INC. 1QN24 503,423,062.42 503.42 million 3,601
DELOITTE & TOUCHE LLP 3CCJ5 388,389,236.30 388.39 million 314
EMERGENT, LLC 4J2K1 384,962,592.32 384.96 million 225
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 351,647,119.17 351.65 million 602

Insight

In the last full year, NAICS 541519 recorded $23.83 billion across 61,346 awards, with the top 10 vendors accounting for substantial obligations concentrated among a small set of firms. THUNDERCAT TECHNOLOGY, LLC led with $985.65 million, followed by FCN, INC. at $833.45 million and FOUR POINTS TECHNOLOGY, L.L.C. at $808.49 million, indicating a relatively concentrated upper tier. Award volume is more diffuse than dollars, with NEW TECH SOLUTIONS, INC. issuing 3,601 awards and FCN, INC. 1,962 awards, while LEIDOS, INC. and DELOITTE & TOUCHE LLP generated high obligations with comparatively fewer awards.

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 1 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

Insight

For the last full year, NAICS 541519 obligated $23.83 billion across 61,346 awards, with an average award value of $388,490.63. The activity is concentrated in a high-volume, mid-value award pattern, indicating broad distribution rather than dependence on a small number of large awards. With only one annual observation provided, no year-over-year trend can be determined from this window.

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.