Disable Live Tile Animations via Regedit

Disabling live tile animations on legacy Windows Start menu layouts can reduce visual clutter, save battery life, and improve overall desktop responsiveness. This guide provides a straightforward method to turn off live tile updates and dynamic animations across your system using the Windows Registry Editor.

Step 1: Open the Registry Editor

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

Step 2: Navigate to the PushNotifications Policy Key

In the Registry Editor address bar at the top, paste the following path and press Enter:

HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CurrentVersion\PushNotifications

Note: If the PushNotifications key does not exist under CurrentVersion, right-click on the CurrentVersion folder, select New > Key, and name it PushNotifications.

Step 3: Create the DWORD Value

  1. Right-click anywhere in the empty space within the right pane of the PushNotifications folder.
  2. Hover over New and select DWORD (32-bit) Value.
  3. Name the newly created value NoTileApplicationNotification and press Enter.

Step 4: Modify the Value Data

  1. Double-click the NoTileApplicationNotification value to edit it.
  2. In the Value data field, change the number from 0 to 1.
  3. Ensure the base is set to Hexadecimal and click OK.

Step 5: Apply the Changes

To apply the changes, you must restart the Windows Explorer process or restart your computer:

  1. Press Ctrl + Shift + Esc to open the Task Manager.
  2. Scroll down the Processes tab to locate Windows Explorer.
  3. Right-click Windows Explorer and select Restart.

Once Windows Explorer restarts, the Start menu will stop pulling dynamic updates and animating live tiles. If you ever want to re-enable live tile animations in the future, navigate back to the same registry location and either delete the NoTileApplicationNotification value or set its data back to 0.