Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last 10 Years)

Federal procurement profile for LOCKHEED MARTIN CORPORATION (CAGE 03538, UEI H11HD5VHGHN3) covering obligations and awards over the last 10 years.

LOCKHEED MARTIN CORPORATION recorded 8.86 billion in obligated federal awards across 5,684 actions in the last 10 years, with an average action value of 1,558,091.71. Most obligations came from the Department of the Navy and Department of the Army, and the largest NAICS share was in search, detection, navigation, guidance, aeronautical, and nautical system and instrument manufacturing.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect FPDS-observed obligations and award actions within the stated analysis window, with agency and NAICS totals showing the primary concentration of spending.

CAGE Code
03538
UEI
H11HD5VHGHN3
Total Obligated
8.86 billion
8,856,193,328.36
Award Actions
5,684
Average Action Value
1,558,091.71

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION (CAGE 03538, UEI H11HD5VHGHN3) recorded 8.86 billion in obligated federal spending across 5,684 awards over the last 10 years, for an average award value of 1.56 million. The profile is heavily defense-oriented, with spending concentrated in a small number of large, recurring procurements and a broad base of lower-value awards.

Agency mix and customer concentration

The Department of the Navy is the dominant customer, accounting for 4.43 billion across 2,617 awards, followed by the Department of the Army at 3.52 billion across 619 awards. Together, Navy and Army represent the vast majority of obligated dollars, while the Department of the Air Force adds another 799.24 million; the Defense Logistics Agency contributes a high award count but materially lower dollar volume, indicating a more transactional support role.

Industry profile based on NAICS activity

Obligations are concentrated in NAICS 334511, which alone accounts for 7.28 billion and reflects the firm’s core aerospace/defense systems footprint. Secondary activity appears in research and development, ammunition manufacturing, engineering services, and aircraft parts and auxiliary equipment, showing a mix of production, development, and sustainment work rather than a single contract type.

Annual contract trend over the analysis window

Annual obligations peaked in 2024 at 1.67 billion and remained elevated in 2023 at 1.54 billion, after a lower 2021–2022 baseline. 2025 has already reached 1.03 billion, indicating continued material spending during the current year, though below the 2024 high point.

How to interpret this page

This summary uses FPDS-observed contract obligations tied to LOCKHEED MARTIN CORPORATION over the last 10 years, grouped by awarding agency, NAICS code, and fiscal year. Totals reflect obligated dollars and award counts only; they do not imply revenue, backlog, or performance quality, and they depend on the completeness and coding consistency of the underlying FPDS records.

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 = '03538'
        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 4,430,330,120.73 4.43 billion 2,617
2100 DEPT OF THE ARMY 3,516,056,266.77 3.52 billion 619
5700 DEPT OF THE AIR FORCE 799,237,327.86 799.24 million 389
97AS DEFENSE LOGISTICS AGENCY 138,011,678.82 138.01 million 1,166
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 760,588.46 760.59 thousand 4
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 14,668.40 14.67 thousand 1
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION -1.00 -1.00 2
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -28,217,321.68 -28.22 million 886

Insight

Over the last 10 years, obligations to LOCKHEED MARTIN CORPORATION are highly concentrated in DoD agencies, led by the DEPT OF THE NAVY at $4.43 billion across 2,617 awards and the DEPT OF THE ARMY at $3.52 billion across 619 awards. These two agencies account for the clear majority of the vendor’s $8.86 billion in total obligations, indicating a strong reliance on Navy and Army demand. The DEPT OF THE AIR FORCE ($799.24 million) and DEFENSE LOGISTICS AGENCY ($138.01 million) contribute materially but at much lower levels, while non-DoD agencies represent only minor activity, including several de minimis or negative-obligation entries.

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 = '03538'
        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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 7,278,547,202.84 7.28 billion 1,855
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 774,789,394.83 774.79 million 131
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 260,766,877.20 260.77 million 79
541330 ENGINEERING SERVICES 168,125,408.84 168.13 million 229
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 147,803,110.70 147.80 million 1,518
334515 INSTRUMENT MANUFACTURING FOR MEASURING AND TESTING ELECTRICITY AND ELECTRICAL SIGNALS 83,232,102.54 83.23 million 29
336411 AIRCRAFT MANUFACTURING 20,454,753.00 20.45 million 139
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 14,225,724.36 14.23 million 119
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 10,951,409.65 10.95 million 51
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 10,456,350.41 10.46 million 196

Insight

Over the last 10 years, obligations to LOCKHEED MARTIN CORPORATION under CAGE 03538 totaled $8.86 billion across 5,684 awards, with NAICS 334511 accounting for the clear majority at $7.28 billion and 1,855 awards. The remaining obligations are distributed across a smaller set of defense- and engineering-related codes, led by 541715 ($774.79 million) and 332993 ($260.77 million), indicating a strong concentration in aeronautical/naval systems manufacturing with secondary activity in R&D and munitions. Higher award counts in 336413 (1,518 awards) and 541330 (229 awards) suggest broader transactional volume outside the dominant NAICS, but at materially lower dollar value.

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 = '03538'
        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 1,033,086,426.13 1.03 billion 704
2024 1,670,494,220.53 1.67 billion 741
2023 1,542,744,917.20 1.54 billion 590
2022 917,208,286.03 917.21 million 597
2021 687,906,537.01 687.91 million 547
2020 639,717,356.31 639.72 million 637
2019 524,227,571.84 524.23 million 694
2018 929,822,985.55 929.82 million 696
2017 900,643,741.76 900.64 million 473
2016 10,341,286.00 10.34 million 5

Insight

Over the last 10 years, LOCKHEED MARTIN CORPORATION (CAGE 03538) received $8.86 billion across 5,684 awards, averaging $1.56 million per award. Obligations are concentrated in the most recent years, with 2024 ($1.67 billion) and 2023 ($1.54 billion) representing the largest annual totals, followed by 2025 ($1.03 billion). Earlier years are materially lower and more variable, including a low point in 2016 ($10.34 million), indicating a sharp increase in obligated value over the period.

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.