Federal Agency

DEFENSE INFORMATION SYSTEMS AGENCY (DISA) Federal Contract Obligations (Last 10 Years)

Analysis of DISA procurement over the last 10 years shows $64.59 billion in obligated spending across 501,014 award actions.

The Defense Information Systems Agency (DISA), agency ID 97AK, recorded $64.59 billion in obligated procurement activity over the last 10 years, with an average action value of $128,912.57. Spending is concentrated in IT and communications categories, led by NAICS 541519, 541512, 517110, 517410, and 511210, while top vendors include Leidos, Microsoft, Dell Marketing, General Dynamics Information Technology, and Cisco.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual totals in the analysis window range from $5.94 billion in 2021 to $7.16 billion in 2024, with 2025 at $6.50 billion to date.

Agency ID
97AK
Total Obligated
64.59 billion
64,587,004,724.23
Award Actions
501,014
Average Action Value
128,912.57

About DEFENSE INFORMATION SYSTEMS AGENCY (DISA) federal contract activity

Over the last 10 years, the Defense Information Systems Agency (DISA) obligated $64.59 billion across 501,014 awards, with an average award value of $128,912.57. The volume and value profile indicate a large, recurring procurement portfolio centered on information technology, telecommunications, and related support services.

Vendor concentration and leading contractors

DISA’s largest vendors are concentrated among major IT and infrastructure contractors, led by LEIDOS, INC. at $3.31 billion and MICROSOFT CORPORATION SITZ IN REDMOND CORPORATION at $2.69 billion. The remaining top vendors—DELL MARKETING L.P., GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC., and CISCO SYSTEMS INC.—also reflect a supplier base heavily aligned to enterprise IT, systems integration, and network technology.

Industry profile based on NAICS activity

The top NAICS categories are dominated by IT services and communications: 541519 Other Computer Related Services, 541512 Computer Systems Design Services, 517110 Wired Telecommunications Carriers, 517410 Satellite Telecommunications, and 511210 Software Publishers. Together, these categories show that DISA spending is concentrated in service-heavy technology areas rather than commodity procurement.

Annual contract trend over the analysis window

Annual obligations in the most recent years remain in a relatively stable band, ranging from $5.94 billion in 2021 to $7.16 billion in 2024, with 2025 at $6.50 billion so far. Award counts are highest in 2022 through 2024, indicating sustained transaction volume even as annual dollar obligations fluctuate within a narrow range.

How to interpret this page

This page summarizes FPDS-observed contract actions attributed to agency ID 97AK over the last 10 years. Values reflect total obligated dollars and award counts as reported in the analysis window; vendor, NAICS, and annual trend sections are based on aggregated obligations within the same dataset and period.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '97AK'
        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 Total Obligated Readable Award Actions
LEIDOS, INC. 3,312,992,395.55 3.31 billion 1,369
MICROSOFT CORPORATION SITZ IN REDMOND CORPORATION 2,687,856,608.90 2.69 billion 2,936
DELL MARKETING L.P. 1,951,121,251.63 1.95 billion 510
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 1,732,967,986.23 1.73 billion 2,722
CISCO SYSTEMS INC. 1,692,454,841.16 1.69 billion 359
LEIDOS INNOVATIONS CORPORATION 1,478,939,158.08 1.48 billion 794
INMARSAT GOVERNMENT, INC. 1,185,843,273.46 1.19 billion 3,852
MCI COMMUNICATIONS SERVICES INCORPORATED 1,158,920,444.78 1.16 billion 123,340
DELL FEDERAL SYSTEMS L.P. 1,092,723,156.67 1.09 billion 1,046
VIASAT, INC. 1,084,269,217.26 1.08 billion 445

Insight

Over the last 10 years, DISA obligated $64.59 billion across 501,014 awards, with the top 10 vendors accounting for a substantial share of activity but no single vendor dominating the portfolio. LEIDOS, INC. is the largest top vendor by obligated value at $3.31 billion, followed by Microsoft Corporation ($2.69 billion) and Dell Marketing L.P. ($1.95 billion), indicating a concentration of spend among major IT and services contractors. Award volume is more dispersed than dollars, highlighted by MCI Communications Services Incorporated’s 123,340 awards and Inmarsat Government, Inc.’s 3,852 awards, suggesting heavy use of high-frequency, lower-dollar transactions alongside larger task and supply awards.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '97AK'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
541519 OTHER COMPUTER RELATED SERVICES 19,030,200,927.39 19.03 billion 64,129
541512 COMPUTER SYSTEMS DESIGN SERVICES 9,328,526,878.17 9.33 billion 12,670
517110 WIRED TELECOMMUNICATIONS CARRIERS 8,162,286,972.88 8.16 billion 225,834
517410 SATELLITE TELECOMMUNICATIONS 6,078,171,684.35 6.08 billion 54,404
511210 SOFTWARE PUBLISHERS 5,705,167,439.91 5.71 billion 4,389
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 3,222,972,255.73 3.22 billion 1,969
334111 ELECTRONIC COMPUTER MANUFACTURING 2,027,860,523.87 2.03 billion 3,082
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 1,912,127,335.72 1.91 billion 2,878
541330 ENGINEERING SERVICES 1,847,363,085.50 1.85 billion 8,465
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 1,787,127,611.89 1.79 billion 2,446

Insight

Over the last 10 years, DISA obligated $64.59 billion across 501,014 awards, with a relatively low average award value of $128,912.57, indicating a portfolio dominated by high-volume, lower-dollar actions. Obligations are concentrated in IT and telecommunications NAICS codes: 541519 accounts for $19.03 billion, followed by 541512 at $9.33 billion, 517110 at $8.16 billion, and 517410 at $6.08 billion. The award count is especially concentrated in 517110 with 225,834 awards, while several of the highest-obligation categories, such as 511210 and 541513, are supported by comparatively few awards, suggesting a mix of transaction-heavy communications buys and fewer large IT services actions.

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__purchaserInformation__contractingOfficeAgencyID = '97AK'
        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 6,503,258,313.89 6.50 billion 47,195
2024 7,156,024,840.99 7.16 billion 45,551
2023 6,558,132,168.77 6.56 billion 56,618
2022 6,416,830,005.01 6.42 billion 63,326
2021 5,937,786,237.58 5.94 billion 57,129
2020 7,739,618,911.57 7.74 billion 58,235
2019 6,783,281,042.45 6.78 billion 48,333
2018 6,070,617,175.33 6.07 billion 51,872
2017 5,773,987,249.76 5.77 billion 41,148
2016 5,647,468,778.88 5.65 billion 31,607

Insight

Over the last 10 years, DISA obligated $64.59 billion across 501,014 awards, with an average award value of $128,912.57, indicating a high-volume, relatively low-dollar procurement profile. Annual obligations were generally clustered between about $5.65 billion and $7.74 billion, with a peak in 2020 ($7.74 billion) and lower levels in 2016–2017, followed by sustained activity above $6.4 billion in 2022–2025. Award counts were highest in 2022 (63,326) and remained elevated in recent years, suggesting broad distribution across many transactions rather than concentration in a small number of awards.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.