PSC Code

PSC 4220 Federal Contract Obligations (Last 10 Years)

PSC 4220 covers marine lifesaving and diving equipment, with $42.27 billion obligated across 137,271 actions in the last 10 years.

This PSC page summarizes federal procurement for marine lifesaving and diving equipment over the last 10 years. Defense Logistics Agency accounts for nearly all obligations, while Atlantic Diving Supply, Inc. is the largest vendor by obligated value and award count.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual totals peak in 2025 at $7.49 billion, following $7.04 billion in 2024 and $5.96 billion in 2023.

PSC Code
4220
PSC Description
MARINE LIFESAVING AND DIVING EQUIPMENT
Total Obligated
42.27 billion
42,274,343,831.41
Award Actions
137,271
Average Action Value
307,962.67

About PSC 4220 federal contract activity

PSC 4220, Marine Lifesaving and Diving Equipment, accounts for 42.27 billion in obligated spending across 137,271 awards over the last 10 years, with an average award value of 307,962.67. The volume of awards and the scale of obligations indicate a high-activity procurement category with recurring replenishment and equipment support needs across multiple federal customers.

Agency demand and leading federal buyers

The Defense Logistics Agency dominates activity in this PSC, with 42.01 billion obligated across 133,147 awards, representing the overwhelming share of both dollars and transaction volume. The Department of the Navy, USSOCOM, the Department of the Army, and the U.S. Coast Guard follow at much smaller levels, indicating that operational maritime and diving requirements are present across defense and maritime agencies but are concentrated primarily in DLA-managed procurement.

Vendor concentration and leading contractors

ATLANTIC DIVING SUPPLY, INC. is the clear lead vendor in this category, with 27.75 billion obligated across 75,042 awards, far exceeding all other vendors listed. W. S. DARLEY & CO., NOBLE SALES CO., INC., and SUPPLYCORE INC. also show substantial recurring business, while the appearance of both W. S. DARLEY & CO. and W S DARLEY & CO. suggests a vendor-name normalization issue that may split otherwise related obligations across duplicate records.

Annual contract trend over the analysis window

Annual obligations remain elevated in the most recent years shown, rising from 3.29 billion in 2021 to 7.49 billion in 2025, with a high point in 2025 among the provided data. Award counts also remain consistently high, ranging from 12,748 in 2021 to 16,978 in 2024, which suggests sustained procurement demand rather than isolated spikes.

How to interpret this page

This summary uses FPDS Query obligations tied to PSC 4220 over the last 10 years and reflects the provided aggregate metrics, top agency totals, top vendor totals, and annual trend data. Vendor and agency names are reported as supplied in the source data, and no attempt was made to infer missing records, reclassify duplicates, or estimate values beyond the provided figures.

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__productOrServiceCode = '4220'
        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 42,014,545,603.22 42.01 billion 133,147
1700 DEPT OF THE NAVY 194,070,640.66 194.07 million 2,069
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 20,197,865.93 20.20 million 305
2100 DEPT OF THE ARMY 15,658,464.99 15.66 million 136
7008 U.S. COAST GUARD 13,887,113.57 13.89 million 930
1900 STATE, DEPARTMENT OF 7,022,610.43 7.02 million 39
5700 DEPT OF THE AIR FORCE 4,131,301.38 4.13 million 107
7014 U.S. CUSTOMS AND BORDER PROTECTION 1,165,458.40 1.17 million 82
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 1,056,936.50 1.06 million 73
1549 FEDERAL BUREAU OF INVESTIGATION 899,926.23 899.93 thousand 31

Insight

PSC 4220 obligations over the last 10 years are highly concentrated in the Defense Logistics Agency, which accounts for $42.01 billion of the $42.27 billion total and 133,147 of 137,271 awards. The Department of the Navy is a distant second at $194.07 million, while the remaining agencies each obligate less than $21 million. This distribution indicates the category is overwhelmingly driven by DLA procurement activity, with only limited participation from other agencies.

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,
        ifNull(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__productOrServiceCode = '4220'
        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,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
ATLANTIC DIVING SUPPLY, INC. 1CAY9 27,753,450,349.46 27.75 billion 75,042
W. S. DARLEY & CO. 15852 4,145,642,426.35 4.15 billion 9,144
NOBLE SALES CO., INC. 1HEN9 1,604,902,753.10 1.60 billion 7,351
SUPPLYCORE INC. 4V314 1,549,603,255.04 1.55 billion 5,192
W S DARLEY & CO 15852 1,520,521,392.64 1.52 billion 5,011
NOBLE SUPPLY & LOGISTICS, LLC 1HEN9 1,215,993,349.18 1.22 billion 4,975
FEDERAL RESOURCES SUPPLY COMPANY 1Q3Z9 1,149,148,251.34 1.15 billion 3,394
ATLANTIC DIVING SUPPLY, INC. 1,025,758,954.44 1.03 billion 6,647
H SQUARED, INC. 3E4Q7 667,363,056.45 667.36 million 1,959
QUANTICO TACTICAL INCORPORATED 80MP4 578,001,341.80 578.00 million 2,242

Insight

PSC 4220 obligations over the last 10 years are highly concentrated among a small set of vendors, with ATLANTIC DIVING SUPPLY, INC. alone accounting for 27.75 billion of 42.27 billion total obligated. A second tier follows at much lower levels, led by W. S. DARLEY & CO. at 4.15 billion, while the remaining listed vendors each hold roughly 1.60 billion or less, indicating a steep drop-off after the top supplier. Duplicate vendor entries under different name formats, including W. S. DARLEY & CO. / W. S. DARLEY & CO and ATLANTIC DIVING SUPPLY, INC. with and without a CAGE code, suggest vendor normalization may affect concentration analysis.

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__productOrServiceCode = '4220'
        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 7,491,838,885.26 7.49 billion 15,721
2024 7,037,715,326.52 7.04 billion 16,978
2023 5,955,798,255.33 5.96 billion 16,390
2022 4,396,917,602.43 4.40 billion 15,435
2021 3,291,793,413.45 3.29 billion 12,748
2020 3,960,207,120.45 3.96 billion 14,152
2019 3,381,837,627.62 3.38 billion 12,371
2018 3,247,156,255.45 3.25 billion 11,491
2017 2,222,218,068.82 2.22 billion 10,483
2016 1,288,861,276.08 1.29 billion 11,502

Insight

PSC 4220 (Marine Lifesaving and Diving Equipment) shows a clear upward obligation trend over the last 10 years, rising from $1.29 billion in 2016 to $7.49 billion in 2025, with total obligations of $42.27 billion across 137,271 awards. Annual obligations accelerated notably after 2021, increasing from $3.29 billion to above $7.0 billion in 2024 and 2025, indicating recent concentration of spend in the most current years. Award volume generally tracks the obligation trend, with annual counts ranging from 10,483 to 16,978, suggesting broad but increasingly high-value activity in this PSC.

Use FPDS Query for deeper PSC analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper PSC 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.