Federal Agency

NUCLEAR REGULATORY COMMISSION Federal Contract Obligations (Last Year)

FPDS procurement data for the Nuclear Regulatory Commission (Agency ID 3100) shows $185.06 million obligated across 1,399 award actions in the last full year.

The Nuclear Regulatory Commission obligated $185,060,605.97 across 1,399 award actions during the last full year, with an average action value of $132,280.63. Spending was concentrated in information technology and communications services, led by NAICS 541519, 541512, and 541511.

Generated at 03/21/2026

Analysis period: Last full year

Figures reflect the last full year and are based on FPDS award actions; vendor and NAICS totals represent the highest-obligated categories in the period.

Agency ID
3100
Total Obligated
185.06 million
185,060,605.97
Award Actions
1,399
Average Action Value
132,280.63

About NUCLEAR REGULATORY COMMISSION federal contract activity

During the last full year, the Nuclear Regulatory Commission recorded $185.06 million in obligations across 1,399 awards, with an average award value of $132,280.63. The volume of awards relative to total dollars indicates a procurement profile weighted toward numerous moderate and smaller transactions rather than a small number of very large awards.

Vendor concentration and leading contractors

TEKSYNAP CORPORATION was the largest recipient at $32.93 million across 44 awards, followed by LEIDOS, INC. at $16.10 million across 52 awards and OASIS SYSTEMS, LLC at $10.87 million across 28 awards. CGI FEDERAL INC. and VERIZON BUSINESS NETWORK SERVICES LLC also ranked among the top vendors, indicating concentration in information technology, systems support, and telecommunications-related purchasing.

Industry profile based on NAICS activity

NAICS 541519, Other Computer Related Services, led spending at $62.01 million across 330 awards, making it the dominant category by both dollars and award count. Additional activity was concentrated in NAICS 541512, Computer Systems Design Services, and NAICS 541511, Custom Computer Programming Services, with smaller but material obligations in Software Publishers and Wired Telecommunications Carriers.

Annual contract trend over the analysis window

The annual trend provided for 2025 shows $185.06 million in obligations across 1,399 awards, matching the full-year totals in the analysis window. With only one year of data available, this page supports a current-state snapshot rather than a multi-year trend comparison.

How to interpret this page

This analysis uses FPDS award data for the Nuclear Regulatory Commission, agency ID 3100, limited to the last full year. Totals reflect obligated dollars and award counts as reported in the provided dataset, with vendor and NAICS rankings based on total obligated amount.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '3100'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
TEKSYNAP CORPORATION 32,930,106.73 32.93 million 44
LEIDOS, INC. 16,097,354.78 16.10 million 52
OASIS SYSTEMS, LLC 10,870,038.00 10.87 million 28
CGI FEDERAL INC. 9,857,670.16 9.86 million 42
VERIZON BUSINESS NETWORK SERVICES LLC 7,273,997.04 7.27 million 7
AEGISNET INCORPORATED 4,763,362.87 4.76 million 31
DELL FEDERAL SYSTEMS L.P. 4,488,722.99 4.49 million 9
IMMERSIVE CONCEPTS, LLC 3,631,174.70 3.63 million 25
NORTHRAMP LLC 3,407,224.45 3.41 million 27
UNISON SOFTWARE, INC. 3,000,000.00 3.00 million 8

Insight

Over the last full year, the Nuclear Regulatory Commission obligated $185.06 million across 1,399 awards, with the top 10 vendors accounting for $102.27 million, or about 55% of total obligations. TEKSYNAP CORPORATION is the largest recipient at $32.93 million, followed by LEIDOS, INC. at $16.10 million and OASIS SYSTEMS, LLC at $10.87 million, indicating a moderately concentrated vendor base at the top end. Award volume is more diffuse than dollars, with several vendors receiving 25 or more awards while VERIZON BUSINESS NETWORK SERVICES LLC had $7.27 million across only 7 awards, suggesting some higher-value, lower-frequency obligations among key vendors.

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__purchaserInformation__contractingOfficeAgencyID = '3100'
        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
541519 OTHER COMPUTER RELATED SERVICES 62,009,373.70 62.01 million 330
541512 COMPUTER SYSTEMS DESIGN SERVICES 35,565,426.35 35.57 million 74
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 23,369,692.80 23.37 million 126
511210 SOFTWARE PUBLISHERS 8,547,554.14 8.55 million 32
517110 WIRED TELECOMMUNICATIONS CARRIERS 7,891,405.22 7.89 million 10
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 6,184,246.61 6.18 million 117
561210 FACILITIES SUPPORT SERVICES 5,830,298.85 5.83 million 28
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 4,502,341.28 4.50 million 87
334111 ELECTRONIC COMPUTER MANUFACTURING 2,629,213.46 2.63 million 8
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 2,363,394.21 2.36 million 50

Insight

Over the last full year, NUCLEAR REGULATORY COMMISSION obligated $185.06 million across 1,399 awards, with spending concentrated in IT-related NAICS codes. NAICS 541519 (Other Computer Related Services) led with $62.01 million across 330 awards, followed by 541512 ($35.57 million) and 541511 ($23.37 million); these three categories together accounted for about 66% of total obligations. The remaining top NAICS were more distributed, with no other category exceeding $8.55 million, indicating a broad secondary spend profile outside the dominant software and systems services categories.

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__purchaserInformation__contractingOfficeAgencyID = '3100'
        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 185,060,605.97 185.06 million 1,399

Insight

For the last full year, the Nuclear Regulatory Commission obligated $185.06 million across 1,399 awards, for an average award value of $132,280.63. This indicates a high-volume, relatively small-dollar award distribution rather than concentration in a few large obligations. With only one annual data point provided for the 1-year window, trend direction cannot be assessed from this view alone.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.