NAICS Industry

NAICS 541614 Federal Contract Obligations (Last 10 Years)

Federal procurement data for NAICS 541614, Process, Physical Distribution, and Logistics Consulting Services, covering obligations, awards, agencies, vendors, and annual trends over the last 10 years.

Over the last 10 years, federal awards under NAICS 541614 totaled $17.65 billion across 243,029 award actions, with an average action value of $72,607.3. The largest obligations came from U.S. Customs and Border Protection, the Department of the Army, and the Department of State, while Deployed Resources, LLC led vendors by obligated value.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual figures shown reflect the most recent five years provided, and totals are based on readable and exact FPDS obligation data.

NAICS Code
541614
Industry
PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES
Total Obligated
17.65 billion
17,645,679,532.60
Award Actions
243,029
Average Action Value
72,607.30

About NAICS 541614 federal contract activity

NAICS 541614, Process, Physical Distribution, and Logistics Consulting Services, accounted for $17.65 billion in obligated federal spending across 243,029 awards over the last 10 years, with an average award value of $72,607.3. The volume profile indicates broad use of this category across many actions, but spending is concentrated in a smaller set of larger obligations.

Agency demand and leading federal buyers

U.S. Customs and Border Protection led all agencies with $4.47 billion across 638 awards, followed by the Department of the Army at $3.42 billion across 7,350 awards and the Department of State at $2.37 billion across 3,986 awards. The Department of the Air Force and Department of the Navy also appear among the top buyers, indicating substantial demand across both civilian and defense organizations.

Vendor concentration and leading contractors

Deployed Resources, LLC was the largest vendor by obligated dollars at $4.66 billion across 582 awards, more than doubling the next highest vendor. General Dynamics Information Technology, Inc. followed with $2.03 billion across 701 awards, while Acquisition Logistics LLC, General Atomics Aeronautical Systems, Inc., and Domestic Awardees (Undisclosed) also held sizable positions, suggesting a mix of high-volume and high-value performers.

Annual contract trend over the analysis window

Annual obligations remained above $1.3 billion in each reported year and rose to the $2.3 billion to $2.6 billion range in 2023 through 2025. Award counts were highest in 2022 and 2023, then fell sharply in 2024 and 2025, indicating that a smaller number of actions carried meaningful dollar volume in the most recent years.

How to interpret this page

This summary is based on FPDS obligations associated with NAICS 541614 over the last 10 years. Annual figures reflect the reported year of obligation, and agency and vendor rankings are ordered by total obligated dollars.

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 = '541614'
        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
7014 U.S. CUSTOMS AND BORDER PROTECTION 4,467,489,309.55 4.47 billion 638
2100 DEPT OF THE ARMY 3,422,314,672.54 3.42 billion 7,350
1900 STATE, DEPARTMENT OF 2,371,669,419.32 2.37 billion 3,986
5700 DEPT OF THE AIR FORCE 1,889,321,319.42 1.89 billion 1,374
1700 DEPT OF THE NAVY 1,354,956,127.08 1.35 billion 5,675
97JC MISSILE DEFENSE AGENCY (MDA) 909,270,144.96 909.27 million 756
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 598,929,033.96 598.93 million 10
3600 VETERANS AFFAIRS, DEPARTMENT OF 504,147,799.13 504.15 million 1,846
4732 FEDERAL ACQUISITION SERVICE 497,744,140.84 497.74 million 214,816
97AS DEFENSE LOGISTICS AGENCY 228,798,567.87 228.80 million 347

Insight

Over the last 10 years, obligations under NAICS 541614 total $17.65 billion across 243,029 awards, with spending concentrated among a small set of agencies. U.S. Customs and Border Protection leads by obligated dollars at $4.47 billion, followed by the Department of the Army ($3.42 billion), the Department of State ($2.37 billion), and the Department of the Air Force ($1.89 billion). Award volume is more dispersed: the Federal Acquisition Service accounts for 214,816 awards but only $497.74 million obligated, while several top-dollar agencies have comparatively fewer awards, indicating a mix of high-value and high-volume procurement activity.

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 = '541614'
        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
DEPLOYED RESOURCES, LLC 1TP05 4,656,614,898.32 4.66 billion 582
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 07MU1 2,034,621,282.50 2.03 billion 701
ACQUISITION LOGISTICS LLC 50E79 870,663,144.52 870.66 million 20
GENERAL ATOMICS AERONAUTICAL SYSTEMS, INC. 0YJB5 860,072,301.84 860.07 million 220
DOMESTIC AWARDEES (UNDISCLOSED) 3JEH0 844,716,098.98 844.72 million 63
LOCKHEED MARTIN CORPORATION 64059 808,077,343.61 808.08 million 504
S&K AEROSPACE, LLC 5NV41 385,866,421.00 385.87 million 89
HUMAN TECHNOLOGIES CORPORATION 9N049 296,637,192.13 296.64 million 1,043
R S STAFFING SERVICES INC 074F2 294,280,265.39 294.28 million 550
RAYTHEON TECHNICAL SERVICES COMPANY LLC 2Y992 258,121,475.00 258.12 million 114

Insight

Over the last 10 years, NAICS 541614 obligated $17.65 billion across 243,029 awards, with a low average award value of about $72.6K, indicating a high-volume procurement profile. Vendor obligations are moderately concentrated at the top: Deployed Resources, LLC leads with $4.66 billion, followed by General Dynamics Information Technology, Inc. at $2.03 billion, while the remaining top vendors each hold less than $0.9 billion. Award counts vary materially across leading vendors, ranging from 20 for Acquisition Logistics LLC to 1,043 for Human Technologies Corporation, suggesting a mix of large-dollar and high-transaction vendor activity.

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 = '541614'
        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 2,351,219,085.87 2.35 billion 3,824
2024 2,445,737,620.08 2.45 billion 3,294
2023 2,562,508,839.79 2.56 billion 39,788
2022 1,838,469,058.04 1.84 billion 50,999
2021 1,373,470,127.92 1.37 billion 31,236
2020 1,316,597,932.86 1.32 billion 54,244
2019 1,747,590,022.06 1.75 billion 41,434
2018 1,168,117,066.26 1.17 billion 12,168
2017 1,197,991,064.22 1.20 billion 2,810
2016 1,643,978,715.50 1.64 billion 3,232

Insight

Over the last 10 years, NAICS 541614 obligate 17.65 billion across 243,029 awards, averaging about 72.6K per award, indicating a high-volume, low-dollar contracting profile. Annual obligations were relatively steady between 2016 and 2022 at roughly 1.17 billion to 1.84 billion, then increased to 2.56 billion in 2023 and remained elevated at 2.45 billion in 2024 and 2.35 billion in 2025. Award counts are more uneven than dollars, with notable volume spikes in 2020 through 2023, suggesting that obligation growth was not driven solely by a proportional increase in award count.

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.