NAICS Industry

NAICS 493190 Federal Contract Obligations (Last 10 Years)

Federal procurement awards under NAICS 493190, Other Warehousing and Storage, total $5.83 billion across 513,120 actions over the last 10 years.

This FPDS NAICS page summarizes federal obligations for NAICS 493190, Other Warehousing and Storage, during the last 10 years. Defense Logistics Agency accounts for most obligations at $4.63 billion, while the Federal Acquisition Service records the highest action volume among civilian agencies at 281,326 actions.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the provided 10-year analysis window and include the listed agency, vendor, and annual trend data only.

NAICS Code
493190
Industry
OTHER WAREHOUSING AND STORAGE
Total Obligated
5.83 billion
5,832,540,747.35
Award Actions
513,120
Average Action Value
11,366.81

About NAICS 493190 federal contract activity

NAICS 493190, Other Warehousing and Storage, accounts for 5.83 billion in obligated spending across 513,120 awards over the last 10 years, with an average award value of 11,366.81. The volume profile suggests a highly fragmented market dominated by a very large number of relatively small obligations, alongside a smaller set of high-dollar logistics and storage awards.

Agency demand and leading federal buyers

The Defense Logistics Agency is the clear primary buyer in this NAICS, with 4.63 billion obligated across 227,780 awards, or the vast majority of total spending. The Federal Acquisition Service stands out for scale of activity rather than dollars, with 281,326 awards but only 221.87 million obligated, while the Department of the Navy, Department of Energy, and U.S. Marshals Service each represent smaller but meaningful demand centers.

Vendor concentration and leading contractors

Science Applications International Corporation leads vendor obligations at 696.37 million across 140,011 awards, followed by ASRC Federal Facilities Logistics, LLC at 497.36 million across 84,104 awards. Several vendors show a notable mismatch between dollars and award count, including DGCI Corporation with 397.72 million across just 2 awards, indicating that some obligations are concentrated in a small number of high-value actions.

Annual contract trend over the analysis window

Annual obligations remained elevated across the recent period, ranging from 542.26 million in 2021 to a peak of 1.03 billion in 2022, before settling at 717.96 million in 2023 and 731.74 million in 2024. Activity rose again in 2025 to 798.18 million, while award counts also stayed high, indicating sustained procurement throughput in warehousing and storage services.

How to interpret this page

This summary uses FPDS obligations reported under NAICS 493190 for the last 10 years, with agency, vendor, and annual aggregates drawn from the same analysis window. Totals reflect obligated dollars and award counts as reported in the underlying dataset; averages are calculated from total obligated divided by award count.

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 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
97AS DEFENSE LOGISTICS AGENCY 4,630,606,664.26 4.63 billion 227,780
1700 DEPT OF THE NAVY 255,486,075.39 255.49 million 344
4732 FEDERAL ACQUISITION SERVICE 221,872,815.18 221.87 million 281,326
8900 ENERGY, DEPARTMENT OF 166,771,207.91 166.77 million 110
1544 U.S. MARSHALS SERVICE 139,439,175.10 139.44 million 1,262
2100 DEPT OF THE ARMY 98,037,521.23 98.04 million 262
1900 STATE, DEPARTMENT OF 90,718,966.59 90.72 million 484
5700 DEPT OF THE AIR FORCE 62,389,037.41 62.39 million 189
7529 NATIONAL INSTITUTES OF HEALTH 56,649,406.32 56.65 million 129
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 55,163,184.80 55.16 million 40

Insight

Over the last 10 years, NAICS 493190 shows high concentration at the top: the Defense Logistics Agency accounts for $4.63 billion of $5.83 billion total obligated, or roughly 79% of all obligations in this code. Federal Acquisition Service is the only other agency with a substantial award volume, recording 281,326 awards but only $221.87 million obligated, indicating a much smaller average award size than DLA. The remaining top agencies each obligated under $256 million, reflecting a long tail of lower-dollar activity across multiple federal buyers.

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 10 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
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 79343 696,366,538.68 696.37 million 140,011
ASRC FEDERAL FACILITIES LOGISTICS, LLC 79343 497,364,370.70 497.36 million 84,104
DGCI CORPORATION 5T0G3 397,716,480.00 397.72 million 2
SHORE TERMINALS LLC 1V3V3 240,790,099.21 240.79 million 49
IES DOWNSTREAM, LLC 7QL68 172,206,114.24 172.21 million 12
AGILITY D G S LOGISTICS SERVICES COMPANY KSC SCD94 170,090,577.88 170.09 million 33
MAYTAG AIRCRAFT CORPORATION 6B700 148,957,956.93 148.96 million 269
CHEVRON AL KHALIJ SJ372 143,954,249.54 143.95 million 74
L B & B ASSOCIATES INC. 0V349 138,259,471.61 138.26 million 140
BUCKEYE TERMINALS, LLC 1XM87 125,003,378.02 125.00 million 52

Insight

Over the last 10 years, NAICS 493190 has obligations of $5.83 billion across 513,120 awards, with a low average award value of $11,366.81, indicating a high-volume, generally small-dollar procurement profile. Top vendor obligations are concentrated at the upper end: SCIENCE APPLICATIONS INTERNATIONAL CORPORATION leads at $696.37 million, followed by ASRC FEDERAL FACILITIES LOGISTICS, LLC at $497.36 million; together they account for about 20.5% of total obligated dollars. The remaining top vendors are materially lower and more dispersed, with several high-dollar vendors supported by relatively few awards, including DGCI CORPORATION at $397.72 million across 2 awards.

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 10 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
2024 731,735,526.10 731.74 million 119,953
2023 717,960,905.91 717.96 million 85,793
2022 1,032,801,484.25 1.03 billion 74,075
2021 542,262,855.91 542.26 million 70,759
2020 500,082,760.53 500.08 million 33,179
2019 564,453,008.62 564.45 million 27,428
2018 405,842,303.80 405.84 million 863
2017 264,263,536.47 264.26 million 990
2016 274,961,658.45 274.96 million 854

Insight

NAICS 493190 recorded $5.83 billion in obligated value across 513,120 awards over the last 10 years, with a low average award value of $11,366.81, indicating a highly fragmented obligation profile. Annual obligations were generally strongest in the most recent years, peaking at $1.03 billion in 2022 and remaining elevated in 2023 through 2025, while earlier years from 2016 to 2019 were materially lower at roughly $264.26 million to $564.45 million. Award counts also increased sharply after 2018, with a notable concentration in 2024 and 2025, suggesting both higher volume and higher annual spend in the recent period.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.