Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last Year)

Federal procurement profile for LOCKHEED MARTIN CORPORATION (CAGE 81755, UEI G4KDGE4JFFK7) covering the last full year of federal obligations and award activity.

In the last full year, LOCKHEED MARTIN CORPORATION recorded $26.39 billion in obligated federal awards across 2,084 actions, for an average action value of $12.66 million. The Department of the Navy accounted for most obligations at $23.50 billion, followed by the Department of the Air Force at $2.94 billion.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the provided analysis window only; agency, NAICS, and annual totals are based on obligated dollars and award counts in the supplied data.

CAGE Code
81755
UEI
G4KDGE4JFFK7
Total Obligated
26.39 billion
26,386,056,112.19
Award Actions
2,084
Average Action Value
12,661,255.33

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION (CAGE 81755, UEI G4KDGE4JFFK7) recorded $26.39 billion in obligated federal awards across 2,084 actions in the last full year, for an average award value of $12.66 million. The profile reflects a very large, defense-centered vendor with spend concentrated in a small number of high-value awards rather than a broad tail of low-dollar transactions.

Agency mix and customer concentration

The DEPT OF THE NAVY accounted for the vast majority of obligations at $23.50 billion across 470 awards, making it the dominant buying activity in the period. The DEPT OF THE AIR FORCE was the second-largest customer at $2.94 billion across 1,222 awards, while all remaining top agencies were small by comparison, each contributing only in the low-millions. This mix indicates a strongly concentrated customer base anchored in the Department of Defense.

Industry profile based on NAICS activity

NAICS 336411, Aircraft Manufacturing, drove nearly all reported obligations at $25.30 billion across 815 awards, indicating the core of the vendor’s federal work is aircraft-related production and delivery. Secondary activity was materially smaller and spread across R&D, repair and maintenance, engineering services, and guidance/navigation-related manufacturing, with each of those categories well below $500 million. The NAICS profile therefore shows a primary manufacturing concentration with supporting technical and sustainment work.

Annual contract trend over the analysis window

The annual trend shows $26.39 billion obligated in 2025 across 2,084 awards, which is the full observed period in the provided dataset. Because only one year is available, this page supports point-in-time analysis rather than multi-year growth or decline assessment. The 2025 baseline should be treated as the current reference for subsequent comparisons.

How to interpret this page

This vendor page is based on FPDS award data for the analysis window labeled Last full year and uses obligations as the primary measure of procurement volume. Agency and NAICS views are ranked by total obligated dollars, with award counts shown to indicate transaction dispersion. Values are presented as reported in the source data and rounded only in the readable summaries.

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 1 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 23,495,607,296.04 23.50 billion 470
5700 DEPT OF THE AIR FORCE 2,939,627,815.43 2.94 billion 1,222
97AS DEFENSE LOGISTICS AGENCY 5,454,527.03 5.45 million 255
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 5,024,847.52 5.02 million 23
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 3,134,521.58 3.13 million 9
97JC MISSILE DEFENSE AGENCY (MDA) 450,500.00 450.50 thousand 3
7008 U.S. COAST GUARD 394,464.00 394.46 thousand 3
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -63,637,859.41 -63.64 million 99

Insight

Lockheed Martin Corporation’s last full year obligations were highly concentrated in the Department of the Navy, which accounted for $23.50 billion of the $26.39 billion total, or the clear majority of vendor spend. The Department of the Air Force was the second-largest customer at $2.94 billion across 1,222 awards, indicating a materially broader award footprint but much lower dollar concentration than Navy. All other agencies were individually minor by comparison, with obligations measured in millions or less, while DCMA recorded a negative $63.64 million, reducing net obligated value in 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 = '81755'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 25,300,930,273.74 25.30 billion 815
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 463,740,871.87 463.74 million 102
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 178,497,482.04 178.50 million 147
541330 ENGINEERING SERVICES 112,140,692.13 112.14 million 361
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 94,868,072.67 94.87 million 22
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 93,942,744.28 93.94 million 345
611512 FLIGHT TRAINING 75,958,990.00 75.96 million 8
541519 OTHER COMPUTER RELATED SERVICES 53,192,056.00 53.19 million 3
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 26,494,776.87 26.49 million 241
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 3,670,000.00 3.67 million 11

Insight

Lockheed Martin Corporation’s last full year obligations are highly concentrated in NAICS 336411, Aircraft Manufacturing, which accounts for $25.30 billion of the $26.39 billion total obligated across 815 of 2,084 awards. The next largest NAICS codes are much smaller by obligation, with 541715 at $463.74 million, 811219 at $178.50 million, and 541330 at $112.14 million, indicating a strong core concentration in aircraft manufacturing with secondary activity spread across R&D, repair/maintenance, and engineering services. The remaining top NAICS codes each represent less than $100 million in obligated value, suggesting a long tail of lower-dollar support and specialty 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 = '81755'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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

Insight

Over the last full year, LOCKHEED MARTIN CORPORATION (CAGE 81755) received $26.39 billion in obligations across 2,084 awards, for an average award value of $12.66 million. This indicates a high-volume, high-dollar contracting profile with obligations spread across many awards rather than concentrated in a small number of actions. Because only one annual period is provided, year-over-year trend direction cannot be assessed from this window alone.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.