Use this page to review federal contract obligations in New Mexico for last 10 years. The analysis is based on FPDS award-action data.
Geography
New Mexico Federal Contract Obligations (Last 10 Years)
This page summarizes federal contract obligations in New Mexico for last 10 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 10 years analysis window.
About New Mexico federal contract activity
This page summarizes last 10 years of federal contract activity associated with New Mexico. Based on the current FPDS Query dataset, this geography shows 109.81 billion in visible obligations across 195,575 award actions, with an average action value of 561,483.66. 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 Mexico appears concentrated among a relatively small group of federal buyers over the last 10 years. The visible agency ranking is led by ENERGY, DEPARTMENT OF, with 83.89 billion in obligations, followed by DEPT OF THE AIR FORCE. 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 Mexico over the last 10 years. The current ranking is led by NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC, with 36.78 billion in obligations, followed by TRIAD NATIONAL SECURITY, 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 Mexico 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 = 'NM'
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 |
|---|---|---|---|---|
| 8900 | ENERGY, DEPARTMENT OF | 83,889,410,374.10 | 83.89 billion | 4,830 |
| 5700 | DEPT OF THE AIR FORCE | 7,608,855,275.53 | 7.61 billion | 25,873 |
| 2100 | DEPT OF THE ARMY | 5,305,743,243.91 | 5.31 billion | 12,744 |
| 7527 | INDIAN HEALTH SERVICE | 1,918,611,931.56 | 1.92 billion | 42,865 |
| 1425 | BUREAU OF RECLAMATION | 1,474,278,132.34 | 1.47 billion | 2,791 |
| 12C2 | FOREST SERVICE | 1,070,552,323.54 | 1.07 billion | 20,177 |
| 1450 | BUREAU OF INDIAN AFFAIRS | 1,069,864,789.70 | 1.07 billion | 12,622 |
| 9761 | DEFENSE THREAT REDUCTION AGENCY (DTRA) | 888,330,375.78 | 888.33 million | 2,072 |
| 3600 | VETERANS AFFAIRS, DEPARTMENT OF | 779,671,422.65 | 779.67 million | 7,420 |
| 7014 | U.S. CUSTOMS AND BORDER PROTECTION | 629,636,133.12 | 629.64 million | 1,566 |
Insight
New Mexico contract activity over the last 10 years appears concentrated among a relatively small group of buying agencies. The visible ranking is led by ENERGY, DEPARTMENT OF, followed by DEPT OF THE AIR FORCE, 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 = 'NM'
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 |
|---|---|---|---|---|
| NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC | 14213 | 36,782,033,555.11 | 36.78 billion | 268 |
| TRIAD NATIONAL SECURITY, LLC | 804U5 | 31,739,766,201.89 | 31.74 billion | 241 |
| SANDIA CORP | 3,815,989,801.76 | 3.82 billion | 41 | |
| LOS ALAMOS NATIONAL SECURITY LIMITED LIABILITY COMPANY | 3,087,629,243.33 | 3.09 billion | 42 | |
| NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC | 7MZ99 | 2,522,076,009.58 | 2.52 billion | 16 |
| LOS ALAMOS NATIONAL SECURITY LIMITED LIABILITY COMPANY | 41SP7 | 2,425,546,042.13 | 2.43 billion | 73 |
| NUCLEAR WASTE PARTNERSHIP LLC | 6HF85 | 1,823,323,494.43 | 1.82 billion | 214 |
| APPLIED RESEARCH ASSOCIATES, INC. | 9R446 | 1,251,712,127.49 | 1.25 billion | 3,217 |
| SLSCO LTD. | 5C2J9 | 929,651,070.14 | 929.65 million | 32 |
| REGENTS OF THE UNIVERSITY OF CALIFORNIA LOS ALAMOS NATIONAL LABORATORY | 3Q1N2 | 479,513,297.57 | 479.51 million | 21 |
Insight
Visible obligations in New Mexico over the last 10 years appear concentrated among a relatively small set of leading vendors. NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC ranks first, followed by TRIAD NATIONAL SECURITY, 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 = 'NM'
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 |
|---|---|---|---|---|
| 561210 | FACILITIES SUPPORT SERVICES | 82,787,770,771.90 | 82.79 billion | 3,324 |
| 236220 | COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION | 2,892,792,433.93 | 2.89 billion | 6,747 |
| 541712 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) | 2,104,173,372.18 | 2.10 billion | 6,797 |
| 541715 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) | 1,987,589,109.38 | 1.99 billion | 4,624 |
| 541330 | ENGINEERING SERVICES | 1,874,549,658.73 | 1.87 billion | 4,502 |
| 237110 | WATER AND SEWER LINE AND RELATED STRUCTURES CONSTRUCTION | 1,279,239,295.44 | 1.28 billion | 806 |
| 562910 | REMEDIATION SERVICES | 1,147,683,467.19 | 1.15 billion | 1,476 |
| 237310 | HIGHWAY, STREET, AND BRIDGE CONSTRUCTION | 776,238,957.46 | 776.24 million | 1,092 |
| 561320 | TEMPORARY HELP SERVICES | 744,230,356.11 | 744.23 million | 14,698 |
| 541710 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES | 708,009,911.18 | 708.01 million | 416 |
Insight
The top-NAICS table highlights the industries with the largest visible obligations in New Mexico 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 = 'NM'
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 |
|---|---|---|---|---|
| M1JZ | OPERATION OF MISCELLANEOUS BUILDINGS | 71,133,244,757.34 | 71.13 billion | 581 |
| M181 | OPER OF GOVT R&D GOCO FACILITIES | 8,853,829,756.77 | 8.85 billion | 208 |
| F999 | OTHER ENVIRONMENTAL SERVICES | 3,151,159,857.49 | 3.15 billion | 1,774 |
| R425 | SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL | 1,425,880,591.61 | 1.43 billion | 2,799 |
| Y1PZ | CONSTRUCTION OF OTHER NON-BUILDING FACILITIES | 1,318,111,171.08 | 1.32 billion | 412 |
| Y1NE | CONSTRUCTION OF WATER SUPPLY FACILITIES | 980,377,663.00 | 980.38 million | 298 |
| F003 | NATURAL RESOURCES/CONSERVATION- FOREST-RANGE FIRE SUPPRESSION/PRESUPPRESSION | 790,004,348.09 | 790.00 million | 15,006 |
| R499 | SUPPORT- PROFESSIONAL: OTHER | 777,664,190.76 | 777.66 million | 3,509 |
| S216 | HOUSEKEEPING- FACILITIES OPERATIONS SUPPORT | 627,892,721.01 | 627.89 million | 637 |
| R799 | SUPPORT- MANAGEMENT: OTHER | 538,428,414.61 | 538.43 million | 1,041 |
Insight
The top-PSC table highlights the product and service codes with the largest visible obligations in New Mexico 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 = 'NM'
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 | 14,105,245,362.20 | 14.11 billion | 15,512 |
| 2024 | 12,852,656,368.12 | 12.85 billion | 16,246 |
| 2023 | 13,445,050,611.13 | 13.45 billion | 17,929 |
| 2022 | 10,392,525,211.72 | 10.39 billion | 21,358 |
| 2021 | 13,058,187,441.22 | 13.06 billion | 20,525 |
| 2020 | 10,635,809,555.58 | 10.64 billion | 21,767 |
| 2019 | 6,480,871,605.90 | 6.48 billion | 17,718 |
| 2018 | 12,544,526,925.85 | 12.54 billion | 20,810 |
| 2017 | 7,116,574,879.79 | 7.12 billion | 22,438 |
| 2016 | 9,180,720,129.47 | 9.18 billion | 21,272 |
Insight
The annual trend shows how obligations in New Mexico 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.