PSC Code

PSC 1680 Federal Contract Obligations (Last 5 Years)

PSC 1680 covers miscellaneous aircraft accessories and components, with $26.18 billion obligated across 94,677 actions in the last five years.

This PSC page summarizes federal procurement for miscellaneous aircraft accessories and components over the last five years. The Department of the Navy leads obligations in this code, followed by the Department of the Air Force and the Defense Logistics Agency, while annual spending stayed above $4.32 billion in every year shown.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the analysis window provided and include both obligation volume and action counts, which may differ from vendor and agency subtotals due to reporting structure.

PSC Code
1680
PSC Description
MISCELLANEOUS AIRCRAFT ACCESSORIES AND COMPONENTS
Total Obligated
26.18 billion
26,180,004,682.36
Award Actions
94,677
Average Action Value
276,519.16

About PSC 1680 federal contract activity

PSC 1680, Miscellaneous Aircraft Accessories and Components, accounted for $26.18 billion in obligated spending across 94,677 awards over the last 5 years. The average award value was $276,519.16, indicating a high-volume category with a mix of relatively small orders and larger program support buys tied to aircraft sustainment and subsystem procurement.

Agency demand and leading federal buyers

Obligations were concentrated in defense agencies, led by the Department of the Navy at $13.68 billion across 21,513 awards. The Department of the Air Force ($5.96 billion), Defense Logistics Agency ($3.50 billion), Department of the Army ($1.27 billion), and USSOCOM ($752.71 million) round out the top five, showing that demand is driven primarily by aviation procurement and logistics activity within the defense enterprise.

Vendor concentration and leading contractors

Vendor spending is concentrated among major aerospace and defense contractors, with Bell Boeing Joint Project Office leading at $2.37 billion across 3,424 awards. Lockheed Martin appears twice under separate CAGE codes, together totaling $3.63 billion, followed by The Boeing Company at $1.29 billion and Raytheon at $961.89 million, reflecting award distribution across corporate entities and contract vehicles.

Annual contract trend over the analysis window

Annual obligations remained elevated throughout the period, ranging from $4.32 billion in 2023 to a high of $6.11 billion in 2025. Award counts were also consistently strong, peaking at 19,830 in 2024 and staying near 18,000 to 19,000 each year, which suggests sustained procurement activity rather than a single-year spike.

How to interpret this page

This page summarizes FPDS obligations for PSC 1680 over the last 5 years using total obligated dollars, award counts, and average award value. Agency, vendor, and annual trend views are based on the same dataset and reflect the reported aggregate values for the 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__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 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 13,676,701,721.02 13.68 billion 21,513
5700 DEPT OF THE AIR FORCE 5,962,933,947.53 5.96 billion 4,483
97AS DEFENSE LOGISTICS AGENCY 3,502,441,885.21 3.50 billion 59,558
2100 DEPT OF THE ARMY 1,265,005,378.22 1.27 billion 2,367
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 752,713,159.38 752.71 million 452
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 539,292,775.43 539.29 million 171
4732 FEDERAL ACQUISITION SERVICE 301,924,817.62 301.92 million 298
7008 U.S. COAST GUARD 191,688,712.95 191.69 million 2,051
12C2 FOREST SERVICE 16,448,190.00 16.45 million 86
6920 FEDERAL AVIATION ADMINISTRATION 15,704,527.86 15.70 million 80

Insight

PSC 1680 obligations are highly concentrated in defense-related agencies, with the Dept of the Navy accounting for 13.68 billion of the 26.18 billion obligated over the last 5 years, followed by the Dept of the Air Force at 5.96 billion and the Defense Logistics Agency at 3.50 billion. These three agencies represent the dominant share of spend, while the Navy and DLA also drive the largest award volumes, indicating both high dollar demand and sustained procurement activity. Outside DoD, obligations are materially lower and dispersed across agencies such as NOAA, the Federal Acquisition Service, and the Coast Guard, each at less than 0.6 billion.

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 5 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
BELL BOEING JOINT PROJECT OFFICE 3B1R2 2,365,573,543.06 2.37 billion 3,424
LOCKHEED MARTIN CORPORATION 03640 1,926,193,786.84 1.93 billion 519
LOCKHEED MARTIN CORPORATION 81755 1,699,951,310.84 1.70 billion 510
BOEING COMPANY, THE 76301 1,293,248,931.08 1.29 billion 441
RAYTHEON COMPANY 96214 961,889,497.69 961.89 million 403
BAE SYSTEMS INFORMATION AND ELECTRONIC SYSTEMS INTEGRATION INC. 94117 820,697,657.64 820.70 million 235
GENERAL ELECTRIC COMPANY 99207 758,937,244.00 758.94 million 67
NORTHROP GRUMMAN SYSTEMS CORPORATION 70974 746,945,801.21 746.95 million 1,931
BOEING COMPANY, THE 0PXV4 690,609,313.39 690.61 million 2,618
SIKORSKY AIRCRAFT CORP 78286 550,455,469.31 550.46 million 32

Insight

Over the last 5 years, PSC 1680 obligated $26.18 billion across 94,677 awards, with obligations concentrated among a small set of vendors. BELL BOEING JOINT PROJECT OFFICE leads at $2.37 billion, followed by multiple large awards to LOCKHEED MARTIN CORPORATION, BOEING COMPANY, THE, and RAYTHEON COMPANY, indicating a supplier base dominated by major aerospace and defense firms. The distribution is also award-intensive for some vendors—such as BELL BOEING JOINT PROJECT OFFICE and NORTHROP GRUMMAN SYSTEMS CORPORATION—while others, including GENERAL ELECTRIC COMPANY and SIKORSKY AIRCRAFT CORP, show comparatively high dollars on relatively few awards, suggesting a mix of broad ordering and larger-value actions.

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

Insight

PSC 1680 obligated $26.18 billion across 94,677 awards over the last 5 years, with an average award value of $276.5K, indicating a high-volume, moderately fragmented buying pattern. Annual obligations were relatively stable at about $4.72B to $6.11B, peaking in 2025 and 2024 and remaining above $4.3B in each year. Award counts were also steady, ranging from 18,126 to 19,830, which suggests persistent recurring 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.