Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last 10 Years)

LOCKHEED MARTIN CORPORATION (CAGE 81755, UEI G4KDGE4JFFK7) received 204.58 billion across 20,882 federal award actions in the last 10 years.

Most obligations came from the Department of the Navy at 172.42 billion across 5,614 actions, followed by the Department of the Air Force at 32.08 billion across 11,903 actions. The portfolio is concentrated in aircraft manufacturing, which accounts for 191.46 billion, with additional obligations in aircraft parts, engineering services, research and development, and guidance and navigation systems.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations ranged from 11.17 billion in 2021 to 28.14 billion in 2022, with 26.39 billion recorded in 2025 to date.

CAGE Code
81755
UEI
G4KDGE4JFFK7
Total Obligated
204.58 billion
204,580,296,516.84
Award Actions
20,882
Average Action Value
9,796,968.51

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION (CAGE 81755, UEI G4KDGE4JFFK7) recorded $204.58 billion in obligations across 20,882 awards over the last 10 years, with an average award value of $9.80 million. The profile is dominated by large defense and aerospace procurements, indicating sustained participation in high-value, technically complex federal contracts.

Agency mix and customer concentration

The Department of the Navy is the primary funding source, accounting for $172.42 billion and 5,614 awards, or the vast majority of total obligations. The Department of the Air Force is the second-largest buyer at $32.08 billion across 11,903 awards, while DARPA, NASA, and DLA contribute comparatively small amounts and reflect a narrower mix of research, space, and logistics activity.

Industry profile based on NAICS activity

NAICS 336411, Aircraft Manufacturing, overwhelmingly drives the vendor’s federal spend at $191.46 billion and 8,645 awards. Secondary activity is concentrated in aircraft parts and auxiliary equipment manufacturing, engineering services, R&D in physical and engineering sciences, and aeronautical and nautical systems manufacturing, reinforcing a portfolio centered on aerospace production, systems engineering, and advanced R&D.

Annual contract trend over the analysis window

Annual obligations remained at elevated levels throughout the most recent five years shown, ranging from $11.17 billion in 2021 to a high of $28.14 billion in 2022. Funding stayed above $21 billion in 2023, 2024, and 2025, with award counts also remaining consistently high, suggesting a steady flow of active contract execution rather than a single-year spike.

How to interpret this page

This summary is based on FPDS award records associated with LOCKHEED MARTIN CORPORATION, matched to CAGE 81755 and UEI G4KDGE4JFFK7, over the last 10 years. Totals reflect obligated dollars and award counts aggregated across all reported procurement actions in 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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '81755'
        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 172,418,962,639.34 172.42 billion 5,614
5700 DEPT OF THE AIR FORCE 32,076,058,483.29 32.08 billion 11,903
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 56,688,151.58 56.69 million 41
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 39,332,691.06 39.33 million 250
97AS DEFENSE LOGISTICS AGENCY 16,351,478.34 16.35 million 814
97JC MISSILE DEFENSE AGENCY (MDA) 14,781,821.00 14.78 million 20
7008 U.S. COAST GUARD 2,821,529.30 2.82 million 30
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -44,700,277.07 -44.70 million 2,210

Insight

Over the last 10 years, LOCKHEED MARTIN CORPORATION’s obligations are highly concentrated at the Department of the Navy and Department of the Air Force, which together account for nearly all recorded agency-level obligations in this view: $172.42 billion to the Navy and $32.08 billion to the Air Force. The remaining agencies represent comparatively immaterial obligated amounts, each below $57 million, indicating a sharply concentrated federal customer base. DCMA shows negative obligations of $44.70 million across 2,210 awards, which may reflect deobligations or corrections rather than new obligation 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 = '81755'
        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 191,459,739,641.27 191.46 billion 8,645
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 5,210,039,993.97 5.21 billion 2,905
541330 ENGINEERING SERVICES 1,923,538,074.65 1.92 billion 6,219
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 1,867,966,885.61 1.87 billion 408
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 1,416,275,507.13 1.42 billion 124
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 1,187,355,800.13 1.19 billion 1,303
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 515,484,368.36 515.48 million 362
561990 ALL OTHER SUPPORT SERVICES 481,994,444.51 481.99 million 28
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 151,767,395.10 151.77 million 459
611512 FLIGHT TRAINING 129,368,773.18 129.37 million 26

Insight

Lockheed Martin Corporation’s obligations over the last 10 years are highly concentrated in NAICS 336411, Aircraft Manufacturing, which accounts for $191.46 billion of the $204.58 billion total obligated, or roughly 94% of spend, across 8,645 awards. The next largest categories—336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, and 541330, Engineering Services—are much smaller at $5.21 billion and $1.92 billion, indicating a steep drop-off after the primary manufacturing code. Award activity is more distributed than obligated dollars, with significant award counts in 541330 and 488190, but relatively low dollar volume in those categories, suggesting many smaller support and services transactions alongside large aircraft manufacturing awards.

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 = '81755'
        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 26,386,056,112.19 26.39 billion 2,084
2024 21,228,499,387.63 21.23 billion 2,070
2023 22,742,486,899.18 22.74 billion 2,342
2022 28,138,767,877.11 28.14 billion 2,472
2021 11,166,914,192.13 11.17 billion 2,467
2020 22,033,077,984.25 22.03 billion 2,485
2019 27,624,094,185.99 27.62 billion 2,070
2018 21,919,554,518.44 21.92 billion 2,217
2017 22,211,085,103.99 22.21 billion 2,438
2016 1,129,760,255.93 1.13 billion 237

Insight

Over the last 10 years, LOCKHEED MARTIN CORPORATION received $204.58 billion across 20,882 awards, averaging $9.80 million per award. Obligations are concentrated in the later years, with annual totals generally in the $21.2 billion to $28.1 billion range from 2017 through 2025, aside from a pronounced low in 2021 ($11.17 billion) and 2016 ($1.13 billion). Award counts remained relatively stable at roughly 2,000 to 2,500 per year in most years, indicating sustained high-volume procurement activity alongside elevated obligation levels.

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.