Federal Contractor

DELL FEDERAL SYSTEMS L.P. Federal Contract Obligations (Last 5 Years)

Federal procurement profile for DELL FEDERAL SYSTEMS L.P. (CAGE 3XAU1, UEI N1C5QLNPJLS4) covering obligations, agencies, NAICS codes, and annual trends over the last 5 years.

DELL FEDERAL SYSTEMS L.P. recorded 8,081 award actions and $7.10 billion in obligated spending over the last 5 years, with an average action value of $878,430.42. Spending is concentrated at the Department of Veterans Affairs, the Department of the Army, the Department of the Air Force, DISA, and the Social Security Administration, with the largest NAICS activity in Software Publishers and Other Computer Related Services.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the last 5 years of readable FPDS obligations and action counts; annual totals range from $1.30 billion in 2025 to $1.51 billion in 2021.

CAGE Code
3XAU1
UEI
N1C5QLNPJLS4
Total Obligated
7.10 billion
7,098,596,258.13
Award Actions
8,081
Average Action Value
878,430.42

About DELL FEDERAL SYSTEMS L.P. federal contract activity

DELL FEDERAL SYSTEMS L.P. (CAGE 3XAU1, UEI N1C5QLNPJLS4) recorded $7.10 billion in obligations across 8,081 awards over the last 5 years, for an average award value of $878,430.42. The award profile indicates a high-volume federal supplier with sustained activity across multiple departments and IT-related product and service categories.

Agency mix and customer concentration

Funding is concentrated in a small number of civilian and defense buyers, led by the Department of Veterans Affairs at $2.65 billion across 119 awards. The Department of the Army, Department of the Air Force, DISA, and the Social Security Administration round out the top five, showing a mix of large-dollar enterprise buys and higher-volume defense and civilian activity.

Industry profile based on NAICS activity

The vendor’s obligations are dominated by NAICS 511210 and 541519, which together account for more than $5.92 billion, indicating strong concentration in software publishing and computer-related services. Additional obligations in 334111, 513210, and 334112 point to a broader hardware and storage footprint, but at materially lower levels than the core software and services base.

Annual contract trend over the analysis window

Annual obligations remained above $1.30 billion in each year shown, ranging from $1.30 billion in 2025 to a peak of $1.51 billion in 2021. Award counts were highest in 2022 and 2024, while 2025 shows lower award volume and slightly reduced obligated value relative to the prior two years. This pattern suggests continued federal demand with some year-to-year variation in award pacing and contract sizing.

How to interpret this page

This summary uses FPDS award data for the last 5 years and aggregates obligations by vendor identifiers, agency, NAICS code, and fiscal year. Obligated dollars and award counts are reported as provided in the analysis window; no inflation adjustment, deobligation normalization, or indirect performance inference is applied.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3XAU1'
        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 2,650,646,213.65 2.65 billion 119
2100 DEPT OF THE ARMY 682,096,564.04 682.10 million 2,073
5700 DEPT OF THE AIR FORCE 391,657,968.44 391.66 million 1,759
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 382,745,996.36 382.75 million 423
2800 SOCIAL SECURITY ADMINISTRATION 302,156,070.59 302.16 million 156
1301 OFFICE OF THE SECRETARY 233,240,929.97 233.24 million 555
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 200,566,160.05 200.57 million 37
6920 FEDERAL AVIATION ADMINISTRATION 193,188,107.31 193.19 million 104
7001 OFFICE OF PROCUREMENT OPERATIONS 176,953,409.38 176.95 million 197
2050 INTERNAL REVENUE SERVICE 175,730,949.53 175.73 million 44

Insight

Over the last 5 years, DELL FEDERAL SYSTEMS L.P. received $7.10 billion across 8,081 awards, with obligations concentrated in a small number of agencies. The Department of Veterans Affairs is the largest customer by dollars at $2.65 billion, representing about 37% of total obligations, but with only 119 awards, indicating high-value awards. In contrast, the Department of the Army and Department of the Air Force show much higher award counts (2,073 and 1,759) with lower obligated amounts, suggesting a broader, lower-value award distribution across Defense activities.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3XAU1'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
511210 SOFTWARE PUBLISHERS 3,480,710,326.66 3.48 billion 2,419
541519 OTHER COMPUTER RELATED SERVICES 2,442,837,209.60 2.44 billion 2,238
334111 ELECTRONIC COMPUTER MANUFACTURING 762,073,493.33 762.07 million 2,675
513210 SOFTWARE PUBLISHERS 278,294,192.26 278.29 million 309
334112 COMPUTER STORAGE DEVICE MANUFACTURING 108,659,708.62 108.66 million 47
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 15,010,021.03 15.01 million 299
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 4,645,783.01 4.65 million 6
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 2,499,880.00 2.50 million 3
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 2,210,313.27 2.21 million 10
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 570,565.32 570.57 thousand 25

Insight

Over the last 5 years, DELL FEDERAL SYSTEMS L.P. received 7.10 billion across 8,081 awards, with obligations concentrated in IT and software-related NAICS codes. NAICS 511210 and 541519 together account for 5.92 billion, or about 83% of total obligated value, indicating a strong concentration in software publishing and computer-related services. Electronic computer manufacturing (334111) is the next largest category at 762.07 million, while the remaining NAICS codes each represent comparatively small shares of total obligations.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3XAU1'
        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 1,300,948,563.74 1.30 billion 1,091
2024 1,472,032,419.00 1.47 billion 1,660
2023 1,453,164,955.00 1.45 billion 1,633
2022 1,361,083,425.05 1.36 billion 2,181
2021 1,511,366,895.34 1.51 billion 1,516

Insight

DELL FEDERAL SYSTEMS L.P. (CAGE 3XAU1) recorded $7.10 billion obligated across 8,081 awards over the last 5 years, with an average award value of $878,430.42. Annual obligations were relatively stable at roughly $1.30 billion to $1.51 billion each year, indicating a consistent funding profile rather than sharp year-to-year volatility. Award volume peaked in 2022 at 2,181 awards, while obligated dollars were highest in 2021 at $1.51 billion, suggesting variation in award size across the period.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, 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.