Federal Agency

DEFENSE INFORMATION SYSTEMS AGENCY (DISA) Federal Contract Obligations (Last Year)

FPDS summary of Defense Information Systems Agency (DISA), Agency ID 97AK, covering obligations, awards, vendors, and NAICS mix for the last full year.

In the last full year, DISA recorded 47,195 award actions totaling $6.50 billion in obligated spending, with an average action value of $137,795.49. Spending was concentrated in IT and communications categories, led by NAICS 541519, 541512, 511210, 517410, and 541513, and the largest vendor obligations went to Dell Marketing L.P., Leidos, Inc., Microsoft Corporation, General Dynamics Information Technology, Inc., and World Wide Technology, LLC.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the provided FPDS analysis window and may include rounding differences between readable and exact totals.

Agency ID
97AK
Total Obligated
6.50 billion
6,503,258,313.89
Award Actions
47,195
Average Action Value
137,795.49

About DEFENSE INFORMATION SYSTEMS AGENCY (DISA) federal contract activity

In the last full year, the Defense Information Systems Agency (DISA) obligated 6.50 billion across 47,195 awards, for an average award value of 137,795.49. The scale of activity indicates a high-volume procurement environment with many comparatively small obligations alongside larger technology and services awards.

Vendor concentration and leading contractors

DISA’s vendor base is led by DELL MARKETING L.P. at 615.34 million, followed by LEIDOS, INC. at 495.03 million and MICROSOFT CORPORATION SITZ IN REDMOND CORPORATION at 310.17 million. GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. and WORLD WIDE TECHNOLOGY, LLC also rank among the top recipients, reinforcing the agency’s concentration in enterprise IT, systems integration, and infrastructure support.

Industry profile based on NAICS activity

The largest share of obligations falls under NAICS 541519, Other Computer Related Services, at 1.87 billion across 9,222 awards. Additional spending is concentrated in computer systems design services, software publishing, satellite telecommunications, and computer facilities management services, showing DISA’s emphasis on IT operations, software, communications, and managed support functions.

Annual contract trend over the analysis window

The annual trend data provided covers 2025 only, with 6.50 billion obligated across 47,195 awards. Because the analysis window is limited to one full year, the trend view serves as the baseline for that period rather than a multi-year comparison.

How to interpret this page

This summary is based on FPDS Query obligations for DISA agency ID 97AK over the last full year. Vendor and NAICS rankings reflect total obligated dollars and award counts within that period, and the annual trend reflects the same scoped dataset without interpolation or external adjustment.

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 1 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
DELL MARKETING L.P. 615,344,903.29 615.34 million 127
LEIDOS, INC. 495,028,056.30 495.03 million 310
MICROSOFT CORPORATION SITZ IN REDMOND CORPORATION 310,165,025.78 310.17 million 253
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 202,571,979.99 202.57 million 437
WORLD WIDE TECHNOLOGY, LLC 190,781,286.60 190.78 million 38
IRON BOW TECHNOLOGIES, LLC 189,679,698.81 189.68 million 67
SPACE EXPLORATION TECHNOLOGIES CORP. 189,127,250.00 189.13 million 58
INMARSAT GOVERNMENT, INC. 175,930,558.91 175.93 million 1,186
LUMEN TECHNOLOGIES GOVERNMENT SOLUTIONS, INC. 168,475,189.71 168.48 million 1,082
CARAHSOFT TECHNOLOGY CORP. 159,909,517.68 159.91 million 167

Insight

Over the last full year, DISA obligated $6.50 billion across 47,195 awards, with the top 10 vendors accounting for a meaningful share of obligations but not overwhelming total activity. DELl Marketing L.P. led with $615.34 million, followed by Leidos, Inc. at $495.03 million and Microsoft Corporation at $310.17 million, indicating concentration among a small set of major technology and services providers. Award volume is more dispersed than dollars: several vendors with comparatively smaller obligated amounts, including Inmarsat Government, Inc. and Lumen Technologies Government Solutions, Inc., received high award counts, suggesting many lower-dollar transactions alongside larger contract actions.

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 1 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 1,866,677,585.89 1.87 billion 9,222
541512 COMPUTER SYSTEMS DESIGN SERVICES 1,085,183,732.30 1.09 billion 1,216
511210 SOFTWARE PUBLISHERS 787,877,122.35 787.88 million 351
517410 SATELLITE TELECOMMUNICATIONS 629,697,571.74 629.70 million 2,636
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 435,652,172.28 435.65 million 279
517110 WIRED TELECOMMUNICATIONS CARRIERS 422,816,647.41 422.82 million 7,274
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 204,206,963.78 204.21 million 435
541330 ENGINEERING SERVICES 148,113,945.97 148.11 million 606
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 131,708,306.60 131.71 million 252
517112 WIRELESS TELECOMMUNICATIONS CARRIERS (EXCEPT SATELLITE) 99,500,911.25 99.50 million 1,617

Insight

For DISA (97AK) over the last full year, obligations totaled 6.50 billion across 47,195 awards, with spending concentrated in IT and communications NAICS. NAICS 541519, Other Computer Related Services, led with 1.87 billion, followed by 541512, Computer Systems Design Services, at 1.09 billion and 511210, Software Publishers, at 787.88 million; these three categories account for a large share of total obligated dollars. Award activity was broader than dollar concentration, with 517110, Wired Telecommunications Carriers, posting 7,274 awards and 541519 posting 9,222 awards, indicating high transaction volume in core support and communications services.

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

Insight

For the last full year, DISA obligated $6.50 billion across 47,195 awards, indicating a high-volume procurement profile with an average award value of about $137.8K. Because the dataset contains a single annual observation for FY2025, no year-over-year trend can be assessed within this window. The current distribution suggests spending is spread across many relatively small awards rather than concentrated in a limited number of high-value actions.

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