Federal Contractor

ROLLS-ROYCE CORPORATION Federal Contract Obligations (Last Year)

ROLLS-ROYCE CORPORATION posted 1.35 billion in obligated federal awards across 740 actions in the last full year, led by the Department of the Navy and the Department of the Air Force.

In the last full year, ROLLS-ROYCE CORPORATION (CAGE 63005, UEI KHK8QYLFGLU1) recorded 1,351,908,340.66 in total obligations across 740 award actions, for an average action value of 1,826,903.16. Most of the funding was tied to aircraft engine and engine parts manufacturing, with the Department of the Navy and the Department of the Air Force accounting for the largest shares.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the provided analysis window and may include negative obligations in agency-level results, such as DCMA.

CAGE Code
63005
UEI
KHK8QYLFGLU1
Total Obligated
1.35 billion
1,351,908,340.66
Award Actions
740
Average Action Value
1,826,903.16

About ROLLS-ROYCE CORPORATION federal contract activity

ROLLS-ROYCE CORPORATION recorded 1.35 billion in obligated FPDS awards across 740 actions in the last full year, with an average award value of 1.83 million. The profile is concentrated in defense aviation work and reflects a high-volume, high-dollar award base tied to engine and aircraft-related procurement.

Agency mix and customer concentration

The Department of the Navy was the largest obligating agency at 760.98 million across 194 awards, followed by the Department of the Air Force at 575.06 million across 101 awards. The Defense Logistics Agency contributed a much smaller 33.13 million but accounted for 388 awards, indicating a fragmented transaction pattern, while the Coast Guard added 24.45 million across 40 awards. DCMA shows a negative obligated total of 41.71 million, which is consistent with deobligations or contract adjustments rather than new award volume.

Industry profile based on NAICS activity

NAICS 336412, Aircraft Engine and Engine Parts Manufacturing, dominated the portfolio with 1.21 billion across 373 awards, making clear that the vendor's federal spend is centered on propulsion systems. Secondary activity appeared in 336411 Aircraft Manufacturing at 81.85 million and 488190 Other Support Activities for Air Transportation at 24.24 million, while 336413 and 332999 contributed comparatively small amounts. The mix indicates a core concentration in aerospace manufacturing with limited spillover into related support and fabrication categories.

Annual contract trend over the analysis window

The annual trend shows 1.35 billion obligated in 2025 across 740 awards, which matches the stated analysis window of the last full year. No multi-year growth pattern can be inferred from the provided data, so the available evidence supports only a single-year snapshot rather than a directional trend. Within that year, obligations were dominated by a small number of large aerospace awards alongside a broad base of lower-dollar transactions.

How to interpret this page

This summary is based on FPDS award records associated with CAGE 63005 and UEI KHK8QYLFGLU1 for the last full year. Obligation totals and award counts are reported as provided, with negative obligations preserved because they may reflect deobligations, modifications, or closeout adjustments. NAICS and agency rankings are derived from the supplied totals and are not supplemented with external data.

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 1 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 760,980,452.41 760.98 million 194
5700 DEPT OF THE AIR FORCE 575,059,676.43 575.06 million 101
97AS DEFENSE LOGISTICS AGENCY 33,126,609.91 33.13 million 388
7008 U.S. COAST GUARD 24,452,421.69 24.45 million 40
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -41,710,819.78 -41.71 million 17

Insight

ROLLS-ROYCE CORPORATION received 1.35 billion across 740 awards in the last full year, with obligations concentrated in two defense agencies. The DEPT OF THE NAVY accounted for 760.98 million across 194 awards, and the DEPT OF THE AIR FORCE accounted for 575.06 million across 101 awards, together representing the vast majority of obligated dollars. The DEFENSE LOGISTICS AGENCY issued 388 awards but only 33.13 million in obligations, indicating a high volume of lower-dollar activity relative to the Navy and Air Force. U.S. COAST GUARD obligations were 24.45 million across 40 awards, while DCMA shows negative obligations of 41.71 million across 17 awards, which reduces net obligated value in the period.

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 1 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 1,207,173,448.40 1.21 billion 373
336411 AIRCRAFT MANUFACTURING 81,852,069.22 81.85 million 19
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 24,235,129.63 24.24 million 25
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 11,304,594.30 11.30 million 249
332999 ALL OTHER MISCELLANEOUS FABRICATED METAL PRODUCT MANUFACTURING 10,644,464.16 10.64 million 3
541330 ENGINEERING SERVICES 7,650,839.86 7.65 million 17
811210 ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 4,026,624.00 4.03 million 5
333611 TURBINE AND TURBINE GENERATOR SET UNITS MANUFACTURING 3,266,694.00 3.27 million 8
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 795,709.64 795.71 thousand 15
333618 OTHER ENGINE EQUIPMENT MANUFACTURING 780,772.00 780.77 thousand 5

Insight

ROLLS-ROYCE CORPORATION’s obligated dollars in the last full year were highly concentrated in NAICS 336412, Aircraft Engine and Engine Parts Manufacturing, which accounts for $1.21 billion across 373 awards, or the clear majority of the vendor’s $1.35 billion total. The next largest NAICS, 336411 Aircraft Manufacturing, is much smaller at $81.85 million and 19 awards, followed by 488190 Other Support Activities for Air Transportation at $24.24 million and 25 awards. Award activity is more dispersed than dollars, with 336413 Other Aircraft Parts and Auxiliary Equipment Manufacturing generating 249 awards but only $11.30 million, indicating a high volume of lower-value actions outside the dominant engine-manufacturing category.

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 1 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

Insight

In the last full year, ROLLS-ROYCE CORPORATION (CAGE 63005) obligated $1.35 billion across 740 awards, for an average award value of about $1.83 million. The annual profile indicates substantial award activity with relatively broad distribution across a high number of actions rather than reliance on a small number of awards. This level of obligated value suggests sustained procurement concentration at a significant scale during 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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.