Use this page to review federal contract obligations in Pennsylvania for last 5 years. The analysis is based on FPDS award-action data.
Geography
Pennsylvania Federal Contract Obligations (Last 5 Years)
This page summarizes federal contract obligations in Pennsylvania for last 5 years, including award volume and market trend context.
All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 5 years analysis window.
About Pennsylvania federal contract activity
This page summarizes last 5 years of federal contract activity associated with Pennsylvania. Based on the current FPDS Query dataset, this geography shows 115.32 billion in visible obligations across 3,151,984 award actions, with an average action value of 36,585.48. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.
Agency demand and leading federal buyers
Demand in Pennsylvania appears concentrated among a relatively small group of federal buyers over the last 5 years. The visible agency ranking is led by DEPT OF THE NAVY, with 28.97 billion in obligations, followed by DEFENSE LOGISTICS AGENCY. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.
Vendor concentration and leading contractors
The vendor distribution helps show which contractors capture the largest visible share of obligations in Pennsylvania over the last 5 years. The current ranking is led by FLUOR MARINE PROPULSION, LLC, with 17.72 billion in obligations, followed by AMERISOURCEBERGEN DRUG CORP. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.
Annual contract trend over the analysis window
The annual trend table provides a year-based view of how visible obligations and award actions have evolved in Pennsylvania across the last 5 years, from 2021 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market.
How to interpret this page
The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of geography-level obligations, top buying agencies, leading vendors, major industries, major PSC categories, and visible year-over-year movement within last 5 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.
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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'PA'
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 | 28,967,322,974.79 | 28.97 billion | 37,187 |
| 97AS | DEFENSE LOGISTICS AGENCY | 28,666,744,701.18 | 28.67 billion | 2,872,758 |
| 2100 | DEPT OF THE ARMY | 20,121,104,089.72 | 20.12 billion | 20,238 |
| 8900 | ENERGY, DEPARTMENT OF | 9,548,349,860.20 | 9.55 billion | 1,012 |
| 5700 | DEPT OF THE AIR FORCE | 4,729,322,466.34 | 4.73 billion | 4,100 |
| 3600 | VETERANS AFFAIRS, DEPARTMENT OF | 3,992,066,622.11 | 3.99 billion | 35,141 |
| 97DH | DEFENSE HEALTH AGENCY (DHA) | 2,918,873,564.85 | 2.92 billion | 513 |
| 97ZS | U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) | 2,407,867,309.15 | 2.41 billion | 490 |
| 97AK | DEFENSE INFORMATION SYSTEMS AGENCY (DISA) | 2,057,676,736.75 | 2.06 billion | 4,226 |
| 7530 | CENTERS FOR MEDICARE AND MEDICAID SERVICES | 1,585,324,454.98 | 1.59 billion | 315 |
Insight
Pennsylvania contract activity over the last 5 years appears concentrated among a relatively small group of buying agencies. The visible ranking is led by DEPT OF THE NAVY, followed by DEFENSE LOGISTICS AGENCY, which suggests that federal demand in this geography is not evenly distributed.
Top Vendors
SELECT
vendor_name,
cage_code,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__vendor__vendorHeader__vendorName AS vendor_name,
ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'PA'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
vendor_name,
cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
| Vendor | CAGE Code | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| FLUOR MARINE PROPULSION, LLC | 81QQ2 | 17,716,669,724.17 | 17.72 billion | 195 |
| AMERISOURCEBERGEN DRUG CORP | 1XUY5 | 13,538,863,659.54 | 13.54 billion | 513,333 |
| AMERISOURCEBERGEN DRUG CORPORATION | 1XUY5 | 9,464,748,045.49 | 9.46 billion | 1,710,605 |
| BECHTEL PLANT MACHINERY, INC. | 4SVU7 | 8,223,146,427.00 | 8.22 billion | 51 |
| BAE SYSTEMS LAND & ARMAMENTS L.P. | 06085 | 7,364,631,325.55 | 7.36 billion | 1,041 |
| THE BOEING COMPANY | 77272 | 5,545,989,686.82 | 5.55 billion | 1,858 |
| BAE SYSTEMS LAND & ARMAMENTS L.P. | 7B726 | 2,521,552,119.20 | 2.52 billion | 381 |
| GENERAL DYNAMICS OTS (WILKES BARRE), LLC | 99938 | 2,444,310,713.95 | 2.44 billion | 297 |
| UNITED CONCORDIA COMPANIES, INC. | 03XW8 | 1,835,779,105.61 | 1.84 billion | 121 |
| LOCKHEED MARTIN CORPORATION | 79272 | 1,687,448,660.87 | 1.69 billion | 299 |
Insight
Visible obligations in Pennsylvania over the last 5 years appear concentrated among a relatively small set of leading vendors. FLUOR MARINE PROPULSION, LLC ranks first, followed by AMERISOURCEBERGEN DRUG CORP, which helps define the current competitive landscape in this geography.
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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'PA'
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 |
|---|---|---|---|---|
| 541715 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) | 20,952,484,801.91 | 20.95 billion | 6,850 |
| 325411 | MEDICINAL AND BOTANICAL MANUFACTURING | 13,500,381,145.15 | 13.50 billion | 604,433 |
| 424210 | DRUGS AND DRUGGISTS' SUNDRIES MERCHANT WHOLESALERS | 9,512,309,862.93 | 9.51 billion | 1,625,844 |
| 336992 | MILITARY ARMORED VEHICLE, TANK, AND TANK COMPONENT MANUFACTURING | 8,309,930,939.87 | 8.31 billion | 1,889 |
| 332410 | POWER BOILER AND HEAT EXCHANGER MANUFACTURING | 8,230,984,103.71 | 8.23 billion | 292 |
| 336411 | AIRCRAFT MANUFACTURING | 5,307,087,562.51 | 5.31 billion | 4,420 |
| 541330 | ENGINEERING SERVICES | 4,321,911,044.75 | 4.32 billion | 9,191 |
| 524114 | DIRECT HEALTH AND MEDICAL INSURANCE CARRIERS | 3,987,823,185.71 | 3.99 billion | 395 |
| 541519 | OTHER COMPUTER RELATED SERVICES | 2,501,311,762.75 | 2.50 billion | 4,865 |
| 236220 | COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION | 2,406,517,805.39 | 2.41 billion | 5,176 |
Insight
The top-NAICS table highlights the industries with the largest visible obligations in Pennsylvania over the last 5 years. This helps show which federal market segments are most prominent in the state.
Top PSC Codes
SELECT
psc_code,
psc_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
anyHeavy(content__award__productOrServiceInformation__productOrServiceCode__description) AS psc_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'PA'
AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__award__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY psc_code
)
ORDER BY total_obligated DESC
LIMIT 10
| PSC Code | Description | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 6505 | DRUGS AND BIOLOGICALS | 23,350,724,123.14 | 23.35 billion | 2,183,299 |
| 4470 | NUCLEAR REACTORS | 12,768,234,207.77 | 12.77 billion | 614 |
| M1HA | OPERATION OF GOVERNMENT-OWNED CONTRACTOR-OPERATED (GOCO) R&D FACILITIES | 9,279,509,169.31 | 9.28 billion | 92 |
| 2350 | COMBAT, ASSAULT, AND TACTICAL VEHICLES, TRACKED | 6,839,337,314.90 | 6.84 billion | 635 |
| 1520 | AIRCRAFT, ROTARY WING | 5,763,194,014.61 | 5.76 billion | 941 |
| 1905 | COMBAT SHIPS AND LANDING VESSELS | 4,025,591,645.00 | 4.03 billion | 22 |
| R425 | SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL | 2,635,752,632.06 | 2.64 billion | 7,667 |
| AC44 | R&D- DEFENSE SYSTEM: TANK/AUTOMOTIVE (ENGINEERING DEVELOPMENT) | 2,194,363,213.23 | 2.19 billion | 228 |
| Q503 | MEDICAL- DENTISTRY | 2,105,817,276.15 | 2.11 billion | 275 |
| 6515 | MEDICAL AND SURGICAL INSTRUMENTS, EQUIPMENT, AND SUPPLIES | 1,582,234,912.05 | 1.58 billion | 85,625 |
Insight
The top-PSC table highlights the product and service codes with the largest visible obligations in Pennsylvania over the last 5 years. This helps show which categories of federal demand are most prominent in the state.
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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'PA'
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 | 25,284,118,031.23 | 25.28 billion | 657,660 |
| 2024 | 27,080,158,113.97 | 27.08 billion | 682,351 |
| 2023 | 24,966,224,111.15 | 24.97 billion | 672,499 |
| 2022 | 18,406,625,024.12 | 18.41 billion | 582,182 |
| 2021 | 19,579,751,594.12 | 19.58 billion | 557,292 |
Insight
The annual trend shows how obligations in Pennsylvania moved across the last 5 years, from 2021 through 2025. This helps users judge whether visible contract activity appears stable, rising, or easing over time.
Use FPDS Query for deeper geographic analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper geographic analysis across agencies, vendors, industries, PSC categories, 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.