Federal Agency

DEPT OF THE NAVY Federal Contract Obligations (Last Year)

Last full-year FPDS procurement summary for the DEPT OF THE NAVY (Agency ID 1700), showing 157.89 billion in obligations across 179,258 award actions.

The DEPT OF THE NAVY obligated 157,891,267,478.77 across 179,258 award actions in the last full year, for an average action value of 880,804.58. Contract activity was concentrated in ship building and repairing, aircraft manufacturing, engineering services, and related defense technology and research work.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect the last full year analysis window and the top vendors, NAICS codes, and annual trend shown in the provided FPDS data.

Agency ID
1700
Total Obligated
157.89 billion
157,891,267,478.77
Award Actions
179,258
Average Action Value
880,804.58

About DEPT OF THE NAVY federal contract activity

During the last full year, the DEPT OF THE NAVY obligated $157.89 billion across 179,258 awards, with an average award value of $880,804.58. This scale reflects a high-volume procurement portfolio centered on major defense acquisition, shipbuilding, aviation, engineering, and research activities.

Vendor concentration and leading contractors

LOCKHEED MARTIN CORPORATION led all vendors with $31.06 billion across 2,909 awards, followed by ELECTRIC BOAT CORPORATION with $17.42 billion across 797 awards. RAYTHEON COMPANY, HUNTINGTON INGALLS INCORPORATED, and NORTHROP GRUMMAN SYSTEMS CORPORATION also ranked among the top recipients, indicating a supplier base concentrated among large defense contractors.

Industry profile based on NAICS activity

The largest obligations were tied to NAICS 336611 Ship Building and Repairing at $33.44 billion and NAICS 336411 Aircraft Manufacturing at $28.92 billion. Engineering Services (541330) added $20.70 billion, while navigation and instrumentation manufacturing and applied R&D each contributed substantial spending, underscoring a mix of platform procurement, technical support, and advanced development.

Annual contract trend over the analysis window

For 2025, the agency recorded $157.89 billion in obligations across 179,258 awards, establishing the full-year baseline for this analysis window. With only one annual observation provided, the trend view shows the overall level of activity but does not support a year-over-year comparison.

How to interpret this page

This summary is based on FPDS Query data for DEPT OF THE NAVY (Agency ID 1700) over the last full year. Obligations, award counts, vendor totals, and NAICS concentrations reflect reported contract actions within the selected analysis period, and annual trend output is limited to the year provided in the source data.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '1700'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
LOCKHEED MARTIN CORPORATION 31,059,480,941.86 31.06 billion 2,909
ELECTRIC BOAT CORPORATION 17,416,451,436.09 17.42 billion 797
RAYTHEON COMPANY 7,900,580,276.54 7.90 billion 1,827
HUNTINGTON INGALLS INCORPORATED 7,110,839,442.49 7.11 billion 1,429
NORTHROP GRUMMAN SYSTEMS CORPORATION 3,931,232,430.18 3.93 billion 2,864
RTX CORPORATION 2,972,765,486.73 2.97 billion 25
BOEING COMPANY, THE 2,291,171,194.99 2.29 billion 966
BATH IRON WORKS CORPORATION 2,278,182,847.39 2.28 billion 352
NATIONAL STEEL AND SHIPBUILDING COMPANY 2,245,738,125.99 2.25 billion 266
SIKORSKY AIRCRAFT CORPORATION 2,180,715,330.57 2.18 billion 542

Insight

Over the last full year, DEPT OF THE NAVY obligated 157.89 billion across 179,258 awards, with the top 10 vendors accounting for a substantial share of total obligations. LOCKHEED MARTIN CORPORATION led with 31.06 billion, followed by ELECTRIC BOAT CORPORATION at 17.42 billion; the remaining top vendors each received between 2.18 billion and 7.90 billion, indicating a concentrated supplier base among major defense contractors and shipbuilders. Award counts were more dispersed than obligation amounts, ranging from 25 awards for RTX CORPORATION to 2,909 for LOCKHEED MARTIN CORPORATION, which suggests that funding is heavily weighted toward a small number of high-value awards.

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__purchaserInformation__contractingOfficeAgencyID = '1700'
        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
336611 SHIP BUILDING AND REPAIRING 33,439,853,599.68 33.44 billion 14,203
336411 AIRCRAFT MANUFACTURING 28,921,457,336.82 28.92 billion 1,564
541330 ENGINEERING SERVICES 20,702,608,054.39 20.70 billion 27,307
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 8,879,389,542.21 8.88 billion 4,437
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 7,196,612,668.81 7.20 billion 6,828
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 6,948,609,759.14 6.95 billion 519
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 6,776,159,692.85 6.78 billion 863
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 6,678,393,973.92 6.68 billion 5,410
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 5,500,165,334.20 5.50 billion 9,166
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 3,474,860,950.93 3.47 billion 316

Insight

Over the last full year, DEPT OF THE NAVY obligated $157.89 billion across 179,258 awards, with spending concentrated in a few mission-critical NAICS codes. Ship Building and Repairing (NAICS 336611) led at $33.44 billion, followed by Aircraft Manufacturing (336411) at $28.92 billion and Engineering Services (541330) at $20.70 billion; together, these three categories accounted for about 53% of total obligations. The remaining top NAICS were split between aerospace systems, R&D, missile and space vehicle manufacturing, construction, and related aircraft parts activities, indicating a diversified but defense- and engineering-heavy procurement profile with high dollar concentration in capital-intensive sectors.

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__purchaserInformation__contractingOfficeAgencyID = '1700'
        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 157,891,267,478.77 157.89 billion 179,258

Insight

During the last full year, DEPT OF THE NAVY (Agency ID 1700) obligated $157.89 billion across 179,258 awards, for an average award value of $880,804.58. With the annual trend window showing a single year of data, this reflects a concentrated snapshot of procurement activity rather than a multi-year trend. The volume of awards indicates broad distribution across actions, while the high total obligated value suggests substantial concentration in larger-dollar obligations.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.