Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last 5 Years)

Federal procurement profile for LOCKHEED MARTIN CORPORATION (CAGE 38597, UEI MJENSFHZJP11) covering obligations, awards, agencies, and NAICS activity over the last 5 years.

LOCKHEED MARTIN CORPORATION recorded $2.136 billion in obligated federal awards across 4,384 actions in the last 5 years, with an average action value of $487,236.83. Most obligations were from the Department of the Navy and the Defense Logistics Agency, with work concentrated in ship building and repair, aircraft engine and parts manufacturing, and guided missile propulsion production.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the listed analysis window and may include negative obligations in agency-level figures, such as DCMA.

CAGE Code
38597
UEI
MJENSFHZJP11
Total Obligated
2.14 billion
2,136,046,266.24
Award Actions
4,384
Average Action Value
487,236.83

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION (CAGE 38597, UEI MJENSFHZJP11) received $2.14 billion across 4,384 awards in the last 5 years, with an average award value of $487,236.83. The award profile is highly fragmented by count, but dollar value is concentrated in a relatively small number of large procurement actions.

Agency mix and customer concentration

The Department of the Navy is the dominant buyer, accounting for $1.41 billion across 943 awards, or roughly two-thirds of total obligated value. The Defense Logistics Agency is the next-largest source of demand with $723.41 million across 3,410 awards, indicating a much higher-volume, lower-dollar transaction pattern. DCMA shows a small negative obligated amount of -$2.34 million across 31 awards, which suggests adjustments or deobligations rather than new net funding.

Industry profile based on NAICS activity

Demand is concentrated in ship building and repairing (NAICS 336611) and aircraft engine and parts manufacturing (336412), which together account for more than $1.55 billion of obligated value. Guided missile and space vehicle propulsion manufacturing (336415) adds another $295.00 million despite only 8 awards, pointing to very large, specialized obligations. Engineering services (541330) and aerospace/navigation systems manufacturing (334511) provide additional support but at materially lower dollar levels.

Annual contract trend over the analysis window

Annual obligations peaked in 2021 at $621.72 million across 1,661 awards and then declined to $364.00 million in 2022 before rebounding to $474.58 million in 2023. Funding remained elevated in 2024 at $432.21 million and eased to $243.54 million in 2025, based on the current analysis window. Award counts also fell sharply after 2022, indicating fewer but still substantial obligations in the most recent years.

How to interpret this page

This summary is based on FPDS obligations for the vendor identified by CAGE 38597 and UEI MJENSFHZJP11 over the last 5 years. Agency, NAICS, and annual rollups reflect obligated dollars and award counts only; negative obligations are retained as reported to preserve netting effects. Values are rounded for readability and may differ slightly from underlying totals due to rounding.

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 = '38597'
        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
1700 DEPT OF THE NAVY 1,414,975,327.52 1.41 billion 943
97AS DEFENSE LOGISTICS AGENCY 723,407,259.15 723.41 million 3,410
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -2,336,320.43 -2.34 million 31

Insight

Over the last 5 years, LOCKHEED MARTIN CORPORATION’s obligations are concentrated in two agencies: the DEPT OF THE NAVY accounts for $1.41 billion across 943 awards, while the DEFENSE LOGISTICS AGENCY accounts for $723.41 million across 3,410 awards. Together, these two agencies represent nearly all of the vendor’s $2.14 billion in obligated value during the period, with the Navy driving higher average award value and DLA driving higher award volume. DCMA has a negligible negative obligation total of $2.34 million across 31 awards, indicating only minor adjustment activity relative to the vendor’s overall federal spend.

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 = '38597'
        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
336611 SHIP BUILDING AND REPAIRING 840,576,901.60 840.58 million 635
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 713,979,423.64 713.98 million 255
336415 GUIDED MISSILE AND SPACE VEHICLE PROPULSION UNIT AND PROPULSION UNIT PARTS MANUFACTURING 295,001,641.73 295.00 million 8
541330 ENGINEERING SERVICES 152,365,551.87 152.37 million 163
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 62,487,000.00 62.49 million 25
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 53,404,580.01 53.40 million 70
332912 FLUID POWER VALVE AND HOSE FITTING MANUFACTURING 9,472,612.90 9.47 million 3,135
325920 EXPLOSIVES MANUFACTURING 7,849,555.74 7.85 million 15
332994 SMALL ARMS, ORDNANCE, AND ORDNANCE ACCESSORIES MANUFACTURING 672,158.00 672.16 thousand 5
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 200,000.00 200.00 thousand 5

Insight

Over the last 5 years, LOCKHEED MARTIN CORPORATION’s obligations are concentrated in a small number of NAICS codes, with Ship Building and Repairing (336611) and Aircraft Engine and Engine Parts Manufacturing (336412) accounting for the largest shares at 840.58 million and 713.98 million, respectively. Guided Missile and Space Vehicle Propulsion Unit and Propulsion Unit Parts Manufacturing (336415) adds 295.00 million but only 8 awards, indicating high-dollar, low-frequency activity in that segment. Award volume is more dispersed than dollars, with 3,135 awards in Fluid Power Valve and Hose Fitting Manufacturing (332912) generating only 9.47 million, while the remaining listed NAICS codes contribute smaller obligation totals across engineering, electronics, munitions, and R&D.

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 = '38597'
        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 243,536,583.18 243.54 million 144
2024 432,206,568.15 432.21 million 190
2023 474,575,899.85 474.58 million 799
2022 364,002,975.38 364.00 million 1,590
2021 621,724,239.68 621.72 million 1,661

Insight

Over the last 5 years, LOCKHEED MARTIN CORPORATION (CAGE 38597) received $2.14 billion across 4,384 awards, averaging $487.2K per award. Obligations are concentrated in 2021 at $621.7 million and then decline in 2022, followed by a rebound in 2023-2024 before decreasing again in 2025. Award volume is also highest in 2021-2022 and drops materially in 2023-2025, indicating a shift toward fewer awards with generally lower annual obligation levels in the most recent years.

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.