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:


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

How to Modify the Animation Setting via Regedit

  1. Press Win + R, type regedit, and press Enter to open the Registry Editor.

  2. Navigate to:

    HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics
  3. Locate the MinAnimate value in the right-hand pane. If it does not exist, right-click an empty area, select New > String Value, and name it MinAnimate.

  4. Double-click MinAnimate and set its value:

    • Enter 0 to turn off the virtual desktop switching animation.
    • Enter 1 to turn on the virtual desktop switching animation.
  5. Click OK to save the changes.

  6. Restart the Windows Explorer process via Task Manager or log out and log back in for the changes to take effect.