Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last 5 Years)

LOCKHEED MARTIN CORPORATION (CAGE 04236, UEI FYHNA5WC8XD7) has 1,771 federal award actions totaling $14.40 billion over the last 5 years.

LOCKHEED MARTIN CORPORATION shows concentrated federal contracting activity with the Department of the Air Force, Department of the Navy, and NASA accounting for most obligations in the last 5 years. The largest NAICS areas are R&D in the physical, engineering, and life sciences and guided missile and space vehicle manufacturing, which align with the vendor’s core defense and aerospace work.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect award actions recorded in the FPDS query window and are summarized by obligations, not contract ceiling value.

CAGE Code
04236
UEI
FYHNA5WC8XD7
Total Obligated
14.40 billion
14,404,625,666.30
Award Actions
1,771
Average Action Value
8,133,611.33

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION recorded 14.40 billion in obligations across 1,771 awards over the last 5 years, with an average award value of 8.13 million. The profile indicates a large, high-value federal contracting base concentrated in defense and space-related missions.

Agency mix and customer concentration

The Department of the Air Force is the largest buyer at 6.02 billion across 695 awards, followed by the Department of the Navy at 5.08 billion across 335 awards. NASA is also a major customer at 3.18 billion across 581 awards, while smaller amounts appear with the Immediate Office of the Secretary of Defense and the Space Development Agency.

Industry profile based on NAICS activity

The award base is anchored in research and development and aerospace manufacturing. NAICS 541715 and 336414 are the two largest categories, together accounting for more than 10.7 billion, followed by NAICS 541710 and 541330; telecommunications activity under NAICS 517919 is materially smaller.

Annual contract trend over the analysis window

Annual obligations were strongest in 2022 and 2023 at 3.40 billion and 3.19 billion, then moderated to 2.25 billion in 2024 before rising to 2.79 billion in 2025. Award counts stayed broadly stable in the low-to-mid 300s each year, suggesting relatively consistent transaction volume despite fluctuations in dollar value.

How to interpret this page

This summary reflects FPDS Query data for LOCKHEED MARTIN CORPORATION, CAGE 04236, UEI FYHNA5WC8XD7, limited to the last 5 years. Totals are based on obligated dollars and award counts as reported in the provided dataset; no additional sources or assumptions 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 = '04236'
        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
5700 DEPT OF THE AIR FORCE 6,016,326,381.47 6.02 billion 695
1700 DEPT OF THE NAVY 5,078,478,435.58 5.08 billion 335
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 3,177,198,857.40 3.18 billion 581
97AD IMMEDIATE OFFICE OF THE SECRETARY OF DEFENSE 151,581,964.00 151.58 million 14
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
97JC MISSILE DEFENSE AGENCY (MDA) -2,855,681.60 -2.86 million 30
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -10,424,751.29 -10.42 million 95
8900 ENERGY, DEPARTMENT OF -19,749,680.49 -19.75 million 6

Insight

Over the last 5 years, obligations to LOCKHEED MARTIN CORPORATION totaled $14.40 billion across 1,771 awards, with spending concentrated in the Department of the Air Force ($6.02 billion; 695 awards) and Department of the Navy ($5.08 billion; 335 awards). These two agencies account for the large majority of obligated dollars, indicating a strong concentration of demand within the defense portfolio. NASA is the next largest customer at $3.18 billion and 581 awards, while other agencies contribute relatively small amounts. Negative obligations appear in several smaller accounts, including DCMA, MDA, and DOE, which partially offset gross spending totals.

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 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
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 5,440,551,932.55 5.44 billion 491
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 5,335,623,471.07 5.34 billion 774
541710 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES 2,303,869,052.87 2.30 billion 227
541330 ENGINEERING SERVICES 1,152,161,815.77 1.15 billion 165
517919 ALL OTHER TELECOMMUNICATIONS 173,530,342.63 173.53 million 75
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 18,067,088.12 18.07 million 24
481212 NONSCHEDULED CHARTERED FREIGHT AIR TRANSPORTATION 599,961.99 599.96 thousand 4
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 223,464.00 223.46 thousand 4
561210 FACILITIES SUPPORT SERVICES -19,749,680.49 -19.75 million 6

Insight

Lockheed Martin Corporation’s obligations over the last 5 years are concentrated in a small set of NAICS codes, with two categories accounting for the vast majority of dollars: 541715 at $5.44 billion across 491 awards and 336414 at $5.34 billion across 774 awards. Including 541710 and 541330 brings the top four NAICS to $14.23 billion, or nearly all of the vendor’s $14.40 billion total obligated. Award activity is also heavily centered in these mission-aligned R&D, manufacturing, and engineering codes, while all other NAICS represent comparatively small shares and include a negative obligated amount in 561210 of $19.75 million.

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 5 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

Insight

Over the last 5 years, LOCKHEED MARTIN CORPORATION (CAGE 04236) obligated $14.40 billion across 1,771 awards, with an average award value of $8.13 million. Annual obligations were concentrated in a relatively narrow band of $2.25 billion to $3.40 billion, indicating a stable funding profile rather than sharp volatility. Obligations peaked in 2022 at $3.40 billion, remained elevated in 2023 at $3.19 billion, declined in 2024 to $2.25 billion, and partially recovered in 2025 to $2.79 billion. Award counts were also steady, ranging from 342 to 377 per year, suggesting consistent award activity across 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.