Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last 5 Years)

FPDS procurement profile for LOCKHEED MARTIN CORPORATION (CAGE 98897, UEI SJDEB3MKJEW5) covering the last 5 years of federal awards.

LOCKHEED MARTIN CORPORATION received 3,368 award actions totaling $10.23 billion in the last 5 years, with an average action value of $3,037,937.80. Department of the Air Force obligations account for most of the total, and aircraft manufacturing is the dominant NAICS category.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect FPDS award actions in the selected 5-year window and may include multiple actions under the same contract or vehicle.

CAGE Code
98897
UEI
SJDEB3MKJEW5
Total Obligated
10.23 billion
10,231,774,533.93
Award Actions
3,368
Average Action Value
3,037,937.80

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION (CAGE 98897, UEI SJDEB3MKJEW5) recorded $10.23 billion in obligations across 3,368 awards over the last 5 years, for an average award value of $3.04 million. The profile is heavily weighted toward large defense and aerospace actions rather than a broad distribution of small transactions.

Agency mix and customer concentration

DEPT OF THE AIR FORCE dominates the vendor’s federal business, accounting for $10.02 billion and 1,879 awards, or nearly all observed obligations in the period. The remaining activity is concentrated in a much smaller set of agencies, led by USSOCOM, the Navy, NOAA, and DLA, which together represent comparatively limited but recurring buying relationships.

Industry profile based on NAICS activity

The NAICS profile is strongly concentrated in aircraft manufacturing, which represents $8.91 billion across 1,626 awards and anchors the vendor’s core business. Secondary activity appears in engineering services, aircraft engine and parts manufacturing, custom computer programming services, and aerospace/navigation systems, indicating a mix of production, integration, and technical support work.

Annual contract trend over the analysis window

Annual obligations were elevated throughout the period, ranging from $1.43 billion in 2022 to a high of $2.75 billion in 2025. After a dip in 2022, funding recovered in 2023, softened in 2024, and then rose again in 2025, while award counts remained relatively stable between 614 and 707 per year.

How to interpret this page

This summary is based on FPDS obligation records associated with CAGE 98897 and UEI SJDEB3MKJEW5 over the last 5 years. Totals reflect obligated dollars and award counts captured in the analysis window; category and agency concentrations are derived from the provided top-ranking segments only.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '98897'
        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
5700 DEPT OF THE AIR FORCE 10,019,532,891.31 10.02 billion 1,879
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 169,693,912.37 169.69 million 88
1700 DEPT OF THE NAVY 110,306,027.85 110.31 million 398
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 20,000,000.00 20.00 million 4
97AS DEFENSE LOGISTICS AGENCY 12,460,279.10 12.46 million 484
7014 U.S. CUSTOMS AND BORDER PROTECTION 4,905,862.40 4.91 million 6
7008 U.S. COAST GUARD 343,532.35 343.53 thousand 16
2100 DEPT OF THE ARMY -36,053,187.65 -36.05 million 8
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -69,414,783.80 -69.41 million 485

Insight

Over the last 5 years, LOCKHEED MARTIN CORPORATION’s obligations are highly concentrated at the DEPT OF THE AIR FORCE, which accounts for 10.02 billion of 10.23 billion total obligated and 1,879 of 3,368 awards. The next largest positive obligations are much smaller—USSOCOM at 169.69 million and the DEPT OF THE NAVY at 110.31 million—indicating a strong concentration in Air Force spending with limited diversification across other agencies. Several smaller agencies contribute relatively minor amounts, while negative obligations for the DEPT OF THE ARMY and DCMA indicate downward adjustments that partially offset gross obligations in the period.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '98897'
        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
336411 AIRCRAFT MANUFACTURING 8,907,047,813.76 8.91 billion 1,626
541330 ENGINEERING SERVICES 695,965,711.54 695.97 million 665
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 354,634,873.14 354.63 million 199
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 126,359,860.42 126.36 million 72
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 105,416,513.70 105.42 million 48
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 38,044,490.56 38.04 million 514
444130 HARDWARE STORES 1,962,995.00 1.96 million 89
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 854,787.00 854.79 thousand 6
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 667,678.36 667.68 thousand 15
334111 ELECTRONIC COMPUTER MANUFACTURING 192,373.77 192.37 thousand 4

Insight

Over the last 5 years, Lockheed Martin Corporation’s obligations are highly concentrated in NAICS 336411, Aircraft Manufacturing, which accounts for $8.91 billion across 1,626 awards and represents the clear dominant share of the vendor’s $10.23 billion total. The next largest NAICS, 541330 Engineering Services, is materially smaller at $695.97 million, followed by 336412 Aircraft Engine and Engine Parts Manufacturing at $354.63 million and 541511 Custom Computer Programming Services at $126.36 million. Award volume is more distributed than dollars, with 336413 Other Aircraft Parts and Auxiliary Equipment Manufacturing receiving 514 awards but only $38.04 million, indicating many lower-dollar transactions outside the core aircraft manufacturing base.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '98897'
        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 2,748,119,568.23 2.75 billion 707
2024 1,715,303,708.65 1.72 billion 674
2023 2,010,196,293.09 2.01 billion 706
2022 1,432,229,737.46 1.43 billion 667
2021 2,325,925,226.50 2.33 billion 614

Insight

Over the last 5 years, LOCKHEED MARTIN CORPORATION (CAGE 98897) received $10.23 billion across 3,368 awards, averaging $3.04 million per award. Obligations are concentrated in 2025 ($2.75 billion) and 2021 ($2.33 billion), with a lower point in 2022 ($1.43 billion), indicating year-to-year volatility rather than a steady linear pattern. Award counts remain relatively stable, ranging from 614 to 707 annually, suggesting fluctuations in obligated dollars are driven more by award value than by volume.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, 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.