Federal Contractor

LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last 10 Years)

LOCKHEED MARTIN CORPORATION federal procurement summary for the last 10 years, based on FPDS award activity tied to CAGE 622B7 and UEI JKVWEPKJRR65.

This page summarizes 11,583 award actions associated with LOCKHEED MARTIN CORPORATION over the last 10 years, with total obligated value of 6.99 billion and an average action value of 603,477.07. U.S. Special Operations Command accounts for nearly all reported obligation in the agency mix, while most activity falls under NAICS 561990, All Other Support Services.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual figures shown here reflect the provided analysis window and may include negative obligation values from deobligations or other adjustments.

CAGE Code
622B7
UEI
JKVWEPKJRR65
Total Obligated
6.99 billion
6,990,074,940.92
Award Actions
11,583
Average Action Value
603,477.07

About LOCKHEED MARTIN CORPORATION federal contract activity

LOCKHEED MARTIN CORPORATION (CAGE 622B7, UEI JKVWEPKJRR65) recorded $6.99 billion in obligated funding across 11,583 awards over the last 10 years, for an average award value of $603,477.07. The profile indicates a very high award count paired with moderate average dollar value, suggesting a mix of many smaller transactions and a smaller number of materially larger obligations.

Agency mix and customer concentration

U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) dominates the funding relationship, accounting for $7.08 billion across 11,563 awards. DEPT OF THE AIR FORCE contributed a much smaller $13.05 million across 15 awards, while DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) shows negative obligated value of $106.07 million, which indicates downward adjustments, deobligations, or related contract corrections rather than new positive funding.

Industry profile based on NAICS activity

The contract base is heavily concentrated in NAICS 561990, ALL OTHER SUPPORT SERVICES, with $6.98 billion and 11,454 awards. Smaller activity appears in NAICS 334220, RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING, at $13.05 million, while NAICS 488190 shows negative obligated value of $339.62 thousand across 113 awards, again suggesting adjustments or reversals within that category.

Annual contract trend over the analysis window

Annual obligations from 2021 through 2025 remained consistently strong, ranging from $691.80 million to $866.96 million, with the highest annual total in 2024 and the lowest in 2021 within the years provided. Award counts were also substantial each year, peaking at 1,353 in 2021 and remaining above 900 in every listed year, which indicates sustained procurement activity rather than isolated spike years.

How to interpret this page

This summary is based on FPDS-observed obligations associated with CAGE 622B7 and UEI JKVWEPKJRR65 over the last 10 years. Dollar totals and award counts are taken as provided; negative obligations are retained as reported because they typically reflect deobligations, modifications, or accounting adjustments in procurement data.

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 = '622B7'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 7,083,095,334.58 7.08 billion 11,563
5700 DEPT OF THE AIR FORCE 13,046,344.00 13.05 million 15
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -106,066,737.66 -106.07 million 5

Insight

Over the last 10 years, LOCKHEED MARTIN CORPORATION’s Top Agencies activity is highly concentrated in U.S. SPECIAL OPERATIONS COMMAND (USSOCOM), which accounts for $7.08 billion across 11,563 awards and effectively comprises nearly all of the vendor’s $6.99 billion reported obligated total for the period. The remaining obligations are minimal by comparison, with the DEPT OF THE AIR FORCE totaling $13.05 million across 15 awards. DCMA shows a negative obligated total of $106.07 million across 5 awards, indicating a downward adjustment or deobligation effect 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 = '622B7'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
561990 ALL OTHER SUPPORT SERVICES 6,977,368,212.60 6.98 billion 11,454
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 13,046,344.00 13.05 million 16
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION -339,615.68 -339.62 thousand 113

Insight

Over the last 10 years, LOCKHEED MARTIN CORPORATION’s obligations under CAGE 622B7 are highly concentrated in NAICS 561990, which accounts for $6.98 billion of the $6.99 billion total obligated and 11,454 of 11,583 awards. The remaining obligated value is relatively small and distributed across a limited number of other NAICS codes, led by 334220 at $13.05 million across 16 awards. NAICS 488190 shows a negative obligated value of $339.62 thousand across 113 awards, indicating net deobligations or downward adjustments in that category.

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 = '622B7'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 765,995,976.02 766.00 million 1,027
2024 866,955,424.86 866.96 million 948
2023 745,094,270.57 745.09 million 1,193
2022 789,689,230.54 789.69 million 1,140
2021 691,803,038.67 691.80 million 1,353
2020 1,003,007,904.00 1.00 billion 1,448
2019 822,094,837.83 822.09 million 1,501
2018 724,987,545.19 724.99 million 1,464
2017 580,446,713.24 580.45 million 1,509

Insight

Over the last 10 years, LOCKHEED MARTIN CORPORATION (CAGE 622B7) obligated $6.99 billion across 11,583 awards, averaging $603,477 per award. Annual obligations were broadly consistent, generally ranging from about $580.45 million to $1.00 billion, with a peak in 2020 at $1.00 billion and a lower point in 2017 at $580.45 million. Award volume was highest in 2017-2020 and then remained above 900 awards annually through 2025, indicating a sustained high-throughput contracting profile with moderate year-to-year variation in obligated dollars.

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