NAICS Industry

NAICS 541519 Federal Contract Obligations (Last 5 Years)

NAICS 541519 covers other computer related services across federal procurement, with 120.88 billion obligated in the last 5 years.

Federal spending under NAICS 541519 totaled 120,882,628,321.81 across 336,419 award actions, for an average action value of 359,321.64. Obligations were highest in 2023 at 25.99 billion, followed by 2024 at 25.34 billion and 2025 at 23.83 billion.

Generated at 03/21/2026

Analysis period: Last 5 years

Agency, vendor, and annual totals reflect obligations recorded in FPDS for the last 5 years and may not include every associated subcontract or modification.

NAICS Code
541519
Industry
OTHER COMPUTER RELATED SERVICES
Total Obligated
120.88 billion
120,882,628,321.81
Award Actions
336,419
Average Action Value
359,321.64

About NAICS 541519 federal contract activity

NAICS 541519 (OTHER COMPUTER RELATED SERVICES) recorded $120.88 billion in obligations across 336,419 awards over the last 5 years, with an average award value of $359,321.64. This category reflects broad federal demand for specialized computer-related support services rather than software product procurement alone.

Agency demand and leading federal buyers

The Department of Veterans Affairs led all agencies in obligations at $11.80 billion across 21,215 awards, followed closely by the Defense Information Systems Agency at $11.14 billion across 44,378 awards. The Department of the Air Force, Department of the Army, and Department of the Navy also ranked among the largest buyers, indicating a strong concentration of demand within civilian and defense IT mission support.

Vendor concentration and leading contractors

FCN, INC. was the top vendor by obligations at $3.95 billion across 11,923 awards, with THUNDERCAT TECHNOLOGY, LLC close behind at $3.77 billion across 8,674 awards. LEIDOS, INC., FOUR POINTS TECHNOLOGY, L.L.C., and V3GATE, LLC also posted multi-billion-dollar totals, showing that spending in this NAICS is distributed across a mix of high-volume awardees and lower-volume, higher-value providers.

Annual contract trend over the analysis window

Annual obligations remained consistently above $22 billion in each year of the 5-year window, peaking in 2023 at $26.00 billion before easing to $25.34 billion in 2024 and $23.83 billion in 2025. Award counts were highest in 2023 at 70,301 and then declined, suggesting a modest reduction in procurement activity while obligations stayed at elevated levels.

How to interpret this page

This analysis summarizes FPDS obligations and award counts associated with NAICS 541519 over the last 5 years. Agency and vendor rankings are based on total obligated dollars within the selected window, and annual trend figures reflect obligations and awards recorded by fiscal year in FPDS.

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 5 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 11,800,972,974.63 11.80 billion 21,215
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 11,137,488,610.12 11.14 billion 44,378
5700 DEPT OF THE AIR FORCE 6,806,086,136.81 6.81 billion 18,335
2100 DEPT OF THE ARMY 6,561,284,742.88 6.56 billion 9,483
1700 DEPT OF THE NAVY 5,453,693,241.75 5.45 billion 26,776
97AS DEFENSE LOGISTICS AGENCY 5,068,153,153.64 5.07 billion 6,405
1900 STATE, DEPARTMENT OF 4,800,316,089.24 4.80 billion 23,407
2050 INTERNAL REVENUE SERVICE 4,731,532,410.69 4.73 billion 7,633
7014 U.S. CUSTOMS AND BORDER PROTECTION 3,410,653,628.60 3.41 billion 3,511
97DH DEFENSE HEALTH AGENCY (DHA) 3,213,467,827.67 3.21 billion 3,984

Insight

Over the last 5 years, NAICS 541519 obligations are concentrated among a small set of large agencies, with the top 10 agencies accounting for $68.80 billion, or about 57% of the $120.88 billion total obligated. The Veterans Affairs Department and DISA are the largest spenders at $11.80 billion and $11.14 billion, respectively, indicating a relatively balanced concentration at the top. Award volume is more distributed than dollars in some cases, with DISA leading the group by award count (44,378) despite ranking second in obligated dollars.

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 5 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
FCN, INC. 0WU14 3,945,078,439.54 3.95 billion 11,923
THUNDERCAT TECHNOLOGY, LLC 50WM7 3,773,596,130.70 3.77 billion 8,674
LEIDOS, INC. 6B6E2 3,657,620,403.71 3.66 billion 1,194
FOUR POINTS TECHNOLOGY, L.L.C. 1YS78 3,601,917,870.51 3.60 billion 7,855
V3GATE, LLC 4Y8H0 2,662,255,763.64 2.66 billion 2,847
DELL FEDERAL SYSTEMS L.P. 3XAU1 2,426,326,937.74 2.43 billion 2,214
MINBURN TECHNOLOGY GROUP, LLC 66LV8 2,419,205,081.67 2.42 billion 3,218
NEW TECH SOLUTIONS, INC. 1QN24 2,170,936,293.89 2.17 billion 18,406
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 1,714,311,669.06 1.71 billion 2,766
EMERGENT, LLC 4J2K1 1,627,962,191.87 1.63 billion 1,569

Insight

Over the last 5 years, NAICS 541519 obligated $120.88 billion across 336,419 awards, with an average award value of $359,321.64. The top 10 vendors each received between $1.63 billion and $3.95 billion, indicating a meaningful concentration of obligations among a small group of firms while overall spending remains broadly distributed across many awards. FCN, Inc. is the largest recipient at $3.95 billion and 11,923 awards, followed closely by Thundercat Technology, LLC at $3.77 billion and 8,674 awards. Award counts vary substantially among the top vendors, suggesting both high-volume, lower-value activity and fewer large-value awards within the NAICS.

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

Insight

NAICS 541519 shows a relatively stable obligation pattern over the last five years, totaling $120.88 billion across 336,419 awards, with an average award value of $359,321.64. Annual obligations ranged from $22.59 billion in 2021 to a peak of $26.00 billion in 2023, then declined to $25.34 billion in 2024 and $23.83 billion in 2025. Award counts followed a similar pattern, rising from 66,688 in 2021 to 72,186 in 2022 before easing to 61,346 in 2025, indicating moderate year-to-year volatility rather than a sustained upward trend.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.