Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last 5 Years)

LOCKHEED MARTIN CORPORATION (CAGE 03538, UEI H11HD5VHGHN3) received 5.85 billion in federal obligations across 3,179 award actions in the last five years.

Most of the activity was concentrated at the Department of the Navy and the Department of the Army, with smaller totals from the Air Force, Defense Logistics Agency, and NOAA. The largest spend category was NAICS 334511, search, detection, navigation, guidance, aeronautical, and nautical system and instrument manufacturing, which accounted for 4.61 billion.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the last 5 years of FPDS-observed award actions and may not capture obligations outside the selected analysis window or data refresh timing.

CAGE Code
03538
UEI
H11HD5VHGHN3
Total Obligated
5.85 billion
5,851,440,386.90
Award Actions
3,179
Average Action Value
1,840,654.41

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION recorded 5.85 billion in FPDS-obligated awards over the last 5 years across 3,179 awards, with an average award value of 1.84 million. The profile shows a high-volume, large-dollar federal supplier relationship centered in defense and aerospace procurement.

Agency mix and customer concentration

The DEPT OF THE NAVY is the dominant customer, accounting for 3.02 billion across 1,704 awards, followed by the DEPT OF THE ARMY at 2.06 billion across 387 awards. The DEPT OF THE AIR FORCE adds 723.48 million, while the DEFENSE LOGISTICS AGENCY contributes a smaller but material 58.30 million; NOAA appears only marginally in the period.

Industry profile based on NAICS activity

Award activity is concentrated in NAICS 334511, which alone represents 4.61 billion and 1,102 awards, indicating core work in navigation, guidance, and related systems manufacturing. Secondary activity appears in R&D under NAICS 541715 and ammunition manufacturing under 332993, with additional work in engineering services and aircraft parts manufacturing, showing a mix of production, development, and support functions.

Annual contract trend over the analysis window

Obligations increased materially from 687.91 million in 2021 to 1.67 billion in 2024, with a slight easing to 1.03 billion in 2025 to date. The annual pattern suggests sustained federal demand with a peak in 2024, while award counts remained relatively stable in the 500-700 range each year.

How to interpret this page

This summary is based on FPDS award obligations associated with CAGE 03538 and UEI H11HD5VHGHN3 over the last 5 years. Agency, NAICS, and annual totals reflect the provided analysis window and are presented as obligation- and award-count-based rollups only.

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 = '03538'
        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 3,020,662,855.34 3.02 billion 1,704
2100 DEPT OF THE ARMY 2,060,773,941.29 2.06 billion 387
5700 DEPT OF THE AIR FORCE 723,475,189.75 723.48 million 282
97AS DEFENSE LOGISTICS AGENCY 58,295,899.25 58.30 million 510
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 760,588.46 760.59 thousand 4
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 14,668.40 14.67 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -12,542,755.59 -12.54 million 291

Insight

Over the last 5 years, LOCKHEED MARTIN CORPORATION’s obligations of $5.85 billion are highly concentrated in the Department of the Navy ($3.02 billion, 1,704 awards) and Department of the Army ($2.06 billion, 387 awards), which together account for the large majority of obligated dollars. The Department of the Air Force is a distant third at $723.48 million across 282 awards, while the Defense Logistics Agency contributes a comparatively small $58.30 million but 510 awards, indicating a higher volume of lower-dollar activity. Obligations to NOAA and NASA are immaterial, and DCMA reflects a net negative obligation of $12.54 million across 291 awards, suggesting downward adjustment activity 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 = '03538'
        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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 4,605,384,082.66 4.61 billion 1,102
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 635,068,553.83 635.07 million 107
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 260,766,877.20 260.77 million 79
541330 ENGINEERING SERVICES 135,512,504.57 135.51 million 145
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 94,024,868.57 94.02 million 874
334515 INSTRUMENT MANUFACTURING FOR MEASURING AND TESTING ELECTRICITY AND ELECTRICAL SIGNALS 65,394,573.62 65.39 million 15
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 10,607,360.64 10.61 million 29
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 7,906,425.86 7.91 million 150
811210 ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 6,550,554.84 6.55 million 60
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 5,112,778.77 5.11 million 39

Insight

Over the last 5 years, Lockheed Martin Corporation’s obligations are highly concentrated in NAICS 334511, which accounts for $4.61 billion across 1,102 awards, or roughly 79% of the vendor’s $5.85 billion total obligated. The next largest category, NAICS 541715, is materially smaller at $635.07 million, indicating a steep drop-off after the core aerospace and defense manufacturing line of business. The remaining top NAICS codes are comparatively fragmented, with several higher-award-count categories carrying much lower obligated dollars, suggesting a broad but secondary distribution of activity across engineering, parts, and electronics-related work.

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 = '03538'
        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 1,033,086,426.13 1.03 billion 704
2024 1,670,494,220.53 1.67 billion 741
2023 1,542,744,917.20 1.54 billion 590
2022 917,208,286.03 917.21 million 597
2021 687,906,537.01 687.91 million 547

Insight

Over the last 5 years, LOCKHEED MARTIN CORPORATION (CAGE 03538) received $5.85 billion across 3,179 awards, with an average award value of $1.84 million. Obligations were concentrated in 2023-2025, accounting for about 71% of the total, and peaked in 2024 at $1.67 billion across 741 awards. Annual obligations increased from $687.91 million in 2021 to $1.03 billion in 2025, indicating a generally upward funding trend with year-to-year variation in award volume.

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.