PSC Code

PSC 1510 Federal Contract Obligations (Last Year)

PSC 1510 covers fixed-wing aircraft obligations on federal procurement actions during the last full year, led by the Department of the Navy and the Department of the Air Force.

During the last full year, federal agencies obligated 36.13 billion across 1,959 award actions for PSC 1510, with an average action value of 18.44 million. The Department of the Navy accounted for 24.89 billion and the Department of the Air Force for 10.79 billion, while Lockheed Martin Corporation and The Boeing Company entries represented the largest vendor obligations.

Generated at 03/21/2026

Analysis period: Last full year

Annual totals reflect the 2025 analysis window and include the provided agency and vendor rollups for PSC 1510.

PSC Code
1510
PSC Description
AIRCRAFT, FIXED WING
Total Obligated
36.13 billion
36,126,998,169.74
Award Actions
1,959
Average Action Value
18,441,550.87

About PSC 1510 federal contract activity

PSC 1510, Aircraft, Fixed Wing, recorded 36.13 billion in obligated dollars across 1,959 awards during the last full year, for an average award value of 18.44 million. This PSC is a high-dollar, high-complexity category with procurement activity concentrated in large fleet, platform, and support acquisitions.

Agency demand and leading federal buyers

The Department of the Navy accounted for the largest share of obligations at 24.89 billion across 630 awards, followed by the Department of the Air Force with 10.79 billion across 876 awards. All other listed agencies were materially smaller, led by the U.S. Coast Guard, Federal Aviation Administration, and U.S. Customs and Border Protection, each with obligations below 200 million.

Vendor concentration and leading contractors

Lockheed Martin Corporation was the leading vendor by obligations, totaling 22.82 billion across 474 awards under CAGE 81755, with an additional 2.34 billion under CAGE 98897. Boeing appears in two distinct entries, together representing 6.79 billion across 504 awards, while Sierra Nevada Company, LLC received 1.70 billion across 51 awards.

Annual contract trend over the analysis window

The annual trend shows 36.13 billion obligated in 2025 across 1,959 awards, which matches the overall last-full-year totals provided for this analysis window. Because only one year is shown, the data supports a snapshot of annual activity rather than a multi-year trend assessment.

How to interpret this page

This page summarizes FPDS obligations for PSC 1510 using the last full year as the analysis window. Agency and vendor rankings are based on total obligated dollars, and award counts reflect the number of awards recorded in the source data. Vendor entries are presented as reported in FPDS, including separate records where the same company appears under different CAGE codes.

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 = '1510'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 24,889,153,386.75 24.89 billion 630
5700 DEPT OF THE AIR FORCE 10,789,270,135.99 10.79 billion 876
7008 U.S. COAST GUARD 175,425,111.22 175.43 million 6
6920 FEDERAL AVIATION ADMINISTRATION 97,612,934.23 97.61 million 12
7014 U.S. CUSTOMS AND BORDER PROTECTION 82,776,224.32 82.78 million 10
2100 DEPT OF THE ARMY 54,941,872.07 54.94 million 30
97AS DEFENSE LOGISTICS AGENCY 46,945,846.20 46.95 million 16
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 35,417,877.00 35.42 million 4
12C2 FOREST SERVICE 4,612,499.00 4.61 million 3
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 1,409,454.96 1.41 million 6

Insight

Obligations for PSC 1510 are highly concentrated in two DoD agencies: the Department of the Navy accounted for $24.89 billion and the Department of the Air Force for $10.79 billion, together representing nearly all of the $36.13 billion obligated over the last full year. Award activity was also concentrated, with 630 Navy awards and 876 Air Force awards out of 1,959 total awards. All other agencies were materially smaller, each at less than $200 million, indicating this PSC is driven primarily by large aviation acquisitions within the military departments.

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 = '1510'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 22,820,982,021.03 22.82 billion 474
THE BOEING COMPANY 81205 3,824,945,190.77 3.82 billion 183
BOEING COMPANY, THE 76301 2,966,362,804.54 2.97 billion 321
LOCKHEED MARTIN CORPORATION 98897 2,342,740,094.28 2.34 billion 169
SIERRA NEVADA COMPANY, LLC 4EXW5 1,702,830,787.95 1.70 billion 51
BELL BOEING JOINT PROJECT OFFICE 3B1R2 479,598,395.70 479.60 million 137
NORTHROP GRUMMAN SYSTEMS CORPORATION 70974 338,193,152.56 338.19 million 46
L-3 COMMUNICATIONS INTEGRATED SYSTEMS L.P. 05395 295,625,610.85 295.63 million 45
THE BOEING COMPANY 76301 257,851,688.83 257.85 million 2
BOEING COMPANY, THE 1N929 221,358,080.66 221.36 million 19

Insight

PSC 1510 obligated spending is highly concentrated in a small number of vendors over the last full year: Lockheed Martin Corporation (CAGE 81755) accounts for $22.82 billion across 474 awards, or about 63% of total obligations. Boeing is also material but split across multiple CAGEs and entries, with the largest Boeing-related lines totaling $3.82 billion, $2.97 billion, $257.85 million, and $221.36 million, indicating vendor-level fragmentation within the same corporate name. After these top firms, obligations drop sharply to Sierra Nevada Company, LLC at $1.70 billion, and the remaining vendors are each below $500 million, showing a steep concentration at the top of the vendor distribution.

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 = '1510'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 36,126,998,169.74 36.13 billion 1,959

Insight

PSC 1510 recorded 36.13 billion in obligated obligations across 1,959 awards in the last full year, with an average award value of 18.44 million. The obligation profile indicates a highly concentrated procurement category with substantial dollar value distributed across a relatively limited number of awards. With only one annual point provided for the 1-year window, no year-over-year trend can be assessed from this query output alone.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.