Federal Contractor

W.W. GRAINGER, INC. Federal Contract Obligations (Last Year)

W.W. GRAINGER, INC. recorded $341.49 million in federal obligations across 189,586 award actions in the last full year.

W.W. GRAINGER, INC. (CAGE 25795, UEI DBQGN324ULK3) received $341,486,914.29 in federal obligations over the last full year, with an average award action value of $1,801.22. Most activity came through the Federal Acquisition Service, and the dominant NAICS was 444110 Home Centers.

Generated at 03/21/2026

Analysis period: Last full year

Annual totals reflect the last full year and are based on obligated dollars and award action counts reported in the source data.

CAGE Code
25795
UEI
DBQGN324ULK3
Total Obligated
341.49 million
341,486,914.29
Award Actions
189,586
Average Action Value
1,801.22

About W.W. GRAINGER, INC. federal contract activity

W.W. GRAINGER, INC. recorded 341.49 million in obligated federal spending across 189,586 awards in the last full year, with an average award value of 1,801.22. The activity profile is highly fragmented, indicating a very high transaction volume supported by small-dollar purchasing rather than a limited set of large awards.

Agency mix and customer concentration

The Federal Acquisition Service accounted for 339.40 million of the total and 189,336 awards, making it the dominant buying channel by a wide margin. The remaining obligations were distributed across a small set of agencies, led by the Department of State, the Federal Prison System/Bureau of Prisons, Indian Health Service, and the Federal Aviation Administration, each contributing only a small fraction of total spend.

Industry profile based on NAICS activity

NAICS 444110, Home Centers, overwhelmingly drives the vendor’s federal activity, with 340.00 million and 188,595 awards. Smaller amounts appear under hardware manufacturing, electrical equipment and components manufacturing, hardware merchant wholesalers, and HVAC/refrigeration manufacturing, suggesting the data includes both retail supply and adjacent industrial product classifications.

Annual contract trend over the analysis window

The annual trend shows 2025 as the full analysis year, with 341.49 million obligated across 189,586 awards. Because only one annual point is provided, the dataset supports a level assessment rather than a multi-year trend comparison.

How to interpret this page

This summary uses FPDS-obligation data tied to CAGE 25795 and UEI DBQGN324ULK3 for the last full year. Agency and NAICS rollups reflect obligated dollars and award counts within the stated analysis window; totals may vary slightly from component sums due to rounding.

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 = '25795'
        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
4732 FEDERAL ACQUISITION SERVICE 339,395,561.91 339.40 million 189,336
1900 STATE, DEPARTMENT OF 861,932.73 861.93 thousand 65
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 207,914.60 207.91 thousand 10
7527 INDIAN HEALTH SERVICE 194,829.02 194.83 thousand 17
6920 FEDERAL AVIATION ADMINISTRATION 185,966.62 185.97 thousand 9
5700 DEPT OF THE AIR FORCE 129,225.37 129.23 thousand 5
7008 U.S. COAST GUARD 127,659.84 127.66 thousand 11
3600 VETERANS AFFAIRS, DEPARTMENT OF 107,644.72 107.64 thousand 5
1700 DEPT OF THE NAVY 83,620.68 83.62 thousand 52
2100 DEPT OF THE ARMY 52,081.15 52.08 thousand 33

Insight

W.W. GRAINGER, INC. derived 99.4% of its last full year obligations from the Federal Acquisition Service, with $339.40 million across 189,336 awards out of $341.49 million total. The remaining obligations were highly fragmented across a small set of agencies, each contributing less than $1.0 million, led by the Department of State at $861.93 thousand. This pattern indicates a strongly centralized federal buying relationship with limited but broad secondary activity across civilian and defense agencies.

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 = '25795'
        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
444110 HOME CENTERS 339,997,459.98 340.00 million 188,595
332510 HARDWARE MANUFACTURING 389,320.26 389.32 thousand 25
335999 ALL OTHER MISCELLANEOUS ELECTRICAL EQUIPMENT AND COMPONENT MANUFACTURING 201,358.65 201.36 thousand 10
423710 HARDWARE MERCHANT WHOLESALERS 141,716.48 141.72 thousand 146
333415 AIR-CONDITIONING AND WARM AIR HEATING EQUIPMENT AND COMMERCIAL AND INDUSTRIAL REFRIGERATION EQUIPMENT MANUFACTURING 131,828.33 131.83 thousand 7
333991 POWER-DRIVEN HANDTOOL MANUFACTURING 101,337.59 101.34 thousand 3
335312 MOTOR AND GENERATOR MANUFACTURING 93,774.61 93.77 thousand 5
423840 INDUSTRIAL SUPPLIES MERCHANT WHOLESALERS 85,344.35 85.34 thousand 6
332216 SAW BLADE AND HANDTOOL MANUFACTURING 85,070.65 85.07 thousand 2
333310 COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING 63,975.44 63.98 thousand 631

Insight

W.W. GRAINGER, INC. is highly concentrated in NAICS 444110, Home Centers, which accounts for $340.00 million of $341.49 million in total obligations and 188,595 of 189,586 awards in the last full year. The remaining NAICS categories each represent less than $0.40 million and relatively small award counts, indicating limited diversification outside the dominant home-centers buying profile. Secondary activity appears across hardware, electrical equipment, and merchant wholesaler/manufacturing codes, but these obligations are immaterial relative to the primary NAICS.

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 = '25795'
        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 341,486,914.29 341.49 million 189,586

Insight

During the last full year, W.W. GRAINGER, INC. (CAGE 25795) recorded $341.49 million in obligated spending across 189,586 awards, yielding a low average award value of $1,801.22. The activity reflects a highly fragmented obligation profile, with funding distributed across a very large number of small transactions rather than concentrated in a few large awards. With only one annual data point provided for the 1-year window, the section supports a snapshot of current obligation scale 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.