Federal Contractor

CDW GOVERNMENT LLC Federal Contract Obligations (Last Year)

CDW GOVERNMENT LLC (CAGE 1KH72, UEI PHZDZ8SJ5CM1) received 280.14 million across 1,023 federal award actions in the last full year.

In the last full year, CDW GOVERNMENT LLC recorded 280,137,345.28 in obligated federal spending across 1,023 award actions, for an average action value of 273,839.04. Federal Aviation Administration obligations accounted for the largest share at 170.49 million, followed by the Department of the Army at 48.57 million.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the analysis window shown and are grouped by agency, NAICS, and annual totals using the provided FPDS inputs.

CAGE Code
1KH72
UEI
PHZDZ8SJ5CM1
Total Obligated
280.14 million
280,137,345.28
Award Actions
1,023
Average Action Value
273,839.04

About CDW GOVERNMENT LLC federal contract activity

CDW GOVERNMENT LLC (CAGE 1KH72, UEI PHZDZ8SJ5CM1) recorded 280.14 million in obligated FPDS awards across 1,023 actions in the last full year, for an average award value of 273,839.04. The profile indicates a high-volume, mid-sized obligation pattern consistent with broad federal procurement activity, with awards concentrated in IT-related product and service categories.

Agency mix and customer concentration

The Federal Aviation Administration was the dominant buying agency, accounting for 170.49 million across 408 awards, or a substantial share of the vendor’s total obligation base. The Department of the Army was the second-largest customer at 48.57 million across 156 awards, while USDA Departmental Administration, USUHS, and USAID contributed smaller but meaningful volumes, indicating a mix of civilian and defense demand.

Industry profile based on NAICS activity

Obligations were concentrated in NAICS 334111, Electronic Computer Manufacturing, at 131.20 million across 393 awards, followed by NAICS 541512, Computer Systems Design Services, at 94.60 million across 289 awards. Additional volume came from NAICS 541519, Other Computer Related Services, with 37.42 million, while Software Publishers and Computer and Software Stores represented smaller portions of the spend mix.

Annual contract trend over the analysis window

The annual trend data provided covers 2025 only, with 280.14 million obligated across 1,023 awards. With only one year in scope, the dataset supports a point-in-time assessment rather than a multi-year growth or decline analysis.

How to interpret this page

This summary is based solely on the supplied FPDS Query aggregates for the last full year, using obligated dollars, award counts, agency rollups, NAICS rollups, and annual totals. No contract-level review, pricing validation, or duplicate-award adjustment was performed, and no information beyond the provided dataset was inferred.

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 = '1KH72'
        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
6920 FEDERAL AVIATION ADMINISTRATION 170,491,765.19 170.49 million 408
2100 DEPT OF THE ARMY 48,566,462.94 48.57 million 156
1205 USDA, DEPARTMENTAL ADMINISTRATION 18,374,851.26 18.37 million 11
97HW UNIFORMED SERVICES UNIVERSITY OF THE HEALTH SCIENCES (USUHS) 7,776,555.48 7.78 million 13
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 5,639,194.71 5.64 million 12
5700 DEPT OF THE AIR FORCE 3,944,456.29 3.94 million 14
6925 FEDERAL HIGHWAY ADMINISTRATION 3,155,083.89 3.16 million 5
7529 NATIONAL INSTITUTES OF HEALTH 3,143,799.87 3.14 million 45
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 2,801,008.84 2.80 million 4
6940 NATIONAL HIGHWAY TRAFFIC SAFETY ADMINISTRATION 2,193,306.31 2.19 million 8

Insight

CDW GOVERNMENT LLC’s last full year obligations were concentrated heavily in the Federal Aviation Administration, which accounted for $170.49 million across 408 awards, or roughly 61% of total obligated dollars. The Department of the Army was the second-largest customer at $48.57 million across 156 awards, while all other agencies were each below $20 million, indicating a steep drop-off after the top two buyers. Award volume was broader than dollar concentration suggests, with 1,023 awards overall and several smaller agencies accounting for comparatively modest obligated amounts.

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 = '1KH72'
        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
334111 ELECTRONIC COMPUTER MANUFACTURING 131,203,029.13 131.20 million 393
541512 COMPUTER SYSTEMS DESIGN SERVICES 94,602,387.60 94.60 million 289
541519 OTHER COMPUTER RELATED SERVICES 37,424,045.90 37.42 million 190
511210 SOFTWARE PUBLISHERS 8,689,855.06 8.69 million 35
443120 COMPUTER AND SOFTWARE STORES 3,315,650.90 3.32 million 7
513210 SOFTWARE PUBLISHERS 1,930,898.63 1.93 million 16
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 1,817,171.67 1.82 million 34
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 457,947.12 457.95 thousand 12
334310 AUDIO AND VIDEO EQUIPMENT MANUFACTURING 192,750.00 192.75 thousand 1
423710 HARDWARE MERCHANT WHOLESALERS 139,616.63 139.62 thousand 2

Insight

CDW GOVERNMENT LLC’s obligations over the last full year were highly concentrated in IT-related NAICS codes, led by 334111, Electronic Computer Manufacturing, at $131.20 million across 393 awards and 541512, Computer Systems Design Services, at $94.60 million across 289 awards. These two codes account for the majority of the vendor’s $280.14 million obligated and 1,023 awards, indicating a procurement profile centered on hardware and systems integration. Secondary obligations were spread across 541519 and smaller software and distribution-related NAICS codes, with a steep drop-off after the top three categories.

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 = '1KH72'
        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 280,137,345.28 280.14 million 1,023

Insight

During the last full year, CDW GOVERNMENT LLC (CAGE 1KH72) obligated $280.14 million across 1,023 awards, for an average award value of about $273.8K. The activity in the 1-year window is concentrated in a single reporting year (2025), so this view reflects annual volume rather than a multi-year trend. The award count suggests a relatively broad distribution of obligations across many transactions rather than reliance on a small number of large awards.

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.