Hello Miguel,
That freeze at the UAC prompt is almost always tied to how Winlogon and Credential Provider are interacting with graphics drivers or remote session components, not the UAC subsystem itself. Since you mentioned the issue started after moving buildings, I’d suspect either a change in domain trust or new networking/security infrastructure that affects how elevation prompts are handled. In practice, the most common causes are outdated display drivers that hang when the secure desktop is invoked, or third‑party credential providers/security agents that interfere with UAC.
The first thing to check is whether disabling “Switch to the secure desktop when prompting for elevation” in Local Security Policy (secpol.msc → Local Policies → Security Options → “User Account Control: Switch to the secure desktop when prompting for elevation”) allows the prompt to work. If that resolves it, the root cause is a driver or agent conflict, and updating GPU drivers or removing conflicting endpoint security software is the proper fix. If the hang persists even with secure desktop disabled, run sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth to rule out system corruption, and confirm domain controllers are reachable without latency.
If none of those steps stabilize UAC, the supported remediation is an in‑place upgrade repair using the latest Windows 11 ISO, which rebuilds the credential provider stack without wiping applications. A full reinstall should only be considered if the repair install fails, since this is not a hardware limitation but a software conflict introduced during the move.
If the above response helps answer your question, please hit "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
Harry.