Federal Contractor

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

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

DELL FEDERAL SYSTEMS L.P. recorded $11.52 billion in obligated federal spending across 16,769 award actions in the last 10 years, with an average action value of $687,246.74. The largest obligations came from the Department of Veterans Affairs, DISA, and the Department of the Army, while activity was concentrated in computer-related services, software publishing, and computer manufacturing.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals are based on readable FPDS-style obligation data for the last 10 years and reflect the provided agency, NAICS, and annual trend breakdowns.

CAGE Code
3XAU1
UEI
N1C5QLNPJLS4
Total Obligated
11.52 billion
11,524,440,677.57
Award Actions
16,769
Average Action Value
687,246.74

About DELL FEDERAL SYSTEMS L.P. federal contract activity

DELL FEDERAL SYSTEMS L.P. is associated with 16,769 federal awards and $11.52 billion in obligated dollars over the last 10 years. The average award value is $687,246.74, indicating a mix of high-volume transactional activity and larger enterprise procurement actions across federal buyers.

Agency mix and customer concentration

Obligations are concentrated in a small set of large buyers, led by the Department of Veterans Affairs at $3.89 billion across 343 awards. DISA, the Department of the Army, and the Department of the Air Force also account for substantial volume, while the Federal Acquisition Service contributes a smaller but material share, suggesting a strong presence in defense, civilian IT, and government-wide acquisition channels.

Industry profile based on NAICS activity

The vendor’s largest obligations fall under NAICS 541519, Other Computer Related Services, at $6.25 billion, followed by 511210, Software Publishers, at $3.48 billion. Manufacturing classifications also appear in the profile, including 334111 at $1.28 billion and 334112 at $108.90 million, which points to a portfolio spanning services, software, and hardware-related supply categories.

Annual contract trend over the analysis window

Annual obligations in the visible recent years remain consistently above $1.3 billion, with $1.30 billion in 2025, $1.47 billion in 2024, $1.45 billion in 2023, $1.36 billion in 2022, and $1.51 billion in 2021. Award counts in those years range from 1,091 to 2,181, indicating steady activity rather than a single-year spike, though 2021 stands out as the highest obligation year in the period shown.

How to interpret this page

This profile summarizes FPDS-observed obligations tied to CAGE 3XAU1 and UEI N1C5QLNPJLS4 across the last 10 years. Agency, NAICS, and annual views are based on total obligated dollars and award counts reported in the provided dataset; figures are not adjusted for inflation and should be interpreted as procurement-obligation measures, not revenue or contract performance values.

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 10 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 3,888,123,634.52 3.89 billion 343
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 1,158,486,467.64 1.16 billion 962
2100 DEPT OF THE ARMY 1,071,405,519.56 1.07 billion 6,158
5700 DEPT OF THE AIR FORCE 703,640,193.10 703.64 million 2,382
4732 FEDERAL ACQUISITION SERVICE 375,361,093.40 375.36 million 56
2800 SOCIAL SECURITY ADMINISTRATION 367,653,495.84 367.65 million 275
1301 OFFICE OF THE SECRETARY 350,317,637.21 350.32 million 858
7001 OFFICE OF PROCUREMENT OPERATIONS 318,479,063.16 318.48 million 333
6920 FEDERAL AVIATION ADMINISTRATION 255,501,952.51 255.50 million 165
7014 U.S. CUSTOMS AND BORDER PROTECTION 246,302,773.50 246.30 million 96

Insight

Over the last 10 years, DELL FEDERAL SYSTEMS L.P. obligated $11.52 billion across 16,769 awards, with spending concentrated in a few agencies. The Department of Veterans Affairs is the largest buyer at $3.89 billion, followed by DISA at $1.16 billion, the Department of the Army at $1.07 billion, and the Department of the Air Force at $703.64 million; these four agencies account for most of the vendor’s top-agency obligation profile. Award volume is more distributed than dollars, with the Army driving 6,158 awards and the Air Force 2,382 awards, while VA’s obligation total is comparatively concentrated in only 343 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__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 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 6,254,656,794.28 6.25 billion 4,465
511210 SOFTWARE PUBLISHERS 3,482,036,698.29 3.48 billion 2,440
334111 ELECTRONIC COMPUTER MANUFACTURING 1,279,108,852.72 1.28 billion 8,126
513210 SOFTWARE PUBLISHERS 278,294,192.26 278.29 million 309
334112 COMPUTER STORAGE DEVICE MANUFACTURING 108,899,861.28 108.90 million 64
334210 TELEPHONE APPARATUS MANUFACTURING 80,906,135.31 80.91 million 444
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 27,081,297.15 27.08 million 653
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 4,649,583.01 4.65 million 8
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 2,725,313.27 2.73 million 13
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 2,499,880.00 2.50 million 3

Insight

Over the last 10 years, DELL FEDERAL SYSTEMS L.P. has $11.52 billion in obligated awards across 16,769 actions, with spending concentrated in a small set of NAICS codes. NAICS 541519 (Other Computer Related Services) leads with $6.25 billion and 4,465 awards, followed by 511210 (Software Publishers) with $3.48 billion and 2,440 awards; together these two codes account for the majority of obligations. A secondary concentration appears in 334111 (Electronic Computer Manufacturing), which has 8,126 awards but a lower $1.28 billion in obligations, indicating a higher volume of smaller awards in that category. Remaining NAICS codes are comparatively limited and each represents a much smaller share of total obligated value.

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 10 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
2020 1,734,104,175.16 1.73 billion 2,149
2019 1,293,464,228.34 1.29 billion 1,869
2018 724,253,479.79 724.25 million 2,150
2017 566,528,999.95 566.53 million 2,317
2016 107,493,536.20 107.49 million 203

Insight

Over the last 10 years, DELL FEDERAL SYSTEMS L.P. recorded $11.52 billion in obligated value across 16,769 awards, with an average award value of $687,246.74. Annual obligations are concentrated in the most recent six years, all above $1.29 billion, peaking in 2020 at $1.73 billion and remaining elevated through 2025 at $1.30 billion. Earlier years were materially lower, including $566.53 million in 2017 and $107.49 million in 2016, indicating a strong upward shift in contract volume and value over 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.