Cannot set the time zone in Windows 11 or change the time zone?

Some people have had problems setting the time zone on their Windows 11 computer. The options are in the Settings app, but they are grayed out and cannot be changed. Here is the solution.

The problem is that Windows wants to be helpful and to automatically set the time zone for you. It tries to work out where in the world you are located and then it selects the appropriate time zone and sets the clock in Windows.

Mostly this works very well. However, some people, for various reasons, would like to manually select a time zone to use on their computer instead of having it set automatically. Windows 11 does let you do this, but the default settings for many people is for this feature to be disabled.

If you cannot set the time zone manually, the problem could be the settings in Windows location services. If they are not enabled for everything, you may find that the Windows default time zone settings cannot be changed. Here is a step by step guide to enabling the time zone controls and selecting a time zone.

1: Privacy & security settings

Privacy and security in the Windows 11 Settings app.
Privacy and security in the Windows Settings app
  1. Open the Windows Settings app by pressing Windows+I.
  2. Select Privacy & security in the sidebar on the left
  3. Scroll down the list of items on the right and click Location.

2: Enable location services

Location settings in Privacy and security in the Windows 11 Settings app.
Enable all the location settings switches
  1. Enable Location services at the top.
  2. Expand Let apps access your location if necessary.
  3. Turn on all the switches for all the items.
  4. Make sure Windows Shell Experience Host is enabled. That’s the important setting.

3: Time & language settings

Windows date and time settings in the Windows 11 Settings app.
Date and time settings in Windows 11 Settings
  1. Open the Settings app and select Time & language in the sidebar.
  2. Click Date & time on the right. This is where to set time zones.

4: Manual time zone options

Windows time zone settings in the Windows 11 Settings app.
Date and time settings with Time zone options
  1. Turn off the switch, Set the time zone automatically.
  2. Options that were grayed out and locked now become available.
  3. Click the time zone.

5: Select a time zone

Select a time zone in Windows 11 Settings app.
Select a time zone in Windows

A list of time zones is displayed. Select the one you want to use.

Set the time zone from the command line

It is possible to set the time zone in Windows from the command prompt and it is easy to do using the tzutil command.

Click the Start button on the taskbar and type command. In the seach window that appears, click the option to run Command Prompt as an administrator. At the command prompt, see the current time zone by typing:

tzutil /g

Set the current time zone by adding its name, like this:

tzutil /s “Eastern Standard Time”

If you want to disable daylight saving time (dst), then use a command like this:

tzutil /s “Eastern Standard Time_dstoff”

All you do to disable daylight saving is add _dstoff to the end of the time zone name. You have to get the time zone name exactly right or this command will not work. To see a list of all time zone names, enter this:

tzutil /l

That is a lowercase L, not an I or a 1. L for List. The list takes the following format:

(UTC-08:00) Pacific Time (US & Canada)
Pacific Standard Time

It is the second line that should be used, so “Pacific Standard Time” or “Pacific Standard Time_dstoff”. Type exit to close the command prompt window.

If you have problems with this command, check that the time zone name is right. You might also need to make sure Windows Shell Experience Host is enabled in Settings > Privacy & security > Location as described earlier.

Leave a Reply