How to Disable Lock Screen Animations in Regedit

Disabling lock screen animations in Windows can significantly improve system responsiveness when waking your PC or transitioning to the login screen. By modifying specific values in the Windows Registry Editor (Regedit), you can remove graphical transition delays, blur effects, and sliding animations to achieve faster login times on resource-constrained or performance-focused systems.

Step 1: Open the Registry Editor

  1. Press Windows Key + R to open the Run dialog box.
  2. Type regedit and press Enter.
  3. Click Yes when prompted by User Account Control (UAC) to grant administrative permissions.

Step 2: Disable Lock Screen Blur and Transition Effects

The acrylic blur and fade animation upon dismissing the lock screen can introduce input lag. To disable it:

  1. Navigate to the following path in the Registry address bar: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System
  2. Right-click on the System folder in the left pane, select New, and choose DWORD (32-bit) Value.
  3. Name the new value DisableAcrylicBackgroundOnLogon.
  4. Double-click DisableAcrylicBackgroundOnLogon, set its Value data to 1, and click OK.

Step 3: Disable UI Animations Affecting the Lock Screen

To remove sliding window animations across the operating system, including the lock screen:

  1. Navigate to: HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics
  2. Locate the string value named MinAnimate. If it does not exist, right-click the empty space, select New > String Value, and name it MinAnimate.
  3. Double-click MinAnimate, change its Value data from 1 to 0, and click OK.

Step 4: Bypass the Lock Screen Completely (Optional)

If you want the maximum performance gain, you can bypass the lock screen sliding transition entirely to go straight to the password prompt:

  1. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization (If the Personalization key does not exist under Windows, right-click Windows, select New > Key, and name it Personalization.)
  2. Right-click inside the right pane, select New > DWORD (32-bit) Value, and name it NoLockScreen.
  3. Double-click NoLockScreen, set the Value data to 1, and click OK.

Step 5: Apply the Changes

  1. Close the Registry Editor.
  2. Restart your computer or press Ctrl + Alt + Delete and select Lock to verify that the animations have been removed.