Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last Year)

Federal procurement profile for LOCKHEED MARTIN CORPORATION (CAGE 16331, UEI KDT2YLB34NT6) covering the last full year of award activity.

In the last full year, LOCKHEED MARTIN CORPORATION recorded $451.70 million in obligations across 2,285 award actions, with an average action value of $197,680.68. Most obligations came from the Department of the Air Force, followed by the Department of the Navy and the Department of the Army.

Generated at 03/21/2026

Analysis period: Last full year

NAICS activity was led by 336413 Other Aircraft Parts and Auxiliary Equipment Manufacturing, 541330 Engineering Services, and 334519 Other Measuring and Controlling Device Manufacturing.

CAGE Code
16331
UEI
KDT2YLB34NT6
Total Obligated
451.70 million
451,700,356.70
Award Actions
2,285
Average Action Value
197,680.68

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION (CAGE 16331, UEI KDT2YLB34NT6) recorded $451.70 million in FPDS-obligated awards across 2,285 actions in the last full year, with an average award value of $197,680.68. The volume of actions is high relative to the obligated value, indicating a mix of large contract activity and many smaller award actions.

Agency mix and customer concentration

The Department of the Air Force accounted for the largest share of obligated dollars at $262.59 million across 150 awards, making it the primary funding source in the period. The Department of the Navy and Department of the Army followed at $118.31 million and $58.23 million, respectively, while the Defense Logistics Agency showed very high action volume with 1,737 awards but only $10.41 million obligated. The Federal Bureau of Investigation was a minor source by comparison, with $2.14 million across 2 awards.

Industry profile based on NAICS activity

Award dollars were concentrated in aerospace manufacturing and technical support categories. NAICS 336413, Other Aircraft Parts and Auxiliary Equipment Manufacturing, led with $249.96 million, followed by Engineering Services at $76.72 million and Other Measuring and Controlling Device Manufacturing at $56.75 million. Additional activity was captured in R&D for physical, engineering, and life sciences and in Flight Training, suggesting a portfolio spanning production, engineering support, and training-related services.

Annual contract trend over the analysis window

The annual trend provided for 2025 shows $451.70 million in obligated value across 2,285 awards, and no multi-year comparison is available in the supplied data. Based on the single-year snapshot, the dataset supports a point-in-time assessment rather than a directional trend analysis. Any assessment of growth or decline would require prior-year FPDS data.

How to interpret this page

This summary is based on the supplied FPDS Query aggregates for the last full year and is limited to the vendor identifiers, obligated amounts, award counts, agency breakdown, NAICS breakdown, and annual total provided. No additional records, deobligation adjustments, or out-of-scope sources were used. Where the input contains only one annual observation, the analysis is restricted to descriptive reporting rather than trend inference.

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 1 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 262,593,803.05 262.59 million 150
1700 DEPT OF THE NAVY 118,313,870.51 118.31 million 187
2100 DEPT OF THE ARMY 58,229,719.18 58.23 million 203
97AS DEFENSE LOGISTICS AGENCY 10,413,212.02 10.41 million 1,737
1549 FEDERAL BUREAU OF INVESTIGATION 2,144,300.00 2.14 million 2
7008 U.S. COAST GUARD 5,451.94 5.45 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 5

Insight

Over the last full year, LOCKHEED MARTIN CORPORATION received $451.70 million across 2,285 awards, with obligations heavily concentrated in the Department of the Air Force ($262.59 million, 58% of total). The Department of the Navy and Department of the Army followed at $118.31 million and $58.23 million, respectively, indicating that the bulk of funding is concentrated across three military departments. Defense Logistics Agency activity was high by count (1,737 awards) but relatively low in obligation ($10.41 million), suggesting many smaller transactions. All remaining agencies accounted for minimal obligations, including the FBI at $2.14 million and DCMA at $0 obligated across five awards.

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 1 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
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 249,955,636.87 249.96 million 120
541330 ENGINEERING SERVICES 76,721,277.50 76.72 million 209
334519 OTHER MEASURING AND CONTROLLING DEVICE MANUFACTURING 56,753,444.76 56.75 million 27
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 22,341,490.29 22.34 million 24
611512 FLIGHT TRAINING 12,214,993.24 12.21 million 61
333248 ALL OTHER INDUSTRIAL MACHINERY MANUFACTURING 12,200,000.00 12.20 million 3
541519 OTHER COMPUTER RELATED SERVICES 5,847,172.00 5.85 million 7
332722 BOLT, NUT, SCREW, RIVET, AND WASHER MANUFACTURING 5,576,214.56 5.58 million 1,059
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 2,616,837.04 2.62 million 40
541512 COMPUTER SYSTEMS DESIGN SERVICES 1,516,897.33 1.52 million 4

Insight

LOCKHEED MARTIN CORPORATION’s last full year obligations are concentrated in NAICS 336413, which accounts for $249.96 million, or more than half of the $451.70 million total, across 120 awards. The next largest category, NAICS 541330, totals $76.72 million across 209 awards, followed by NAICS 334519 at $56.75 million, indicating a mix of high-dollar manufacturing and engineering activity. Award volume is more dispersed than obligation value: NAICS 332722 has 1,059 awards but only $5.58 million obligated, suggesting many low-dollar transactions alongside a small number of materially larger 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 = '16331'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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

Insight

For the last full year, LOCKHEED MARTIN CORPORATION (CAGE 16331) recorded $451.70 million in obligated value across 2,285 awards, for an average award value of $197,680.68. The annual activity is concentrated in a single reporting year in the 1-year window, indicating a substantial level of procurement volume with a high transaction count relative to total obligated dollars. This pattern suggests a distributed award base rather than reliance on a small number of large awards.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.