Use this page to review federal contract obligations in New Jersey for last 5 years. The analysis is based on FPDS award-action data.
Geography
New Jersey Federal Contract Obligations (Last 5 Years)
This page summarizes federal contract obligations in New Jersey for last 5 years, including award volume and market trend context.
All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 5 years analysis window.
About New Jersey federal contract activity
This page summarizes last 5 years of federal contract activity associated with New Jersey. Based on the current FPDS Query dataset, this geography shows 46.27 billion in visible obligations across 2,592,348 award actions, with an average action value of 17,850.48. 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 5 years. The visible agency ranking is led by DEPT OF THE NAVY, with 8.69 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 5 years. The current ranking is led by LOCKHEED MARTIN CORPORATION, with 10.20 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 5 years, from 2021 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 5 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 5 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 | 8,685,089,927.91 | 8.69 billion | 22,052 |
| 97AS | DEFENSE LOGISTICS AGENCY | 8,094,988,755.01 | 8.09 billion | 2,440,079 |
| 2100 | DEPT OF THE ARMY | 7,490,519,693.50 | 7.49 billion | 11,840 |
| 3600 | VETERANS AFFAIRS, DEPARTMENT OF | 5,687,844,770.86 | 5.69 billion | 8,879 |
| 97JC | MISSILE DEFENSE AGENCY (MDA) | 4,317,837,822.96 | 4.32 billion | 821 |
| 5700 | DEPT OF THE AIR FORCE | 3,332,701,744.05 | 3.33 billion | 8,578 |
| 6920 | FEDERAL AVIATION ADMINISTRATION | 1,530,383,272.06 | 1.53 billion | 8,553 |
| 7505 | OFFICE OF ASSISTANT SECRETARY FOR PREPAREDNESS AND RESPONSE | 1,006,499,445.04 | 1.01 billion | 130 |
| 8900 | ENERGY, DEPARTMENT OF | 899,952,196.76 | 899.95 million | 285 |
| 12K2 | AGRICULTURAL MARKETING SERVICE | 356,942,336.20 | 356.94 million | 466 |
Insight
New Jersey contract activity over the last 5 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 5 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 | 10,196,033,711.78 | 10.20 billion | 2,499 |
| MERCK SHARP & DOHME CORP. | 6B2S4 | 2,244,899,610.31 | 2.24 billion | 61 |
| 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,147,338,388.51 | 1.15 billion | 64 |
| SCIENCE APPLICATIONS INTERNATIONAL CORPORATION | 79343 | 1,057,314,912.72 | 1.06 billion | 547,849 |
| URS FEDERAL SERVICES INTERNATIONAL, INC | 5XPQ8 | 932,288,457.45 | 932.29 million | 29 |
| TRUSTEES OF PRINCETON UNIVERSITY, THE | 4B486 | 907,413,598.59 | 907.41 million | 401 |
| L3HARRIS TECHNOLOGIES, INC. | 28527 | 861,502,153.72 | 861.50 million | 1,597 |
| TRIMAN INDUSTRIES INC | 0ZBE8 | 526,389,180.03 | 526.39 million | 13,402 |
Insight
Visible obligations in New Jersey over the last 5 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 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 |
|---|---|---|---|---|
| 334511 | SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING | 7,216,383,302.06 | 7.22 billion | 5,233 |
| 541715 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) | 5,376,924,349.30 | 5.38 billion | 4,587 |
| 541512 | COMPUTER SYSTEMS DESIGN SERVICES | 3,989,917,337.07 | 3.99 billion | 4,327 |
| 325412 | PHARMACEUTICAL PREPARATION MANUFACTURING | 3,258,059,933.86 | 3.26 billion | 1,762 |
| 541330 | ENGINEERING SERVICES | 2,074,378,526.35 | 2.07 billion | 6,876 |
| 561210 | FACILITIES SUPPORT SERVICES | 1,404,301,216.12 | 1.40 billion | 1,868 |
| 237990 | OTHER HEAVY AND CIVIL ENGINEERING CONSTRUCTION | 1,080,219,426.08 | 1.08 billion | 437 |
| 562910 | REMEDIATION SERVICES | 1,006,394,289.74 | 1.01 billion | 1,283 |
| 541712 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) | 951,166,649.17 | 951.17 million | 2,322 |
| 611310 | COLLEGES, UNIVERSITIES, AND PROFESSIONAL SCHOOLS | 862,143,707.87 | 862.14 million | 300 |
Insight
The top-NAICS table highlights the industries with the largest visible obligations in New Jersey over the last 5 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 5 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 | 3,494,919,371.77 | 3.49 billion | 728 |
| 6505 | DRUGS AND BIOLOGICALS | 3,331,632,663.16 | 3.33 billion | 11,599 |
| R425 | SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL | 2,708,989,666.82 | 2.71 billion | 6,625 |
| AC13 | NATIONAL DEFENSE R&D SERVICES; DEPARTMENT OF DEFENSE - MILITARY; EXPERIMENTAL DEVELOPMENT | 2,058,206,642.24 | 2.06 billion | 606 |
| DA01 | IT AND TELECOM - BUSINESS APPLICATION/APPLICATION DEVELOPMENT SUPPORT SERVICES (LABOR) | 1,832,640,572.89 | 1.83 billion | 371 |
| 1230 | FIRE CONTROL SYSTEMS, COMPLETE | 1,775,969,599.59 | 1.78 billion | 134 |
| AC24 | NATIONAL DEFENSE R&D SERVICES; ATOMIC ENERGY DEFENSE ACTIVITIES; R&D ADMINISTRATIVE EXPENSES | 1,567,221,771.97 | 1.57 billion | 232 |
| S216 | HOUSEKEEPING- FACILITIES OPERATIONS SUPPORT | 1,062,914,913.07 | 1.06 billion | 241 |
| R799 | SUPPORT- MANAGEMENT: OTHER | 1,054,727,547.39 | 1.05 billion | 180 |
| 6640 | LABORATORY EQUIPMENT AND SUPPLIES | 887,394,184.02 | 887.39 million | 102,829 |
Insight
The top-PSC table highlights the product and service codes with the largest visible obligations in New Jersey over the last 5 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 5 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 |
Insight
The annual trend shows how obligations in New Jersey moved across the last 5 years, from 2021 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.