Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last 10 Years)

LOCKHEED MARTIN CORPORATION (CAGE 03640, UEI HJP4JZG1FUL9) has 7,734 federal award actions and $12.69 billion obligated over the last 10 years.

LOCKHEED MARTIN CORPORATION’s federal procurement profile is concentrated in defense aviation and related systems work, with most obligations flowing through the Department of the Navy. The company’s largest NAICS categories are other aircraft parts and auxiliary equipment manufacturing and aircraft manufacturing, and annual obligations have remained above $1.19 billion in each of the last five reported years.

Generated at 03/21/2026

Analysis period: Last 10 years

This page summarizes readable obligation and action-count data for the last 10 years and reflects the top agencies, NAICS codes, and annual trends provided.

CAGE Code
03640
UEI
HJP4JZG1FUL9
Total Obligated
12.69 billion
12,693,523,550.08
Award Actions
7,734
Average Action Value
1,641,262.41

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION (CAGE 03640, UEI HJP4JZG1FUL9) recorded $12.69 billion in obligated federal awards across 7,734 actions over the last 10 years, for an average award value of $1.64 million. The volume and dollar concentration indicate a large, recurring federal supplier relationship rather than isolated transactions.

Agency mix and customer concentration

Obligations are heavily concentrated at the DEPT OF THE NAVY, which accounts for $10.82 billion and 3,838 awards, or the clear majority of observed spend. Smaller but still material activity is spread across DEFENSE MICROELECTRONICS ACTIVITY (DMEA), the DEPT OF THE AIR FORCE, the DEFENSE LOGISTICS AGENCY, and the DEPT OF THE ARMY, indicating a defense-wide customer base with naval dominance.

Industry profile based on NAICS activity

The portfolio is led by NAICS 336413, OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING, with $6.57 billion and 5,385 awards, followed by NAICS 336411, AIRCRAFT MANUFACTURING, with $4.61 billion and 578 awards. Service and systems work appears as a secondary layer, led by NAICS 541330, ENGINEERING SERVICES, with $709.67 million, while additional obligations are tied to support activities and aeronautical/navigation systems manufacturing.

Annual contract trend over the analysis window

Annual obligations remain elevated throughout the observed period, peaking at $2.26 billion in 2021 and staying near $1.97 billion to $2.08 billion in 2022 and 2023. The last two years in the window show a lower but still substantial level of activity at $1.23 billion in 2024 and $1.19 billion in 2025, with award counts remaining high each year.

How to interpret this page

This summary is based on FPDS obligations associated with LOCKHEED MARTIN CORPORATION over the last 10 years using the provided CAGE code and UEI. Agency, NAICS, and annual views are derived from obligated dollars and award counts in the supplied analysis set; values are rounded as provided. No additional sources or inferred contract details were used.

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 = '03640'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 10,816,303,273.85 10.82 billion 3,838
9771 DEFENSE MICROELECTRONICS ACTIVITY (DMEA) 726,391,979.84 726.39 million 362
5700 DEPT OF THE AIR FORCE 449,607,629.54 449.61 million 580
97AS DEFENSE LOGISTICS AGENCY 417,529,112.11 417.53 million 1,297
2100 DEPT OF THE ARMY 301,437,369.21 301.44 million 248
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 11,507,900.00 11.51 million 16
97BZ DEFENSE FINANCE AND ACCOUNTING SERVICE (DFAS) -761,878.04 -761.88 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -28,491,836.43 -28.49 million 1,392

Insight

Over the last 10 years, LOCKHEED MARTIN CORPORATION received 12.69 billion across 7,734 awards, with obligations highly concentrated in the DEPT OF THE NAVY at 10.82 billion across 3,838 awards, or about 85% of total obligated. The next largest funding sources were much smaller: DMEA at 726.39 million, the DEPT OF THE AIR FORCE at 449.61 million, DLA at 417.53 million, and the DEPT OF THE ARMY at 301.44 million. Award volume is more distributed than dollars, with DLA and DCMA accounting for substantial counts despite comparatively lower or negative net obligations.

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 = '03640'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 6,566,643,555.20 6.57 billion 5,385
336411 AIRCRAFT MANUFACTURING 4,605,124,101.46 4.61 billion 578
541330 ENGINEERING SERVICES 709,668,943.81 709.67 million 541
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 301,401,790.79 301.40 million 178
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 295,122,123.92 295.12 million 182
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 63,914,026.36 63.91 million 61
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 44,073,004.36 44.07 million 166
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 35,770,447.45 35.77 million 117
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 30,357,004.32 30.36 million 174
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 16,565,447.18 16.57 million 27

Insight

Over the last 10 years, LOCKHEED MARTIN CORPORATION’s obligations under CAGE 03640 are highly concentrated in aircraft-related manufacturing. NAICS 336413 and 336411 account for about 9.0 billion of 12.69 billion in total obligated dollars, or roughly 71% combined, with 5,963 awards across those two categories. The next largest category, 541330 Engineering Services, is a distant third at 709.67 million, indicating a substantial drop-off after the core aerospace manufacturing base.

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 = '03640'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 1,191,017,003.86 1.19 billion 801
2024 1,230,103,261.17 1.23 billion 844
2023 2,080,287,928.12 2.08 billion 914
2022 1,969,067,884.07 1.97 billion 903
2021 2,264,232,485.75 2.26 billion 811
2020 2,579,529,021.78 2.58 billion 875
2019 540,920,409.11 540.92 million 896
2018 500,965,397.89 500.97 million 824
2017 295,423,394.17 295.42 million 852
2016 41,976,764.16 41.98 million 14

Insight

Over the last 10 years, LOCKHEED MARTIN CORPORATION (CAGE 03640) obligated $12.69 billion across 7,734 awards, averaging $1.64 million per award. Obligations are heavily concentrated in the most recent six years, with annual totals rising from $41.98 million in 2016 to a peak of $2.58 billion in 2020 and remaining above $1.19 billion through 2025. Award volume is relatively steady from 2017 through 2025, generally between 801 and 914 awards per year, indicating that recent growth is driven more by higher-dollar obligations than by large changes 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.