Switch back to the old clock in Windows 10

This method is not working since the Anniversary update (Windows 10 version 1607).

Windows 10 has a new pop-up clock (locates at bottom right) which shows time at top and has larger calendar compares to earlier version which has a small calendar and a round clock on the right.

In this article, I will show how to switch back to old clock in Windows 10 by modify Windows registry.

Note: Modify Windows registry incorrectly could result in serious problem to the system. If you’re not familiar with this method, you should backup Windows registry before follow these steps.
Switch-back-to-old-clock-in-Windows-10-01

Watch on YouTube

Solution

  1. Open Windows registry and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell\.
  2. Create a new DWORD key (if it doesn’t exist), UseWin32TrayClockExperience.
  3. Set its value to 1.

If you want to revert to Windows 10’s original clock, change the value back to 0.

Step-by-step

  1. On Windows 10 desktop, right-click Windows icon at bottom left and select Run.
    Note: You can also press Windows + R keyboard shortcut to open Run window.
    Open Run
  2. Type regedit and click OK.
    Open Registry Editor
  3. On Registry Editor, navigate to the path below by double-click entry on the left window.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell\

    Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell

  4. Then, create a new key if this key (UseWin32TrayClockExperience) doesn’t exist:
    1. Right-click empty area on the right window
    2. Select New
    3. Select DWORD (32-bit) value

    Create a ew DWORD value

  5. Type the key name and press Enter.
    UseWin32TrayClockExperience

    Create UseWin32TrayClockExperience key

  6. Next, change value on the key:
    1. Double-click the key
    2. Change Value data field to 1
    3. Click OK

    Change key value

  7. Close Registry Editor. Now, you will see the old clock as in the earlier versions of Windows.
    Old style clock in Windows 10
  8. If you want to revert this change, open Registry Editor. Change the Value data field back to 0.
    Revert to use Windows 10's clock

One Response

  1. Phill May 2, 2020

Leave a Reply