Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last 10 Years)

Federal procurement profile for LOCKHEED MARTIN CORPORATION (CAGE 79272, UEI KFN4YJH98D51) covering obligations, awards, agencies, NAICS codes, and yearly trends over the last 10 years.

LOCKHEED MARTIN CORPORATION recorded 741 award actions and $2,396,353,768.85 in obligated federal spending in the last 10 years, with an average action value of $3,233,945.70. Most obligations were placed by the DEPT OF THE AIR FORCE, and the largest NAICS concentration was ENGINEERING SERVICES under 541330.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals and rankings reflect FPDS award records in the stated analysis window and may include negative obligations from deobligations or contract adjustments.

CAGE Code
79272
UEI
KFN4YJH98D51
Total Obligated
2.40 billion
2,396,353,768.85
Award Actions
741
Average Action Value
3,233,945.70

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION (CAGE 79272, UEI KFN4YJH98D51) recorded $2.40 billion in obligated value across 741 awards over the last 10 years, with an average award value of $3.23 million. The profile indicates a high-volume federal supplier with substantial concentration in large, mission-oriented awards.

Agency mix and customer concentration

Obligations are overwhelmingly concentrated in the DEPT OF THE AIR FORCE, which accounts for $2.40 billion across 693 awards and effectively defines the vendor’s federal customer base in this window. Smaller activity appears with the DEPT OF THE ARMY at $4.72 million across 4 awards, while negative obligated totals for ENERGY, DEPARTMENT OF and DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) likely reflect deobligations or contract adjustments rather than new demand.

Industry profile based on NAICS activity

The vendor’s obligations are anchored in NAICS 541330, Engineering Services, with $1.71 billion across 336 awards, indicating a dominant engineering and technical services footprint. Manufacturing and R&D categories are also material, led by 336414 Guided Missile and Space Vehicle Manufacturing at $310.81 million and 541715 R&D in the physical, engineering, and life sciences at $279.02 million, with additional support from 541690 consulting services and 517810 telecommunications.

Annual contract trend over the analysis window

Annual obligations are elevated in the most recent year shown, reaching $932.03 million in 2025 across 69 awards, well above prior years in the displayed series. 2024 through 2021 show a lower but still substantial range from $307.35 million to $128.67 million, suggesting recurring contracting activity with a pronounced increase in the latest period.

How to interpret this page

This summary is based on FPDS obligation data for the last 10 years, grouped by vendor identity using the provided CAGE code and UEI. Totals, award counts, and averages reflect the supplied overview and breakdowns; negative obligation values are retained as reported and may indicate modifications, deobligations, or contract corrections.

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 = '79272'
        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
5700 DEPT OF THE AIR FORCE 2,399,550,149.85 2.40 billion 693
2100 DEPT OF THE ARMY 4,721,479.92 4.72 million 4
8900 ENERGY, DEPARTMENT OF -454,378.74 -454.38 thousand 4
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -7,463,482.18 -7.46 million 40

Insight

Over the last 10 years, obligations to LOCKHEED MARTIN CORPORATION are overwhelmingly concentrated at the DEPT OF THE AIR FORCE, which accounts for about $2.40 billion across 693 awards and effectively represents the vendor’s entire funded activity in this period. The only other positive obligations are modest by comparison, led by the DEPT OF THE ARMY at $4.72 million across 4 awards. Negative obligations from the DEFENSE CONTRACT MANAGEMENT AGENCY (-$7.46 million across 40 awards) and the DEPARTMENT OF ENERGY (-$454.38 thousand across 4 awards) indicate net downward adjustments that partially offset the Air Force total.

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 = '79272'
        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
541330 ENGINEERING SERVICES 1,712,831,968.67 1.71 billion 336
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 310,810,345.01 310.81 million 124
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 279,022,002.89 279.02 million 75
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 74,171,281.17 74.17 million 135
517810 ALL OTHER TELECOMMUNICATIONS 11,693,871.00 11.69 million 11
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 7,270,963.86 7.27 million 21
334515 INSTRUMENT MANUFACTURING FOR MEASURING AND TESTING ELECTRICITY AND ELECTRICAL SIGNALS 1,551,236.89 1.55 million 19
336419 OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING -7,000.01 -7.00 thousand 6
336415 GUIDED MISSILE AND SPACE VEHICLE PROPULSION UNIT AND PROPULSION UNIT PARTS MANUFACTURING -454,378.74 -454.38 thousand 4
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES -536,521.89 -536.52 thousand 10

Insight

Over the last 10 years, LOCKHEED MARTIN CORPORATION’s obligated dollars are heavily concentrated in NAICS 541330, Engineering Services, which accounts for $1.71 billion across 336 awards, or about 71% of total obligated value. The next largest categories are 336414, Guided Missile and Space Vehicle Manufacturing, at $310.81 million across 124 awards, and 541715, R&D in the physical, engineering, and life sciences, at $279.02 million across 75 awards, indicating a strong technical and defense-oriented portfolio. Award volume is more dispersed than dollar value, with 741 total awards and smaller recurring obligations in consulting, telecommunications, and software-related NAICS codes; several lower-ranked categories also include negative obligated amounts, suggesting deobligations or adjustments in those sectors.

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 = '79272'
        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 932,028,781.35 932.03 million 69
2024 307,353,646.99 307.35 million 67
2023 205,109,551.33 205.11 million 76
2022 157,710,322.87 157.71 million 58
2021 128,668,426.09 128.67 million 71
2020 129,226,797.62 129.23 million 92
2019 132,932,029.70 132.93 million 84
2018 222,359,122.02 222.36 million 121
2017 180,965,090.88 180.97 million 103

Insight

Over the last 10 years, obligations for LOCKHEED MARTIN CORPORATION are highly concentrated in FY 2025, which accounts for 932.03 million of the 2.40 billion total, or about 39% of all obligated value in the period. Prior years are materially lower and relatively stable, generally ranging from 128.67 million to 307.35 million annually, indicating a sharp year-end increase rather than a sustained multi-year growth pattern. Award volume does not track obligation value proportionally: FY 2025 has 69 awards versus 121 in FY 2018, suggesting larger award values in the most recent 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.