Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last Year)

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

In the last full year, LOCKHEED MARTIN CORPORATION recorded 704 award actions totaling 1.03 billion dollars in obligations, with an average action value of 1.47 million dollars. Most obligations came from the Department of the Navy, followed by the Department of the Army and the Department of the Air Force.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the provided analysis window and may not sum perfectly across categories because awards can span multiple reporting dimensions.

CAGE Code
03538
UEI
H11HD5VHGHN3
Total Obligated
1.03 billion
1,033,086,426.13
Award Actions
704
Average Action Value
1,467,452.30

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION (CAGE 03538, UEI H11HD5VHGHN3) recorded 704 FPDS actions in the last full year with $1.03 billion in total obligated funding, for an average award value of about $1.47 million. The obligation profile is concentrated in defense-oriented work, with volume spread across a moderate number of awards rather than a small set of extremely large actions.

Agency mix and customer concentration

The Department of the Navy was the primary obligating agency, accounting for $520.67 million across 346 awards, or roughly half of total obligations. The Department of the Army and Department of the Air Force followed with $291.15 million and $209.02 million, respectively, while the Defense Logistics Agency contributed a smaller but still material $13.47 million across 145 awards; NOAA appears as a minor outlier with one award totaling $88.30 thousand.

Industry profile based on NAICS activity

The mix is led by NAICS 334511, which alone represents $665.67 million and 246 awards, indicating concentration in guidance, navigation, and related systems manufacturing. R&D under NAICS 541715 adds $212.84 million, and ammunition manufacturing (332993) contributes $94.05 million, while engineering services and other aircraft parts manufacturing round out the top five, showing a portfolio centered on systems, integration, and defense hardware support.

Annual contract trend over the analysis window

The annual trend shows $1.03 billion obligated in 2025 across 704 awards. With only one year in the analysis window, the data supports a point-in-time profile rather than a multi-year growth or decline assessment.

How to interpret this page

This summary is based on FPDS award records tied to CAGE 03538 and UEI H11HD5VHGHN3 for the last full year. Agency and NAICS views are ranked by total obligated dollars, and award counts reflect the number of reported FPDS actions within the analysis window.

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 = '03538'
        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
1700 DEPT OF THE NAVY 520,667,961.67 520.67 million 346
2100 DEPT OF THE ARMY 291,152,002.67 291.15 million 85
5700 DEPT OF THE AIR FORCE 209,018,994.43 209.02 million 92
97AS DEFENSE LOGISTICS AGENCY 13,471,844.62 13.47 million 145
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 88,296.00 88.30 thousand 1
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -1,312,673.26 -1.31 million 35

Insight

LOCKHEED MARTIN CORPORATION’s last full year obligations were concentrated in the Department of the Navy, which accounted for $520.67 million across 346 awards, or about half of the vendor’s $1.03 billion total. The Department of the Army and Department of the Air Force followed with $291.15 million and $209.02 million, respectively, indicating that over 98% of obligated value came from the three military departments. Other agencies represented a small share of dollars but a meaningful number of awards, including the Defense Logistics Agency with 145 awards and only $13.47 million obligated. DCMA recorded a net negative obligation of $1.31 million, suggesting downward adjustment activity within the period.

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 = '03538'
        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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 665,672,053.97 665.67 million 246
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 212,843,241.74 212.84 million 15
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 94,051,642.84 94.05 million 39
541330 ENGINEERING SERVICES 27,208,317.82 27.21 million 23
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 19,478,608.32 19.48 million 190
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 4,506,641.91 4.51 million 43
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 3,834,022.08 3.83 million 11
334417 ELECTRONIC CONNECTOR MANUFACTURING 2,268,117.20 2.27 million 4
335931 CURRENT-CARRYING WIRING DEVICE MANUFACTURING 2,020,501.32 2.02 million 20
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 654,400.00 654.40 thousand 6

Insight

Lockheed Martin Corporation’s Top NAICS profile is highly concentrated in NAICS 334511, which accounts for $665.67 million across 246 awards, or about 64% of the $1.03 billion obligated in the last full year. The second-largest NAICS, 541715, adds $212.84 million but only 15 awards, indicating a smaller number of high-value R&D actions alongside the more transaction-heavy 334511 activity. The remaining obligations are dispersed across aerospace, ammunition, engineering, and electronics-related NAICS, with no other category exceeding $100 million.

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 = '03538'
        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 1,033,086,426.13 1.03 billion 704

Insight

For the last full year, LOCKHEED MARTIN CORPORATION (CAGE 03538) received $1.03 billion in obligated funding across 704 awards, yielding an average award value of about $1.47 million. The single-year profile indicates all observed obligations are concentrated in 2025 for the 1-year window, with no prior-year comparison available in this view. This suggests a substantial award volume distributed across many transactions rather than reliance on a small number of very 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.