Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last 10 Years)

Federal procurement profile for LOCKHEED MARTIN CORPORATION (CAGE 04236, UEI FYHNA5WC8XD7) covering awards and obligations over the last 10 years.

LOCKHEED MARTIN CORPORATION recorded 2,667 award actions and $19.92 billion in obligated dollars during the analysis window, with an average action value of $7.47 million. NASA, the Department of the Air Force, and the Department of the Navy account for most of the obligated value, and the award mix is concentrated in guided missile and space vehicle manufacturing plus research and engineering services.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations remained in the multi-billion-dollar range in each listed year, with 2022 and 2023 near the high end of the recent period.

CAGE Code
04236
UEI
FYHNA5WC8XD7
Total Obligated
19.92 billion
19,923,323,954.18
Award Actions
2,667
Average Action Value
7,470,312.69

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION (CAGE 04236, UEI FYHNA5WC8XD7) recorded 2,667 FPDS awards totaling $19.92 billion over the last 10 years, with an average award value of $7.47 million. The profile reflects sustained high-dollar federal contracting activity concentrated in defense and space-related requirements.

Agency mix and customer concentration

Obligations are led by the National Aeronautics and Space Administration at $7.66 billion across 1,028 awards, followed closely by the Department of the Air Force at $7.53 billion across 966 awards and the Department of the Navy at $5.90 billion across 360 awards. The remaining spend is comparatively small and is concentrated in the Immediate Office of the Secretary of Defense and the Missile Defense Agency, indicating a heavily defense-centric customer base with NASA as a major non-DoD buyer.

Industry profile based on NAICS activity

The largest NAICS category is 336414, Guided Missile and Space Vehicle Manufacturing, at $7.44 billion and 1,144 awards, which aligns with the vendor’s core aerospace and defense production base. Significant additional obligations fall under R&D classifications 541715 and 541710, together accounting for more than $12 billion, while engineering services and telecommunications represent smaller but material support functions.

Annual contract trend over the analysis window

Annual obligations from 2021 through 2025 stayed in the multi-billion-dollar range, peaking in 2022 at $3.40 billion and remaining strong in 2023 at $3.19 billion. Activity eased in 2024 to $2.25 billion before rising again in 2025 to $2.79 billion; award counts stayed relatively stable year to year, suggesting continued contract flow even when annual dollar totals fluctuated.

How to interpret this page

This summary is based on FPDS award records matched to vendor identifiers CAGE 04236 and UEI FYHNA5WC8XD7 for the last 10 years. Obligated amounts, award counts, agency totals, NAICS totals, and annual trends reflect the provided analysis window and are rounded as reported; no separate contract validation or scope adjustment was applied.

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 = '04236'
        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
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 7,655,703,294.45 7.66 billion 1,028
5700 DEPT OF THE AIR FORCE 7,527,775,608.09 7.53 billion 966
1700 DEPT OF THE NAVY 5,902,608,906.58 5.90 billion 360
97AD IMMEDIATE OFFICE OF THE SECRETARY OF DEFENSE 189,090,456.00 189.09 million 18
97JC MISSILE DEFENSE AGENCY (MDA) 33,796,225.09 33.80 million 160
97SD SPACE DEVELOPMENT AGENCY (SDA) 9,377,123.00 9.38 million 3
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 2,944,246.00 2.94 million 5
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 1,748,772.23 1.75 million 7
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -11,678,260.94 -11.68 million 106
8900 ENERGY, DEPARTMENT OF -1,388,042,416.32 -1.39 billion 14

Insight

Over the last 10 years, LOCKHEED MARTIN CORPORATION’s obligations are highly concentrated in three agencies: NASA ($7.66 billion, 1,028 awards), the Department of the Air Force ($7.53 billion, 966 awards), and the Department of the Navy ($5.90 billion, 360 awards). These three agencies account for the vast majority of the vendor’s $19.92 billion in total obligated value, indicating a strong concentration in aerospace and defense demand. Remaining agencies represent comparatively small obligational volumes, with several entries at the million-dollar level and two negative-obligation totals, including DCMA (-$11.68 million) and DOE (-$1.39 billion).

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 = '04236'
        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
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 7,435,819,885.43 7.44 billion 1,144
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 6,348,190,335.15 6.35 billion 576
541710 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES 5,802,705,665.91 5.80 billion 554
541330 ENGINEERING SERVICES 1,411,116,259.98 1.41 billion 185
517919 ALL OTHER TELECOMMUNICATIONS 264,324,642.05 264.32 million 113
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 47,405,984.64 47.41 million 63
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 677,393.00 677.39 thousand 1
481212 NONSCHEDULED CHARTERED FREIGHT AIR TRANSPORTATION 656,961.99 656.96 thousand 5
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES 491,676.00 491.68 thousand 3
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 248,164.00 248.16 thousand 6

Insight

Over the last 10 years, LOCKHEED MARTIN CORPORATION’s obligations are highly concentrated in defense and technical NAICS categories. Guided Missile and Space Vehicle Manufacturing (336414) is the largest category at $7.44 billion across 1,144 awards, followed by two R&D NAICS codes, 541715 and 541710, at $6.35 billion and $5.80 billion respectively. Engineering Services (541330) is a secondary but still material category at $1.41 billion, while the remaining NAICS codes account for comparatively small obligation amounts, indicating a narrow procurement profile centered on aerospace, R&D, and engineering 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 = '04236'
        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 2,790,789,377.71 2.79 billion 343
2024 2,247,018,141.12 2.25 billion 377
2023 3,189,050,900.65 3.19 billion 359
2022 3,397,890,663.40 3.40 billion 350
2021 2,779,876,583.42 2.78 billion 342
2020 2,438,581,848.56 2.44 billion 286
2019 1,876,388,460.29 1.88 billion 246
2018 1,350,077,610.96 1.35 billion 177
2017 -486,849,631.93 -486.85 million 153
2016 340,500,000.00 340.50 million 34

Insight

Over the last 10 years, LOCKHEED MARTIN CORPORATION (CAGE 04236) obligated 19.92 billion across 2,667 awards, averaging 7.47 million per award. Obligations are concentrated in the most recent five years, with annual totals generally ranging from 2.24 billion to 3.40 billion from 2020 through 2025, compared with materially lower levels in 2016–2019. The series also includes a negative obligated amount in 2017 (-486.85 million), indicating an unusual downward adjustment that materially distorts the lower end of the trend. Award counts increased from 34 in 2016 to a peak of 377 in 2024, supporting a broad expansion in procurement activity over the period.

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.