Use this page to review federal contract obligations for PSC J016 (MAINT/REPAIR/REBUILD OF EQUIPMENT- AIRCRAFT COMPONENTS AND ACCESSORIES) for last 10 years. The analysis is based on FPDS award-action data.
PSC Code
PSC J016 Federal Contract Obligations (Last 10 Years)
This page summarizes federal contract obligations for PSC J016 (MAINT/REPAIR/REBUILD OF EQUIPMENT- AIRCRAFT COMPONENTS AND ACCESSORIES) for last 10 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 10 years analysis window.
About PSC J016 federal contract activity
This page summarizes last 10 years of federal contract activity associated with PSC J016 (MAINT/REPAIR/REBUILD OF EQUIPMENT- AIRCRAFT COMPONENTS AND ACCESSORIES). Based on the current FPDS Query dataset, this category shows 27.93 billion in visible obligations across 47,090 award actions, with an average action value of 593,118.40. 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 for PSC J016 (MAINT/REPAIR/REBUILD OF EQUIPMENT- AIRCRAFT COMPONENTS AND ACCESSORIES) appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by DEPT OF THE AIR FORCE, with 21.87 billion in obligations, followed by DEPT OF THE ARMY. 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 PSC J016 (MAINT/REPAIR/REBUILD OF EQUIPMENT- AIRCRAFT COMPONENTS AND ACCESSORIES) over the last 10 years. The current ranking is led by LOCKHEED MARTIN CORPORATION, with 10.65 billion in obligations, followed by JPATS LOGISTICS SERVICES, LLC. 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 for PSC J016 (MAINT/REPAIR/REBUILD OF EQUIPMENT- AIRCRAFT COMPONENTS AND ACCESSORIES) across the last 10 years, from 2016 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market segment.
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 category-scale obligations, top buying agencies, leading vendors, and visible year-over-year movement within last 10 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__productOrServiceInformation__productOrServiceCode = 'J016'
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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | 21,866,222,037.79 | 21.87 billion | 16,689 |
| 2100 | DEPT OF THE ARMY | 2,389,002,285.51 | 2.39 billion | 5,889 |
| 7008 | U.S. COAST GUARD | 1,228,795,287.60 | 1.23 billion | 15,501 |
| 97AS | DEFENSE LOGISTICS AGENCY | 897,271,035.41 | 897.27 million | 41 |
| 1700 | DEPT OF THE NAVY | 794,518,587.90 | 794.52 million | 2,676 |
| 8000 | NATIONAL AERONAUTICS AND SPACE ADMINISTRATION | 459,057,650.63 | 459.06 million | 887 |
| 97ZS | U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) | 313,337,644.13 | 313.34 million | 444 |
| 6920 | FEDERAL AVIATION ADMINISTRATION | 89,826,456.87 | 89.83 million | 856 |
| 1406 | DEPARTMENTAL OFFICES | 49,002,857.53 | 49.00 million | 1,231 |
| 4732 | FEDERAL ACQUISITION SERVICE | 20,211,472.60 | 20.21 million | 33 |
Insight
PSC J016 (MAINT/REPAIR/REBUILD OF EQUIPMENT- AIRCRAFT COMPONENTS AND ACCESSORIES) appears to be concentrated among a relatively small group of major buying agencies over the last 10 years. The visible ranking is led by DEPT OF THE AIR FORCE, followed by DEPT OF THE ARMY, which suggests that agency demand in this category 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(anyHeavy(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__productOrServiceInformation__productOrServiceCode = 'J016'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
vendor_name,
content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
| Vendor | CAGE Code | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| LOCKHEED MARTIN CORPORATION | 81755 | 10,650,234,610.35 | 10.65 billion | 4,982 |
| JPATS LOGISTICS SERVICES, LLC | 7S9G5 | 1,919,616,661.72 | 1.92 billion | 822 |
| LOCKHEED MARTIN CORPORATION | 1,157,177,956.80 | 1.16 billion | 520 | |
| BELL BOEING JOINT PROJECT OFFICE | 3B1R2 | 892,932,205.38 | 892.93 million | 44 |
| NORTHROP GRUMMAN SYSTEMS CORPORATION | 1W025 | 757,350,005.61 | 757.35 million | 306 |
| BOEING COMPANY, THE | 76301 | 661,390,374.26 | 661.39 million | 138 |
| BOEING COMPANY, THE | 0PXV4 | 621,454,612.06 | 621.45 million | 97 |
| REDSTONE DEFENSE SYSTEMS | 6AD76 | 578,339,410.74 | 578.34 million | 1,968 |
| L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. | 05395 | 565,112,882.53 | 565.11 million | 182 |
| HONEYWELL INTERNATIONAL INC. | 99193 | 547,799,816.80 | 547.80 million | 39 |
Insight
Within PSC J016 (MAINT/REPAIR/REBUILD OF EQUIPMENT- AIRCRAFT COMPONENTS AND ACCESSORIES), visible obligations over the last 10 years appear concentrated among a relatively small set of leading vendors. LOCKHEED MARTIN CORPORATION ranks first, followed by JPATS LOGISTICS SERVICES, LLC, which helps define the current competitive landscape in this 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__productOrServiceInformation__productOrServiceCode = 'J016'
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 | 3,154,117,172.67 | 3.15 billion | 4,102 |
| 2024 | 3,527,117,558.20 | 3.53 billion | 4,610 |
| 2023 | 3,205,730,289.86 | 3.21 billion | 4,840 |
| 2022 | 2,446,478,871.96 | 2.45 billion | 4,611 |
| 2021 | 2,449,785,273.43 | 2.45 billion | 4,718 |
| 2020 | 2,450,369,640.05 | 2.45 billion | 4,591 |
| 2019 | 2,707,502,514.61 | 2.71 billion | 4,707 |
| 2018 | 2,950,089,486.98 | 2.95 billion | 5,117 |
| 2017 | 2,792,519,483.74 | 2.79 billion | 4,858 |
| 2016 | 2,246,235,342.27 | 2.25 billion | 4,936 |
Insight
The annual trend shows how obligations in PSC J016 (MAINT/REPAIR/REBUILD OF EQUIPMENT- AIRCRAFT COMPONENTS AND ACCESSORIES) moved across the last 10 years, from 2016 through 2025. This helps users judge whether visible contract activity in this category appears stable, rising, or easing over time.
Use FPDS Query for deeper PSC analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper PSC analysis across agencies, vendors, 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.