Virtual Desktop Animation Registry Key in Windows
Windows uses specific registry entries to control the sliding and transition animations when switching between virtual desktops. This guide identifies the exact registry paths responsible for desktop switching animations and provides straightforward instructions on how to modify them using the Windows Registry Editor (Regedit) to enable, disable, or adjust the effect.
The Registry Key for Desktop Switching Animations
Virtual desktop switching animations are tied to the system-wide window animation settings in the Windows Registry. The primary registry key that controls this animation is:
HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics
Within this key, the specific string value responsible for the animation is:
- Value Name:
MinAnimate - Value Type:
REG_SZ(String Value) - Value Data:
1= Animations enabled (Default)0= Animations disabled
Secondary Related Registry Key
On Windows 11 and recent versions of Windows 10, animation behavior is also governed by the visual effects settings located at:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
- Value Name:
TaskbarAnimations - Value Type:
REG_DWORD(DWORD 32-bit Value) - Value Data:
1= Animations enabled0= Animations disabled
How to Modify the Animation Setting via Regedit
Press Win + R, type
regedit, and press Enter to open the Registry Editor.Navigate to:
HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetricsLocate the
MinAnimatevalue in the right-hand pane. If it does not exist, right-click an empty area, select New > String Value, and name itMinAnimate.Double-click
MinAnimateand set its value:- Enter
0to turn off the virtual desktop switching animation. - Enter
1to turn on the virtual desktop switching animation.
- Enter
Click OK to save the changes.
Restart the Windows Explorer process via Task Manager or log out and log back in for the changes to take effect.