Federal Contractor

PARKER-HANNIFIN CORPORATION Federal Contract Obligations (Last 10 Years)

Federal procurement profile for PARKER-HANNIFIN CORPORATION (CAGE 59211, UEI D8HJPMFFSGS3) covering awards over the last 10 years.

PARKER-HANNIFIN CORPORATION recorded 24,700 award actions and 2.03 billion in total obligated value across the last 10 years, with an average action value of 82,349.24. Most obligations came from the Defense Logistics Agency and the majority of spend was reported under NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual figures shown reflect the provided analysis window, and agency and NAICS totals are based on readable obligation amounts from FPDS records.

CAGE Code
59211
UEI
D8HJPMFFSGS3
Total Obligated
2.03 billion
2,034,026,467.28
Award Actions
24,700
Average Action Value
82,349.24

About PARKER-HANNIFIN CORPORATION federal contract activity

PARKER-HANNIFIN CORPORATION (CAGE 59211, UEI D8HJPMFFSGS3) recorded $2.03 billion in obligated awards across 24,700 actions over the last 10 years, with an average award value of $82,349.24. The award profile is highly fragmented, indicating a large volume of recurring procurement activity rather than reliance on a small number of large contracts.

Agency mix and customer concentration

Defense Logistics Agency accounts for the dominant share of obligations at $1.52 billion across 21,851 awards, making it the primary buying activity for this vendor. The remaining obligation base is concentrated in the Department of the Navy, Department of the Army, Department of the Air Force, and U.S. Coast Guard, which together indicate a strong defense-centric customer mix across multiple services.

Industry profile based on NAICS activity

The vendor’s award base is heavily concentrated in NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, which represents $1.88 billion and 22,798 awards. Secondary activity appears in valve and pipe fitting manufacturing and aircraft engine parts manufacturing, with smaller but material volumes in engineering services and industrial valve manufacturing, reinforcing a portfolio centered on aerospace and precision industrial components.

Annual contract trend over the analysis window

Annual obligations in the current window remain elevated, with 2023 as the peak year at $466.63 million and 3,003 awards. Activity stayed strong in 2024 and 2025 at $240.72 million and $209.04 million respectively, while 2021 and 2022 were materially lower, suggesting a recent high-volume procurement cycle after a softer period.

How to interpret this page

This summary is based on FPDS award data associated with CAGE 59211 and UEI D8HJPMFFSGS3 for the last 10 years. Obligations and award counts are aggregated by agency, NAICS, and fiscal year from the provided dataset; amounts reflect obligated dollars as reported in the source data and were not adjusted beyond the supplied analysis window.

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 = '59211'
        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
97AS DEFENSE LOGISTICS AGENCY 1,522,053,820.32 1.52 billion 21,851
1700 DEPT OF THE NAVY 214,649,235.71 214.65 million 1,571
2100 DEPT OF THE ARMY 142,321,467.23 142.32 million 174
5700 DEPT OF THE AIR FORCE 139,169,730.20 139.17 million 513
7008 U.S. COAST GUARD 10,849,993.10 10.85 million 250
4732 FEDERAL ACQUISITION SERVICE 5,424,793.92 5.42 million 2
12C2 FOREST SERVICE 23,521.87 23.52 thousand 6
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 14,990.76 14.99 thousand 3
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -481,085.83 -481.09 thousand 330

Insight

Over the last 10 years, PARKER-HANNIFIN CORPORATION has received $2.03 billion across 24,700 awards, with obligations highly concentrated in the Defense Logistics Agency, which accounts for $1.52 billion and 21,851 awards. The Department of the Navy is a distant second at $214.65 million, followed by the Department of the Army at $142.32 million and the Department of the Air Force at $139.17 million, indicating a strong defense-agency concentration. Remaining agencies represent comparatively small shares, with Coast Guard and Federal Acquisition Service obligations at $10.85 million and $5.42 million respectively, and DCMA showing a net negative obligation of $481.09 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 = '59211'
        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
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 1,878,410,850.11 1.88 billion 22,798
332919 OTHER METAL VALVE AND PIPE FITTING MANUFACTURING 54,371,434.13 54.37 million 75
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 42,488,359.13 42.49 million 347
541330 ENGINEERING SERVICES 13,425,051.87 13.43 million 11
332911 INDUSTRIAL VALVE MANUFACTURING 10,121,414.31 10.12 million 306
334513 INSTRUMENTS AND RELATED PRODUCTS MANUFACTURING FOR MEASURING, DISPLAYING, AND CONTROLLING INDUSTRIAL PROCESS VARIABLES 6,416,923.25 6.42 million 151
336411 AIRCRAFT MANUFACTURING 5,273,919.43 5.27 million 100
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 3,377,698.10 3.38 million 33
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 2,927,040.93 2.93 million 20
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 2,156,561.31 2.16 million 75

Insight

Over the last 10 years, PARKER-HANNIFIN CORPORATION’s obligations are highly concentrated in NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, which accounts for $1.88 billion of the firm’s $2.03 billion total obligated, or roughly 92% of dollars, across 22,798 awards. The next largest NAICS categories are substantially smaller by value: 332919 at $54.37 million and 336412 at $42.49 million, indicating a strong primary focus on aircraft-related manufacturing with limited diversification. Award activity is similarly concentrated in 336413, which represents the overwhelming share of the vendor’s 24,700 awards over the period.

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 = '59211'
        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 209,043,155.05 209.04 million 2,060
2024 240,724,047.66 240.72 million 3,234
2023 466,632,761.53 466.63 million 3,003
2022 258,501,988.04 258.50 million 2,114
2021 129,685,181.46 129.69 million 2,417
2020 160,347,864.96 160.35 million 2,132
2019 212,497,518.78 212.50 million 3,038
2018 187,301,835.91 187.30 million 3,822
2017 168,785,521.04 168.79 million 2,871
2016 506,592.85 506.59 thousand 9

Insight

Over the last 10 years, PARKER-HANNIFIN CORPORATION (CAGE 59211) received $2.03 billion across 24,700 awards, averaging $82.3 thousand per award. Obligations were concentrated in recent years, with 2023 the high point at $466.6 million, followed by 2024 at $240.7 million and 2025 at $209.0 million, while annual award counts remained consistently high. Earlier years were materially lower, including 2016 at $506.6 thousand across 9 awards, indicating a pronounced ramp-up in procurement activity over 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.