Federal Contractor

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

Federal procurement profile for ALLIANT TECHSYSTEMS OPERATIONS LLC (CAGE 1PYT8, UEI RZUVNJBJ3LC3) covering obligations, agencies, NAICS, and yearly trends over the last 10 years.

ALLIANT TECHSYSTEMS OPERATIONS LLC recorded 1,605 award actions and $2,593,266,673.08 in obligated federal spending across the last 10 years, with an average action value of $1,615,742.47. Most obligations came from the Department of the Army, and the company’s work was concentrated in ammunition and related ordnance manufacturing NAICS codes.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect the selected 10-year analysis window; negative values in some agency rows indicate deobligations or adjustments.

CAGE Code
1PYT8
UEI
RZUVNJBJ3LC3
Total Obligated
2.59 billion
2,593,266,673.08
Award Actions
1,605
Average Action Value
1,615,742.47

About ALLIANT TECHSYSTEMS OPERATIONS LLC federal contract activity

ALLIANT TECHSYSTEMS OPERATIONS LLC (CAGE 1PYT8, UEI RZUVNJBJ3LC3) recorded $2.59 billion in obligated value across 1,605 FPDS awards in the last 10 years, with an average award value of $1.62 million. The profile is heavily concentrated in defense procurement and reflects sustained large-dollar contracting activity rather than broad civilian market participation.

Agency mix and customer concentration

The Department of the Army dominates the vendor’s history, accounting for $2.44 billion and 695 awards, which is the clear center of the company’s federal business. The Department of the Navy and Defense Logistics Agency are secondary customers at $116.44 million and $42.74 million respectively, while the small negative totals shown for the Air Force and DCMA indicate obligations netted downward through modifications or deobligations.

Industry profile based on NAICS activity

The vendor’s obligation mix is concentrated in munitions and ordnance manufacturing. NAICS 332993 alone represents $1.40 billion, followed by 332992 at $933.46 million and 332994 at $173.61 million, with smaller amounts in explosives manufacturing and remediation services; together, these codes indicate a portfolio centered on ammunition, ordnance components, and related support work.

Annual contract trend over the analysis window

Recent annual obligations show a volatile but material funding profile, with the highest visible years in 2021 and 2022 at $326.73 million and $325.72 million. Obligations then fell sharply in 2023 to $25.13 million before rebounding in 2024 and 2025 to $109.42 million and $42.54 million, though each year’s award count remained modest relative to the vendor’s broader 10-year total.

How to interpret this page

This summary is based on FPDS award records associated with CAGE 1PYT8 and UEI RZUVNJBJ3LC3 over the last 10 years. Totals reflect obligated amounts as reported in the dataset, and negative values are presented as recorded, which may reflect deobligations or contract adjustments.

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 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 2,436,582,172.51 2.44 billion 695
1700 DEPT OF THE NAVY 116,435,633.90 116.44 million 54
97AS DEFENSE LOGISTICS AGENCY 42,741,405.70 42.74 million 808
5700 DEPT OF THE AIR FORCE -5,399.10 -5.40 thousand 2
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -2,487,139.93 -2.49 million 46

Insight

Over the last 10 years, ALLIANT TECHSYSTEMS OPERATIONS LLC has received 2.59 billion across 1,605 awards, with obligations heavily concentrated at the Department of the Army, which accounts for 2.44 billion and 695 awards. The Department of the Navy and Defense Logistics Agency are secondary obligators at 116.44 million and 42.74 million, respectively, but together represent a much smaller share of total obligations; DLA’s 808 awards indicate a high volume of lower-value actions. Minor negative obligations are recorded at the Department of the Air Force and DCMA, indicating limited deobligations relative to the overall award base.

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 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
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 1,400,323,858.53 1.40 billion 549
332992 SMALL ARMS AMMUNITION MANUFACTURING 933,458,031.26 933.46 million 53
332994 SMALL ARMS, ORDNANCE, AND ORDNANCE ACCESSORIES MANUFACTURING 173,606,379.80 173.61 million 514
325920 EXPLOSIVES MANUFACTURING 42,092,009.88 42.09 million 31
562910 REMEDIATION SERVICES 9,411,955.43 9.41 million 16
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 8,555,672.92 8.56 million 7
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 5,910,627.22 5.91 million 11
333612 SPEED CHANGER, INDUSTRIAL HIGH-SPEED DRIVE, AND GEAR MANUFACTURING 4,643,465.14 4.64 million 26
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 4,507,485.21 4.51 million 6
336992 MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING 2,660,364.00 2.66 million 3

Insight

Over the last 10 years, ALLIANT TECHSYSTEMS OPERATIONS LLC’s obligations are highly concentrated in munitions-related manufacturing NAICS, led by 332993 Ammunition (Except Small Arms) Manufacturing at $1.40 billion across 549 awards and 332992 Small Arms Ammunition Manufacturing at $933.46 million across 53 awards. Together, these two NAICS account for most of the vendor’s $2.59 billion in obligated value, indicating a strong portfolio skew toward ammunition production rather than a broad mix of activities. The remaining obligations are spread across smaller awards in ordnance accessories, explosives, remediation, R&D, maintenance, and related manufacturing.

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 10 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
2020 381,009,177.19 381.01 million 269
2019 588,377,497.17 588.38 million 379
2018 414,051,977.79 414.05 million 326
2017 380,292,236.98 380.29 million 207

Insight

ALLIANT TECHSYSTEMS OPERATIONS LLC shows a 10-year obligation total of $2.59 billion across 1,605 awards, with an average award value of $1.62 million. Obligations are concentrated in FY2018-FY2022, led by FY2019 at $588.38 million and FY2020 at $381.01 million, with award volume also peaking in FY2019 at 379 awards. Activity declines sharply after FY2022, dropping to $25.13 million in FY2023 and remaining comparatively low in FY2024-FY2025, indicating a materially reduced recent funding profile versus the earlier period.

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.