Federal Agency

DEFENSE LOGISTICS AGENCY Federal Contract Obligations (Last 10 Years)

Defense Logistics Agency procurement over the last 10 years totals $448.04 billion across 35,803,602 award actions.

The Defense Logistics Agency (97AS) shows sustained procurement volume across the last 10 years, with $448.04 billion obligated and an average action value of $12,513.91. Annual obligations remain above $40 billion in each listed year, led by $55.06 billion in 2025 and $53.19 billion in 2024.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect FPDS award actions in the selected 10-year analysis window and may include separate records for related vendor name variants.

Agency ID
97AS
Total Obligated
448.04 billion
448,043,281,494.38
Award Actions
35,803,602
Average Action Value
12,513.91

About DEFENSE LOGISTICS AGENCY federal contract activity

Over the last 10 years, the Defense Logistics Agency (97AS) obligated 448.04 billion across 35,803,602 awards, with an average award value of 12,513.91. The volume indicates a high-transaction procurement profile with obligations spread across a very large number of actions rather than concentrated in a small set of awards.

Vendor concentration and leading contractors

Vendor obligations are led by Atlantic Diving Supply, Inc. at 31.18 billion, followed by AmerisourceBergen Drug Corporation at 20.55 billion, McKesson Corporation at 19.53 billion, AmerisourceBergen Drug Corp at 13.64 billion, and BP Products North America Inc. at 8.26 billion. The list reflects both high-dollar industrial and pharmaceutical suppliers, and the presence of multiple AmerisourceBergen entries suggests vendor-name normalization should be considered when interpreting concentration.

Industry profile based on NAICS activity

The largest obligations are concentrated in Petroleum Refineries (NAICS 324110) at 87.56 billion, Medicinal and Botanical Manufacturing (325411) at 37.45 billion, and Other Aircraft Parts and Auxiliary Equipment Manufacturing (336413) at 36.91 billion. Additional major spend appears in Service Establishment Equipment and Supplies Merchant Wholesalers (423850) and Drugs and Druggists' Sundries Merchant Wholesalers (424210), indicating a broad logistics footprint spanning fuel, pharmaceuticals, aircraft-related supply chains, and wholesale distribution.

Annual contract trend over the analysis window

Annual obligations in the available recent years remain elevated and relatively stable, ranging from 40.26 billion in 2021 to 55.06 billion in 2025. The data shows a step-up from 2021 into 2022 and sustained activity above 49 billion in 2022 through 2025, with award counts remaining consistently in the 3.7 million to 3.8 million range each year.

How to interpret this page

This page summarizes FPDS-observed obligations for the Defense Logistics Agency (97AS) over the last 10 years using total obligated dollars, award counts, and average award value. Vendor and NAICS rankings are based on total obligated amounts within the analysis window; annual trend figures reflect obligations and award counts by fiscal year as reported in the source data.

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 = '97AS'
        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 Total Obligated Readable Award Actions
ATLANTIC DIVING SUPPLY, INC. 31,179,683,481.12 31.18 billion 465,641
AMERISOURCEBERGEN DRUG CORPORATION 20,551,737,409.07 20.55 billion 3,505,861
MCKESSON CORPORATION 19,534,197,159.95 19.53 billion 309,345
AMERISOURCEBERGEN DRUG CORP 13,641,210,487.94 13.64 billion 522,085
BP PRODUCTS NORTH AMERICA INC. 8,259,666,503.44 8.26 billion 12,618
OKINAWA IDEMITSU K.K. 7,579,631,523.67 7.58 billion 3,860
RAYTHEON COMPANY 6,898,979,783.36 6.90 billion 34,565
BOEING COMPANY, THE 6,774,426,720.33 6.77 billion 62,035
VALERO MARKETING AND SUPPLY COMPANY 6,259,622,651.48 6.26 billion 1,624
GENERAL ELECTRIC COMPANY 5,996,483,897.66 6.00 billion 20,915

Insight

Over the last 10 years, DLA obligated $448.04 billion across 35,803,602 awards, with an average award value of $12,513.91, indicating a high-volume, low-dollar procurement profile. Top vendor obligations are substantial but not fully dominant: the largest listed vendor, ATLANTIC DIVING SUPPLY, INC., accounts for $31.18 billion, while several other vendors each received between $6.00 billion and $20.55 billion, including multiple entries for AMERISOURCEBERGEN and major fuel, defense, and industrial suppliers. Award counts vary widely, with some vendors receiving very large numbers of awards and others relatively few, suggesting a mix of recurring commodity purchases and larger-value transactions.

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 = '97AS'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
324110 PETROLEUM REFINERIES 87,555,558,673.85 87.56 billion 2,405,973
325411 MEDICINAL AND BOTANICAL MANUFACTURING 37,447,673,001.43 37.45 billion 1,846,586
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 36,907,493,724.57 36.91 billion 813,431
423850 SERVICE ESTABLISHMENT EQUIPMENT AND SUPPLIES MERCHANT WHOLESALERS 30,290,794,661.84 30.29 billion 46,471
424210 DRUGS AND DRUGGISTS' SUNDRIES MERCHANT WHOLESALERS 18,554,200,111.83 18.55 billion 2,881,082
423450 MEDICAL, DENTAL, AND HOSPITAL EQUIPMENT AND SUPPLIES MERCHANT WHOLESALERS 16,852,595,039.64 16.85 billion 7,195,274
339999 ALL OTHER MISCELLANEOUS MANUFACTURING 16,578,243,980.00 16.58 billion 754,745
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 11,658,924,300.04 11.66 billion 75,141
311812 COMMERCIAL BAKERIES 11,326,911,892.79 11.33 billion 3,069,845
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 10,824,288,919.41 10.82 billion 67,623

Insight

Over the last 10 years, DEFENSE LOGISTICS AGENCY obligated 448.04 billion across 35.80 million awards, with the top 10 NAICS codes accounting for a substantial share of activity and indicating a highly concentrated procurement mix. Petroleum refineries (NAICS 324110) is the largest category at 87.56 billion, followed by medicinal and botanical manufacturing (325411) at 37.45 billion and other aircraft parts and auxiliary equipment manufacturing (336413) at 36.91 billion, showing major spend in fuel, pharmaceuticals, and aerospace-related supply chains. Several high-obligation categories also carry very high award counts, including medical equipment and supplies wholesalers (423450) and commercial bakeries (311812), while some of the largest dollar categories are supported by relatively fewer awards, such as service establishment equipment wholesalers (423850), suggesting a mix of high-value and high-volume procurement patterns.

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 = '97AS'
        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 55,060,479,788.50 55.06 billion 3,747,618
2024 53,190,837,722.64 53.19 billion 3,772,380
2023 50,833,181,748.49 50.83 billion 3,829,529
2022 49,025,452,038.41 49.03 billion 3,719,418
2021 40,262,563,460.91 40.26 billion 3,723,587
2020 41,530,496,475.55 41.53 billion 3,404,312
2019 43,197,858,357.41 43.20 billion 3,586,950
2018 45,913,755,955.07 45.91 billion 3,839,844
2017 37,454,562,884.94 37.45 billion 3,189,083
2016 31,574,093,062.46 31.57 billion 2,990,881

Insight

Over the last 10 years, DEFENSE LOGISTICS AGENCY (97AS) obligated $448.04 billion across 35,803,602 awards, averaging $12,513.91 per award. Annual obligations generally increased from $31.57 billion in 2016 to a high of $55.06 billion in 2025, with a noticeable step-up beginning in 2021 and sustained levels above $49 billion from 2022 through 2025. Award volume remained broadly concentrated in the 3.0 to 3.8 million range per year, indicating a relatively stable transaction base even as obligated dollars increased.

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