NAICS Industry

NAICS 541512 Federal Contract Obligations (Last Year)

Federal procurement activity for NAICS 541512, Computer Systems Design Services, covering obligations, awards, agencies, and vendors in the last full year.

In the last full year, federal awards under NAICS 541512 totaled 30.78 billion across 37,762 action records, with an average action value of 815,106.59. The largest obligations came from the Federal Acquisition Service, the Department of Veterans Affairs, the Department of the Air Force, the Department of the Navy, and the Department of the Army, while Accenture Federal Services LLC, Leidos, Inc., and General Dynamics Information Technology, Inc. were among the top vendors.

Generated at 03/21/2026

Analysis period: Last full year

This page summarizes FPDS award actions mapped to NAICS 541512 for the last full year and reflects obligated amounts as recorded in the source data.

NAICS Code
541512
Industry
COMPUTER SYSTEMS DESIGN SERVICES
Total Obligated
30.78 billion
30,780,055,083.43
Award Actions
37,762
Average Action Value
815,106.59

About NAICS 541512 federal contract activity

NAICS 541512, Computer Systems Design Services, recorded $30.78 billion in obligations across 37,762 awards during the last full year, with an average award value of $815,106.59. The volume of awards indicates a broad procurement base with materially larger obligation values concentrated in fewer transactions.

Agency demand and leading federal buyers

Federal Acquisition Service led all agencies with $5.16 billion across 1,581 awards, followed by the Department of Veterans Affairs with $4.01 billion across 787 awards. The Department of the Air Force, Department of the Navy, and Department of the Army also ranked among the top obligators, indicating substantial demand across both civilian and defense buyers.

Vendor concentration and leading contractors

Accenture Federal Services LLC was the top vendor by obligations at $2.57 billion across 1,224 awards, followed by Leidos, Inc. at $2.03 billion across 11,975 awards. General Dynamics Information Technology, Inc., Booz Allen Hamilton Inc., and CACI, Inc. - Federal also held major positions, showing that obligations are concentrated among established federal IT contractors.

Annual contract trend over the analysis window

The annual trend shows $30.78 billion obligated in 2025 across 37,762 awards, representing the full last-year period in the dataset. With only one annual point available, the trend view confirms the scale of activity but does not support year-over-year comparison.

How to interpret this page

This page summarizes FPDS obligations for NAICS 541512 over the last full year using total obligated dollars, award counts, and average award value. Agency and vendor rankings are based on total obligated amount within the same period, and the annual trend reflects the same FPDS query window.

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 = '541512'
        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
4732 FEDERAL ACQUISITION SERVICE 5,159,514,759.28 5.16 billion 1,581
3600 VETERANS AFFAIRS, DEPARTMENT OF 4,010,306,370.75 4.01 billion 787
5700 DEPT OF THE AIR FORCE 2,281,939,184.34 2.28 billion 1,813
1700 DEPT OF THE NAVY 2,014,413,691.39 2.01 billion 17,577
2100 DEPT OF THE ARMY 1,862,096,425.84 1.86 billion 1,772
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 1,839,089,176.86 1.84 billion 349
7014 U.S. CUSTOMS AND BORDER PROTECTION 1,386,940,553.27 1.39 billion 392
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 1,085,183,732.30 1.09 billion 1,216
2050 INTERNAL REVENUE SERVICE 1,079,821,467.08 1.08 billion 1,016
1900 STATE, DEPARTMENT OF 952,684,132.58 952.68 million 713

Insight

For NAICS 541512 over the last full year, obligations were concentrated among a small set of agencies, with the Federal Acquisition Service leading at $5.16 billion, followed by the Department of Veterans Affairs at $4.01 billion and the Department of the Air Force at $2.28 billion. The top 10 agencies accounted for a substantial share of the $30.78 billion total, indicating that demand is concentrated in large enterprise acquisition and defense-related buyers. Award volume was more dispersed than obligations, highlighted by the Department of the Navy’s 17,577 awards against $2.01 billion, suggesting a high-volume, lower-dollar contracting pattern at that agency.

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 = '541512'
        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
ACCENTURE FEDERAL SERVICES LLC 1ZD18 2,568,781,287.15 2.57 billion 1,224
LEIDOS, INC. 5UTE1 2,028,229,118.62 2.03 billion 11,975
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 1,985,993,551.67 1.99 billion 613
BOOZ ALLEN HAMILTON INC. 17038 1,648,804,925.03 1.65 billion 568
CACI, INC. - FEDERAL 1QU78 1,392,328,976.47 1.39 billion 276
DELOITTE CONSULTING LLP 1TTG5 1,358,412,281.21 1.36 billion 609
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 6XWA8 1,272,623,400.29 1.27 billion 597
CERNER GOVERNMENT SERVICES, INC. 7YVP7 1,022,457,287.32 1.02 billion 98
BOOZ ALLEN HAMILTON INC 17038 773,500,892.93 773.50 million 100
PERATON INC. 0HD54 759,468,824.14 759.47 million 285

Insight

In the last full year, NAICS 541512 obligated $30.78 billion across 37,762 awards, with spending concentrated among a small set of large vendors. ACCENTURE FEDERAL SERVICES LLC led with $2.57 billion, followed by LEIDOS, INC. at $2.03 billion and GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. at $1.99 billion, indicating a relatively concentrated top tier. Award volume is more dispersed than dollars, as LEIDOS, INC. recorded 11,975 awards compared with 1,224 for ACCENTURE FEDERAL SERVICES LLC, suggesting a mix of high-volume and higher-value contracting patterns.

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 = '541512'
        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 30,780,055,083.43 30.78 billion 37,762

Insight

Over the last full year, NAICS 541512 recorded $30.78 billion in obligated dollars across 37,762 awards, for an average award value of $815,106.59. Activity is concentrated in a large number of awards with moderate average value, indicating broad procurement distribution within computer systems design services. With only one annual observation provided for 2025, no year-over-year trend can be assessed from this dataset.

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.