Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last 10 Years)

FPDS procurement profile for LOCKHEED MARTIN CORPORATION (CAGE 38597, UEI MJENSFHZJP11) covering federal obligations over the last 10 years.

LOCKHEED MARTIN CORPORATION recorded $8.23 billion in obligations across 8,099 award actions in the last 10 years, with an average action value of $1,016,298.27. Most obligations were issued by the Department of the Navy and the Defense Logistics Agency, led by ship building and repairing and aircraft-related NAICS codes.

Generated at 03/21/2026

Analysis period: Last 10 years

Amounts reflect FPDS award-action obligations in the selected 10-year window and may include both positive and negative adjustments.

CAGE Code
38597
UEI
MJENSFHZJP11
Total Obligated
8.23 billion
8,230,999,736.46
Award Actions
8,099
Average Action Value
1,016,298.27

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION recorded 8.23 billion in obligated value across 8,099 awards in the last 10 years, with an average award value of about 1.02 million. The activity profile indicates a high-volume federal contractor with spending concentrated in defense-related procurement and a relatively small number of very large obligations driving total value.

Agency mix and customer concentration

The Department of the Navy is the dominant buying agency, accounting for 7.06 billion across 1,958 awards, which represents the clear center of the vendor’s federal relationship. The Defense Logistics Agency contributed another 1.18 billion across 6,083 awards, while DCMA shows a negative obligated value of 10.41 million across 58 awards, indicating net de-obligation or downward adjustment activity rather than new spend.

Industry profile based on NAICS activity

The vendor’s obligations are heavily concentrated in NAICS 336611, Ship Building and Repairing, with 5.75 billion across 1,178 awards. Additional volume is concentrated in aircraft engine and parts manufacturing, guided missile and space vehicle propulsion manufacturing, engineering services, and navigation and guidance system manufacturing, reinforcing a defense aerospace and naval systems portfolio.

Annual contract trend over the analysis window

Recent annual obligations show variability rather than steady growth, with 621.72 million in 2021, 364.00 million in 2022, and 474.58 million in 2023. Obligations increased to 432.21 million in 2024 and 243.54 million in 2025; award counts also fell from 1,661 in 2021 to 144 in 2025, suggesting a shift in mix or incomplete-year effects rather than a simple volume decline.

How to interpret this page

This summary uses FPDS award data for the vendor identified by CAGE 38597 and UEI MJENSFHZJP11 over the last 10 years. Totals reflect obligated dollars and award counts in the provided dataset, and annual figures for 2025 may be partial depending on the reporting cutoff.

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 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 7,061,073,949.43 7.06 billion 1,958
97AS DEFENSE LOGISTICS AGENCY 1,180,337,905.27 1.18 billion 6,083
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -10,412,118.24 -10.41 million 58

Insight

Over the last 10 years, LOCKHEED MARTIN CORPORATION’s obligations are highly concentrated in the DEPT OF THE NAVY, which accounts for $7.06 billion across 1,958 awards, or the clear majority of the vendor’s $8.23 billion total. The DEFENSE LOGISTICS AGENCY is the second-largest customer by obligation at $1.18 billion but accounts for most of the award volume with 6,083 awards, indicating a much smaller average award size than Navy obligations. DCMA shows a negative obligated amount of $10.41 million across 58 awards, which may reflect deobligations or adjustments rather than new funding.

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 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
336611 SHIP BUILDING AND REPAIRING 5,753,810,963.97 5.75 billion 1,178
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 1,156,114,947.71 1.16 billion 293
336415 GUIDED MISSILE AND SPACE VEHICLE PROPULSION UNIT AND PROPULSION UNIT PARTS MANUFACTURING 550,055,006.28 550.06 million 15
541330 ENGINEERING SERVICES 303,845,730.72 303.85 million 308
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 121,046,418.00 121.05 million 39
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 112,787,753.97 112.79 million 361
334519 OTHER MEASURING AND CONTROLLING DEVICE MANUFACTURING 74,415,030.00 74.42 million 26
326211 TIRE MANUFACTURING (EXCEPT RETREADING) 65,690,446.66 65.69 million 15
332994 SMALL ARMS, ORDNANCE, AND ORDNANCE ACCESSORIES MANUFACTURING 27,992,536.19 27.99 million 15
325920 EXPLOSIVES MANUFACTURING 24,194,603.91 24.19 million 18

Insight

Over the last 10 years, LOCKHEED MARTIN CORPORATION’s obligations are highly concentrated in NAICS 336611, Ship Building and Repairing, which accounts for $5.75 billion of the $8.23 billion total obligated. The next largest categories are far smaller, led by NAICS 336412, Aircraft Engine and Parts Manufacturing, at $1.16 billion, and NAICS 336415, Guided Missile and Space Vehicle Propulsion Unit and Parts Manufacturing, at $550.06 million, indicating a portfolio concentrated in defense and aerospace production. Outside these top three, obligations drop sharply, with Engineering Services and subsequent NAICS codes each representing materially smaller shares of total spend, suggesting a long tail of supporting procurements rather than broad distribution across industries.

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 10 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
2020 713,381,636.54 713.38 million 1,101
2019 3,215,517,870.55 3.22 billion 889
2018 1,411,811,062.09 1.41 billion 1,521
2017 721,679,401.84 721.68 million 190
2016 32,563,499.20 32.56 million 14

Insight

Over the last 10 years, Lockheed Martin Corporation (CAGE 38597) received $8.23 billion across 8,099 awards, with an average award value of about $1.02 million. Obligations are highly concentrated in a few years, led by 2019 at $3.22 billion, followed by 2018 at $1.41 billion and 2020–2023 ranging from $364.00 million to $713.38 million annually. Activity was much lower in 2016–2017, then increased sharply in 2018–2019 before moderating in 2020–2025, indicating a recent downward shift from the 2019 peak.

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.