Federal Contractor

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

ALLIANT TECHSYSTEMS OPERATIONS LLC has received 1,093 federal award actions worth $2.25 billion over the last 10 years, led by work for the Department of the Navy.

This vendor page summarizes federal procurement activity for ALLIANT TECHSYSTEMS OPERATIONS LLC, CAGE 3EFM9, UEI HBCXZGZJ83M4, during the last 10 years. Most obligations are concentrated in Navy awards and in NAICS 336414, guided missile and space vehicle manufacturing, with engineering services also representing a large share of actions.

Generated at 03/21/2026

Analysis period: Last 10 years

Total obligations include negative values in some awards, so agency and yearly totals may not sum evenly to the overall amount.

CAGE Code
3EFM9
UEI
HBCXZGZJ83M4
Total Obligated
2.25 billion
2,249,875,681.55
Award Actions
1,093
Average Action Value
2,058,440.69

About ALLIANT TECHSYSTEMS OPERATIONS LLC federal contract activity

ALLIANT TECHSYSTEMS OPERATIONS LLC recorded $2.25 billion in obligated federal contract value across 1,093 awards over the last 10 years, with an average award value of $2.06 million. The vendor’s profile indicates a large-award, defense-oriented contracting base rather than broad transactional activity.

Agency mix and customer concentration

The DEPT OF THE NAVY overwhelmingly dominates the vendor’s federal portfolio, accounting for $2.19 billion across 970 awards. The DEPT OF THE AIR FORCE is a distant second at $58.73 million, while the DEFENSE LOGISTICS AGENCY contributed a comparatively small $677.90 thousand; DCMA shows a negative obligated total of $2.98 million, indicating net deobligations or adjustments in the record.

Industry profile based on NAICS activity

Contract activity is concentrated in GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING (NAICS 336414), which represents $1.89 billion and the largest share of obligations by far. ENGINEERING SERVICES (541330) is the second-largest category at $259.11 million, followed by smaller but relevant activity in instrument manufacturing, guidance/navigation systems, and wireless communications equipment manufacturing, reinforcing a high-technology defense manufacturing and engineering mix.

Annual contract trend over the analysis window

Recent annual obligations show a peak in 2021 at $413.83 million, followed by lower but still material totals in 2022 and a renewed rise in 2023 to $322.09 million. Obligations then declined to $76.81 million in 2024 and $70.91 million in 2025, suggesting a tapering in annual funding after the 2023 high point.

How to interpret this page

This summary is based on FPDS-observed obligations and award counts for the last 10 years, using the vendor’s CAGE code 3EFM9 and UEI HBCXZGZJ83M4. Agency, NAICS, and annual figures reflect obligated amounts as reported in the provided dataset; negative values are retained as recorded and may indicate 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 = '3EFM9'
        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
1700 DEPT OF THE NAVY 2,193,454,074.96 2.19 billion 970
5700 DEPT OF THE AIR FORCE 58,725,078.00 58.73 million 51
97AS DEFENSE LOGISTICS AGENCY 677,900.57 677.90 thousand 21
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -2,981,371.98 -2.98 million 51

Insight

Over the last 10 years, ALLIANT TECHSYSTEMS OPERATIONS LLC’s obligations are highly concentrated at the Department of the Navy, which accounts for $2.19 billion across 970 awards, or the clear majority of the vendor’s $2.25 billion total. The Department of the Air Force is a distant second at $58.73 million across 51 awards, while the Defense Logistics Agency contributed only $677.90 thousand across 21 awards. DCMA shows negative obligated value of $2.98 million across 51 awards, indicating net deobligations or corrections in that agency line.

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 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
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 1,894,408,033.88 1.89 billion 265
541330 ENGINEERING SERVICES 259,107,886.31 259.11 million 440
334515 INSTRUMENT MANUFACTURING FOR MEASURING AND TESTING ELECTRICITY AND ELECTRICAL SIGNALS 67,621,228.20 67.62 million 59
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 13,382,612.96 13.38 million 57
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 11,358,370.79 11.36 million 210
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 1,687,791.00 1.69 million 3
333999 ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING 1,227,596.08 1.23 million 19
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 348,220.00 348.22 thousand 11
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 316,644.44 316.64 thousand 12
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 261,708.00 261.71 thousand 3

Insight

Over the last 10 years, ALLIANT TECHSYSTEMS OPERATIONS LLC (CAGE 3EFM9) received $2.25 billion across 1,093 awards, with obligations heavily concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing, which accounts for $1.89 billion and 265 awards. The next largest category, NAICS 541330, Engineering Services, is materially smaller at $259.11 million but has the highest award count among the top NAICS at 440, indicating a broader distribution of lower-value awards. Remaining obligations are dispersed across several electronics, instrument, and aerospace-related NAICS, each representing a much smaller share of total obligated dollars.

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 10 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
2020 344,815,227.09 344.82 million 149
2019 321,959,424.83 321.96 million 140
2018 281,418,838.38 281.42 million 127
2017 223,173,293.76 223.17 million 146

Insight

Over the last 10 years, ALLIANT TECHSYSTEMS OPERATIONS LLC (CAGE 3EFM9) received $2.25 billion across 1,093 awards, with an average award value of about $2.06 million. Obligations were concentrated in 2021 and 2023, which together account for the largest annual totals at $413.83 million and $322.09 million, while 2024 and 2025 remained comparatively lower at $76.81 million and $70.91 million. Award counts were highest in 2020–2021 and generally declined in the most recent years, indicating a shift from higher-volume activity to lower annual obligation levels.

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.