Federal Contractor

FEDERAL RESOURCES SUPPLY COMPANY Federal Contract Obligations (Last 10 Years)

FEDERAL RESOURCES SUPPLY COMPANY (CAGE 1Q3Z9, UEI UR5TFK3LAVL5) shows $3.03 billion in obligated federal awards across 16,860 actions in the last 10 years.

FEDERAL RESOURCES SUPPLY COMPANY has primarily worked with the Defense Logistics Agency, which accounts for $2.52 billion across 14,908 awards. Its activity also appears across the Department of the Army, Federal Acquisition Service, Department of State, and U.S. Customs and Border Protection, with most obligations concentrated in NAICS 423850 and 334516.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect the last 10 years of readable FPDS obligations and may differ slightly from exact totals because of rounding.

CAGE Code
1Q3Z9
UEI
UR5TFK3LAVL5
Total Obligated
3.03 billion
3,034,732,073.08
Award Actions
16,860
Average Action Value
179,995.97

About FEDERAL RESOURCES SUPPLY COMPANY federal contract activity

FEDERAL RESOURCES SUPPLY COMPANY (CAGE 1Q3Z9, UEI UR5TFK3LAVL5) recorded 16,860 FPDS awards totaling $3.03 billion over the last 10 years, with an average award value of $179,995.97. The obligation base is highly concentrated in a relatively small set of agencies and product/service categories, indicating a repeat-vendor profile with sustained federal demand.

Agency mix and customer concentration

The Defense Logistics Agency dominates the vendor’s federal spend, accounting for $2.52 billion across 14,908 awards, or most of the total obligation volume. The next largest customers are the Department of the Army, Federal Acquisition Service, the Department of State, and U.S. Customs and Border Protection, but each is materially smaller than DLA, suggesting the vendor’s core relationship is defense supply-oriented with additional civilian-agency activity.

Industry profile based on NAICS activity

NAICS 423850, Service Establishment Equipment and Supplies Merchant Wholesalers, is the primary category at $2.24 billion and 2,652 awards, indicating the vendor primarily functions as a wholesaler/distributor. Secondary activity appears in analytical laboratory instrument manufacturing (NAICS 334516) and several manufacturing classifications, including miscellaneous, surgical appliance and supplies, and search/detection/navigation instrument manufacturing, showing a mix of distribution and specialized equipment supply.

Annual contract trend over the analysis window

Annual obligations have been lower in the most recent years shown, with $54.71 million in 2025, $70.24 million in 2024, $61.06 million in 2023, and $76.94 million in 2022. The 2021 spike to $402.06 million stands out as an outlier relative to the later years, indicating that the vendor’s annual volume can vary sharply by procurement cycle or large-order timing.

How to interpret this page

This summary is based on FPDS-observed obligations for the last 10 years and uses the provided award counts and total obligated amounts. Agency and NAICS rankings reflect only the supplied top categories, and annual trend commentary is limited to the years listed in the source data.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1Q3Z9'
        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 2,519,070,874.67 2.52 billion 14,908
2100 DEPT OF THE ARMY 169,362,487.12 169.36 million 454
4732 FEDERAL ACQUISITION SERVICE 137,396,800.66 137.40 million 80
1900 STATE, DEPARTMENT OF 77,595,567.75 77.60 million 107
7014 U.S. CUSTOMS AND BORDER PROTECTION 48,374,107.23 48.37 million 59
1549 FEDERAL BUREAU OF INVESTIGATION 12,824,378.45 12.82 million 74
5700 DEPT OF THE AIR FORCE 12,801,187.87 12.80 million 198
1700 DEPT OF THE NAVY 12,752,854.11 12.75 million 237
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 6,741,986.66 6.74 million 62
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 6,711,401.16 6.71 million 55

Insight

Over the last 10 years, FEDERAL RESOURCES SUPPLY COMPANY’s obligations are highly concentrated at the Defense Logistics Agency, which accounts for $2.52 billion of $3.03 billion total obligated and 14,908 of 16,860 awards. The remaining obligations are distributed across a much smaller set of agencies, led by the Department of the Army ($169.36 million) and the Federal Acquisition Service ($137.40 million), with all other listed agencies each below $80 million. This pattern indicates a strong primary-agency dependency with secondary activity spread across multiple civilian and defense customers.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1Q3Z9'
        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
423850 SERVICE ESTABLISHMENT EQUIPMENT AND SUPPLIES MERCHANT WHOLESALERS 2,242,109,303.91 2.24 billion 2,652
334516 ANALYTICAL LABORATORY INSTRUMENT MANUFACTURING 343,402,716.85 343.40 million 2,625
339999 ALL OTHER MISCELLANEOUS MANUFACTURING 85,037,318.96 85.04 million 909
339113 SURGICAL APPLIANCE AND SUPPLIES MANUFACTURING 52,602,727.45 52.60 million 934
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 45,598,427.17 45.60 million 459
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 43,535,539.08 43.54 million 73
332996 FABRICATED PIPE AND PIPE FITTING MANUFACTURING 32,421,321.77 32.42 million 1,053
333316 PHOTOGRAPHIC AND PHOTOCOPYING EQUIPMENT MANUFACTURING 27,325,954.19 27.33 million 2,826
332216 SAW BLADE AND HANDTOOL MANUFACTURING 23,551,646.29 23.55 million 41
333999 ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING 17,812,223.17 17.81 million 369

Insight

Over the last 10 years, FEDERAL RESOURCES SUPPLY COMPANY’s obligations total $3.03 billion across 16,860 awards, with the largest share concentrated in NAICS 423850, which accounts for $2.24 billion, or about 74 percent of total obligated dollars. The next largest NAICS, 334516, adds $343.40 million, but no other code exceeds $100 million, indicating a strong dollar concentration in wholesale supply with a secondary manufacturing component. Award counts are more distributed across several NAICS, including 333316 (2,826 awards), 423850 (2,652), and 334516 (2,625), suggesting high transaction volume alongside a concentrated funding profile.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1Q3Z9'
        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 54,710,034.97 54.71 million 340
2024 70,244,504.79 70.24 million 594
2023 61,056,311.18 61.06 million 879
2022 76,936,443.59 76.94 million 1,526
2021 402,059,695.37 402.06 million 3,716
2020 1,516,921,428.80 1.52 billion 3,132
2019 315,570,727.85 315.57 million 2,298
2018 284,665,671.92 284.67 million 2,461
2017 252,295,516.30 252.30 million 1,894
2016 271,738.31 271.74 thousand 20

Insight

Over the last 10 years, FEDERAL RESOURCES SUPPLY COMPANY (CAGE 1Q3Z9) has received $3.03 billion across 16,860 awards, with an average award value of about $180.0K. Obligations are highly concentrated in 2020 and 2021, which account for $1.92 billion combined, including a peak of $1.52 billion in 2020 and 3,132 awards. Activity declined materially after 2021, with annual obligations ranging from $54.71 million to $76.94 million in 2022–2025, well below the 2017–2021 levels.

Use FPDS Query for deeper contractor analysis

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