Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last 5 Years)

Federal procurement overview for LOCKHEED MARTIN CORPORATION (CAGE 16331, UEI KDT2YLB34NT6) covering obligations, awards, agencies, NAICS mix, and annual trends over the last five years.

LOCKHEED MARTIN CORPORATION received 8,815 award actions and $3.59 billion in obligated funding in the last five years, with an average action value of $406,935.30. The largest shares of obligated dollars came from the Department of the Army, Department of the Air Force, and Department of the Navy, while the most common work categories were engineering services and aircraft-related manufacturing.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the last 5 years of readable FPDS obligations and may differ from totals by rounding or record updates.

CAGE Code
16331
UEI
KDT2YLB34NT6
Total Obligated
3.59 billion
3,587,134,731.89
Award Actions
8,815
Average Action Value
406,935.30

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION, identified by CAGE 16331 and UEI KDT2YLB34NT6, received 8,815 awards totaling $3.59 billion over the last 5 years. The average award value was $406,935.30, indicating a portfolio dominated by high-volume contracting with a mix of large and smaller obligations.

Agency mix and customer concentration

Obligations were concentrated in the Department of the Army, Department of the Air Force, and Department of the Navy, which together accounted for the overwhelming share of total spend. The Defense Logistics Agency stands out for a very high award count relative to dollars obligated, suggesting a transaction-heavy relationship with lower average award values, while the Federal Acquisition Service was a minor source of obligations.

Industry profile based on NAICS activity

The NAICS profile is led by 541330 Engineering Services and 336413 Other Aircraft Parts and Auxiliary Equipment Manufacturing, followed by 334519 Other Measuring and Controlling Device Manufacturing. This mix points to a combination of engineering support, aircraft-related production, and precision systems work, with smaller but meaningful activity in machinery manufacturing and research and development.

Annual contract trend over the analysis window

Annual obligations peaked in 2023 at $879.79 million, then declined to $629.00 million in 2024 and $451.70 million in 2025. Despite the lower dollar totals in the most recent years, award counts remained elevated in 2024 and 2025, indicating continued transaction activity even as obligation volume compressed.

How to interpret this page

This summary is based on FPDS-observed contract actions tied to CAGE 16331 and UEI KDT2YLB34NT6 during the last 5 years. Agency, NAICS, and annual figures reflect obligated dollars and award counts as provided in the analysis window; no additional data 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 = '16331'
        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
2100 DEPT OF THE ARMY 1,416,542,216.32 1.42 billion 1,585
5700 DEPT OF THE AIR FORCE 1,183,416,086.93 1.18 billion 575
1700 DEPT OF THE NAVY 961,504,272.58 961.50 million 1,028
97AS DEFENSE LOGISTICS AGENCY 23,311,422.42 23.31 million 5,544
4732 FEDERAL ACQUISITION SERVICE 6,149,612.00 6.15 million 4
1549 FEDERAL BUREAU OF INVESTIGATION 2,144,300.00 2.14 million 2
7008 U.S. COAST GUARD -33,742.07 -33.74 thousand 5
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -5,899,436.29 -5.90 million 72

Insight

Over the last 5 years, LOCKHEED MARTIN CORPORATION’s obligations are heavily concentrated in the Department of the Army, Department of the Air Force, and Department of the Navy, which together account for about $3.56 billion of the $3.59 billion total obligated. The Department of the Army is the largest buyer at $1.42 billion across 1,585 awards, followed by the Department of the Air Force at $1.18 billion across 575 awards and the Department of the Navy at $961.50 million across 1,028 awards. The Defense Logistics Agency accounts for a much smaller $23.31 million but with 5,544 awards, indicating a high-volume, low-dollar transactional pattern relative to the military departments. Other agencies represent minimal obligated value, with small positive awards from GSA and FBI and negative obligated amounts from US Coast Guard and DCMA.

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 = '16331'
        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
541330 ENGINEERING SERVICES 1,248,293,810.91 1.25 billion 1,500
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 1,123,729,440.67 1.12 billion 423
334519 OTHER MEASURING AND CONTROLLING DEVICE MANUFACTURING 621,152,919.48 621.15 million 176
333318 OTHER COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING 130,813,870.93 130.81 million 188
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 110,371,618.54 110.37 million 136
333248 ALL OTHER INDUSTRIAL MACHINERY MANUFACTURING 94,845,352.00 94.85 million 6
541519 OTHER COMPUTER RELATED SERVICES 83,924,570.59 83.92 million 103
611512 FLIGHT TRAINING 51,089,214.09 51.09 million 205
541512 COMPUTER SYSTEMS DESIGN SERVICES 38,159,023.82 38.16 million 23
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 17,862,138.47 17.86 million 30

Insight

Over the last 5 years, LOCKHEED MARTIN CORPORATION (CAGE 16331) has obligated $3.59 billion across 8,815 awards, with spending concentrated in a small set of NAICS categories. Engineering Services (541330) leads at $1.25 billion and 1,500 awards, followed closely by Other Aircraft Parts and Auxiliary Equipment Manufacturing (336413) at $1.12 billion across 423 awards, together accounting for the majority of top-category obligation. The remaining top NAICS are materially smaller, with the next highest at $621.15 million in Other Measuring and Controlling Device Manufacturing (334519), indicating a diversified but defense- and engineering-intensive procurement profile.

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 = '16331'
        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 451,700,356.70 451.70 million 2,285
2024 629,001,896.30 629.00 million 2,951
2023 879,790,324.12 879.79 million 2,242
2022 813,401,838.76 813.40 million 692
2021 813,240,316.01 813.24 million 645

Insight

Lockheed Martin Corporation (CAGE 16331) obligated 3.59 billion across 8,815 awards over the last 5 years, with an average award value of about 406.9K. Annual obligations were relatively stable at about 813.2M to 813.4M in 2021-2022, then increased to 879.8M in 2023 before declining to 629.0M in 2024 and 451.7M in 2025. Award volume was highest in 2024 and 2025, but the highest obligated value occurred in 2023, indicating a shift toward more numerous but lower-dollar awards in the most recent years.

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.