Federal Contractor

AMERICAN ORDNANCE LLC Federal Contract Obligations (Last Year)

AMERICAN ORDNANCE LLC (CAGE 14912, UEI QHL5DNL1NUK3) received 174 federal contract actions totaling $306.09 million in the last full year.

Most of AMERICAN ORDNANCE LLC’s obligations came from the DEPT OF THE ARMY, which accounted for $305.28 million across 171 awards. The vendor’s activity was concentrated in NAICS 332993, Ammunition (Except Small Arms) Manufacturing, with smaller obligations in Facilities Support Services and Explosives Manufacturing.

Generated at 03/21/2026

Analysis period: Last full year

Analysis covers the last full year and reflects FPDS award data with total obligated exact value of $306,088,739.43 across 174 actions.

CAGE Code
14912
UEI
QHL5DNL1NUK3
Total Obligated
306.09 million
306,088,739.43
Award Actions
174
Average Action Value
1,759,130.68

About AMERICAN ORDNANCE LLC federal contract activity

AMERICAN ORDNANCE LLC recorded $306.09 million in FPDS obligations across 174 awards in the last full year, for an average award value of $1.76 million. The profile is highly concentrated in defense procurement, with nearly all obligations tied to the Department of the Army and a smaller share from the Department of the Navy.

Agency mix and customer concentration

The Department of the Army accounted for $305.28 million across 171 awards, representing virtually the entire obligation base. The Department of the Navy contributed a much smaller $811.32 thousand across 3 awards, indicating limited cross-service diversification.

Industry profile based on NAICS activity

The vendor’s award profile is dominated by NAICS 332993, Ammunition (Except Small Arms) Manufacturing, which captured $296.12 million across 62 awards. Facilities Support Services under NAICS 561210 added $9.16 million across 109 awards, while Explosives Manufacturing under NAICS 325920 accounted for $811.32 thousand across 3 awards.

Annual contract trend over the analysis window

The annual trend shows all observed obligations in 2025, totaling $306.09 million across 174 awards. With only one year in the analysis window, the data support a snapshot view rather than a multi-year trajectory or growth assessment.

How to interpret this page

This summary uses FPDS award obligations for the last full year and aggregates by vendor, agency, NAICS code, and calendar year. Dollar values reflect obligated amounts as reported in FPDS and are rounded for readability; award counts indicate the number of recorded awards in each category.

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 = '14912'
        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
2100 DEPT OF THE ARMY 305,277,418.47 305.28 million 171
1700 DEPT OF THE NAVY 811,320.96 811.32 thousand 3

Insight

AMERICAN ORDNANCE LLC’s obligations in the last full year were highly concentrated in the DEPT OF THE ARMY, which accounted for 305.28 million of 306.09 million obligated, or virtually all activity, across 171 of 174 awards. The DEPT OF THE NAVY represented a minimal share at 811.32 thousand across 3 awards. This distribution indicates a strong dependency on Army procurement activity, with limited cross-agency dispersion.

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 = '14912'
        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
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 296,118,327.13 296.12 million 62
561210 FACILITIES SUPPORT SERVICES 9,159,091.34 9.16 million 109
325920 EXPLOSIVES MANUFACTURING 811,320.96 811.32 thousand 3

Insight

AMERICAN ORDNANCE LLC’s obligations in the last full year were highly concentrated in NAICS 332993, Ammunition (Except Small Arms) Manufacturing, which accounted for 296.12 million of 306.09 million total obligated across 62 awards. NAICS 561210, Facilities Support Services, represented a secondary but much smaller share at 9.16 million across 109 awards, indicating a higher volume of lower-dollar actions in support activities. NAICS 325920, Explosives Manufacturing, was limited to 811.32 thousand across 3 awards, showing minimal diversification beyond the firm’s core ammunition manufacturing work.

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 = '14912'
        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 306,088,739.43 306.09 million 174

Insight

Over the last full year, AMERICAN ORDNANCE LLC (CAGE 14912) recorded $306.09 million in total obligations across 174 awards, for an average award value of about $1.76 million. The annual result is concentrated in a single reporting year, so no multi-year trend can be assessed from the provided window. The volume of awards relative to total obligated value indicates a mix of multiple moderate-sized obligations rather than reliance on a small number of very large awards.

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.