Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last 5 Years)

Federal procurement profile for LOCKHEED MARTIN CORPORATION (CAGE 0L1E5, UEI LXKGXB75YKY6) covering the last 5 years of FPDS award activity.

Over the last 5 years, LOCKHEED MARTIN CORPORATION recorded 850 award actions and $2.33 billion in obligated funding, with an average action value of $2.74 million. Most obligations came from the Department of the Air Force and DARPA, and the largest NAICS categories were aircraft manufacturing and R&D in the physical, engineering, and life sciences.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations range from $277.29 million in 2025 to $597.83 million in 2023, and the DCMA row includes negative obligated dollars in the source data.

CAGE Code
0L1E5
UEI
LXKGXB75YKY6
Total Obligated
2.33 billion
2,327,501,609.27
Award Actions
850
Average Action Value
2,738,237.18

About LOCKHEED MARTIN CORPORATION federal contract activity

Over the last 5 years, LOCKHEED MARTIN CORPORATION (CAGE 0L1E5, UEI LXKGXB75YKY6) received 850 awards totaling $2.33 billion in obligated value, for an average award value of $2.74 million. The profile indicates a large, sustained federal procurement presence concentrated in defense and aerospace programs.

Agency mix and customer concentration

The Department of the Air Force is the dominant buyer, accounting for $1.32 billion across 625 awards, which makes it the primary driver of the vendor’s federal revenue in the period. DARPA is the second-largest source at $802.94 million across 99 awards, followed by NASA at $224.82 million across 87 awards; Navy activity is comparatively small, and DCMA shows a net negative obligated value, likely reflecting administrative adjustments rather than new buying.

Industry profile based on NAICS activity

Award activity is concentrated in aircraft manufacturing under NAICS 336411, which represents $1.49 billion across 617 awards. Research and development in the physical, engineering, and life sciences under NAICS 541715 is the next largest category at $815.51 million across 106 awards, while aircraft engine manufacturing and related engineering/R&D codes appear as smaller supporting lines of business.

Annual contract trend over the analysis window

Annual obligated value peaked in 2023 at $597.83 million, then declined to $388.65 million in 2024 and $277.29 million in 2025. Despite lower recent annual totals, the vendor maintained substantial award volume across the window, with yearly counts ranging from 95 to 192 awards.

How to interpret this page

This summary is based on FPDS-observed obligations for the vendor’s CAGE code and UEI over the last 5 years. Agency and NAICS mixes are ranked by total obligated value, and annual trend figures reflect obligations by fiscal year; negative obligations are retained as reported in the source data.

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 = '0L1E5'
        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 1,317,500,725.51 1.32 billion 625
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 802,935,042.88 802.94 million 99
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 224,815,840.43 224.82 million 87
1700 DEPT OF THE NAVY 2,839,424.71 2.84 million 11
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -20,589,424.26 -20.59 million 28

Insight

Over the last 5 years, LOCKHEED MARTIN CORPORATION received $2.33 billion across 850 awards, with obligation activity concentrated in the DEPT OF THE AIR FORCE and DARPA. The DEPT OF THE AIR FORCE accounts for $1.32 billion and 625 awards, or a majority of both dollars and actions, while DARPA adds $802.94 million across 99 awards, indicating strong concentration in a small number of defense agencies. NASA is a secondary customer at $224.82 million across 87 awards, and the DEPT OF THE NAVY represents a minimal share at $2.84 million. DCMA shows negative obligations of $20.59 million, which reduces net obligated value 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 = '0L1E5'
        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 1,486,029,313.17 1.49 billion 617
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 815,512,757.64 815.51 million 106
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 14,543,949.40 14.54 million 18
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 12,488,687.64 12.49 million 36
541330 ENGINEERING SERVICES 2,796,462.81 2.80 million 18
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 1,000.00 1.00 thousand 1
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING -3,870,561.39 -3.87 million 54

Insight

Over the last 5 years, LOCKHEED MARTIN CORPORATION’s obligations are highly concentrated in two NAICS codes: 336411 Aircraft Manufacturing accounts for $1.49 billion across 617 awards, and 541715 R&D in the physical, engineering, and life sciences accounts for $815.51 million across 106 awards. These two sectors represent the clear majority of the vendor’s $2.33 billion total obligated value, indicating a portfolio centered on aircraft production and related R&D activity. Remaining NAICS codes are comparatively small, with only limited obligations in aircraft engine and parts manufacturing, engineering services, and other niche categories; 336413 also shows a negative obligated amount of $3.87 million across 54 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 = '0L1E5'
        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 277,285,855.29 277.29 million 95
2024 388,648,627.03 388.65 million 192
2023 597,828,838.69 597.83 million 184
2022 555,162,525.76 555.16 million 189
2021 508,575,762.50 508.58 million 190

Insight

Over the last 5 years, LOCKHEED MARTIN CORPORATION (CAGE 0L1E5) obligated $2.33 billion across 850 awards, averaging $2.74 million per award. Annual obligations were relatively stable from 2021 through 2023 at roughly $509 million to $598 million, then declined in 2024 to $388.65 million and further in 2025 to $277.29 million. Award counts were highest in 2022-2024 at 184-192 awards per year, then dropped to 95 in 2025, indicating a lower volume and lower obligated value in the most recent year.

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.