Geography

New Jersey Federal Contract Obligations (Last Year)

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

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

Generated at 03/15/2026

Analysis period: Last full year

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

State Code
NJ
State
New Jersey
Total Obligated
8.72 billion
8,720,002,452.72
Award Actions
516,166
Average Action Value
16,893.79

About New Jersey federal contract activity

This page summarizes last full year of federal contract activity associated with New Jersey. Based on the current FPDS Query dataset, this geography shows 8.72 billion in visible obligations across 516,166 award actions, with an average action value of 16,893.79. 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 full year. The visible agency ranking is led by DEPT OF THE NAVY, with 1.77 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 full year. The current ranking is led by LOCKHEED MARTIN CORPORATION, with 2.21 billion in obligations, followed by ASRC FEDERAL FACILITIES LOGISTICS, LLC. 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 full year, from 2025 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 full year. 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 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 1,767,880,404.58 1.77 billion 3,758
97AS DEFENSE LOGISTICS AGENCY 1,766,908,864.56 1.77 billion 491,440
3600 VETERANS AFFAIRS, DEPARTMENT OF 1,166,881,816.42 1.17 billion 1,552
2100 DEPT OF THE ARMY 921,028,398.39 921.03 million 1,865
97JC MISSILE DEFENSE AGENCY (MDA) 898,912,538.81 898.91 million 165
5700 DEPT OF THE AIR FORCE 537,898,959.23 537.90 million 1,712
7505 ADMINISTRATION FOR STRATEGIC PREPAREDNESS AND RESPONSE 327,874,000.60 327.87 million 26
6920 FEDERAL AVIATION ADMINISTRATION 279,783,357.31 279.78 million 1,558
8900 ENERGY, DEPARTMENT OF 221,981,815.72 221.98 million 71
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 66,932,957.44 66.93 million 39

Insight

New Jersey contract activity over the last full year 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 1 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 2,210,520,295.38 2.21 billion 475
ASRC FEDERAL FACILITIES LOGISTICS, LLC 79343 681,548,096.51 681.55 million 310,927
BOOZ ALLEN HAMILTON INC 1D060 590,389,258.09 590.39 million 26
ALVOGEN 6K8D6 227,679,183.70 227.68 million 4
TRUSTEES OF PRINCETON UNIVERSITY, THE 4B486 222,700,025.35 222.70 million 74
TRIMAN INDUSTRIES INC 0ZBE8 204,460,388.41 204.46 million 4,647
L3HARRIS TECHNOLOGIES, INC. 28527 169,110,051.45 169.11 million 112
IT CONCEPTS, INC. 6GX40 138,428,174.18 138.43 million 3
L3 TECHNOLOGIES, INC. 1BRA6 121,869,594.51 121.87 million 65
MAG DS CORP. 1WYP9 98,579,913.10 98.58 million 65

Insight

Visible obligations in New Jersey over the last full year appear concentrated among a relatively small set of leading vendors. LOCKHEED MARTIN CORPORATION ranks first, followed by ASRC FEDERAL FACILITIES LOGISTICS, LLC, 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 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
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 1,627,448,519.39 1.63 billion 2,077
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 1,167,842,710.87 1.17 billion 977
541512 COMPUTER SYSTEMS DESIGN SERVICES 832,239,098.08 832.24 million 877
541330 ENGINEERING SERVICES 470,247,062.65 470.25 million 1,222
325412 PHARMACEUTICAL PREPARATION MANUFACTURING 365,136,158.01 365.14 million 404
611310 COLLEGES, UNIVERSITIES, AND PROFESSIONAL SCHOOLS 223,978,391.58 223.98 million 75
493190 OTHER WAREHOUSING AND STORAGE 169,989,957.89 169.99 million 28,821
423610 ELECTRICAL APPARATUS AND EQUIPMENT, WIRING SUPPLIES, AND RELATED EQUIPMENT MERCHANT WHOLESALERS 169,966,631.43 169.97 million 12,307
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 169,850,939.45 169.85 million 8,702
324191 PETROLEUM LUBRICATING OIL AND GREASE MANUFACTURING 154,671,638.45 154.67 million 123,473

Insight

The top-NAICS table highlights the industries with the largest visible obligations in New Jersey over the last full year. 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 1 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
1230 FIRE CONTROL SYSTEMS, COMPLETE 835,673,200.97 835.67 million 52
DA01 IT AND TELECOM - BUSINESS APPLICATION/APPLICATION DEVELOPMENT SUPPORT SERVICES (LABOR) 557,856,220.41 557.86 million 81
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 524,102,178.39 524.10 million 1,060
AC13 NATIONAL DEFENSE R&D SERVICES; DEPARTMENT OF DEFENSE - MILITARY; EXPERIMENTAL DEVELOPMENT 506,856,088.66 506.86 million 175
5840 RADAR EQUIPMENT, EXCEPT AIRBORNE 416,431,276.82 416.43 million 114
6505 DRUGS AND BIOLOGICALS 372,202,833.57 372.20 million 2,175
AC24 NATIONAL DEFENSE R&D SERVICES; ATOMIC ENERGY DEFENSE ACTIVITIES; R&D ADMINISTRATIVE EXPENSES 267,510,918.71 267.51 million 42
R799 SUPPORT- MANAGEMENT: OTHER 222,995,208.09 223.00 million 34
M181 OPER OF GOVT R&D GOCO FACILITIES 220,022,421.25 220.02 million 36
5680 MISCELLANEOUS CONSTRUCTION MATERIALS 191,209,294.15 191.21 million 14,008

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in New Jersey over the last full year. 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 1 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

Insight

The annual trend shows how obligations in New Jersey moved across the last full year, from 2025 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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.