Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last 10 Years)

Federal procurement profile for LOCKHEED MARTIN CORPORATION (CAGE 64059, UEI XFJMYSYFJEK4) covering obligated awards, agencies, NAICS codes, and annual trends over the last 10 years.

LOCKHEED MARTIN CORPORATION recorded 6,701 award actions and $64.98 billion in obligated federal spending over the last 10 years, with an average action value of $9.70 million. Most obligations came from the Department of the Army and the Missile Defense Agency, with procurement concentrated in guided missile and space vehicle manufacturing.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect readable totals for the selected 10-year analysis window and may differ slightly from rounded displays.

CAGE Code
64059
UEI
XFJMYSYFJEK4
Total Obligated
64.98 billion
64,981,426,043.71
Award Actions
6,701
Average Action Value
9,697,272.95

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION (CAGE 64059, UEI XFJMYSYFJEK4) recorded 64.98 billion in FPDS obligations across 6,701 awards over the last 10 years, for an average award value of 9.70 million. The profile is highly concentrated in large-scale defense procurement rather than a broad transaction base, as reflected by the size of the obligations relative to the award count.

Agency mix and customer concentration

The Department of the Army is the dominant customer, accounting for 52.47 billion across 5,480 awards, or the clear majority of total obligations. The Missile Defense Agency is the second-largest buyer at 11.99 billion across 629 awards, while the Department of the Air Force, DARPA, and DLA contribute comparatively smaller portions, indicating a customer mix centered on Army and missile defense programs.

Industry profile based on NAICS activity

The vendor’s NAICS mix is anchored in guided missile and space vehicle manufacturing, which alone represents 51.99 billion and 2,922 awards. Related missile and aerospace manufacturing categories add substantial volume, especially other guided missile and space vehicle parts and auxiliary equipment manufacturing at 8.48 billion, while engineering and logistics consulting are material but secondary activity areas.

Annual contract trend over the analysis window

Recent annual obligations remain elevated and volatile, with 10.92 billion in 2025 after 7.16 billion in 2024 and 7.57 billion in 2023. The 2021-2025 pattern shows sustained multi-billion-dollar annual activity, with 2025 currently the highest year in the provided window and 2021 the lowest among the listed years.

How to interpret this page

This summary uses FPDS obligations associated with LOCKHEED MARTIN CORPORATION, identified by CAGE 64059 and UEI XFJMYSYFJEK4, over the last 10 years. Agency, NAICS, and annual views are based on total obligated dollars and award counts from the provided dataset; percentages and rankings were inferred only from those figures and no additional sources were used.

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 = '64059'
        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
2100 DEPT OF THE ARMY 52,470,414,636.95 52.47 billion 5,480
97JC MISSILE DEFENSE AGENCY (MDA) 11,991,225,529.72 11.99 billion 629
5700 DEPT OF THE AIR FORCE 330,751,076.89 330.75 million 186
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 133,115,084.98 133.12 million 55
97AS DEFENSE LOGISTICS AGENCY 47,041,586.68 47.04 million 238
1700 DEPT OF THE NAVY 19,580,793.56 19.58 million 48
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 240,000.00 240.00 thousand 3
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -10,942,665.07 -10.94 million 62

Insight

Over the last 10 years, LOCKHEED MARTIN CORPORATION’s obligations are highly concentrated with the DEPT OF THE ARMY and the MISSILE DEFENSE AGENCY, which together account for 64.46 billion of the vendor’s 64.98 billion in total obligations. The DEPT OF THE ARMY alone represents 52.47 billion across 5,480 awards, indicating a dominant and sustained procurement relationship; MDA adds 11.99 billion across 629 awards. All other listed agencies are comparatively minor, each below 0.4 billion, with the DEPT OF THE AIR FORCE at 330.75 million and DARPA at 133.12 million.

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 = '64059'
        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
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 51,985,648,751.28 51.99 billion 2,922
336419 OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 8,476,072,184.10 8.48 billion 1,506
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 1,985,583,478.95 1.99 billion 57
541614 PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES 730,267,667.51 730.27 million 421
541330 ENGINEERING SERVICES 633,730,838.56 633.73 million 771
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 454,868,693.56 454.87 million 250
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 257,228,746.79 257.23 million 143
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 210,247,587.00 210.25 million 52
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 182,434,282.71 182.43 million 160
335931 CURRENT-CARRYING WIRING DEVICE MANUFACTURING 20,288,476.16 20.29 million 22

Insight

Over the last 10 years, Lockheed Martin Corporation’s obligated dollars are highly concentrated in guided missile and space vehicle manufacturing, with NAICS 336414 accounting for $51.99 billion across 2,922 awards, or roughly 80% of total obligated value. A second missile/space manufacturing code, NAICS 336419, adds $8.48 billion and 1,506 awards, bringing the combined share of those two NAICS codes to about 93% of total obligations. The remaining activity is distributed across smaller aerospace manufacturing and technical services categories, each well below $2.0 billion, indicating a strong core concentration in defense aerospace production with limited diversification outside adjacent support and engineering services.

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 = '64059'
        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 10,922,631,102.97 10.92 billion 810
2024 7,157,312,215.94 7.16 billion 870
2023 7,567,444,170.60 7.57 billion 787
2022 7,507,830,174.66 7.51 billion 759
2021 5,020,000,456.19 5.02 billion 751
2020 9,627,151,713.86 9.63 billion 761
2019 8,282,839,657.90 8.28 billion 648
2018 5,419,472,108.78 5.42 billion 669
2017 3,267,205,190.09 3.27 billion 600
2016 209,539,252.72 209.54 million 46

Insight

Over the last 10 years, LOCKHEED MARTIN CORPORATION (CAGE 64059) received $64.98 billion across 6,701 awards, averaging about $9.70 million per award. Obligations were heavily concentrated in recent years, with 2025 at $10.92 billion, 2020 at $9.63 billion, and a sustained range of roughly $5.02 billion to $7.57 billion from 2021 through 2024. Earlier activity was materially lower, including $3.27 billion in 2017 and just $209.54 million in 2016, indicating a pronounced upward shift in obligated volume 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.