PSC Code

PSC M1JZ Federal Contract Obligations (Last Year)

Federal procurement data for PSC M1JZ, Operation of Miscellaneous Buildings, showing last full-year obligations, award volume, and leading agencies and vendors.

In the last full year, PSC M1JZ recorded $19.89 billion in obligations across 737 award actions, with an average action value of $26.98 million. The Department of Energy accounted for almost all obligated dollars in this category, while NASA and the Department of the Air Force were the next largest agencies by spending.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the analysis window provided and may differ slightly between rounded and exact totals.

PSC Code
M1JZ
PSC Description
OPERATION OF MISCELLANEOUS BUILDINGS
Total Obligated
19.89 billion
19,886,504,340.12
Award Actions
737
Average Action Value
26,983,045.23

About PSC M1JZ federal contract activity

PSC M1JZ, Operation of Miscellaneous Buildings, accounted for 19.89 billion in obligations across 737 awards in the last full year, with an average award value of 26.98 million. The obligation profile is highly concentrated, indicating that a small number of large awards drive most spending in this category.

Agency demand and leading federal buyers

The Department of Energy dominated the PSC with 19.65 billion in obligations across 231 awards, representing nearly the entire category total. All other reported agencies were far smaller by comparison, led by NASA at 177.37 million, the Department of the Air Force at 111.71 million, U.S. Customs and Border Protection at 12.79 million, and USAID at 5.67 million.

Vendor concentration and leading contractors

Vendor activity is similarly concentrated among a small set of contractors tied to major DOE-related facilities and operations. TRIAD NATIONAL SECURITY, LLC led with 5.88 billion, followed closely by NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC at 5.79 billion and CONSOLIDATED NUCLEAR SECURITY LLC at 3.09 billion; HONEYWELL INTERNATIONAL INC. and PANTEXAS DETERRENCE, LLC rounded out the top five.

Annual contract trend over the analysis window

The annual trend for 2025 shows 19.89 billion in obligated spending across 734 awards, essentially matching the full-period total and indicating that nearly all activity in the analysis window occurred in that year. The slight difference in award count and obligations versus the overall summary suggests minor record-level variation, but not a material change in scale.

How to interpret this page

This summary uses FPDS obligations tied to PSC M1JZ during the last full year and aggregates totals by agency, vendor, and year. Obligated dollars are shown as reported in FPDS and rounded for readability; award counts reflect the number of recorded awards associated with this PSC in the analysis window.

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__productOrServiceInformation__productOrServiceCode = 'M1JZ'
        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
8900 ENERGY, DEPARTMENT OF 19,648,909,556.24 19.65 billion 231
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 177,366,163.93 177.37 million 102
5700 DEPT OF THE AIR FORCE 111,707,622.45 111.71 million 96
7014 U.S. CUSTOMS AND BORDER PROTECTION 12,789,236.44 12.79 million 2
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 5,666,113.06 5.67 million 9
12H2 AGRICULTURAL RESEARCH SERVICE 4,176,662.36 4.18 million 3
4732 FEDERAL ACQUISITION SERVICE 2,702,405.42 2.70 million 10
1544 U.S. MARSHALS SERVICE 2,008,478.67 2.01 million 9
6800 ENVIRONMENTAL PROTECTION AGENCY 1,744,959.93 1.74 million 8
12C2 FOREST SERVICE 124,000.00 124.00 thousand 1

Insight

Obligations for PSC M1JZ were highly concentrated in the Department of Energy, which accounted for 19.65 billion of the 19.89 billion obligated in the last full year, or about 98.8% of total spend. NASA and the Department of the Air Force were distant second- and third-largest buyers at 177.37 million and 111.71 million, respectively, indicating a steep drop-off after the lead agency. The remaining agencies each obligated less than 12.8 million, with award activity spread across 737 awards overall and an average award value of 26.98 million.

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(anyHeavy(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__productOrServiceInformation__productOrServiceCode = 'M1JZ'
        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,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
TRIAD NATIONAL SECURITY, LLC 804U5 5,883,604,863.94 5.88 billion 39
NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC 14213 5,789,815,037.84 5.79 billion 45
CONSOLIDATED NUCLEAR SECURITY LLC 6NSM1 3,086,581,078.03 3.09 billion 39
HONEYWELL INTERNATIONAL INC. 14061 2,263,010,398.19 2.26 billion 38
PANTEXAS DETERRENCE, LLC 9KD07 1,455,150,987.45 1.46 billion 25
MISSION SUPPORT AND TEST SERVICES LLC 7HSD0 1,170,747,190.79 1.17 billion 45
NOVA SPACE SOLUTIONS, LLC 9WFY1 177,338,984.53 177.34 million 98
INUSSUK A/S SLXB9 71,628,924.27 71.63 million 36
KIRA TRAINING SERVICES LLC 7P1B6 36,246,773.71 36.25 million 30
ENVIREMEDIAL SERVICES, INC. 1E1Q9 15,994,056.75 15.99 million 153

Insight

Top vendors are highly concentrated in PSC M1JZ over the last full year: the top six vendors account for about 19.64 billion of the 19.89 billion obligated, or roughly 99 percent of total obligations. TRIAD NATIONAL SECURITY, LLC and NATIONAL TECHNOLOGY & ENGINEERING SOLUTIONS OF SANDIA, LLC together received about 11.67 billion across 84 awards, indicating a heavy reliance on a small set of large incumbent contractors. Award volume is more dispersed among lower-obligation vendors, with ENVIREMEDIAL SERVICES, INC. recording 153 awards but only 15.99 million obligated, while NOVA SPACE SOLUTIONS, LLC had 98 awards and 177.34 million obligated.

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__productOrServiceInformation__productOrServiceCode = 'M1JZ'
        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 19,886,346,459.71 19.89 billion 734

Insight

In the last full year, PSC M1JZ obligated $19.89 billion across 734 awards, with an average award value of $26.98 million. Obligations are highly concentrated in the single reported year, indicating that this PSC’s annual activity is effectively centered in 2025 for the current 1-year window. The award profile suggests relatively large-dollar transactions rather than a high-volume small-award pattern.

Use FPDS Query for deeper PSC analysis

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