Federal Contractor

OLIN WINCHESTER, LLC Federal Contract Obligations (Last 10 Years)

Federal procurement summary for OLIN WINCHESTER, LLC (CAGE 8EUA5, UEI HCFGYBJNH9S5) covering obligated awards in the last 10 years.

OLIN WINCHESTER, LLC recorded 299 award actions totaling $3,439,593,018.91 over the last 10 years, with an average action value of $11,503,655.58. Nearly all obligated dollars came from the Department of the Army, and all recorded spending in this period falls under NAICS 332992, Small Arms Ammunition Manufacturing.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals, counts, and year-by-year values reflect the provided analysis window and may not include unclassified or non-readable records.

CAGE Code
8EUA5
UEI
HCFGYBJNH9S5
Total Obligated
3.44 billion
3,439,593,018.91
Award Actions
299
Average Action Value
11,503,655.58

About OLIN WINCHESTER, LLC federal contract activity

OLIN WINCHESTER, LLC (CAGE 8EUA5, UEI HCFGYBJNH9S5) recorded $3.44 billion in obligated federal awards across 299 awards over the last 10 years, for an average award value of $11.50 million. The profile is highly concentrated, with virtually all obligations tied to a single product and customer base.

Agency mix and customer concentration

The DEPT OF THE ARMY accounts for nearly all activity, with $3.44 billion in obligations across 296 awards. The only other recorded customer is the U.S. MARSHALS SERVICE, which represents $9.79 thousand across 3 awards, indicating a near-exclusive Army relationship in the analyzed period.

Industry profile based on NAICS activity

All recorded obligations fall under NAICS 332992, Small Arms Ammunition Manufacturing. This indicates a fully concentrated industrial profile with no diversification across other NAICS categories in the available data.

Annual contract trend over the analysis window

Annual obligations were elevated throughout the most recent five years shown, peaking in 2024 at $1.05 billion after $911.16 million in 2025. Earlier years remained substantial but lower, ranging from $329.08 million in 2021 to $506.18 million in 2023, with award counts generally between 47 and 63 per year.

How to interpret this page

This summary is based on FPDS award data for the last 10 years and reflects obligated amounts, award counts, agency attribution, and NAICS classification associated with the vendor identifiers provided. Amounts are reported as obligated dollars and rounded to readable values where noted; no additional assumptions or external sources 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 = '8EUA5'
        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
2100 DEPT OF THE ARMY 3,439,583,231.41 3.44 billion 296
1544 U.S. MARSHALS SERVICE 9,787.50 9.79 thousand 3

Insight

Over the last 10 years, obligations to OLIN WINCHESTER, LLC are highly concentrated in the DEPT OF THE ARMY, which accounts for $3.4396 billion of the $3.4396 billion total and 296 of 299 awards. The U.S. MARSHALS SERVICE represents a negligible share of activity, with $9.79 thousand across 3 awards. This distribution indicates a near-single-agency dependence in the vendor’s federal award history for this period.

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 = '8EUA5'
        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
332992 SMALL ARMS AMMUNITION MANUFACTURING 3,439,593,018.91 3.44 billion 299

Insight

Over the last 10 years, OLIN WINCHESTER, LLC’s obligations are fully concentrated in NAICS 332992, Small Arms Ammunition Manufacturing, with 3.44 billion obligated across 299 awards. This indicates a highly focused procurement profile with no diversification across additional NAICS codes in the provided period. The average award value of 11.5 million suggests a mix of repeated obligations at meaningful contract sizes within the same industrial classification.

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 = '8EUA5'
        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 911,155,915.39 911.16 million 47
2024 1,052,356,878.46 1.05 billion 55
2023 506,176,502.96 506.18 million 63
2022 397,839,591.09 397.84 million 60
2021 329,082,336.93 329.08 million 48
2020 242,981,794.08 242.98 million 26

Insight

Over the last 10 years, OLIN WINCHESTER, LLC (CAGE 8EUA5) has obligated $3.44 billion across 299 awards, averaging $11.50 million per award. Recent activity is concentrated in 2024 and 2025, which together account for about $1.96 billion, or roughly 57% of the total obligated amount in the period provided. Annual obligations increased from $242.98 million in 2020 to a peak of $1.05 billion in 2024, then remained elevated at $911.16 million in 2025, indicating a pronounced upward shift in award value despite relatively stable annual award counts.

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.