Federal Contractor

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

ALLIANT TECHSYSTEMS OPERATIONS LLC has received 531 federal contract actions worth $1.08 billion over the last five years, led by the Department of the Navy.

ALLIANT TECHSYSTEMS OPERATIONS LLC, CAGE 3EFM9 and UEI HBCXZGZJ83M4, recorded $1,078,508,897.49 in obligated federal awards across 531 actions in the last five years. Most of that work came from the Department of the Navy and was concentrated in guided missile and space vehicle manufacturing and engineering services.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals and rankings reflect FPDS obligations for the last five years and may include negative obligation adjustments in some agency lines.

CAGE Code
3EFM9
UEI
HBCXZGZJ83M4
Total Obligated
1.08 billion
1,078,508,897.49
Award Actions
531
Average Action Value
2,031,090.20

About ALLIANT TECHSYSTEMS OPERATIONS LLC federal contract activity

ALLIANT TECHSYSTEMS OPERATIONS LLC recorded 531 awards and $1.08 billion in obligated value over the last 5 years, with an average award value of about $2.03 million. Activity is heavily concentrated in a small set of defense customers, led by the Department of the Navy, which accounts for nearly all reported obligation value. The profile indicates a large, program-centric vendor relationship rather than broad federal distribution.

Agency mix and customer concentration

The Department of the Navy dominates the vendor’s federal footprint with $1.06 billion across 463 awards, representing the core of total obligations. The Department of the Air Force is a distant second at $22.41 million across 34 awards, while the Defense Logistics Agency and DCMA show negative obligated values, indicating deobligations or contract adjustments rather than net new spending. Overall, the agency mix is highly concentrated in naval procurement with limited follow-on activity from other defense organizations.

Industry profile based on NAICS activity

NAICS 336414, Guided Missile and Space Vehicle Manufacturing, is the primary industry classification by obligation at $951.81 million across 171 awards, making it the clear center of spend. Engineering Services (541330) is the second-largest category at $103.43 million but with 224 awards, suggesting a high number of smaller support actions relative to the major production line. Smaller amounts appear in instrument and communications equipment manufacturing, while one NAICS category shows zero obligated value.

Annual contract trend over the analysis window

Annual obligations peaked in 2021 at $413.83 million across 134 awards, then declined in 2022 before rebounding sharply in 2023 to $322.09 million. The last two years show a lower but still material run rate, with $76.81 million in 2024 and $70.91 million in 2025 through the analysis window. Award counts remain relatively steady, implying that year-to-year volatility is driven more by award size than by transaction volume.

How to interpret this page

This summary is based on FPDS-observed obligations for the vendor CAGE 3EFM9 and UEI HBCXZGZJ83M4 over the last 5 years. Totals, counts, and averages are taken directly from the provided dataset, and agency and NAICS references reflect reported obligated amounts, including negative values where recorded. No attempt was made to infer contract scope, vehicle type, or performance details beyond the disclosed FPDS aggregation.

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 = '3EFM9'
        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
1700 DEPT OF THE NAVY 1,058,750,625.71 1.06 billion 463
5700 DEPT OF THE AIR FORCE 22,410,894.00 22.41 million 34
97AS DEFENSE LOGISTICS AGENCY -32,025.00 -32.02 thousand 4
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -2,620,597.22 -2.62 million 30

Insight

Over the last 5 years, ALLIANT TECHSYSTEMS OPERATIONS LLC has received 1.08 billion in obligated awards across 531 actions, with a very high concentration at the Department of the Navy. Navy obligations total 1.06 billion across 463 awards, representing nearly all vendor-obligated funding in this period. The only other material positive funding is from the Department of the Air Force at 22.41 million across 34 awards, while DLA and DCMA show small net negative obligations of 32.02 thousand and 2.62 million, respectively, indicating deobligations rather than new funding.

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 = '3EFM9'
        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
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 951,810,811.83 951.81 million 171
541330 ENGINEERING SERVICES 103,434,623.45 103.43 million 224
334515 INSTRUMENT MANUFACTURING FOR MEASURING AND TESTING ELECTRICITY AND ELECTRICAL SIGNALS 22,410,893.20 22.41 million 33
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 1,014,204.05 1.01 million 66
335313 SWITCHGEAR AND SWITCHBOARD APPARATUS MANUFACTURING 0.00 0.00 2
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 0.00 0.00 2
333999 ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING 0.00 0.00 4
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 0.00 0.00 1
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE -7,762.00 -7.76 thousand 4
336415 GUIDED MISSILE AND SPACE VEHICLE PROPULSION UNIT AND PROPULSION UNIT PARTS MANUFACTURING -32,025.00 -32.02 thousand 1

Insight

Over the last 5 years, ALLIANT TECHSYSTEMS OPERATIONS LLC’s obligations are highly concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing, which accounts for $951.81 million across 171 awards, or roughly 88% of the firm’s $1.08 billion total obligated. The next largest category, NAICS 541330, Engineering Services, represents $103.43 million across 224 awards, indicating a materially higher award count but much lower dollar volume than 336414. Remaining obligated dollars are limited to NAICS 334515 and 334220, while several additional NAICS codes show zero or negative obligations, suggesting a narrow spend profile centered on missile and space vehicle 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 = '3EFM9'
        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 70,908,494.86 70.91 million 79
2024 76,809,954.83 76.81 million 73
2023 322,087,971.91 322.09 million 118
2022 194,870,878.24 194.87 million 127
2021 413,831,597.65 413.83 million 134

Insight

Over the last 5 years, ALLIANT TECHSYSTEMS OPERATIONS LLC received $1.08 billion across 531 awards, averaging about $2.03 million per award. Obligations were heavily concentrated in 2021 ($413.83 million) and 2023 ($322.09 million), which together accounted for most of the period total, while 2024 and 2025 were materially lower at $76.81 million and $70.91 million. Award counts were relatively steady year to year, ranging from 73 to 134, indicating that the volatility in obligated dollars was driven more by award size than by award volume.

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.