Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last 5 Years)

Federal procurement summary for LOCKHEED MARTIN CORPORATION (CAGE 04939, UEI H7PNSVNN5827) covering obligations, awards, agencies, NAICS, and yearly trends over the last 5 years.

Over the last 5 years, LOCKHEED MARTIN CORPORATION recorded 3,831 award actions with total obligations of $19.02 billion and an average action value of $4.96 million. The largest share of obligations came from the Department of the Air Force, followed by the Department of the Army and the Department of the Navy.

Generated at 03/21/2026

Analysis period: Last 5 years

Agency, NAICS, and annual totals reflect the provided analysis window and may not include all contracting activity outside the readable totals shown here.

CAGE Code
04939
UEI
H7PNSVNN5827
Total Obligated
19.02 billion
19,018,856,465.56
Award Actions
3,831
Average Action Value
4,964,462.66

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION recorded 3,831 FPDS awards with total obligations of 19.02 billion over the last 5 years, for an average award value of 4.96 million. The vendor’s CAGE code is 04939 and UEI is H7PNSVNN5827. Spending is highly concentrated in large defense and aerospace obligations rather than a broad set of small awards.

Agency mix and customer concentration

Obligations are dominated by the DEPT OF THE AIR FORCE at 12.07 billion across 1,916 awards, followed by the DEPT OF THE ARMY at 5.75 billion across 1,077 awards. The DEPT OF THE NAVY adds 1.09 billion, while the Defense Logistics Agency and DARPA contribute much smaller but still relevant volumes. This mix indicates a primarily Department of Defense customer base with limited non-core agency exposure.

Industry profile based on NAICS activity

The profile is concentrated in guided missile and space vehicle manufacturing, led by NAICS 336414 at 11.78 billion and 1,318 awards. Related missile propulsion and aircraft parts categories add substantial volume, including NAICS 336415 at 2.38 billion and NAICS 336413 at 1.55 billion. R&D activity is present but secondary, with NAICS 541715 contributing 630.72 million.

Annual contract trend over the analysis window

Annual obligations peaked in 2025 at 6.40 billion, after rising from 3.18 billion in 2021 to 3.44 billion in 2023 and 4.41 billion in 2024, with a dip to 1.59 billion in 2022. Award counts remained consistently high across the period, ranging from 677 to 819 annually. The pattern suggests sustained contract flow with volatility in dollar volume driven by a smaller number of large awards.

How to interpret this page

This summary uses FPDS award records associated with CAGE 04939 and UEI H7PNSVNN5827 over the last 5 years. Obligations, award counts, and averages are based on the provided dataset and grouped by awarding agency, NAICS code, and fiscal year. No values are inferred beyond the supplied figures.

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 = '04939'
        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
5700 DEPT OF THE AIR FORCE 12,071,894,173.85 12.07 billion 1,916
2100 DEPT OF THE ARMY 5,746,384,907.48 5.75 billion 1,077
1700 DEPT OF THE NAVY 1,094,761,767.21 1.09 billion 563
97AS DEFENSE LOGISTICS AGENCY 105,649,660.18 105.65 million 44
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 23,031,088.32 23.03 million 27
1406 DEPARTMENTAL OFFICES 10,430,304.98 10.43 million 8
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -33,295,436.46 -33.30 million 196

Insight

Over the last 5 years, obligations to LOCKHEED MARTIN CORPORATION are highly concentrated in the Department of the Air Force and Department of the Army, which together account for 17.82 billion of the 19.02 billion obligated, or about 94 percent. The Department of the Navy is a distant third at 1.09 billion, while all other listed agencies each obligated less than 106 million. DCMA shows a net negative obligated amount of 33.30 million across 196 awards, indicating significant deobligations or adjustments within the period.

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 = '04939'
        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 11,784,475,552.73 11.78 billion 1,318
336415 GUIDED MISSILE AND SPACE VEHICLE PROPULSION UNIT AND PROPULSION UNIT PARTS MANUFACTURING 2,379,636,327.07 2.38 billion 134
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 1,554,666,827.64 1.55 billion 228
336419 OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 664,051,667.58 664.05 million 291
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 630,718,525.57 630.72 million 102
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 576,111,781.77 576.11 million 607
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 363,776,446.58 363.78 million 25
541330 ENGINEERING SERVICES 337,109,699.30 337.11 million 607
336411 AIRCRAFT MANUFACTURING 315,999,042.47 316.00 million 217
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 113,672,099.90 113.67 million 51

Insight

Over the last 5 years, LOCKHEED MARTIN CORPORATION’s obligations are heavily concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing, which accounts for $11.78 billion of the $19.02 billion total, or roughly 62% of obligations across 1,318 awards. The next largest categories are 336415 at $2.38 billion and 336413 at $1.55 billion, indicating a strong emphasis on missile, space vehicle, and related aerospace manufacturing work. The remaining NAICS codes are materially smaller and more dispersed, with no other category exceeding $664.05 million, which suggests a broad but secondary mix of research, engineering, and technical support 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 = '04939'
        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 6,400,549,239.59 6.40 billion 677
2024 4,406,001,748.77 4.41 billion 819
2023 3,435,694,070.34 3.44 billion 769
2022 1,592,220,324.87 1.59 billion 751
2021 3,184,391,081.99 3.18 billion 815

Insight

Over the last 5 years, LOCKHEED MARTIN CORPORATION (CAGE 04939) received $19.02 billion across 3,831 awards, averaging $4.96 million per award. Obligations were unevenly distributed, with 2025 totaling $6.40 billion, the highest annual amount in the period, followed by $4.41 billion in 2024 and $3.44 billion in 2023. A lower point occurred in 2022 at $1.59 billion, before obligations increased again in 2023 through 2025, while annual award counts remained relatively stable at 677 to 819.

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.