Federal Agency

DEFENSE COMMISSARY AGENCY (DECA) Federal Contract Obligations (Last 5 Years)

Defense Commissary Agency (DECA) FPDS data for the last 5 years shows $1.96 billion in obligations across 18,332 award actions, with annual spending led by 2025.

This page summarizes DECA procurement activity, including obligated dollars, award counts, top vendors, and leading NAICS categories over the last five years. The data show a procurement mix concentrated in support services, facilities support, paper products, construction, and equipment maintenance.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect FPDS award actions for agency ID 97AZ during the stated analysis window and may include multiple action types within each award record.

Agency ID
97AZ
Total Obligated
1.96 billion
1,961,087,161.29
Award Actions
18,332
Average Action Value
106,976.17

About DEFENSE COMMISSARY AGENCY (DECA) federal contract activity

Over the last 5 years, the Defense Commissary Agency (DECA, 97AZ) obligated 1.96 billion across 18,332 awards, for an average award value of 106,976.17. The portfolio reflects a high-volume, operationally oriented contracting profile consistent with commissary support, maintenance, and supply needs.

Vendor concentration and leading contractors

Vendor obligations are moderately concentrated, led by NELSON REFRIGERATION INC. at 223.93 million across 285 awards, followed by TRACE, INC. at 150.82 million across 591 awards and JONES LANG LASALLE AMERICAS, INC. at 145.60 million across 206 awards. The next largest vendors, J & J MAINTENANCE, INC. and SOUTHEASTERN PAPER GROUP, LLC, indicate recurring spend on facilities, maintenance, and consumable supply support rather than reliance on a single dominant supplier.

Industry profile based on NAICS activity

Spending is concentrated in service-oriented NAICS codes, especially 561990 All Other Support Services at 941.27 million and 5,472 awards, and 561210 Facilities Support Services at 457.90 million across 633 awards. Product and maintenance categories also appear prominently, including 322220 Paper Bag and Coated and Treated Paper Manufacturing, 236220 Commercial and Institutional Building Construction, and 811310 Equipment Repair and Maintenance, underscoring DECA’s mix of operational support and infrastructure sustainment.

Annual contract trend over the analysis window

Annual obligations increased from 329.18 million in 2021 to a peak of 481.51 million in 2025, despite fluctuations in award volume. Award counts were highest in 2021 at 4,679 and then declined, while obligated dollars generally rose, suggesting larger average awards in later years and a shift toward fewer, higher-value actions.

How to interpret this page

This summary is based on FPDS Query data for agency ID 97AZ over the last 5 years. Metrics reflect obligated dollars, award counts, average award value, top vendors, top NAICS codes, and annual totals as provided in the source dataset, with no additional estimation or external enrichment.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '97AZ'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
NELSON REFRIGERATION INC. 223,925,050.71 223.93 million 285
TRACE, INC. 150,816,084.80 150.82 million 591
JONES LANG LASALLE AMERICAS, INC. 145,602,155.30 145.60 million 206
J & J MAINTENANCE, INC. 113,843,829.79 113.84 million 179
SOUTHEASTERN PAPER GROUP, LLC 84,458,858.12 84.46 million 45
PRIDE INDUSTRIES 66,852,455.19 66.85 million 321
LAMAIN INDUSTRIES, LLC 66,653,927.13 66.65 million 295
CW RESOURCES INC 65,318,543.07 65.32 million 485
COMMUNICATION METHODS, LLC 48,106,184.89 48.11 million 255
JOB OPTIONS, INCORPORATED 48,011,849.84 48.01 million 218

Insight

Over the last 5 years, DECA obligated $1.96 billion across 18,332 awards, with an average award value of $106,976. The top 10 vendors account for roughly $1.05 billion, or just over half of total obligations, indicating moderate concentration among a relatively small supplier set. The largest recipient, NELSON REFRIGERATION INC., received $223.93 million, but the vendor mix is distributed across multiple firms with substantial variation in award counts, from 45 to 591 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__purchaserInformation__contractingOfficeAgencyID = '97AZ'
        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
561990 ALL OTHER SUPPORT SERVICES 941,272,543.75 941.27 million 5,472
561210 FACILITIES SUPPORT SERVICES 457,898,174.77 457.90 million 633
322220 PAPER BAG AND COATED AND TREATED PAPER MANUFACTURING 113,735,599.18 113.74 million 96
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 63,185,238.05 63.19 million 190
811310 COMMERCIAL AND INDUSTRIAL MACHINERY AND EQUIPMENT (EXCEPT AUTOMOTIVE AND ELECTRONIC) REPAIR AND MAINTENANCE 43,079,701.49 43.08 million 1,462
326111 PLASTICS BAG MANUFACTURING 31,323,670.80 31.32 million 69
541310 ARCHITECTURAL SERVICES 27,604,435.42 27.60 million 382
541519 OTHER COMPUTER RELATED SERVICES 21,074,404.61 21.07 million 143
813110 RELIGIOUS ORGANIZATIONS 19,787,053.87 19.79 million 12
561720 JANITORIAL SERVICES 18,283,613.64 18.28 million 301

Insight

Over the last 5 years, DECA obligated $1.96 billion across 18,332 awards, with spending concentrated in a few NAICS codes. NAICS 561990 (All Other Support Services) is the largest category at $941.27 million, or about 48% of total obligations, followed by NAICS 561210 (Facilities Support Services) at $457.90 million, or about 23%, so these two codes account for roughly 71% of obligated dollars. The remaining top NAICS codes are materially smaller, indicating a spend profile centered on support and facility-related services, with additional obligations in packaging/manufacturing, construction, repair, and professional services.

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__purchaserInformation__contractingOfficeAgencyID = '97AZ'
        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 481,509,244.49 481.51 million 2,956
2024 408,321,319.93 408.32 million 3,524
2023 394,634,841.83 394.63 million 3,865
2022 347,443,766.38 347.44 million 3,308
2021 329,177,988.66 329.18 million 4,679

Insight

Over the last 5 years, DECA obligated $1.96 billion across 18,332 awards, with an average award value of about $106.98K. Annual obligations increased from $329.18 million in 2021 to a high of $481.51 million in 2025, indicating an upward funding trend over the period. Award volume was highest in 2021 at 4,679 and generally declined to 2,956 in 2025, suggesting larger obligations were concentrated in fewer awards in the most recent year.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.