Federal Contractor

ROLLS-ROYCE CORPORATION Federal Contract Obligations (Last 10 Years)

ROLLS-ROYCE CORPORATION has received 7,590 federal award actions worth $8.64 billion over the last 10 years, led by the Department of the Navy and Department of the Air Force.

ROLLS-ROYCE CORPORATION (CAGE 63005, UEI KHK8QYLFGLU1) is concentrated in aircraft engine and engine parts manufacturing, with most obligations tied to NAICS 336412. Its largest federal customer is the Department of the Navy at $4.81 billion, followed by the Department of the Air Force at $3.25 billion.

Generated at 03/21/2026

Analysis period: Last 10 years

This summary covers the last 10 years of readable FPDS obligations and award actions, with annual totals showing a peak of $1.35 billion in 2025.

CAGE Code
63005
UEI
KHK8QYLFGLU1
Total Obligated
8.64 billion
8,644,928,068.64
Award Actions
7,590
Average Action Value
1,138,989.20

About ROLLS-ROYCE CORPORATION federal contract activity

ROLLS-ROYCE CORPORATION (CAGE 63005, UEI KHK8QYLFGLU1) recorded $8.64 billion in FPDS obligations across 7,590 awards over the last 10 years, for an average award value of $1.14 million. The award profile is heavily defense-oriented and concentrated in propulsion-related manufacturing and support work.

Agency mix and customer concentration

The Department of the Navy is the primary customer, accounting for $4.81 billion and 1,645 awards, followed by the Department of the Air Force at $3.25 billion and 1,029 awards. The Defense Logistics Agency adds a high-volume layer of smaller awards, with 4,275 awards totaling $552.97 million, while the U.S. Coast Guard contributes a smaller but meaningful $188.08 million; NOAA activity is immaterial by comparison.

Industry profile based on NAICS activity

NAICS 336412, Aircraft Engine and Engine Parts Manufacturing, dominates the portfolio with $7.70 billion across 4,162 awards, indicating a strong concentration in engine systems and related components. Smaller but relevant activity appears in Aircraft Manufacturing, Other Aircraft Parts and Auxiliary Equipment Manufacturing, Other Support Activities for Air Transportation, and Hardware Manufacturing, suggesting a mix of direct production, parts, and sustainment support.

Annual contract trend over the analysis window

Annual obligations remained above $1.0 billion in 2021, 2022, 2023, and 2025, with a dip to $816.67 million in 2024. The 2025 total of $1.35 billion is the highest in the provided window, while award counts have stayed consistently high, ranging from 740 in 2025 to 1,087 in 2023.

How to interpret this page

This profile is based on FPDS-observed obligations associated with CAGE 63005 / UEI KHK8QYLFGLU1 over the last 10 years. Agency, NAICS, and annual summaries reflect obligated dollars and award counts as provided in the analysis window; no inflation adjustment, deobligation normalization, or source-data reconciliation beyond the supplied dataset was applied.

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 = '63005'
        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 4,811,143,112.06 4.81 billion 1,645
5700 DEPT OF THE AIR FORCE 3,247,088,717.89 3.25 billion 1,029
97AS DEFENSE LOGISTICS AGENCY 552,966,972.10 552.97 million 4,275
7008 U.S. COAST GUARD 188,083,267.72 188.08 million 373
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 403,758.00 403.76 thousand 6
2100 DEPT OF THE ARMY 351,976.50 351.98 thousand 41
1544 U.S. MARSHALS SERVICE 130,527.15 130.53 thousand 10
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 28,768.00 28.77 thousand 6
7014 U.S. CUSTOMS AND BORDER PROTECTION -0.28 -0.28 3
6920 FEDERAL AVIATION ADMINISTRATION -174,601.16 -174.60 thousand 3

Insight

Over the last 10 years, ROLLS-ROYCE CORPORATION’s obligations are concentrated in two defense agencies: the Department of the Navy ($4.81 billion across 1,645 awards) and the Department of the Air Force ($3.25 billion across 1,029 awards), together accounting for nearly all reported spend. Defense Logistics Agency is a distant third at $552.97 million but with 4,275 awards, indicating a much higher award count relative to obligated dollars than the Navy or Air Force. Other agencies, including the U.S. Coast Guard, contribute comparatively small amounts, and the remaining agencies are immaterial by obligation value.

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 = '63005'
        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
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 7,702,472,063.75 7.70 billion 4,162
336411 AIRCRAFT MANUFACTURING 389,492,331.86 389.49 million 87
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 234,751,790.86 234.75 million 2,006
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 168,753,790.77 168.75 million 148
332510 HARDWARE MANUFACTURING 97,094,873.87 97.09 million 818
541330 ENGINEERING SERVICES 15,061,252.93 15.06 million 61
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 14,029,008.60 14.03 million 146
332999 ALL OTHER MISCELLANEOUS FABRICATED METAL PRODUCT MANUFACTURING 10,644,464.16 10.64 million 3
811210 ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 4,257,240.00 4.26 million 7
333611 TURBINE AND TURBINE GENERATOR SET UNITS MANUFACTURING 3,275,209.00 3.28 million 12

Insight

Over the last 10 years, Rolls-Royce Corporation’s obligations are highly concentrated in NAICS 336412, Aircraft Engine and Engine Parts Manufacturing, which accounts for $7.70 billion of the $8.64 billion total and 4,162 of 7,590 awards. The next largest NAICS categories are far smaller: 336411 at $389.49 million and 336413 at $234.75 million, indicating a strong focus on aircraft propulsion and related manufacturing work. The remaining obligations are dispersed across support, hardware, engineering, R&D, repair, and other manufacturing activities, each representing a comparatively minor share of total obligated value.

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 = '63005'
        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 1,351,908,340.66 1.35 billion 740
2024 816,668,262.85 816.67 million 912
2023 1,033,158,518.71 1.03 billion 1,087
2022 1,008,484,074.65 1.01 billion 956
2021 1,050,305,111.85 1.05 billion 853
2020 943,641,771.07 943.64 million 648
2019 939,389,266.36 939.39 million 799
2018 920,930,418.78 920.93 million 806
2017 573,633,718.08 573.63 million 773
2016 6,808,585.63 6.81 million 16

Insight

ROLLS-ROYCE CORPORATION (CAGE 63005) obligated $8.64 billion across 7,590 awards over the last 10 years, with an average award value of about $1.14 million. Obligations are concentrated in recent years, led by 2025 at $1.35 billion, followed by a generally stable 2018–2023 range of roughly $920 million to $1.05 billion annually. Activity falls sharply in 2017 and 2016, with 2016 totaling only $6.81 million across 16 awards, indicating a materially lower baseline earlier in the 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.