NAICS Industry

NAICS 493190 Federal Contract Obligations (Last Year)

NAICS 493190 covers other warehousing and storage federal procurement activity, with 99,226 award actions totaling $798.18 million in the last full year.

Federal obligations under NAICS 493190 were concentrated in high-volume storage and warehousing buys, led by the Defense Logistics Agency and the Federal Acquisition Service. The vendor mix was led by DGCI Corporation and ASRC Federal Facilities Logistics, LLC, with spending spread across many small actions and a few large awards.

Generated at 03/21/2026

Analysis period: Last full year

Last full year data show 99,226 award actions averaging $8,044.02 each, with totals rounded to the nearest cent in the underlying records.

NAICS Code
493190
Industry
OTHER WAREHOUSING AND STORAGE
Total Obligated
798.18 million
798,176,707.31
Award Actions
99,226
Average Action Value
8,044.02

About NAICS 493190 federal contract activity

NAICS 493190, Other Warehousing and Storage, recorded 798.18 million in obligated dollars across 99,226 awards during the last full year, for an average award value of 8,044.02. The obligation base is highly concentrated, with a small number of large vendors and a high volume of comparatively small awards driving the overall total.

Agency demand and leading federal buyers

The Defense Logistics Agency dominated activity in this NAICS, accounting for 691.69 million across 29,912 awards, far exceeding every other agency. Federal Acquisition Service ranked second by award volume with 53.27 million across 68,981 awards, while the U.S. Marshals Service, Department of the Navy, and Department of Energy contributed smaller but notable obligation totals.

Vendor concentration and leading contractors

DGCI CORPORATION led vendors by obligated dollars with 397.72 million from just 2 awards, indicating very large individual actions. ASRC Federal Facilities Logistics, LLC posted the highest award count among top vendors at 29,561 awards and 184.30 million in obligations, while Star Energy Resources Ltd, Crowley Alaska, Inc., and Crowley Energy Anchorage, LLC each represented smaller, more episodic activity.

Annual contract trend over the analysis window

The annual trend for 2025 shows 798.18 million in obligations across 99,226 awards, establishing the full-year baseline for this review period. With only one annual observation provided, the data support a point-in-time assessment rather than a multi-year growth or decline analysis.

How to interpret this page

This summary reflects FPDS records filtered to NAICS 493190 over the last full year and uses obligated dollars and award counts as reported. Agency and vendor rankings are based on total obligated value within the analysis window, and the trend section summarizes the annual aggregate for 2025 only.

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__productOrServiceInformation__principalNAICSCode = '493190'
        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
97AS DEFENSE LOGISTICS AGENCY 691,692,817.79 691.69 million 29,912
4732 FEDERAL ACQUISITION SERVICE 53,267,297.17 53.27 million 68,981
1544 U.S. MARSHALS SERVICE 15,758,830.21 15.76 million 87
1700 DEPT OF THE NAVY 8,082,717.18 8.08 million 24
8900 ENERGY, DEPARTMENT OF 6,533,490.82 6.53 million 12
5700 DEPT OF THE AIR FORCE 5,956,530.02 5.96 million 33
7529 NATIONAL INSTITUTES OF HEALTH 5,911,544.27 5.91 million 8
1900 STATE, DEPARTMENT OF 4,193,303.77 4.19 million 22
2100 DEPT OF THE ARMY 3,057,886.77 3.06 million 32
6800 ENVIRONMENTAL PROTECTION AGENCY 950,460.41 950.46 thousand 6

Insight

Obligations for NAICS 493190 totaled $798.18 million across 99,226 awards in the last full year, with a low average award value of $8,044.02, indicating a highly transactional buying pattern. The market is concentrated in the Defense Logistics Agency, which accounted for $691.69 million, or about 86.7% of total obligated dollars, despite 29,912 awards. Federal Acquisition Service ranked second by dollars at $53.27 million but had 68,981 awards, showing a much more dispersed, smaller-dollar procurement profile than DLA. All remaining agencies were well below $16 million each, suggesting limited spending outside the top two obligators.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        anyHeavy(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode) AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__principalNAICSCode = '493190'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
DGCI CORPORATION 5T0G3 397,716,480.00 397.72 million 2
ASRC FEDERAL FACILITIES LOGISTICS, LLC 79343 184,299,468.56 184.30 million 29,561
STAR ENERGY RESOURCES LTD 1SRFW 37,283,993.78 37.28 million 4
CROWLEY ALASKA, INC 08U00 33,482,350.44 33.48 million 5
CROWLEY ENERGY ANCHORAGE, LLC 09R32 22,793,355.00 22.79 million 4
SUPPLYCORE LLC 4V314 20,764,183.99 20.76 million 17,797
NOBLE SUPPLY & LOGISTICS, LLC 1HEN9 17,849,846.45 17.85 million 27,842
TUNISTA OPERATIONS SUPPORT SERVICES LLC 98E78 13,435,373.76 13.44 million 2
MAYTAG AIRCRAFT CORPORATION 6B700 12,494,847.08 12.49 million 35
TK&K SERVICES, L.L.C. 4N9H8 10,717,738.06 10.72 million 40

Insight

For NAICS 493190, obligations totaled $798.18 million across 99,226 awards in the last full year, with a low average award value of $8,044, indicating a highly fragmented award base. Top vendor activity is concentrated in a few suppliers: DGCI Corporation accounts for $397.72 million on just 2 awards, and the top 10 vendors together represent a substantial share of total obligations. The remaining leading vendors show mixed patterns of value concentration and high-award volume, including ASRC Federal Facilities Logistics, LLC with $184.30 million across 29,561 awards, while others such as SupplyCore LLC and Noble Supply & Logistics, LLC combine tens of thousands of awards with relatively modest obligated amounts.

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__productOrServiceInformation__principalNAICSCode = '493190'
        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 798,176,707.31 798.18 million 99,226

Insight

For the last full year, NAICS 493190 recorded $798.18 million in obligated funding across 99,226 awards, indicating a highly distributed award base. The average award value of $8,044.02 suggests obligations were concentrated in relatively small transactions rather than a few large awards. With only one year in the window, this section reflects a single-period snapshot rather than a multi-year trend.

Use FPDS Query for deeper industry analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper industry analysis across agencies, vendors, 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.