Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last Year)

FPDS procurement profile for LOCKHEED MARTIN CORPORATION (CAGE 04939, UEI H7PNSVNN5827) covering last full-year federal obligations.

In the last full year, LOCKHEED MARTIN CORPORATION received 677 federal award actions totaling $6,400,549,239.59 in obligated amounts. The Department of the Air Force led spending with $3.93 billion across 372 awards, followed by the Department of the Army with $1.92 billion across 184 awards.

Generated at 03/21/2026

Analysis period: Last full year

Amounts and counts reflect the provided analysis window and are summarized by agency and NAICS code without additional normalization.

CAGE Code
04939
UEI
H7PNSVNN5827
Total Obligated
6.40 billion
6,400,549,239.59
Award Actions
677
Average Action Value
9,454,282.48

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION (CAGE 04939, UEI H7PNSVNN5827) recorded 6.40 billion in obligated dollars across 677 FPDS awards in the last full year, for an average award value of 9.45 million. The profile reflects a large, defense-focused vendor with a high volume of obligations concentrated in major aerospace and weapons-related procurement categories.

Agency mix and customer concentration

The Department of the Air Force was the dominant buyer, accounting for 3.93 billion across 372 awards, followed by the Department of the Army at 1.92 billion across 184 awards. The Department of the Navy added 469.60 million across 91 awards, while smaller but still relevant obligations came from the Defense Logistics Agency and Departmental Offices, indicating a strong concentration in the defense enterprise with limited spillover into other civilian entities.

Industry profile based on NAICS activity

Obligations were concentrated in guided missile and space vehicle manufacturing, which represented 3.75 billion across 166 awards and was the single largest NAICS category. Other major categories included other aircraft parts and auxiliary equipment manufacturing at 1.32 billion, guided missile propulsion unit manufacturing at 793.78 million, and other guided missile and space vehicle parts manufacturing at 274.92 million; engineering services was present but materially smaller at 57.86 million.

Annual contract trend over the analysis window

The annual trend shows 2025 as the full analysis year with 6.40 billion obligated across 677 awards, establishing the baseline for this review. Because only one full year is provided, the data supports a snapshot assessment rather than a multi-year growth or decline analysis.

How to interpret this page

This summary is based on FPDS award records associated with CAGE 04939 and UEI H7PNSVNN5827 for the last full year. Totals reflect obligated dollars and award counts as provided, with agency and NAICS views ranked by obligated value; no out-of-scope assumptions or external data 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 = '04939'
        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 3,925,981,344.46 3.93 billion 372
2100 DEPT OF THE ARMY 1,915,616,666.28 1.92 billion 184
1700 DEPT OF THE NAVY 469,598,474.83 469.60 million 91
97AS DEFENSE LOGISTICS AGENCY 88,544,046.50 88.54 million 13
1406 DEPARTMENTAL OFFICES 2,999,107.00 3.00 million 3
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 0.00 0.00 2
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -2,190,399.48 -2.19 million 12

Insight

LOCKHEED MARTIN CORPORATION’s last full year obligations of $6.40 billion were highly concentrated in the Department of the Air Force, which accounted for $3.93 billion across 372 awards, or about 61% of total obligated value. The Department of the Army was the second-largest customer at $1.92 billion and 184 awards, bringing the Air Force and Army together to roughly 91% of total obligations. The Department of the Navy added $469.6 million across 91 awards, while all remaining agencies together represented a comparatively small share, including limited activity at DLA, Departmental Offices, and DCMA, with DARPA showing awards but no obligated value.

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 = '04939'
        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
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 3,754,572,834.60 3.75 billion 166
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 1,316,364,914.68 1.32 billion 32
336415 GUIDED MISSILE AND SPACE VEHICLE PROPULSION UNIT AND PROPULSION UNIT PARTS MANUFACTURING 793,783,897.44 793.78 million 40
336419 OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 274,919,834.82 274.92 million 125
541330 ENGINEERING SERVICES 57,859,415.99 57.86 million 113
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 51,586,401.14 51.59 million 108
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 46,176,816.27 46.18 million 10
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 34,503,698.22 34.50 million 2
811210 ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 29,424,155.49 29.42 million 15
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 26,026,913.00 26.03 million 5

Insight

Lockheed Martin Corporation’s last full-year obligations are highly concentrated in missile and aerospace manufacturing NAICS codes, with 336414 accounting for $3.75 billion across 166 awards and 336413 adding $1.32 billion across 32 awards. The top four NAICS codes are all in guided missile or aircraft manufacturing and together represent the clear majority of the $6.40 billion obligated in the period. Smaller obligations are distributed across engineering, R&D, repair, and electronic component categories, but each is materially below the top manufacturing lines.

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 = '04939'
        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 6,400,549,239.59 6.40 billion 677

Insight

During the last full year, LOCKHEED MARTIN CORPORATION (CAGE 04939) recorded $6.40 billion in obligated awards across 677 actions, for an average award value of about $9.45 million. The full-year activity is highly concentrated in a single annual total, indicating substantial procurement volume within the period. At this scale, the award profile suggests a mix of large-dollar obligations rather than a high count of small 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.