Federal Contractor

NOBLE SALES CO., INC. Federal Contract Obligations (Last Year)

FPDS vendor profile for NOBLE SALES CO., INC. (CAGE 1HEN9, UEI YLE5AAYNVPK6) showing last full year federal obligations and award activity.

In the last full year, NOBLE SALES CO., INC. recorded $835,040,680.03 in obligated federal awards across 163,847 actions, for an average action value of $5,096.46. Most obligations came from the Defense Logistics Agency and the Federal Acquisition Service, with award activity concentrated in manufacturing, wholesale supply, and warehousing-related NAICS codes.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year only and are based on readable FPDS obligation and award-count data provided for this vendor.

CAGE Code
1HEN9
UEI
YLE5AAYNVPK6
Total Obligated
835.04 million
835,040,680.03
Award Actions
163,847
Average Action Value
5,096.46

About NOBLE SALES CO., INC. federal contract activity

NOBLE SALES CO., INC. (CAGE 1HEN9, UEI YLE5AAYNVPK6) recorded $835.04 million in obligated awards across 163,847 actions in the last full year, for an average award value of $5,096.46. The volume profile indicates a high-frequency transaction base rather than reliance on a small number of large awards.

Agency mix and customer concentration

Obligations were heavily concentrated in the Defense Logistics Agency, which accounted for $779.35 million and 97,277 awards. The Federal Acquisition Service was the second-largest buyer at $34.67 million across 66,475 awards, while the remaining agencies contributed materially smaller amounts, including the Department of the Army at $13.42 million and the Department of State at $4.52 million.

Industry profile based on NAICS activity

The vendor’s obligations were led by NAICS 339999, All Other Miscellaneous Manufacturing, at $337.09 million, followed by NAICS 423850, Service Establishment Equipment and Supplies Merchant Wholesalers, at $260.48 million. Additional activity was spread across electrical apparatus wholesaling, bolt/nut/screw/rivet/washer manufacturing, and warehousing/storage, showing a mix of manufacturing, distribution, and logistics-related procurement categories.

Annual contract trend over the analysis window

The annual trend data provided covers 2025 only, with total obligations of $835.04 million across 163,847 awards. With no prior-year comparator in the provided window, the analysis supports a point-in-time view of procurement activity rather than a directional year-over-year assessment.

How to interpret this page

This summary is based solely on the supplied FPDS Query metrics for the last full year, using obligated dollars and award counts as reported. Agency and NAICS shares are interpreted from the listed top categories, and no external sources or inferred data were used.

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 = '1HEN9'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 779,348,232.13 779.35 million 97,277
4732 FEDERAL ACQUISITION SERVICE 34,671,673.81 34.67 million 66,475
2100 DEPT OF THE ARMY 13,417,703.50 13.42 million 7
1900 STATE, DEPARTMENT OF 4,519,336.88 4.52 million 1
5700 DEPT OF THE AIR FORCE 1,020,200.34 1.02 million 10
7505 ADMINISTRATION FOR STRATEGIC PREPAREDNESS AND RESPONSE 705,070.00 705.07 thousand 2
1700 DEPT OF THE NAVY 608,861.95 608.86 thousand 37
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 260,428.25 260.43 thousand 1
6800 ENVIRONMENTAL PROTECTION AGENCY 142,421.26 142.42 thousand 3
1549 FEDERAL BUREAU OF INVESTIGATION 139,961.84 139.96 thousand 3

Insight

NOBLE SALES CO., INC. recorded $835.04 million in obligations across 163,847 awards in the last full year, with spending heavily concentrated at the Defense Logistics Agency, which accounted for $779.35 million and 97,277 awards. The Federal Acquisition Service was the second-largest buyer by value at $34.67 million, but with 66,475 awards, indicating a high-volume, lower-dollar award pattern. All other agencies were materially smaller by obligation, with the Department of the Army ($13.42 million) and Department of State ($4.52 million) representing isolated higher-value awards rather than broad portfolio concentration.

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 = '1HEN9'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
339999 ALL OTHER MISCELLANEOUS MANUFACTURING 337,091,673.79 337.09 million 1,664
423850 SERVICE ESTABLISHMENT EQUIPMENT AND SUPPLIES MERCHANT WHOLESALERS 260,478,042.49 260.48 million 256
423610 ELECTRICAL APPARATUS AND EQUIPMENT, WIRING SUPPLIES, AND RELATED EQUIPMENT MERCHANT WHOLESALERS 89,925,593.07 89.93 million 8,208
332722 BOLT, NUT, SCREW, RIVET, AND WASHER MANUFACTURING 71,946,529.94 71.95 million 78,081
493190 OTHER WAREHOUSING AND STORAGE 17,849,846.45 17.85 million 27,842
339940 OFFICE SUPPLIES (EXCEPT PAPER) MANUFACTURING 15,587,166.44 15.59 million 33,598
333923 OVERHEAD TRAVELING CRANE, HOIST, AND MONORAIL SYSTEM MANUFACTURING 10,469,156.32 10.47 million 3
339113 SURGICAL APPLIANCE AND SUPPLIES MANUFACTURING 6,233,668.15 6.23 million 5
333316 PHOTOGRAPHIC AND PHOTOCOPYING EQUIPMENT MANUFACTURING 5,770,020.67 5.77 million 3,645
315990 APPAREL ACCESSORIES AND OTHER APPAREL MANUFACTURING 4,576,742.18 4.58 million 6

Insight

Over the last full year, NOBLE SALES CO., INC. (CAGE 1HEN9) obligated $835.04 million across 163,847 awards, with activity concentrated in a small number of NAICS codes. The largest shares were in 339999, All Other Miscellaneous Manufacturing ($337.09 million), 423850, Service Establishment Equipment and Supplies Merchant Wholesalers ($260.48 million), and 423610, Electrical Apparatus and Equipment, Wiring Supplies, and Related Equipment Merchant Wholesalers ($89.93 million), which together accounted for most obligated dollars. Award volume was more dispersed, led by 332722, Bolt, Nut, Screw, Rivet, and Washer Manufacturing, with 78,081 awards but only $71.95 million obligated, indicating a high-count, lower-dollar transaction mix in some categories.

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 = '1HEN9'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 835,040,680.03 835.04 million 163,847

Insight

During the last full year, NOBLE SALES CO., INC. (CAGE 1HEN9) obligated $835.04 million across 163,847 awards, for an average award value of $5,096.46. The volume of awards indicates a highly distributed obligation pattern rather than concentration in a small number of transactions. The annual trend data provided contains only one year, so year-over-year change cannot be assessed from this window.

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