Federal Agency

NUCLEAR REGULATORY COMMISSION Federal Contract Obligations (Last 10 Years)

NUCLEAR REGULATORY COMMISSION procurement activity over the last 10 years totals $1.85 billion across 15,925 award actions.

This FPDS Query page summarizes NUCLEAR REGULATORY COMMISSION obligations, award volume, and vendor concentration over the last 10 years. The data shows steady annual obligations near $164.40 million to $194.37 million in the most recent five years, with technology and consulting services accounting for most spending.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect obligated dollars in the selected analysis window and may change as records are updated.

Agency ID
3100
Total Obligated
1.85 billion
1,849,204,407.91
Award Actions
15,925
Average Action Value
116,119.58

About NUCLEAR REGULATORY COMMISSION federal contract activity

Over the last 10 years, the Nuclear Regulatory Commission obligated $1.85 billion across 15,925 awards, with an average award value of $116,119.58. The profile reflects a high-volume procurement program with spending concentrated in information technology, systems support, and technical consulting services.

Vendor concentration and leading contractors

Vendor obligations are led by TEKSYNAP CORPORATION at $151.14 million across 171 awards, followed by CGI FEDERAL INC. at $131.04 million across 447 awards and LEIDOS, INC. at $88.86 million across 285 awards. DELL SERVICES FEDERAL GOVERNMENT, INC. and OASIS SYSTEMS, LLC also rank among the top recipients, indicating recurring reliance on a small set of large service providers.

Industry profile based on NAICS activity

NAICS 541519, Other Computer Related Services, dominates with $572.81 million across 3,486 awards, far exceeding all other categories. The next largest categories are 541512 Computer Systems Design Services at $238.19 million, 541511 Custom Computer Programming Services at $204.67 million, 541513 Computer Facilities Management Services at $126.39 million, and 541690 Other Scientific and Technical Consulting Services at $73.61 million, showing a strong concentration in IT and support functions.

Annual contract trend over the analysis window

Annual obligations in the most recent five years have remained relatively steady, ranging from $164.40 million in 2021 to $194.37 million in 2024. Spending was highest in 2024, then eased to $185.06 million in 2025, while award counts stayed consistently high between 1,399 and 1,748 per year.

How to interpret this page

This summary reflects FPDS obligations for agency ID 3100, Nuclear Regulatory Commission, over the last 10 years. Vendor, NAICS, and annual trend figures are based on obligated dollars and award counts in the provided dataset, and totals may reflect multiple award actions associated with the same vendor or instrument.

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 10 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 151,135,824.45 151.14 million 171
CGI FEDERAL INC. 131,043,048.76 131.04 million 447
LEIDOS, INC. 88,857,392.29 88.86 million 285
DELL SERVICES FEDERAL GOVERNMENT, INC. 71,695,659.74 71.70 million 16
OASIS SYSTEMS, LLC 71,507,737.86 71.51 million 258
LEIDOS INNOVATIONS CORPORATION 61,809,075.41 61.81 million 336
SOUTHWEST RESEARCH INSTITUTE 48,619,715.79 48.62 million 740
NORTHRAMP LLC 45,554,574.08 45.55 million 256
AEGISNET INCORPORATED 42,377,948.76 42.38 million 267
NTT DATA SERVICES FEDERAL GOVERNMENT, INC. 37,959,246.15 37.96 million 17

Insight

Over the last 10 years, NRC obligated $1.85 billion across 15,925 awards, with an average award value of $116,119.58, indicating a high-volume procurement portfolio with relatively small average obligations. Top vendor spending is moderately concentrated: TEKSYNAP CORPORATION leads with $151.14 million, followed by CGI FEDERAL INC. at $131.04 million and LEIDOS, INC. at $88.86 million; the top 10 vendors collectively account for a substantial share of agency obligations. Award counts vary materially across top vendors, suggesting a mix of recurring task orders and larger, lower-count awards.

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 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
541519 OTHER COMPUTER RELATED SERVICES 572,814,248.92 572.81 million 3,486
541512 COMPUTER SYSTEMS DESIGN SERVICES 238,192,221.19 238.19 million 758
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 204,669,422.43 204.67 million 1,046
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 126,391,976.71 126.39 million 129
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 73,610,034.49 73.61 million 1,202
511210 SOFTWARE PUBLISHERS 65,672,779.28 65.67 million 367
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 59,017,042.20 59.02 million 1,131
541330 ENGINEERING SERVICES 42,842,128.41 42.84 million 380
562211 HAZARDOUS WASTE TREATMENT AND DISPOSAL 37,935,166.33 37.94 million 597
561210 FACILITIES SUPPORT SERVICES 34,587,352.89 34.59 million 208

Insight

Over the last 10 years, NRC obligated 1.85 billion across 15,925 awards, with spending concentrated in IT and technical support NAICS codes. NAICS 541519, Other Computer Related Services, led obligations at 572.81 million, about 31% of total obligations, followed by 541512 and 541511, which together bring the top three NAICS to roughly 60% of total obligated dollars. The remaining top NAICS are more fragmented, with obligations spread across software, consulting, engineering, hazardous waste, and facilities support services.

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 10 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
2024 194,367,468.70 194.37 million 1,506
2023 183,633,776.40 183.63 million 1,447
2022 171,184,892.46 171.18 million 1,590
2021 164,395,988.83 164.40 million 1,748
2020 178,567,644.43 178.57 million 1,670
2019 179,449,076.84 179.45 million 1,484
2018 201,489,176.58 201.49 million 1,724
2017 193,010,177.33 193.01 million 1,650
2016 198,045,600.37 198.05 million 1,707

Insight

Over the last 10 years, NRC obligated $1.85 billion across 15,925 awards, with an average award value of $116,119.58. Annual obligations were relatively stable, ranging from $164.40 million in 2021 to $201.49 million in 2018, with recent years clustered near $170 million to $194 million. Award volume also remained fairly even, with a low of 1,399 awards in 2025 and a high of 1,748 in 2021, indicating no single year dominated agency procurement activity.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.