Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last 5 Years)

FPDS analysis for LOCKHEED MARTIN CORPORATION (CAGE 52088, UEI NMHFLDYJJ4C5) over the last 5 years shows 3.37 billion in obligations across 3,365 award actions.

LOCKHEED MARTIN CORPORATION’s federal procurement profile is led by the DEPT OF THE NAVY, which accounts for 3.06 billion of the total obligated amount and 2,575 actions. The vendor’s activity is concentrated in NAICS 334511 for search, detection, navigation, guidance, aeronautical, and nautical system and instrument manufacturing, with additional obligations in engineering, computer systems design, and related technical services.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations ranged from 590.72 million in 2022 to 744.59 million in 2024, with 658.33 million recorded in 2025 to date.

CAGE Code
52088
UEI
NMHFLDYJJ4C5
Total Obligated
3.37 billion
3,373,743,146.28
Award Actions
3,365
Average Action Value
1,002,598.26

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION (CAGE 52088, UEI NMHFLDYJJ4C5) received 3.37 billion in obligated federal funding across 3,365 awards during the last 5 years, with an average award value of 1,002,598.26. The profile is dominated by high-value defense procurement activity, indicating a small number of very large obligations alongside a broad award base.

Agency mix and customer concentration

The DEPT OF THE NAVY is the clear primary customer, accounting for 3.06 billion and 2,575 awards, or the vast majority of observed obligations. Secondary activity is materially smaller and spread across the DEPT OF THE AIR FORCE, FEDERAL ACQUISITION SERVICE, DEPT OF THE ARMY, and DEFENSE LOGISTICS AGENCY, each contributing comparatively modest shares of total obligated dollars.

Industry profile based on NAICS activity

Obligations are concentrated in NAICS 334511, which represents 2.63 billion and the largest share of awards, consistent with aeronautical and navigational systems manufacturing. Smaller but meaningful activity appears in engineering services and computer systems design, while additional awards in professional services and bare printed circuit board manufacturing indicate a limited support and component base around the core systems work.

Annual contract trend over the analysis window

Annual obligations remained elevated and relatively stable over the five-year window, ranging from 590.72 million in 2022 to 744.59 million in 2024. Activity increased from 2022 into 2024, then moderated in 2025 to 658.33 million, while award counts peaked in 2023 and 2024 before easing in 2025.

How to interpret this page

This summary uses FPDS award records for the stated vendor, filtered to the last 5 years and aggregated by obligated dollars, award count, agency, NAICS code, and fiscal year. Totals reflect recorded obligations in the dataset and should be interpreted as FPDS-reported federal procurement activity, not necessarily all company revenue or contract ceiling values.

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 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
1700 DEPT OF THE NAVY 3,061,585,578.26 3.06 billion 2,575
5700 DEPT OF THE AIR FORCE 133,961,289.54 133.96 million 133
4732 FEDERAL ACQUISITION SERVICE 124,059,565.24 124.06 million 56
2100 DEPT OF THE ARMY 19,422,187.72 19.42 million 32
97AS DEFENSE LOGISTICS AGENCY 16,202,751.25 16.20 million 456
7008 U.S. COAST GUARD 15,849,434.21 15.85 million 22
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
1406 DEPARTMENTAL OFFICES -90,435.38 -90.44 thousand 2
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -966,587.24 -966.59 thousand 78

Insight

Over the last 5 years, LOCKHEED MARTIN CORPORATION’s obligations are highly concentrated at the DEPT OF THE NAVY, which accounts for $3.06 billion of the $3.37 billion total and 2,575 of 3,365 awards. The next largest funding sources are the DEPT OF THE AIR FORCE and FEDERAL ACQUISITION SERVICE at $133.96 million and $124.06 million, respectively, indicating a steep drop-off after the Navy. Remaining agencies each represent relatively small portions of obligated value, with several at or below $20 million and two agencies showing negative 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 = '52088'
        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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 2,627,227,323.93 2.63 billion 451
541330 ENGINEERING SERVICES 287,139,366.54 287.14 million 379
541512 COMPUTER SYSTEMS DESIGN SERVICES 173,752,565.40 173.75 million 167
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 61,178,946.25 61.18 million 71
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 56,990,314.45 56.99 million 456
511210 SOFTWARE PUBLISHERS 46,535,090.59 46.54 million 50
334614 SOFTWARE AND OTHER PRERECORDED COMPACT DISC, TAPE, AND RECORD REPRODUCING 43,773,976.19 43.77 million 1,056
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 20,636,623.52 20.64 million 36
811219 OTHER ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 19,391,987.55 19.39 million 30
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 10,645,699.74 10.65 million 34

Insight

Over the last 5 years, LOCKHEED MARTIN CORPORATION (CAGE 52088) obligated $3.37 billion across 3,365 awards, with activity highly concentrated in NAICS 334511, which accounts for $2.63 billion and 451 awards. The remaining obligations are distributed across engineering, systems design, and related technical services, led by NAICS 541330 ($287.14 million; 379 awards) and 541512 ($173.75 million; 167 awards). Award volume is broader than dollar concentration, with several lower-obligation NAICS codes carrying relatively high award counts, including 334614 with 1,056 awards and 334412 with 456 awards.

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

Insight

Over the last 5 years, LOCKHEED MARTIN CORPORATION (CAGE 52088) obligated $3.37 billion across 3,365 awards, averaging about $1.00 million per award. Annual obligations were relatively stable in the $590.7 million to $744.6 million range, with the highest level in 2024 ($744.59 million) and the lowest in 2022 ($590.72 million). Award activity also remained concentrated within a narrow band of 596 to 771 awards per year, indicating a steady procurement profile with moderate year-to-year variation rather than pronounced volatility.

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.