Geography

New Jersey Federal Contract Obligations (Last 10 Years)

This page summarizes federal contract obligations in New Jersey for last 10 years, including award volume and market trend context.

Use this page to review federal contract obligations in New Jersey for last 10 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 10 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 10 years analysis window.

State Code
NJ
State
New Jersey
Total Obligated
84.95 billion
84,949,309,186.52
Award Actions
4,445,173
Average Action Value
19,110.46

About New Jersey federal contract activity

This page summarizes last 10 years of federal contract activity associated with New Jersey. Based on the current FPDS Query dataset, this geography shows 84.95 billion in visible obligations across 4,445,173 award actions, with an average action value of 19,110.46. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand in New Jersey appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by DEPT OF THE NAVY, with 17.28 billion in obligations, followed by DEFENSE LOGISTICS AGENCY. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in New Jersey over the last 10 years. The current ranking is led by LOCKHEED MARTIN CORPORATION, with 16.49 billion in obligations, followed by MERCK SHARP & DOHME CORP.. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved in New Jersey across the last 10 years, from 2016 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of geography-level obligations, top buying agencies, leading vendors, major industries, major PSC categories, and visible year-over-year movement within last 10 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'NJ'
        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
1700 DEPT OF THE NAVY 17,282,680,345.70 17.28 billion 47,777
97AS DEFENSE LOGISTICS AGENCY 15,331,527,125.49 15.33 billion 4,120,722
2100 DEPT OF THE ARMY 13,022,094,588.47 13.02 billion 28,904
3600 VETERANS AFFAIRS, DEPARTMENT OF 8,139,924,833.62 8.14 billion 25,105
97JC MISSILE DEFENSE AGENCY (MDA) 6,992,408,595.78 6.99 billion 1,621
5700 DEPT OF THE AIR FORCE 5,682,233,996.34 5.68 billion 16,523
6920 FEDERAL AVIATION ADMINISTRATION 3,185,378,921.70 3.19 billion 15,838
7505 OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE 1,867,650,751.99 1.87 billion 206
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 1,727,034,744.76 1.73 billion 781
8900 ENERGY, DEPARTMENT OF 1,595,587,214.35 1.60 billion 591

Insight

New Jersey contract activity over the last 10 years appears concentrated among a relatively small group of buying agencies. The visible ranking is led by DEPT OF THE NAVY, followed by DEFENSE LOGISTICS AGENCY, which suggests that federal demand in this geography is not evenly distributed.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'NJ'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
LOCKHEED MARTIN CORPORATION 02769 16,494,607,026.07 16.49 billion 167,757
MERCK SHARP & DOHME CORP. 6B2S4 3,924,244,451.12 3.92 billion 115
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 79343 3,355,923,432.34 3.36 billion 1,465,928
LOCKHEED MARTIN CORPORATION 2,239,955,054.88 2.24 billion 123,998
ASRC FEDERAL FACILITIES LOGISTICS, LLC 79343 2,048,356,201.55 2.05 billion 1,098,751
BOOZ ALLEN HAMILTON INC 1D060 1,999,000,796.13 2.00 billion 88
BOOZ ALLEN HAMILTON INC. 1D060 1,816,748,190.87 1.82 billion 144
TRUSTEES OF PRINCETON UNIVERSITY, THE 4B486 1,419,339,427.52 1.42 billion 838
L3HARRIS TECHNOLOGIES, INC. 28527 1,152,953,134.52 1.15 billion 2,022
HARRIS CORPORATION 28527 1,118,483,317.29 1.12 billion 377

Insight

Visible obligations in New Jersey over the last 10 years appear concentrated among a relatively small set of leading vendors. LOCKHEED MARTIN CORPORATION ranks first, followed by MERCK SHARP & DOHME CORP., which helps define the current competitive landscape in this geography.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'NJ'
        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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 15,355,681,192.34 15.36 billion 9,427
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 6,097,107,577.22 6.10 billion 5,852
541512 COMPUTER SYSTEMS DESIGN SERVICES 5,353,457,629.80 5.35 billion 7,158
541330 ENGINEERING SERVICES 4,770,441,748.29 4.77 billion 15,344
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 3,848,888,660.92 3.85 billion 6,134
325412 PHARMACEUTICAL PREPARATION MANUFACTURING 3,686,922,010.03 3.69 billion 3,284
541519 OTHER COMPUTER RELATED SERVICES 1,935,975,120.82 1.94 billion 14,787
237990 OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION 1,931,165,977.33 1.93 billion 1,398
561210 FACILITIES SUPPORT SERVICES 1,929,393,326.98 1.93 billion 3,238
562910 REMEDIATION SERVICES 1,624,028,303.68 1.62 billion 2,445

Insight

The top-NAICS table highlights the industries with the largest visible obligations in New Jersey over the last 10 years. This helps show which federal market segments are most prominent in the state.

Top PSC Codes

SELECT
    psc_code,
    psc_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
        anyHeavy(content__award__productOrServiceInformation__productOrServiceCode__description) AS psc_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'NJ'
        AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
        AND content__award__productOrServiceInformation__productOrServiceCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY psc_code
)
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Award Actions
5840 RADAR EQUIPMENT, EXCEPT AIRBORNE 7,561,781,075.89 7.56 billion 1,346
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 5,347,345,291.05 5.35 billion 13,941
6505 DRUGS AND BIOLOGICALS 5,305,610,189.19 5.31 billion 19,814
5865 ELECTRONIC COUNTERMEASURES, COUNTER-COUNTERMEASURES AND QUICK REACTION CAPABILITY EQUIPMENT 2,403,247,603.61 2.40 billion 2,526
1285 FIRE CONTROL RADAR EQUIPMENT, EXCEPT AIRBORNE 2,266,348,366.81 2.27 billion 724
AC13 NATIONAL DEFENSE R&D SERVICES; DEPARTMENT OF DEFENSE - MILITARY; EXPERIMENTAL DEVELOPMENT 2,127,090,167.94 2.13 billion 637
5680 MISCELLANEOUS CONSTRUCTION MATERIALS 2,022,858,814.04 2.02 billion 218,981
DA01 IT AND TELECOM - BUSINESS APPLICATION/APPLICATION DEVELOPMENT SUPPORT SERVICES (LABOR) 1,833,445,467.85 1.83 billion 376
1230 FIRE CONTROL SYSTEMS, COMPLETE 1,790,360,381.85 1.79 billion 177
AC24 NATIONAL DEFENSE R&D SERVICES; ATOMIC ENERGY DEFENSE ACTIVITIES; R&D ADMINISTRATIVE EXPENSES 1,732,611,393.35 1.73 billion 259

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in New Jersey over the last 10 years. This helps show which categories of federal demand are most prominent in the state.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'NJ'
        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 8,720,002,452.72 8.72 billion 516,166
2024 10,034,281,011.90 10.03 billion 552,480
2023 9,083,240,611.89 9.08 billion 569,803
2022 8,264,588,291.52 8.26 billion 488,531
2021 10,172,551,239.45 10.17 billion 465,368
2020 7,825,018,205.96 7.83 billion 386,127
2019 7,797,381,421.06 7.80 billion 361,603
2018 7,790,219,175.98 7.79 billion 422,760
2017 7,776,129,000.98 7.78 billion 403,228
2016 7,485,897,775.06 7.49 billion 279,107

Insight

The annual trend shows how obligations in New Jersey moved across the last 10 years, from 2016 through 2025. This helps users judge whether visible contract activity appears stable, rising, or easing over time.

Use FPDS Query for deeper geographic analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper geographic analysis across agencies, vendors, industries, PSC categories, 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.