Federal Agency

DEPT OF THE NAVY Federal Contract Obligations (Last 5 Years)

FPDS procurement summary for the DEPT OF THE NAVY (Agency ID 1700) covering obligations, awards, vendors, NAICS, and annual trends over the last 5 years.

Over the last 5 years, the DEPT OF THE NAVY obligated 694.38 billion across 955,671 award actions, with an average action value of 726,586.77. Procurement activity is concentrated in aircraft manufacturing, ship building and repairing, engineering services, and major defense contractors including Lockheed Martin, Electric Boat, Huntington Ingalls, Raytheon, and Northrop Grumman.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the specified 5-year analysis window and are based on obligations and award actions recorded in FPDS.

Agency ID
1700
Total Obligated
694.38 billion
694,377,912,931.65
Award Actions
955,671
Average Action Value
726,586.77

About DEPT OF THE NAVY federal contract activity

Over the last 5 years, the DEPT OF THE NAVY obligated 694.38 billion across 955,671 awards, with an average award value of 726,586.77. This scale reflects a large, high-velocity procurement portfolio with significant concentration in major defense, shipbuilding, systems, and engineering activities.

Vendor concentration and leading contractors

LOCKHEED MARTIN CORPORATION leads Navy obligations at 131.58 billion across 16,468 awards, well ahead of ELECTRIC BOAT CORPORATION at 57.75 billion. The remaining top vendors include HUNTINGTON INGALLS INCORPORATED, RAYTHEON COMPANY, and NORTHROP GRUMMAN SYSTEMS CORPORATION, indicating sustained reliance on large prime contractors across shipbuilding, weapons, and systems integration.

Industry profile based on NAICS activity

The largest NAICS category is 336411 Aircraft Manufacturing at 126.97 billion, followed closely by 336611 Ship Building and Repairing at 123.63 billion and 541330 Engineering Services at 98.76 billion. These categories show that Navy obligations are concentrated in platform acquisition, ship construction and repair, and technical engineering support, with additional spending in navigation, guidance, and aircraft engine manufacturing.

Annual contract trend over the analysis window

Annual obligations increased from 112.03 billion in 2021 to 157.89 billion in 2025, with steady growth across the period. Award counts remained consistently high each year, ranging from 179,258 to 197,097, suggesting a broad contracting base even as total dollars rose.

How to interpret this page

This summary uses FPDS obligations and award counts for DEPT OF THE NAVY, Agency ID 1700, over the last 5 years. Totals are grouped by vendor, NAICS code, and fiscal year based on obligated amounts reported in the analysis window, and figures are rounded for readability.

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 5 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 131,578,672,152.99 131.58 billion 16,468
ELECTRIC BOAT CORPORATION 57,746,684,205.92 57.75 billion 4,280
HUNTINGTON INGALLS INCORPORATED 33,546,383,738.21 33.55 billion 9,546
RAYTHEON COMPANY 32,272,738,753.59 32.27 billion 9,946
NORTHROP GRUMMAN SYSTEMS CORPORATION 19,782,712,707.10 19.78 billion 14,276
BOEING COMPANY, THE 12,434,433,784.51 12.43 billion 7,026
UNITED TECHNOLOGIES CORPORATION 11,161,131,598.53 11.16 billion 415
SIKORSKY AIRCRAFT CORPORATION 10,420,508,503.79 10.42 billion 2,993
BECHTEL PLANT MACHINERY, INC. 9,150,729,857.00 9.15 billion 52
BATH IRON WORKS CORPORATION 9,008,054,117.04 9.01 billion 1,829

Insight

Over the last 5 years, DEPT OF THE NAVY obligated $694.38 billion across 955,671 awards, with spending concentrated among a small set of large vendors. LOCKHEED MARTIN CORPORATION alone received $131.58 billion, and the top 10 vendors together include major shipbuilding, aerospace, and defense firms accounting for a substantial share of obligations. Award volume is more distributed than dollars, as several vendors have relatively high award counts but lower total obligated amounts, while some high-dollar vendors, such as BECHTEL PLANT MACHINERY, INC. and UNITED TECHNOLOGIES CORPORATION, appear with comparatively few 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 5 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 126,966,296,904.43 126.97 billion 10,316
336611 SHIP BUILDING AND REPAIRING 123,627,017,609.81 123.63 billion 80,175
541330 ENGINEERING SERVICES 98,761,418,820.99 98.76 billion 139,714
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 43,729,492,758.18 43.73 billion 23,968
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 32,335,339,471.73 32.34 billion 4,925
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 31,384,426,643.84 31.38 billion 32,412
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 30,058,889,347.50 30.06 billion 29,651
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 25,639,164,169.40 25.64 billion 48,611
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 24,505,418,374.10 24.51 billion 3,009
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 10,510,651,252.56 10.51 billion 1,795

Insight

Over the last 5 years, DEPT OF THE NAVY obligated $694.38 billion across 955,671 awards, with spending concentrated in a small set of mission-related NAICS. Aircraft Manufacturing ($126.97 billion) and Ship Building and Repairing ($123.63 billion) are the largest categories, followed by Engineering Services ($98.76 billion), indicating emphasis on major platforms, sustainment, and technical support. The remaining top NAICS are similarly defense- and engineering-oriented, but award counts are more distributed, with Engineering Services and R&D accounting for relatively high volumes compared with higher-dollar manufacturing categories.

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 5 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
2024 146,080,560,960.15 146.08 billion 197,097
2023 144,750,876,332.37 144.75 billion 194,482
2022 133,625,811,896.06 133.63 billion 191,186
2021 112,029,396,264.30 112.03 billion 193,648

Insight

Over the last 5 years, DEPT OF THE NAVY obligated $694.38 billion across 955,671 awards, with an average award value of $726,586.77. Obligations increased each year from $112.03 billion in 2021 to a peak of $157.89 billion in 2025, indicating a sustained upward trend in spending. Award volume remained relatively stable between 179,258 and 197,097 annually, suggesting that higher obligations were driven more by increased dollar value than by a material change in award count.

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