Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last 5 Years)

Federal procurement profile for LOCKHEED MARTIN CORPORATION (CAGE 02769, UEI CWM4UN76ZQW8) covering obligations, award counts, agencies, NAICS, and annual trends over the last 5 years.

LOCKHEED MARTIN CORPORATION recorded 2,834 award actions and $10.39 billion in obligated federal spending over the last 5 years, with an average action value of $3.67 million. Most obligations came from the Department of the Navy and the Missile Defense Agency, and the largest NAICS concentration was in search, detection, navigation, guidance, aeronautical, and nautical system manufacturing.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the selected 5-year analysis window and use FPDS obligation totals and award actions as provided.

CAGE Code
02769
UEI
CWM4UN76ZQW8
Total Obligated
10.39 billion
10,388,455,684.81
Award Actions
2,834
Average Action Value
3,665,651.26

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION (CAGE 02769, UEI CWM4UN76ZQW8) recorded 10.39 billion in obligated value across 2,834 awards over the last 5 years, with an average award value of 3.67 million. The profile reflects a large, sustained federal contracting footprint concentrated in high-value defense and aerospace work.

Agency mix and customer concentration

The DEPT OF THE NAVY accounts for the largest share of obligations at 5.93 billion across 1,887 awards, followed closely by the MISSILE DEFENSE AGENCY (MDA) at 4.23 billion across 664 awards. The remaining obligation base is comparatively small and spread across the DEPT OF THE AIR FORCE, U.S. COAST GUARD, and DEPT OF THE ARMY, indicating strong concentration among a few defense customers.

Industry profile based on NAICS activity

The portfolio is led by NAICS 334511 at 6.67 billion and 1,644 awards, showing primary concentration in navigation, guidance, and related systems manufacturing. NAICS 541715 adds 3.04 billion across 389 awards, while smaller volumes in propulsion manufacturing, engineering services, and electrical equipment manufacturing suggest a mix of production, R&D, and technical support work.

Annual contract trend over the analysis window

Annual obligations remained above 1.67 billion in each year of the window and rose overall from 1.67 billion in 2021 to 2.27 billion in 2025. The high point was 2024 at 2.37 billion, with award counts generally tracking in the 500-600 range, indicating steady contracting activity rather than a one-year spike.

How to interpret this page

This summary is based on FPDS Query award records for the last 5 years and uses obligated dollars and award counts attributed to LOCKHEED MARTIN CORPORATION under the provided CAGE and UEI. Agency, NAICS, and annual views are rank-ordered by total obligated value and reflect only the specified analysis period.

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 = '02769'
        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 5,932,291,183.26 5.93 billion 1,887
97JC MISSILE DEFENSE AGENCY (MDA) 4,228,255,532.60 4.23 billion 664
5700 DEPT OF THE AIR FORCE 77,504,756.07 77.50 million 67
7008 U.S. COAST GUARD 77,312,954.35 77.31 million 58
2100 DEPT OF THE ARMY 56,599,087.29 56.60 million 3
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 12,234,688.53 12.23 million 101
97AS DEFENSE LOGISTICS AGENCY 4,257,482.71 4.26 million 54

Insight

Over the last 5 years, LOCKHEED MARTIN CORPORATION’s obligations are highly concentrated in two agencies: the Department of the Navy and the Missile Defense Agency account for 10.16 billion of 10.39 billion total obligated, or about 98% of the vendor’s funded activity. The Department of the Navy is the largest buyer at 5.93 billion across 1,887 awards, followed closely by MDA at 4.23 billion across 664 awards. Remaining agencies contribute comparatively small amounts, with the next highest obligations each under 80 million, indicating a narrow agency base outside the Navy and MDA.

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 = '02769'
        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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 6,672,868,296.94 6.67 billion 1,644
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 3,036,822,065.50 3.04 billion 389
336415 GUIDED MISSILE AND SPACE VEHICLE PROPULSION UNIT AND PROPULSION UNIT PARTS MANUFACTURING 441,776,474.53 441.78 million 30
541330 ENGINEERING SERVICES 143,215,876.59 143.22 million 294
335999 ALL OTHER MISCELLANEOUS ELECTRICAL EQUIPMENT AND COMPONENT MANUFACTURING 62,295,962.71 62.30 million 77
517810 ALL OTHER TELECOMMUNICATIONS 24,280,880.30 24.28 million 15
334513 INSTRUMENTS AND RELATED PRODUCTS MANUFACTURING FOR MEASURING, DISPLAYING, AND CONTROLLING INDUSTRIAL PROCESS VARIABLES 18,101,723.40 18.10 million 26
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 15,664,695.91 15.66 million 156
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 9,272,602.00 9.27 million 6
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 7,667,961.00 7.67 million 8

Insight

LOCKHEED MARTIN CORPORATION’s obligations over the last 5 years are highly concentrated in two NAICS codes: 334511 accounts for $6.67 billion across 1,644 awards, and 541715 accounts for $3.04 billion across 389 awards. Together, these two codes represent roughly 93% of the vendor’s $10.39 billion total obligated, indicating a strong emphasis on aeronautical/navigation systems manufacturing and physical/engineering/life sciences R&D. The remaining obligations are materially smaller and spread across several NAICS codes, with only 336415 exceeding $400 million; the rest are each below $150 million, suggesting a long tail of more limited activity.

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 = '02769'
        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 2,271,088,286.51 2.27 billion 552
2024 2,368,211,768.94 2.37 billion 626
2023 2,182,353,749.08 2.18 billion 520
2022 1,895,009,006.58 1.90 billion 537
2021 1,671,792,873.70 1.67 billion 599

Insight

LOCKHEED MARTIN CORPORATION (CAGE 02769) received $10.39 billion across 2,834 awards over the last 5 years, with an average award value of $3.67 million. Obligations increased from $1.67 billion in 2021 to $2.27 billion in 2025, with a peak in 2024 at $2.37 billion, indicating a generally rising funding profile over the period. Award counts remained relatively stable but varied between 520 and 626 annually, suggesting obligations were concentrated in a consistent volume of awards rather than a sharp shift in transaction frequency.

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.