Is your Active Directory Users and Computers (ADUC) tool not responding or freezing when you try to open it? This can be frustrating, especially when you need to manage users, groups, or other network settings. ADUC is an important part of Windows Server and domain management, but sometimes it stops working due to system issues, missing updates, or corrupted files. In this blog, we’ll walk you through easy ways to fix ADUC not responding, so you can get back to managing your network smoothly. Let’s solve it step by step!

Step 1: Close ADUC and Restart MMC Console
- Press Ctrl + Shift + Esc to open Task Manager.
- Look for mmc.exe under Processes.
- Select it and click End Task.
- Now try reopening Active Directory Users and Computers.
This ensures the console is not hanging from a previous session.
Step 2: Re-register the DLL Files Required for ADUC
Sometimes ADUC stops responding because essential DLL files are not properly registered.
- Press Windows + R, type:
cmdand press Enter. - Now run the following commands one by one:
regsvr32 schmmgmt.dll regsvr32 dsadmin.dll regsvr32 adsiedit.dll - Restart the system and open ADUC again.
This helps restore required MMC snap-in components.
Step 3: Reset MMC Console Settings
If the ADUC console settings are corrupted, resetting them helps.
- Press Windows + R and type:
%appdata% - Go to:
Microsoft → MMC - Look for a file named:
dsa - Delete the file.
- Open ADUC again — it will regenerate the console file fresh.
Step 4: Reinstall RSAT Tools (If Using Windows 10/11)
If you are using ADUC on a client system (Windows 10/11), reinstalling RSAT can fix missing components.
- Press Windows + I to open Settings.
- Go to:
Apps → Optional Features - Search for:
RSAT: Active Directory Domain Services and Lightweight Directory Tools - If not installed, install it.
- Restart the system.
Step 5: Check Domain Controller Connectivity
Ensure your system is properly connected to the domain.
- Try
pingthe domain controller:ping yourdomaincontrollername
If network or DNS is incorrectly configured, ADUC will freeze.
Conclusion
When Active Directory Users and Computers stops responding, the issue is typically caused by MMC console corruption, missing DLL files, or RSAT configuration problems. By following the above steps—closing MMC, re-registering DLLs, resetting console settings, and checking domain connectivity—you should be able to resolve the issue quickly.
If the issue still continues, you may also consider checking for Windows Updates or Group Policy restrictions affecting the MMC tools.





