Forum Discussion
How do I completely reset GPU preferences and data for apps in Windows 11?
In System Settings → Display → Graphics, I previously manually assigned GPU preferences for certain apps. Now I want to completely remove these custom settings, revert to the default system-automatic selection, and clear the associated configuration data. However, I can't find a “Remove” or “Reset” button in the interface. Please provide the specific steps to do this.
4 Replies
- AzaellowBrass Contributor
If that doesn't work or if you're uncomfortable editing the registry, I recommend resetting the entire preferences via PowerShell or using Display Settings after removing preferences.
- HemikuhschlemurCopper Contributor
https://www.guru3d.com/download/display-driver-uninstaller-download/ I believe this is more of what u might be looking for
- JacobBrownIron Contributor
Open a Command Prompt as an administrator, run `reg delete “HKCU\Software\Microsoft\DirectX\GraphicsSettings” /f`, and restart your computer to reset all GPU application preferences.
- YasirSulemanCopper Contributor
Windows 11 does not include a reset option for GPU preferences in Settings.
To remove all custom GPU assignments:
Press Win + R, type regedit, and press Enter.
Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\DirectX\UserGpuPreferences
In the right pane, delete all entries or delete the entire UserGpuPreferences key.
Close Registry Editor and restart your computer.
After restarting, Windows will return to automatic GPU selection for all apps.