Federal Contractor

AEROJET ROCKETDYNE OF DE, INC Federal Contract Obligations (Last 10 Years)

Federal procurement profile for AEROJET ROCKETDYNE OF DE, INC (CAGE 02602, UEI JCZYYYQ7JGF5) covering obligations over the last 10 years.

Over the last 10 years, AEROJET ROCKETDYNE OF DE, INC recorded 323 award actions totaling $3.16 billion in obligated funds, with an average action value of $9,787,376.24. NASA accounts for most of the vendor’s activity at $3.15 billion across 262 actions, while most obligations fall under NAICS 541712 for research and development in the physical, engineering, and life sciences (except biotechnology).

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations in the available trend show a high of $463.24 million in 2021 and $444.78 million in 2024, with 2025 at $275.92 million to date.

CAGE Code
02602
UEI
JCZYYYQ7JGF5
Total Obligated
3.16 billion
3,161,322,525.90
Award Actions
323
Average Action Value
9,787,376.24

About AEROJET ROCKETDYNE OF DE, INC federal contract activity

AEROJET ROCKETDYNE OF DE, INC has recorded 323 FPDS-observed awards over the last 10 years with total obligations of $3.16 billion, for an average award value of $9.79 million. The funding profile is highly concentrated, indicating a small number of large obligations rather than broad-based award dispersion. Its CAGE code is 02602 and UEI is JCZYYYQ7JGF5.

Agency mix and customer concentration

NASA is the dominant customer by a wide margin, accounting for $3.15 billion across 262 awards and representing nearly all observed obligations in the period. The remaining activity is much smaller and spread across the Department of the Air Force, Missile Defense Agency, Department of Energy, and a single Navy award, which suggests selective participation beyond the core NASA relationship.

Industry profile based on NAICS activity

The vendor’s obligations are concentrated in research and development NAICS codes, led by 541712 at $3.03 billion across 191 awards. Secondary activity appears in related engineering and R&D categories, including 541710, 541715, 541330, and a smaller manufacturing code, 336419, consistent with a portfolio centered on aerospace and defense R&D support.

Annual contract trend over the analysis window

Annual obligations remain substantial and fluctuate materially year to year, with 2021, 2024, and 2025 standing out as the highest years in the provided window. Award counts do not move in lockstep with dollars, which indicates that contract size varies significantly from year to year. The recent years shown do not indicate a sustained decline, but rather alternating peaks and pullbacks in obligation volume.

How to interpret this page

This summary is based on the provided FPDS Query analysis window of the last 10 years and reflects observed obligations and award counts only. Agency and NAICS groupings are ranked by total obligated dollars, and annual trend figures are limited to the years supplied in the dataset. No values beyond the provided inputs were inferred or added.

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 = '02602'
        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
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 3,145,597,641.40 3.15 billion 262
5700 DEPT OF THE AIR FORCE 7,292,969.13 7.29 million 26
97JC MISSILE DEFENSE AGENCY (MDA) 5,160,214.60 5.16 million 14
8900 ENERGY, DEPARTMENT OF 3,696,711.36 3.70 million 9
1700 DEPT OF THE NAVY 2,500.00 2.50 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 2,332.01 2.33 thousand 2
2100 DEPT OF THE ARMY -429,842.60 -429.84 thousand 9

Insight

Over the last 10 years, AEROJET ROCKETDYNE OF DE, INC has received $3.16 billion across 323 awards, with procurement highly concentrated at NASA: $3.15 billion and 262 awards, or the clear preponderance of total obligations. Other agencies accounted for comparatively small shares, led by the Department of the Air Force ($7.29 million; 26 awards), the Missile Defense Agency ($5.16 million; 14 awards), and the Department of Energy ($3.70 million; 9 awards). Obligations outside NASA are minimal in relation to overall volume, with only isolated awards elsewhere and a small net negative obligation at the Department of the Army (-$429.84 thousand).

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 = '02602'
        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
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 3,027,144,822.59 3.03 billion 191
541710 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES 127,843,006.49 127.84 million 75
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 9,067,704.00 9.07 million 32
336419 OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 4,999,999.23 5.00 million 9
541330 ENGINEERING SERVICES 3,842,117.48 3.84 million 8
336415 GUIDED MISSILE AND SPACE VEHICLE PROPULSION UNIT AND PROPULSION UNIT PARTS MANUFACTURING 348,681.00 348.68 thousand 4
336999 ALL OTHER TRANSPORTATION EQUIPMENT MANUFACTURING 2,500.00 2.50 thousand 1
541380 TESTING LABORATORIES -22,714.82 -22.71 thousand 1
927110 SPACE RESEARCH AND TECHNOLOGY -145,406.12 -145.41 thousand 1
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES -11,758,183.95 -11.76 million 1

Insight

AEROJET ROCKETDYNE OF DE, INC’s obligations over the last 10 years are highly concentrated in NAICS 541712, which accounts for 3.03 billion of 3.16 billion total obligated and 191 of 323 awards, indicating a strong dependence on research and development work in the physical, engineering, and life sciences. The next largest NAICS, 541710, is materially smaller at 127.84 million across 75 awards, with all remaining codes each below 10 million except for 336419 and 541330 at 5.00 million and 3.84 million, respectively. Several minor NAICS categories carry negative obligated amounts, suggesting deobligations or award adjustments within an otherwise highly concentrated portfolio.

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 = '02602'
        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 275,920,964.00 275.92 million 26
2024 444,781,156.92 444.78 million 24
2023 328,015,538.45 328.02 million 19
2022 278,882,956.23 278.88 million 21
2021 463,236,456.73 463.24 million 37
2020 394,479,060.67 394.48 million 35
2019 304,062,414.40 304.06 million 37
2018 268,035,799.35 268.04 million 46
2017 278,952,179.15 278.95 million 60
2016 124,956,000.00 124.96 million 18

Insight

AEROJET ROCKETDYNE OF DE, INC recorded $3.16 billion across 323 awards over the last 10 years, with an average award value of $9.79 million. Obligations were concentrated in the 2020–2025 period, including peaks in 2021 ($463.24 million, 37 awards) and 2024 ($444.78 million, 24 awards), indicating higher-value activity in recent years. Annual obligations were comparatively lower in 2016–2019, with the lowest level in 2016 ($124.96 million, 18 awards), while award counts were highest in 2017 (60) and generally ranged from 19 to 46 thereafter.

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.