Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last 5 Years)

FPDS analysis for LOCKHEED MARTIN CORPORATION (CAGE 64059, UEI XFJMYSYFJEK4) covering the last 5 years of federal contract obligations and award activity.

LOCKHEED MARTIN CORPORATION recorded $38.18 billion in obligated federal awards across 3,977 actions in the last 5 years, with an average action value of $9.60 million. The Department of the Army accounted for most obligations, followed by the Missile Defense Agency, and guided missile and space vehicle manufacturing was the dominant NAICS category.

Generated at 03/21/2026

Analysis period: Last 5 years

Amounts reflect obligated values in the selected analysis window and may differ from currently available FPDS records due to later modifications or corrections.

CAGE Code
64059
UEI
XFJMYSYFJEK4
Total Obligated
38.18 billion
38,175,218,120.36
Award Actions
3,977
Average Action Value
9,598,998.77

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION (CAGE 64059, UEI XFJMYSYFJEK4) recorded 3,977 FPDS obligations totaling 38.18 billion over the last 5 years, with an average award value of 9.60 million. The profile is heavily weighted toward large defense procurement actions, indicating a concentration in high-value aerospace and missile-related contract activity.

Agency mix and customer concentration

The DEPT OF THE ARMY dominates the buyer mix with 32.65 billion across 3,271 awards, accounting for the clear majority of obligated dollars. MISSILE DEFENSE AGENCY (MDA) is the second-largest customer at 5.27 billion, while the DEPT OF THE AIR FORCE, DARPA, and DLA contribute comparatively small shares, showing a highly concentrated federal customer base centered on Army and missile defense programs.

Industry profile based on NAICS activity

The vendor’s NAICS profile is anchored by 336414, Guided Missile and Space Vehicle Manufacturing, which alone represents 33.55 billion and 1,888 awards. Secondary activity appears in 336413 and 336419, reinforcing a missile and aircraft components focus, with smaller but material obligations in logistics consulting and R&D services that suggest supporting engineering and program execution work.

Annual contract trend over the analysis window

Annual obligations rose to 10.92 billion in 2025 after a mid-period range of roughly 5.02 billion to 7.57 billion in 2021 through 2024. Award counts remained elevated across the period, peaking at 870 in 2024 before easing to 810 in 2025, which indicates continued high transaction volume even as dollar value increased.

How to interpret this page

This summary uses FPDS obligations associated with LOCKHEED MARTIN CORPORATION over the last 5 years, keyed to CAGE 64059 and UEI XFJMYSYFJEK4. Agency, NAICS, and annual trend views are based on total obligated dollars and award counts in the provided dataset; figures are reported as supplied and rounded only where readability requires.

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 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
2100 DEPT OF THE ARMY 32,645,831,705.99 32.65 billion 3,271
97JC MISSILE DEFENSE AGENCY (MDA) 5,271,435,672.18 5.27 billion 378
5700 DEPT OF THE AIR FORCE 132,244,918.02 132.24 million 116
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 85,757,233.98 85.76 million 36
97AS DEFENSE LOGISTICS AGENCY 32,266,791.21 32.27 million 126
1700 DEPT OF THE NAVY 10,202,233.00 10.20 million 24
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -2,520,434.02 -2.52 million 26

Insight

Over the last 5 years, LOCKHEED MARTIN CORPORATION’s obligations are highly concentrated in two agencies: the Department of the Army accounts for $32.65 billion of $38.18 billion total obligated, and the Missile Defense Agency adds another $5.27 billion. Together, these two agencies represent nearly all recorded obligations, indicating a very narrow customer base and strong dependence on Army and MDA spending. The remaining agencies contribute comparatively small amounts, with only minor activity from the Air Force, DARPA, DLA, and Navy, and a small negative obligation at DCMA.

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 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
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 33,554,557,773.29 33.55 billion 1,888
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 1,984,905,247.75 1.98 billion 53
336419 OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 1,149,097,866.56 1.15 billion 845
541614 PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES 483,648,747.09 483.65 million 258
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 354,173,837.58 354.17 million 190
541330 ENGINEERING SERVICES 339,556,890.44 339.56 million 396
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 226,610,386.27 226.61 million 95
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 49,213,165.13 49.21 million 21
335931 CURRENT-CARRYING WIRING DEVICE MANUFACTURING 20,288,476.16 20.29 million 22
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 7,441,247.11 7.44 million 61

Insight

Over the last 5 years, Lockheed Martin Corporation’s obligations are highly concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing, which accounts for $33.55 billion of the $38.18 billion total obligated and 1,888 of 3,977 awards. The next largest NAICS categories are far smaller, with 336413 at $1.98 billion and 336419 at $1.15 billion, indicating a strong core focus in missile/space vehicle manufacturing and related parts production. Non-manufacturing work is present but materially smaller and more distributed across consulting, R&D, and engineering services, each well below $500 million.

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 5 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

Insight

LOCKHEED MARTIN CORPORATION shows a pronounced upward obligation trend over the last 5 years, increasing from $5.02 billion in 2021 to $10.92 billion in 2025, with total obligated amounting to $38.18 billion across 3,977 awards. Obligations were relatively stable in 2022 through 2024, ranging from $7.16 billion to $7.57 billion, before rising sharply in 2025. Award volume remained fairly consistent year to year, between 751 and 870 awards, indicating that the increase in obligations was driven more by larger award values than by a significant change in award count.

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.