Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last 10 Years)

FPDS contract profile for LOCKHEED MARTIN CORPORATION (CAGE 52088, UEI NMHFLDYJJ4C5) covering the last 10 years of federal obligations and award activity.

LOCKHEED MARTIN CORPORATION recorded 7,505 award actions and $6,141,519,452.25 in obligated value over the last 10 years, for an average action value of $818,323.71. The Department of the Navy accounted for most obligations, followed by the Federal Acquisition Service, the Department of the Air Force, the Defense Logistics Agency, and the Department of the Army.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual obligations in the recent period ranged from $590.72 million in 2022 to $744.59 million in 2024, while the leading NAICS was 334511, Search, Detection, Navigation, Guidance, Aeronautical, and Nautical System and Instrument Manufacturing.

CAGE Code
52088
UEI
NMHFLDYJJ4C5
Total Obligated
6.14 billion
6,141,519,452.25
Award Actions
7,505
Average Action Value
818,323.71

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION (CAGE 52088, UEI NMHFLDYJJ4C5) recorded 7,505 FPDS awards over the last 10 years, with total obligations of 6.14 billion and an average award value of 818,323.71. The profile indicates a high-volume, high-dollar contracting base concentrated in defense and technical work.

Agency mix and customer concentration

DEPT OF THE NAVY is the dominant buying agency by a wide margin, accounting for 5.45 billion across 5,594 awards, or the overwhelming share of total obligations in the period. The remaining agency mix is materially smaller and more diversified, led by FEDERAL ACQUISITION SERVICE, DEPT OF THE AIR FORCE, DEFENSE LOGISTICS AGENCY, and DEPT OF THE ARMY.

Industry profile based on NAICS activity

The vendor’s obligation base is anchored in NAICS 334511, which alone represents 4.64 billion across 954 awards, indicating core work in aeronautical and nautical systems and related instruments. Secondary activity appears in engineering services, computer systems design, and technical services, while bare printed circuit board manufacturing shows a high award count but relatively modest dollar value.

Annual contract trend over the analysis window

Annual obligations in the years shown remain in a narrow band, ranging from 590.72 million in 2022 to 744.59 million in 2024. Awards stayed consistently high year to year, with 2025 at 596 awards, 2024 at 754, 2023 at 771, 2022 at 644, and 2021 at 600, suggesting stable procurement demand rather than a single-year spike.

How to interpret this page

This summary is based on FPDS award records associated with CAGE 52088 and UEI NMHFLDYJJ4C5 over the last 10 years. Totals reflect obligated dollars and award counts as provided in the analysis window; agency, NAICS, and annual breakdowns are ranked by obligated value.

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 = '52088'
        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 5,449,249,864.05 5.45 billion 5,594
4732 FEDERAL ACQUISITION SERVICE 395,496,259.70 395.50 million 107
5700 DEPT OF THE AIR FORCE 190,495,425.04 190.50 million 230
97AS DEFENSE LOGISTICS AGENCY 50,766,201.70 50.77 million 1,090
2100 DEPT OF THE ARMY 28,492,362.05 28.49 million 41
7008 U.S. COAST GUARD 26,727,734.28 26.73 million 41
7014 U.S. CUSTOMS AND BORDER PROTECTION 4,054,478.00 4.05 million 6
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 3,146,166.68 3.15 million 8
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 573,196.00 573.20 thousand 3
6920 FEDERAL AVIATION ADMINISTRATION -0.10 -0.10 1

Insight

Over the last 10 years, Lockheed Martin Corporation’s obligations of $6.14 billion are highly concentrated with the DEPT OF THE NAVY, which accounts for $5.45 billion across 5,594 awards, or the clear majority of activity. The next largest obligators are much smaller by comparison: FEDERAL ACQUISITION SERVICE at $395.50 million and DEPT OF THE AIR FORCE at $190.50 million, indicating a steep drop-off after the Navy. The remaining agencies represent relatively minor and fragmented business, with limited obligations spread across several civilian and defense agencies.

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 = '52088'
        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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 4,641,546,115.05 4.64 billion 954
541330 ENGINEERING SERVICES 590,215,722.94 590.22 million 923
541512 COMPUTER SYSTEMS DESIGN SERVICES 490,399,810.51 490.40 million 291
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 94,432,673.62 94.43 million 109
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 85,514,104.25 85.51 million 1,469
334614 SOFTWARE AND OTHER PRERECORDED COMPACT DISC, TAPE, AND RECORD REPRODUCING 68,260,517.56 68.26 million 2,124
511210 SOFTWARE PUBLISHERS 53,675,677.34 53.68 million 66
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 21,036,623.52 21.04 million 41
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 20,078,163.62 20.08 million 32
333999 ALL OTHER MISCELLANEOUS GENERAL PURPOSE MACHINERY MANUFACTURING 16,252,786.46 16.25 million 179

Insight

Over the last 10 years, obligations for LOCKHEED MARTIN CORPORATION are highly concentrated in NAICS 334511, which accounts for $4.64 billion of the $6.14 billion total obligated, or roughly three-quarters of all dollars, across 954 awards. The next largest NAICS codes—541330 and 541512—add another $1.08 billion combined, indicating that most spending is tied to engineering and computer systems design services rather than being evenly distributed across many industries. Award volume is broader than dollar concentration, with higher counts in 334614 and 334412 but comparatively low obligated amounts, suggesting many smaller awards outside the dominant manufacturing category.

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 = '52088'
        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 658,333,615.99 658.33 million 596
2024 744,593,152.65 744.59 million 754
2023 691,357,136.76 691.36 million 771
2022 590,723,787.52 590.72 million 644
2021 688,735,453.36 688.74 million 600
2020 788,783,302.85 788.78 million 955
2019 660,709,983.37 660.71 million 1,055
2018 795,075,606.12 795.08 million 1,268
2017 521,413,983.65 521.41 million 851
2016 1,793,429.98 1.79 million 11

Insight

LOCKHEED MARTIN CORPORATION (CAGE 52088) recorded $6.14 billion in obligated value across 7,505 awards over the last 10 years, with an average award value of $818.3K. Annual obligations were concentrated in 2017–2025, generally ranging from $521.4 million to $795.1 million, with the highest annual obligation in 2018 ($795.1 million) and the lowest in 2016 ($1.79 million). Award volume peaked in 2018 (1,268 awards) and 2019 (1,055 awards), then declined to 596 awards in 2025, while obligated value remained within a relatively narrow band above $590.7 million from 2021 through 2025.

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.