Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last Year)

Federal procurement summary for LOCKHEED MARTIN CORPORATION (CAGE 02769, UEI CWM4UN76ZQW8) covering obligations, awards, agencies, NAICS, and annual trends in the last full year.

In the last full year, LOCKHEED MARTIN CORPORATION received 552 award actions totaling $2,271,088,286.51 in federal obligations, for an average action value of $4,114,290.37. The Department of the Navy and the Missile Defense Agency accounted for most of the value, with activity concentrated in NAICS 334511 and 541715.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the provided analysis window and are based on readable federal obligations, award counts, and grouped agency and NAICS breakdowns.

CAGE Code
02769
UEI
CWM4UN76ZQW8
Total Obligated
2.27 billion
2,271,088,286.51
Award Actions
552
Average Action Value
4,114,290.37

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION (CAGE 02769, UEI CWM4UN76ZQW8) obligated $2.27 billion across 552 FPDS awards in the last full year, for an average award value of $4.11 million. The volume and dollar value indicate a high-activity prime contractor profile with substantial recurring federal procurement engagement.

Agency mix and customer concentration

Obligations were concentrated in the DEPT OF THE NAVY at $1.27 billion across 372 awards and the MISSILE DEFENSE AGENCY (MDA) at $886.93 million across 139 awards, together accounting for the vast majority of observed spend. The remaining agencies were materially smaller, led by the DEPT OF THE ARMY, DEPT OF THE AIR FORCE, and U.S. COAST GUARD, each representing a limited share of total obligations.

Industry profile based on NAICS activity

The portfolio is dominated by NAICS 334511, which alone accounts for $1.52 billion and 288 awards, indicating a core emphasis on guidance, navigation, and related systems manufacturing. A second major cluster appears in NAICS 541715 at $645.57 million, followed by engineering services under NAICS 541330, with smaller support across telecommunications and printed circuit board manufacturing.

Annual contract trend over the analysis window

Annual activity for 2025 totals $2.27 billion across 552 awards, with no other years present in the supplied window. This indicates the analysis period is effectively a single-year snapshot rather than a multi-year trend series. The data support a current-period concentration assessment, but not a directional comparison over time.

How to interpret this page

This summary is based solely on FPDS obligation records for the vendor’s CAGE and UEI over the last full year. Agency, NAICS, and annual totals are derived from the provided aggregated figures and rounded readable values where shown. No external sources, estimate, or qualitative inference beyond the supplied 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 = '02769'
        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 1,267,584,362.79 1.27 billion 372
97JC MISSILE DEFENSE AGENCY (MDA) 886,934,327.55 886.93 million 139
2100 DEPT OF THE ARMY 56,599,087.29 56.60 million 3
5700 DEPT OF THE AIR FORCE 55,009,657.32 55.01 million 16
7008 U.S. COAST GUARD 4,477,020.34 4.48 million 8
97AS DEFENSE LOGISTICS AGENCY 2,019,626.80 2.02 million 6
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -1,535,795.58 -1.54 million 8

Insight

Lockheed Martin Corporation’s last full year obligations were highly concentrated in two agencies, with the Department of the Navy accounting for $1.27 billion across 372 awards and the Missile Defense Agency for $886.93 million across 139 awards. Together, these two agencies represented nearly all reported obligations in this period, while the remaining agencies each accounted for relatively small shares of total spend. The portfolio shows a heavy defense-agency concentration, with only limited activity at the Army, Air Force, Coast Guard, DLA, and DCMA; DCMA also reflects a net negative obligated amount of $1.54 million.

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 = '02769'
        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 1,516,067,081.26 1.52 billion 288
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 645,571,579.75 645.57 million 88
541330 ENGINEERING SERVICES 70,700,927.33 70.70 million 61
517810 ALL OTHER TELECOMMUNICATIONS 16,322,958.32 16.32 million 11
334412 BARE PRINTED CIRCUIT BOARD MANUFACTURING 10,399,627.02 10.40 million 52
336415 GUIDED MISSILE AND SPACE VEHICLE PROPULSION UNIT AND PROPULSION UNIT PARTS MANUFACTURING 9,425,397.76 9.43 million 10
335999 ALL OTHER MISCELLANEOUS ELECTRICAL EQUIPMENT AND COMPONENT MANUFACTURING 4,625,700.00 4.63 million 8
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 2,019,626.80 2.02 million 6
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 1,925,532.00 1.93 million 1
332919 OTHER METAL VALVE AND PIPE FITTING MANUFACTURING 256,303.56 256.30 thousand 4

Insight

Lockheed Martin Corporation’s last-full-year obligations are concentrated in NAICS 334511, which accounts for 1.52 billion of 2.27 billion total obligated, or roughly two-thirds of the vendor’s activity, across 288 awards. The next largest category, NAICS 541715, adds 645.57 million across 88 awards, bringing these two codes to the clear majority of obligated dollars. Remaining obligations are distributed across a wider set of engineering, telecommunications, electronics, and manufacturing NAICS codes, each at materially lower dollar levels and award counts, indicating a diversified but strongly defense-electronics and R&D-oriented portfolio.

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 = '02769'
        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 2,271,088,286.51 2.27 billion 552

Insight

In the last full year, LOCKHEED MARTIN CORPORATION (CAGE 02769) obligated $2.27 billion across 552 awards, for an average award value of about $4.11 million. The annual activity is concentrated in a single reported year, so this view reflects one period of obligation rather than a multi-year trend. The volume of awards suggests a broad distribution of obligations across numerous actions rather than reliance on a small number of large awards alone.

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.