PSC Code

PSC 1680 Federal Contract Obligations (Last 10 Years)

PSC 1680 covers miscellaneous aircraft accessories and components, with over 53.89 billion in obligated actions across the last 10 years.

This PSC page summarizes federal procurement activity for miscellaneous aircraft accessories and components over the last 10 years, including obligations, award counts, agencies, vendors, and annual trends. The data shows concentrated demand in the Department of the Navy, Department of the Air Force, and Defense Logistics Agency, with large award volumes spread across many transactions.

Generated at 03/21/2026

Analysis period: Last 10 years

Agency, vendor, and annual totals reflect the provided 10-year analysis window and may include multiple vendor records with the same name but different CAGE codes.

PSC Code
1680
PSC Description
MISCELLANEOUS AIRCRAFT ACCESSORIES AND COMPONENTS
Total Obligated
53.89 billion
53,888,611,527.25
Award Actions
211,232
Average Action Value
255,115.75

About PSC 1680 federal contract activity

PSC 1680, MISCELLANEOUS AIRCRAFT ACCESSORIES AND COMPONENTS, accounts for 53.89 billion in obligated spending across 211,232 awards over the last 10 years, with an average award value of 255,115.75. The scale of activity indicates a high-volume procurement category supporting ongoing aircraft sustainment, modification, and accessory/component needs.

Agency demand and leading federal buyers

The Department of the Navy is the largest obligating agency for this PSC at 23.31 billion across 39,341 awards, followed by the Department of the Air Force at 14.22 billion and the Defense Logistics Agency at 9.09 billion. Together, these three organizations account for the majority of observed obligations, showing that demand is concentrated in major defense aviation and logistics portfolios.

Vendor concentration and leading contractors

Vendor obligations are led by Lockheed Martin Corporation, which appears in the dataset under two CAGE codes and combines for more than 7.12 billion in obligations. Boeing Company, The also appears under multiple CAGE codes and ranks among the top recipients, while Bell Boeing Joint Project Office shows especially high award volume with 8,479 awards.

Annual contract trend over the analysis window

Annual obligations remained elevated in the most recent years, with 6.11 billion in 2025 and 6.01 billion in 2024. The prior years shown range from 4.32 billion in 2023 to 5.02 billion in 2022 and 4.72 billion in 2021, indicating sustained but somewhat variable spending rather than a single-year spike.

How to interpret this page

This summary is based on FPDS Query results for PSC 1680 over the last 10 years and reflects obligations, award counts, and average award value as reported in the dataset. Agency, vendor, and annual trend sections are derived from the top-ranked entities and years within the provided analysis window; vendor entries are shown as reported, including separate CAGE codes where applicable.

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 = '1680'
        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
1700 DEPT OF THE NAVY 23,308,762,799.28 23.31 billion 39,341
5700 DEPT OF THE AIR FORCE 14,223,343,412.65 14.22 billion 8,731
97AS DEFENSE LOGISTICS AGENCY 9,091,641,116.15 9.09 billion 140,507
2100 DEPT OF THE ARMY 4,196,484,531.65 4.20 billion 6,054
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 1,608,305,255.82 1.61 billion 1,032
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 668,591,957.14 668.59 million 338
7008 U.S. COAST GUARD 498,109,886.96 498.11 million 4,699
4732 FEDERAL ACQUISITION SERVICE 337,097,390.03 337.10 million 352
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 81,901,576.44 81.90 million 1,229
1900 STATE, DEPARTMENT OF 30,754,825.95 30.75 million 236

Insight

Over the last 10 years, PSC 1680 obligations total $53.89 billion across 211,232 awards, with spending concentrated in a few defense agencies. The Department of the Navy leads with $23.31 billion, followed by the Department of the Air Force at $14.22 billion and the Defense Logistics Agency at $9.09 billion; together, these three account for the large majority of obligated dollars. The DLA’s 140,507 awards indicate a much higher transaction volume than the military departments, while the remaining agencies each represent materially smaller shares of total spend.

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 = '1680'
        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 4,492,132,058.99 4.49 billion 698
BELL BOEING JOINT PROJECT OFFICE 3B1R2 3,831,449,460.74 3.83 billion 8,479
LOCKHEED MARTIN CORPORATION 03640 2,628,554,381.90 2.63 billion 1,450
BOEING COMPANY, THE 76301 2,393,348,120.15 2.39 billion 873
BOEING COMPANY, THE 0PXV4 2,361,468,453.92 2.36 billion 6,722
GENERAL ELECTRIC COMPANY 99207 1,769,283,258.67 1.77 billion 143
RAYTHEON COMPANY 96214 1,503,904,815.26 1.50 billion 824
NORTHROP GRUMMAN SYSTEMS CORPORATION 70974 1,323,213,002.52 1.32 billion 3,497
SCIENCE AND ENGINEERING SERVICES, LLC 4Q232 1,275,504,581.97 1.28 billion 1,733
BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. 94117 1,253,041,562.64 1.25 billion 343

Insight

Over the last 10 years, PSC 1680 obligations totaled $53.89 billion across 211,232 awards, with a relatively low average award value of $255.1K, indicating a high-volume procurement profile. Top vendor obligations are concentrated among a small set of large aerospace and defense firms, with the top 10 vendors each receiving at least $1.25 billion and the top two rows alone accounting for $8.32 billion. Several vendors appear multiple times under different CAGE codes, including Lockheed Martin and Boeing, suggesting obligations are distributed across multiple legal entities or reporting identifiers within the same corporate families.

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 = '1680'
        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 6,109,160,998.03 6.11 billion 18,708
2024 6,009,606,873.23 6.01 billion 19,830
2023 4,324,825,012.61 4.32 billion 19,018
2022 5,020,102,315.13 5.02 billion 18,995
2021 4,716,309,483.36 4.72 billion 18,126
2020 5,695,330,701.92 5.70 billion 20,568
2019 6,960,241,699.65 6.96 billion 25,840
2018 5,117,613,688.05 5.12 billion 26,409
2017 5,328,470,877.47 5.33 billion 23,018
2016 4,608,031,277.88 4.61 billion 20,778

Insight

PSC 1680 accounted for $53.89 billion across 211,232 awards over the last 10 years, with an average award value of $255,115.75. Annual obligations were relatively stable in the $4.32 billion to $6.96 billion range, peaking in 2019 at $6.96 billion and remaining elevated in 2024–2025 at about $6.01 billion to $6.11 billion. Award counts were also concentrated at a consistent level, ranging from 18,126 to 26,409 per year, indicating sustained procurement activity rather than a single-year spike.

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.