Federal Contractor

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

DELL FEDERAL SYSTEMS L.P. recorded 1.30 billion in obligated federal awards across 1,091 actions in the last full year.

The vendor’s obligations were concentrated in the Department of Veterans Affairs, which accounted for 573.57 million across 18 awards. Activity also included DISA, CDC, and the Office of the Secretary, with most spending tied to software publishing and computer-related work.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year of FPDS award activity for CAGE 3XAU1 and UEI N1C5QLNPJLS4, based on obligated amounts and award counts shown in the dataset.

CAGE Code
3XAU1
UEI
N1C5QLNPJLS4
Total Obligated
1.30 billion
1,300,948,563.74
Award Actions
1,091
Average Action Value
1,192,436.81

About DELL FEDERAL SYSTEMS L.P. federal contract activity

DELL FEDERAL SYSTEMS L.P. recorded 1.30 billion in obligated value across 1,091 awards in the last full year, with an average award value of 1.19 million. The activity profile indicates a high-volume federal supplier with a mix of large obligation awards and many smaller transactions.

Agency mix and customer concentration

Obligations were concentrated in a small number of civilian and defense customers, led by the Department of Veterans Affairs at 573.57 million across 18 awards. The next largest agencies were DISA, CDC, the Office of the Secretary, and the Office of Procurement Operations, showing a customer base that spans both healthcare-related and national security procurement channels.

Industry profile based on NAICS activity

The vendor’s obligations were dominated by NAICS 511210, Software Publishers, at 1.02 billion across 398 awards, which accounted for the clear majority of annual spend. Secondary activity appeared in software and IT-adjacent categories including 513210, 334111, and 541519, while 541715 contributed only a small share of total obligations.

Annual contract trend over the analysis window

The analysis window covers a single year, 2025, so the trend view reflects one annual observation rather than a multi-year series. In that year, the vendor reached 1.30 billion in obligations across 1,091 awards, establishing the baseline for the current profile.

How to interpret this page

This page is based on FPDS award data for the vendor identifiers provided: CAGE 3XAU1 and UEI N1C5QLNPJLS4. Metrics are limited to the last full year and are summarized from reported obligations, award counts, agency records, and NAICS classifications without adjustment or extrapolation.

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 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
3600 VETERANS AFFAIRS, DEPARTMENT OF 573,573,104.61 573.57 million 18
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 62,414,952.34 62.41 million 95
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 54,763,901.12 54.76 million 2
1301 OFFICE OF THE SECRETARY 45,786,336.63 45.79 million 106
7001 OFFICE OF PROCUREMENT OPERATIONS 42,971,426.70 42.97 million 33
7014 U.S. CUSTOMS AND BORDER PROTECTION 42,524,355.96 42.52 million 8
5700 DEPT OF THE AIR FORCE 41,172,604.76 41.17 million 118
7013 TRANSPORTATION SECURITY ADMINISTRATION 38,823,386.72 38.82 million 7
7529 NATIONAL INSTITUTES OF HEALTH 37,778,699.86 37.78 million 18
2100 DEPT OF THE ARMY 36,964,746.64 36.96 million 215

Insight

Over the last full year, DELL FEDERAL SYSTEMS L.P. obligated $1.30 billion across 1,091 awards, with spending concentrated at the Department of Veterans Affairs, which accounted for $573.57 million across 18 awards, or roughly 44% of total obligations. The next largest agencies were DISA ($62.41 million, 95 awards), CDC ($54.76 million, 2 awards), and the Office of the Secretary ($45.79 million, 106 awards), indicating a mix of a few high-value awards and more frequent lower-value buys. Other significant obligations were distributed across DHS components, the Air Force, NIH, and the Army, suggesting a broad but uneven agency footprint.

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 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
511210 SOFTWARE PUBLISHERS 1,019,929,609.85 1.02 billion 398
513210 SOFTWARE PUBLISHERS 119,266,727.78 119.27 million 156
334111 ELECTRONIC COMPUTER MANUFACTURING 78,876,777.67 78.88 million 315
541519 OTHER COMPUTER RELATED SERVICES 72,321,710.30 72.32 million 159
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 4,644,783.01 4.64 million 5
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 2,860,238.42 2.86 million 31
334112 COMPUTER STORAGE DEVICE MANUFACTURING 2,125,011.77 2.13 million 6
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 828,382.23 828.38 thousand 3
541330 ENGINEERING SERVICES 40,056.00 40.06 thousand 3
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 38,206.54 38.21 thousand 7

Insight

DELL FEDERAL SYSTEMS L.P. is highly concentrated in NAICS 511210, which accounts for about $1.02 billion of the $1.30 billion obligated in the last full year, or roughly 78% of total obligations, across 398 awards. The next largest NAICS categories—513210, 334111, and 541519—collectively add about $270.5 million, indicating that most spending is still centered in software and related computer technology activities rather than broadly distributed across many lines of business. Award volume is more dispersed than dollars, with 1,091 awards overall and several smaller NAICS codes contributing relatively few obligations, suggesting a mix of large-value software actions and a broader tail of lower-dollar transactions.

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

Insight

During the last full year, DELL FEDERAL SYSTEMS L.P. (CAGE 3XAU1) recorded $1.30 billion in total obligated value across 1,091 awards. The average award value was approximately $1.19 million, indicating a relatively broad distribution of obligation across a high number of actions rather than reliance on a small set of very large awards. With only one annual data point in the 1-year window, this section supports a level-of-activity assessment but does not indicate a year-over-year trend.

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