Most of the obligation was awarded by the Department of the Air Force, which accounted for $2.70 billion across 327 actions. The largest NAICS category was Aircraft Manufacturing, with $2.43 billion obligated across 283 actions.
Federal Contractor
LOCKHEED MARTIN CORPORATION Federal Contract Obligations (Last Year)
LOCKHEED MARTIN CORPORATION (CAGE 98897, UEI SJDEB3MKJEW5) received 707 award actions totaling $2.75 billion in the last full year.
Figures reflect the last full year and are based on readable and exact obligation totals from FPDS data.
About LOCKHEED MARTIN CORPORATION federal contract activity
LOCKHEED MARTIN CORPORATION (CAGE 98897, UEI SJDEB3MKJEW5) recorded $2.75 billion in obligated awards across 707 transactions in the last full year, for an average award value of $3.89 million. The profile is highly concentrated in a small number of large defense-related actions, with the Department of the Air Force accounting for the overwhelming share of obligations.
Agency mix and customer concentration
The Department of the Air Force dominated vendor obligations at $2.70 billion across 327 awards, representing the primary customer relationship in the period. Secondary activity was materially smaller and spread across USSOCOM, the Department of the Navy, DLA, and CBP, indicating a limited but diversified federal customer base outside the Air Force.
Industry profile based on NAICS activity
The vendor’s obligations were led by NAICS 336411, Aircraft Manufacturing, at $2.43 billion and 283 awards, making core aircraft production the central work category. Additional obligations were concentrated in engineering services and related aerospace manufacturing codes, including aircraft engines and parts, avionics/navigation systems, and other aircraft components, which together reinforce a platform and systems integration profile.
Annual contract trend over the analysis window
The annual trend contains one full-year datapoint for 2025, showing $2.75 billion in obligations across 707 awards. With only one year in scope, the dataset supports a point-in-time snapshot rather than a directional trend assessment.
How to interpret this page
This summary is based on FPDS award obligation records for the last full year and reflects only the data provided in the analysis window. Totals, counts, and averages are derived from obligated amounts and award counts; agency and NAICS summaries are ranked by total obligated dollars.
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 = '98897'
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 | 2,699,170,230.47 | 2.70 billion | 327 |
| 97ZS | U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) | 32,045,611.65 | 32.05 million | 16 |
| 1700 | DEPT OF THE NAVY | 23,836,884.14 | 23.84 million | 96 |
| 97AS | DEFENSE LOGISTICS AGENCY | 6,324,050.94 | 6.32 million | 177 |
| 7014 | U.S. CUSTOMS AND BORDER PROTECTION | 2,600,411.40 | 2.60 million | 4 |
| 7008 | U.S. COAST GUARD | 114,449.39 | 114.45 thousand | 9 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | -15,972,069.76 | -15.97 million | 78 |
Insight
Lockheed Martin Corporation’s obligations were highly concentrated in the Department of the Air Force, which accounted for $2.70 billion of the $2.75 billion total in the last full year, or the vast majority of vendor spending. The remaining obligations were distributed across a small set of defense and homeland security customers, with USSOCOM ($32.05 million), the Department of the Navy ($23.84 million), and DLA ($6.32 million) each representing a much smaller share. DCMA posted a net negative obligation of $15.97 million, indicating 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 = '98897'
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 |
|---|---|---|---|---|
| 336411 | AIRCRAFT MANUFACTURING | 2,427,259,446.21 | 2.43 billion | 283 |
| 541330 | ENGINEERING SERVICES | 180,912,756.76 | 180.91 million | 105 |
| 336412 | AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING | 89,829,625.51 | 89.83 million | 51 |
| 334511 | SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING | 33,128,584.21 | 33.13 million | 13 |
| 336413 | OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING | 10,846,759.19 | 10.85 million | 185 |
| 541511 | CUSTOM COMPUTER PROGRAMMING SERVICES | 5,675,482.56 | 5.68 million | 9 |
| 334220 | RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING | 316,031.80 | 316.03 thousand | 5 |
| 334111 | ELECTRONIC COMPUTER MANUFACTURING | 192,373.77 | 192.37 thousand | 4 |
| 333613 | MECHANICAL POWER TRANSMISSION EQUIPMENT MANUFACTURING | 22,889.60 | 22.89 thousand | 1 |
| 335312 | MOTOR AND GENERATOR MANUFACTURING | 14,126.87 | 14.13 thousand | 2 |
Insight
Lockheed Martin Corporation’s obligations in the last full year were highly concentrated in NAICS 336411, Aircraft Manufacturing, which accounted for $2.43 billion across 283 awards, or the large majority of the vendor’s $2.75 billion total. The next largest categories were 541330 Engineering Services at $180.91 million (105 awards) and 336412 Aircraft Engine and Engine Parts Manufacturing at $89.83 million (51 awards), indicating a strong defense aerospace profile with a secondary engineering-services component. Award activity was more dispersed than obligation dollars, with 707 total awards and several smaller NAICS codes carrying limited obligations, including 336413 Other Aircraft Parts and Auxiliary Equipment Manufacturing at 185 awards but only $10.85 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 = '98897'
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,748,119,568.23 | 2.75 billion | 707 |
Insight
In the last full year, LOCKHEED MARTIN CORPORATION (CAGE 98897) recorded $2.75 billion in obligated dollars across 707 awards, for an average award value of about $3.89 million. This indicates a high-volume award profile with obligations distributed across a large number of actions rather than concentrated in a single award. Because only one annual observation is provided, year-over-year trend direction cannot be assessed from this window.
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.