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
- Press
Windows Key + Rto open the Run dialog box. - Type
regeditand pressEnter. - 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:
- Navigate to the following path in the Registry address bar:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System - Right-click on the System folder in the left pane, select New, and choose DWORD (32-bit) Value.
- Name the new value
DisableAcrylicBackgroundOnLogon. - Double-click
DisableAcrylicBackgroundOnLogon, set its Value data to1, 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:
- Navigate to:
HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics - Locate the string value named
MinAnimate. If it does not exist, right-click the empty space, select New > String Value, and name itMinAnimate. - Double-click
MinAnimate, change its Value data from1to0, 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:
- 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 itPersonalization.) - Right-click inside the right pane, select New > DWORD
(32-bit) Value, and name it
NoLockScreen. - Double-click
NoLockScreen, set the Value data to1, and click OK.
Step 5: Apply the Changes
- Close the Registry Editor.
- Restart your computer or press
Ctrl + Alt + Deleteand select Lock to verify that the animations have been removed.