Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last 5 Years)

Federal procurement profile for LOCKHEED MARTIN CORPORATION (CAGE 81755, UEI G4KDGE4JFFK7) covering obligations, awards, agencies, and NAICS activity over the last 5 years.

Over the last 5 years, LOCKHEED MARTIN CORPORATION received 11,435 federal award actions totaling $109.66 billion, with an average action value of $9.59 million. Funding was concentrated in the Department of the Navy and Department of the Air Force, and most obligations fell under aircraft manufacturing.

Generated at 03/21/2026

Analysis period: Last 5 years

This summary uses readable and exact obligated amounts from FPDS-based query results for the last 5 years and reflects the top agencies, NAICS codes, and annual trends provided.

CAGE Code
81755
UEI
G4KDGE4JFFK7
Total Obligated
109.66 billion
109,662,724,468.24
Award Actions
11,435
Average Action Value
9,590,093.96

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION (CAGE 81755, UEI G4KDGE4JFFK7) recorded 109.66 billion in obligated federal spending across 11,435 awards over the last 5 years, for an average award value of 9.59 million. The profile is highly concentrated in large defense and aerospace contracts rather than a broad small-award base.

Agency mix and customer concentration

The DEPT OF THE NAVY is the dominant buying agency, accounting for 94.42 billion and 2,655 awards, which indicates a strong concentration of spend in naval and maritime programs. The DEPT OF THE AIR FORCE is the second-largest customer at 15.06 billion across 6,966 awards, while DCMA, DARPA, and NASA contribute comparatively small but relevant follow-on demand.

Industry profile based on NAICS activity

NAICS 336411 AIRCRAFT MANUFACTURING overwhelmingly drives the vendor's obligations at 102.09 billion across 4,229 awards, showing that core fixed-wing and related platform production is the primary revenue base. Secondary activity appears in 336413, 541715, 334511, and 541330, which together point to parts manufacturing, R&D, avionics and guidance systems, and engineering services supporting broader weapons-system and aircraft programs.

Annual contract trend over the analysis window

Annual obligations peaked in 2022 at 28.14 billion, followed by a dip in 2023 and 2024 before rebounding to 26.39 billion in 2025. Award counts remained relatively stable in the 2,000-2,500 range each year, suggesting that year-to-year changes were driven more by contract size than by transaction volume.

How to interpret this page

This summary uses FPDS obligation data for the last 5 years and aggregates awards by vendor, agency, NAICS, and fiscal year. Dollar values reflect obligated amounts as reported in the source data; award counts represent recorded FPDS actions within the analysis window.

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 = '81755'
        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 94,422,901,442.10 94.42 billion 2,655
5700 DEPT OF THE AIR FORCE 15,062,850,540.49 15.06 billion 6,966
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 75,328,716.29 75.33 million 1,204
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 50,411,679.58 50.41 million 38
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 23,788,288.75 23.79 million 139
97JC MISSILE DEFENSE AGENCY (MDA) 14,781,821.00 14.78 million 20
97AS DEFENSE LOGISTICS AGENCY 10,999,727.20 11.00 million 391
7008 U.S. COAST GUARD 1,662,252.83 1.66 million 22

Insight

Over the last 5 years, LOCKHEED MARTIN CORPORATION’s obligations are heavily concentrated in the Department of the Navy, which accounts for $94.42 billion of the firm’s $109.66 billion total obligated, or about 86%. The Department of the Air Force is the only other major customer, at $15.06 billion, while all remaining listed agencies are each below $76 million, indicating a steep drop-off after the top two buyers. Award volume is also concentrated: the Air Force leads in count with 6,966 awards versus 2,655 for the Navy, suggesting a mix of fewer high-dollar Navy actions and a higher volume of smaller Air Force awards.

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 = '81755'
        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
336411 AIRCRAFT MANUFACTURING 102,087,550,919.77 102.09 billion 4,229
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 2,270,659,962.23 2.27 billion 1,668
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 1,830,761,273.76 1.83 billion 356
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 1,220,007,689.13 1.22 billion 91
541330 ENGINEERING SERVICES 1,140,869,703.96 1.14 billion 3,367
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 515,484,368.36 515.48 million 362
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 338,893,924.22 338.89 million 1,018
611512 FLIGHT TRAINING 97,673,845.51 97.67 million 16
541519 OTHER COMPUTER RELATED SERVICES 53,192,056.00 53.19 million 3
561990 ALL OTHER SUPPORT SERVICES 49,025,310.51 49.03 million 11

Insight

Over the last 5 years, obligations for LOCKHEED MARTIN CORPORATION are highly concentrated in NAICS 336411, Aircraft Manufacturing, which accounts for $102.09 billion of $109.66 billion total obligated dollars, or the clear majority of awards in scope. The next-largest categories—336413, 541715, 334511, and 541330—are materially smaller, ranging from $1.14 billion to $2.27 billion, indicating a steep drop-off after the primary manufacturing line. Award activity is broader than dollar concentration suggests, with 11,435 total awards spread across multiple NAICS codes, including higher award counts in 541330 and 488190 despite comparatively modest obligated amounts.

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 = '81755'
        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 26,386,056,112.19 26.39 billion 2,084
2024 21,228,499,387.63 21.23 billion 2,070
2023 22,742,486,899.18 22.74 billion 2,342
2022 28,138,767,877.11 28.14 billion 2,472
2021 11,166,914,192.13 11.17 billion 2,467

Insight

Over the last 5 years, LOCKHEED MARTIN CORPORATION (CAGE 81755) received $109.66 billion across 11,435 awards, averaging $9.59 million per award. Obligations were highest in 2022 at $28.14 billion, then declined in 2023 and 2024 before rising again in 2025 to $26.39 billion, indicating a high but somewhat uneven annual funding profile. Award counts remained relatively stable from 2021 through 2025, ranging from 2,070 to 2,472, suggesting broad distribution of obligated dollars across a consistently large volume of actions.

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.