Federal Contractor

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

ROLLS-ROYCE CORPORATION (CAGE 63005, UEI KHK8QYLFGLU1) recorded 5.26 billion in obligations across 4,548 award actions over the last 5 years.

Federal procurement activity for ROLLS-ROYCE CORPORATION is concentrated in aircraft engine and engine parts manufacturing, with the Department of the Navy and Department of the Air Force accounting for most obligations. Annual obligations ranged from 816.67 million in 2024 to 1.35 billion in 2025.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the last 5 years of readable FPDS data and may not match exact totals due to rounding.

CAGE Code
63005
UEI
KHK8QYLFGLU1
Total Obligated
5.26 billion
5,260,524,308.72
Award Actions
4,548
Average Action Value
1,156,667.61

About ROLLS-ROYCE CORPORATION federal contract activity

ROLLS-ROYCE CORPORATION (CAGE 63005, UEI KHK8QYLFGLU1) recorded 5.26 billion in obligated FPDS awards across 4,548 actions in the last 5 years, with an average award value of 1.16 million. The profile is heavily defense-oriented and centered on propulsion and aircraft-engine related procurement.

Agency mix and customer concentration

The DEPT OF THE NAVY and DEPT OF THE AIR FORCE account for the dominant share of obligations, at 2.73 billion across 965 awards and 2.25 billion across 673 awards, respectively. The DEFENSE LOGISTICS AGENCY adds a high-volume, lower-dollar layer of activity with 2,629 awards totaling 257.20 million, while the U.S. COAST GUARD contributes a smaller but material 113.24 million across 173 awards. NOAA is present only marginally, indicating limited non-defense exposure in this window.

Industry profile based on NAICS activity

The award base is concentrated in NAICS 336412, Aircraft Engine and Engine Parts Manufacturing, which represents 4.61 billion and 2,957 awards. Secondary activity appears in 336411 Aircraft Manufacturing and 336413 Other Aircraft Parts and Auxiliary Equipment Manufacturing, while 488190 Other Support Activities for Air Transportation and 541330 Engineering Services remain comparatively modest. Overall, the mix is consistent with an engine-centric supplier supporting aircraft platforms and related sustainment.

Annual contract trend over the analysis window

Annual obligations were relatively stable near the 1.0 billion level from 2021 through 2023, then declined to 816.67 million in 2024 before rising sharply to 1.35 billion in 2025. Award counts moved opposite to dollars in 2025 versus 2024, suggesting fewer but larger obligations in the latest year. The pattern indicates sustained demand with a recent shift toward higher-value awards.

How to interpret this page

This summary uses FPDS-observed obligations and award counts attributed to ROLLS-ROYCE CORPORATION over the last 5 years, keyed to CAGE 63005 and UEI KHK8QYLFGLU1. Agency, NAICS, and annual views are based on total obligated dollars and award counts in the provided dataset; figures are rounded for readability and should be interpreted as analytical aggregates rather than contract-level detail.

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 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 2,725,761,599.36 2.73 billion 965
5700 DEPT OF THE AIR FORCE 2,252,271,396.22 2.25 billion 673
97AS DEFENSE LOGISTICS AGENCY 257,200,340.28 257.20 million 2,629
7008 U.S. COAST GUARD 113,240,053.76 113.24 million 173
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 589,701.00 589.70 thousand 5
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION -790.00 -790.00 1
2100 DEPT OF THE ARMY -48,907.83 -48.91 thousand 3
6920 FEDERAL AVIATION ADMINISTRATION -103,853.62 -103.85 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -88,385,230.45 -88.39 million 98

Insight

Over the last 5 years, ROLLS-ROYCE CORPORATION’s obligations are highly concentrated in two defense agencies: the DEPT OF THE NAVY accounts for $2.73 billion across 965 awards and the DEPT OF THE AIR FORCE accounts for $2.25 billion across 673 awards, or roughly 94% of the vendor’s $5.26 billion total. The DEFENSE LOGISTICS AGENCY is the only other material obligating agency, with $257.2 million spread across 2,629 awards, indicating a much smaller but more transaction-heavy relationship. Other agencies each represent comparatively minor shares, and several entries are negative, including DEFENSE CONTRACT MANAGEMENT AGENCY at -$88.39 million, which partially offsets gross obligations.

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 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
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 4,612,756,356.99 4.61 billion 2,957
336411 AIRCRAFT MANUFACTURING 343,627,786.86 343.63 million 73
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 157,348,124.52 157.35 million 1,174
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 102,931,777.44 102.93 million 81
541330 ENGINEERING SERVICES 12,255,985.24 12.26 million 32
332999 ALL OTHER MISCELLANEOUS FABRICATED METAL PRODUCT MANUFACTURING 10,644,464.16 10.64 million 3
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 10,143,184.53 10.14 million 134
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,266,694.00 3.27 million 11
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 1,653,383.52 1.65 million 9

Insight

ROLLS-ROYCE CORPORATION’s obligations over the last 5 years are highly concentrated in NAICS 336412, Aircraft Engine and Engine Parts Manufacturing, which accounts for $4.61 billion of the $5.26 billion total obligated and 2,957 of 4,548 awards. The next largest categories are far smaller: NAICS 336411 at $343.63 million and NAICS 336413 at $157.35 million, indicating a strong focus on aircraft engine and related aerospace manufacturing activities. Smaller obligations are distributed across support, engineering, R&D, repair, and limited turbine manufacturing codes, but none materially alter the overall concentration in aircraft engine 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 = '63005'
        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 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

Insight

ROLLS-ROYCE CORPORATION (CAGE 63005) obligated $5.26 billion across 4,548 awards over the last 5 years, with an average award value of $1.16 million. Annual obligations were fairly stable from 2021 through 2023 at roughly $1.01 to $1.05 billion, dipped to $816.67 million in 2024, then increased to $1.35 billion in 2025. Award counts were highest in 2023 (1,087) and remained elevated in 2024 (912), indicating sustained transaction volume despite year-to-year variation in obligated dollars.

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.