Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last 10 Years)

Federal procurement profile for LOCKHEED MARTIN CORPORATION (CAGE 98897, UEI SJDEB3MKJEW5) covering obligations over the last 10 years.

LOCKHEED MARTIN CORPORATION recorded 6,465 award actions and 19.42 billion in total obligated funding over the last 10 years, for an average action value of 3.00 million. Most obligations came from the DEPT OF THE AIR FORCE, with aircraft manufacturing as the leading NAICS category.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual figures reflect obligated amounts by fiscal year and top agencies and NAICS categories are ranked by total obligation within the analysis window.

CAGE Code
98897
UEI
SJDEB3MKJEW5
Total Obligated
19.42 billion
19,415,521,647.07
Award Actions
6,465
Average Action Value
3,003,174.26

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION (CAGE 98897, UEI SJDEB3MKJEW5) recorded $19.42 billion in obligated spending across 6,465 FPDS awards over the last 10 years, for an average award value of $3.00 million. The profile is heavily concentrated in large defense contracting actions rather than a broad, low-dollar award base.

Agency mix and customer concentration

The DEPT OF THE AIR FORCE dominates the vendor’s federal spend, accounting for $18.84 billion across 3,791 awards and representing the clear center of gravity in the relationship. The DEPT OF THE NAVY is a distant second at $538.34 million, followed by U.S. SPECIAL OPERATIONS COMMAND at $194.17 million; NOAA and the Defense Logistics Agency appear at materially lower levels and do not change the overall defense-centric pattern.

Industry profile based on NAICS activity

The NAICS profile is anchored by 336411 Aircraft Manufacturing, which accounts for $17.31 billion and 3,469 awards, indicating that core platform production is the primary revenue driver. Engineering Services (541330) is the second-largest category at $1.27 billion, while smaller but relevant activity appears in aircraft engine parts, custom programming, and other aircraft parts and auxiliary equipment.

Annual contract trend over the analysis window

Annual obligations remain elevated and generally range from about $1.43 billion to $2.75 billion in the observed years shown, with 2025 the highest at $2.75 billion. The sequence shows a dip in 2022, recovery in 2023, a softer 2024, and a rebound in 2025, suggesting continued high-volume procurement with year-to-year variation rather than a sustained decline.

How to interpret this page

This summary is based on FPDS award records associated with LOCKHEED MARTIN CORPORATION over the last 10 years, using CAGE 98897 and UEI SJDEB3MKJEW5 as identifiers. Obliated amounts and award counts are aggregated from the provided overview, agency, NAICS, and annual trend data; interpretations are limited to the reported fields and do not infer unreported contract terms or performance outcomes.

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 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 18,840,672,352.98 18.84 billion 3,791
1700 DEPT OF THE NAVY 538,338,287.04 538.34 million 663
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 194,167,780.52 194.17 million 107
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 20,000,000.00 20.00 million 4
97AS DEFENSE LOGISTICS AGENCY 13,014,818.21 13.01 million 675
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 18
2100 DEPT OF THE ARMY -36,031,800.99 -36.03 million 10
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -159,889,185.44 -159.89 million 1,191

Insight

Over the last 10 years, obligations to LOCKHEED MARTIN CORPORATION total $19.42 billion across 6,465 awards, with funding highly concentrated in the DEPT OF THE AIR FORCE, which accounts for $18.84 billion and 3,791 awards, or the clear preponderance of obligated value. The DEPT OF THE NAVY and USSOCOM are secondary customers at $538.34 million and $194.17 million, respectively, while other agencies each represent comparatively small shares of total obligations. Negative obligated amounts for the DEPT OF THE ARMY (-$36.03 million) and DCMA (-$159.89 million) indicate deobligations or adjustments, but they do not materially alter the overall concentration in Air Force activity.

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 10 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 17,314,955,673.83 17.31 billion 3,469
541330 ENGINEERING SERVICES 1,271,507,040.90 1.27 billion 1,348
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 421,352,034.61 421.35 million 242
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 177,622,913.57 177.62 million 105
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 109,181,683.75 109.18 million 720
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 105,512,927.55 105.51 million 52
561210 FACILITIES SUPPORT SERVICES 5,255,416.69 5.26 million 88
511210 SOFTWARE PUBLISHERS 3,619,856.60 3.62 million 7
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) 1,067,787.00 1.07 million 7

Insight

Over the last 10 years, LOCKHEED MARTIN CORPORATION’s obligations are highly concentrated in NAICS 336411, Aircraft Manufacturing, which accounts for $17.31 billion of the $19.42 billion total obligated. The next largest category, NAICS 541330 Engineering Services, is materially smaller at $1.27 billion, with all remaining NAICS codes each below $421.4 million, indicating a steep drop-off after the top two lines of business. Award activity is similarly concentrated, with 3,469 awards in Aircraft Manufacturing and 1,348 in Engineering Services out of 6,465 total awards, while the remaining awards are distributed across a broader set of smaller support, software, and component classifications.

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 10 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
2020 2,583,575,438.36 2.58 billion 723
2019 2,331,388,697.09 2.33 billion 697
2018 3,363,119,336.10 3.36 billion 874
2017 891,422,793.59 891.42 million 797
2016 14,240,848.00 14.24 million 6

Insight

Over the last 10 years, LOCKHEED MARTIN CORPORATION (CAGE 98897) obligated $19.42 billion across 6,465 awards, averaging about $3.00 million per award. Obligations are concentrated in the later part of the period, with annual totals generally between about $1.43 billion and $3.36 billion from 2018 through 2025, indicating sustained high-volume contracting activity. The largest annual obligation occurred in 2018 at $3.36 billion, while 2016 was a clear low point at $14.24 million, reflecting a pronounced step-up in activity after the early part of the window.

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