Federal Contractor

ALLIANT TECHSYSTEMS OPERATIONS LLC Federal Contract Obligations (Last 5 Years)

ALLIANT TECHSYSTEMS OPERATIONS LLC has received $829.54 million across 424 federal award actions in the last 5 years, led by Department of the Army obligations and ammunition manufacturing work.

ALLIANT TECHSYSTEMS OPERATIONS LLC (CAGE 1PYT8, UEI RZUVNJBJ3LC3) recorded $829,535,783.95 in obligated federal spending across 424 award actions over the last 5 years, for an average action value of $1,956,452.32. Most of the company’s obligations were awarded by the Department of the Army, with smaller volumes from the Department of the Navy, Defense Logistics Agency, and DCMA.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the selected 5-year analysis window and include the provided award and obligation values, including the negative DCMA amount shown in the source data.

CAGE Code
1PYT8
UEI
RZUVNJBJ3LC3
Total Obligated
829.54 million
829,535,783.95
Award Actions
424
Average Action Value
1,956,452.32

About ALLIANT TECHSYSTEMS OPERATIONS LLC federal contract activity

ALLIANT TECHSYSTEMS OPERATIONS LLC recorded $829.54 million in FPDS-observed obligations across 424 awards over the last 5 years, with an average award value of $1.96 million. The profile indicates a defense-oriented vendor with concentrated contracting activity and a relatively small number of high-dollar awards driving most of the obligated value.

Agency mix and customer concentration

The DEPT OF THE ARMY accounts for the clear majority of obligations at $728.16 million across 229 awards, making it the dominant buying agency by both dollars and volume. The DEPT OF THE NAVY is a distant second at $100.97 million across 27 awards, while the DEFENSE LOGISTICS AGENCY shows heavy award count activity but limited obligated value. DCMA is negative over the period, indicating downward adjustments or deobligations in the dataset.

Industry profile based on NAICS activity

The vendor’s obligations are concentrated in ammunition and ordnance-related manufacturing codes. NAICS 332993 and 332992 together account for more than $672 million, while NAICS 332994 adds another $110.16 million, reinforcing a core portfolio centered on ammunition, ordnance, and related accessories. Smaller activity appears in explosives manufacturing and remediation services, but these are materially secondary to the weapons and munitions manufacturing base.

Annual contract trend over the analysis window

Obligations were strongest in 2021 and 2022, totaling $326.73 million and $325.72 million respectively, then declined sharply in 2023 to $25.13 million before rebounding in 2024 to $109.42 million. 2025 is currently at $42.54 million, which suggests a lower-year-to-date pace relative to the peak years. Award counts followed a different pattern, peaking in 2021 and remaining active thereafter, indicating continued contracting activity even as obligated value fluctuated materially.

How to interpret this page

This summary is based on FPDS query results for the last 5 years using the provided vendor identifiers, CAGE 1PYT8 and UEI RZUVNJBJ3LC3. Totals reflect obligated dollars, award counts, agency and NAICS groupings exactly as reported in the dataset; negative obligations are preserved as reported and may reflect deobligations or modifications.

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 = '1PYT8'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 728,157,133.05 728.16 million 229
1700 DEPT OF THE NAVY 100,971,757.77 100.97 million 27
97AS DEFENSE LOGISTICS AGENCY 2,894,033.06 2.89 million 142
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -2,487,139.93 -2.49 million 26

Insight

Over the last 5 years, ALLIANT TECHSYSTEMS OPERATIONS LLC has received $829.54 million across 424 awards, with obligations heavily concentrated in the Department of the Army, which accounts for $728.16 million and 229 awards. The Department of the Navy is the second-largest customer at $100.97 million across 27 awards, indicating a substantial but much smaller share of total obligations. Defense Logistics Agency obligations are limited at $2.89 million despite 142 awards, while DCMA shows a net negative obligation of $2.49 million across 26 awards, suggesting deobligations or downward adjustments in that account.

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 = '1PYT8'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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 356,409,044.87 356.41 million 174
332992 SMALL ARMS AMMUNITION MANUFACTURING 315,991,653.28 315.99 million 9
332994 SMALL ARMS, ORDNANCE, AND ORDNANCE ACCESSORIES MANUFACTURING 110,158,694.30 110.16 million 106
325920 EXPLOSIVES MANUFACTURING 42,089,811.42 42.09 million 27
562910 REMEDIATION SERVICES 6,390,556.43 6.39 million 10
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 409,553.50 409.55 thousand 15
332216 SAW BLADE AND HANDTOOL MANUFACTURING 183,568.47 183.57 thousand 17
332510 HARDWARE MANUFACTURING 77,574.62 77.57 thousand 19
332613 SPRING MANUFACTURING 26,506.00 26.51 thousand 8
336611 SHIP BUILDING AND REPAIRING 20,656.00 20.66 thousand 1

Insight

Over the last 5 years, ALLIANT TECHSYSTEMS OPERATIONS LLC’s obligations are highly concentrated in munitions-related NAICS codes, with 332993 Ammunition (Except Small Arms) Manufacturing leading at $356.41 million across 174 awards and 332992 Small Arms Ammunition Manufacturing at $315.99 million across 9 awards. These two NAICS codes account for most of the vendor’s $829.54 million in total obligations, indicating a narrow procurement profile centered on ammunition production. Secondary activity is materially lower in 332994 Small Arms, Ordnance, and Ordnance Accessories Manufacturing at $110.16 million and 325920 Explosives Manufacturing at $42.09 million, with only limited obligations in other NAICS codes.

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 = '1PYT8'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 42,539,466.14 42.54 million 21
2024 109,418,039.59 109.42 million 23
2023 25,134,224.22 25.13 million 59
2022 325,716,887.16 325.72 million 104
2021 326,727,166.84 326.73 million 217

Insight

ALLIANT TECHSYSTEMS OPERATIONS LLC obligated $829.54 million across 424 awards over the last 5 years, with an average award value of $1.96 million. Obligations were highly concentrated in 2021 and 2022, which together accounted for about $652.43 million, or roughly 79% of total 5-year obligations. Funding then declined sharply in 2023 to $25.13 million, recovered to $109.42 million in 2024, and was $42.54 million in 2025, indicating a materially lower recent obligation profile.

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