LOCKHEED MARTIN CORPORATION received 2.09 billion in obligated federal awards in the last full year, with an average action value of 16.61 million. The Department of the Navy accounted for nearly all obligated dollars, while most activity was concentrated in NAICS 336414 and NAICS 541330.
Federal Contractor
LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last Year)
Last full year federal procurement summary for LOCKHEED MARTIN CORPORATION (CAGE 7X6A9, UEI KMEVRAKJVBD3) showing 2.09 billion in obligated awards across 126 actions.
Figures reflect the last full year and are based on award actions captured in FPDS, including 126 actions in total.
About LOCKHEED MARTIN CORPORATION federal contract activity
LOCKHEED MARTIN CORPORATION recorded $2.09 billion in obligated value across 126 FPDS awards in the last full year, with an average award value of $16.61 million. The profile is highly concentrated for the period analyzed, indicating substantial reliance on a relatively small set of high-value actions.
Agency mix and customer concentration
The DEPT OF THE NAVY accounted for the full $2.09 billion in obligated value and 108 of 126 awards, making it the dominant buying agency in this window. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears with 18 awards but zero obligated value, suggesting administrative or non-obligating actions rather than funded procurement.
Industry profile based on NAICS activity
Award activity is centered in NAICS 336414, Guided Missile and Space Vehicle Manufacturing, which represents $2.01 billion across 89 awards and defines the vendor’s core procurement footprint. NAICS 541330, Engineering Services, is a smaller but material secondary category at $83.59 million across 37 awards, indicating supporting technical work alongside production.
Annual contract trend over the analysis window
The annual trend shows all observed obligations in 2025, totaling $2.09 billion across 126 awards. Because the analysis window covers only the last full year, the trend does not provide multi-year directionality, but it does confirm that procurement activity was concentrated in a single year.
How to interpret this page
This summary is based on FPDS award records tied to CAGE 7X6A9 and UEI KMEVRAKJVBD3 for the last full year. Obligated values, award counts, and category breakdowns reflect the supplied aggregate outputs and are reported as observed, without extrapolation or estimation.
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 = '7X6A9'
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 | 2,092,895,169.70 | 2.09 billion | 108 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 18 |
Insight
Over the last full year, LOCKHEED MARTIN CORPORATION recorded $2.09 billion in obligations across 126 awards, with activity heavily concentrated in the Department of the Navy. The Navy accounted for the full obligated amount through 108 awards, indicating near-total funding concentration within a single buying agency. DCMA reflected 18 awards with no obligated dollars, suggesting administrative activity without associated contract value in this 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 = '7X6A9'
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 | 2,009,308,967.00 | 2.01 billion | 89 |
| 541330 | ENGINEERING SERVICES | 83,586,202.70 | 83.59 million | 37 |
Insight
Lockheed Martin Corporation’s obligations in the last full year were highly concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing, which accounted for about $2.01 billion of the $2.09 billion total and 89 of 126 awards. NAICS 541330, Engineering Services, was a distant secondary category at $83.59 million across 37 awards. This profile indicates a strongly concentrated award base centered on missile and space vehicle manufacturing, with engineering services representing a smaller supporting share.
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 = '7X6A9'
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,092,895,169.70 | 2.09 billion | 126 |
Insight
For the last full year, LOCKHEED MARTIN CORPORATION (CAGE 7X6A9) recorded $2.09 billion in obligated value across 126 awards, with an average award value of $16.61 million. The obligation profile indicates a moderately distributed award base, though the average value suggests significant concentration in higher-dollar actions. With only one year in scope, this section provides a level view rather than a multi-year trend assessment.
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.