How to change time zone settings on Windows 10

Although Windows 10 does a good job detecting and configuring the time zone settings during installation according to your location, there could be a lot of reasons your device won't display the correct local time. It could be because settings were not detected correctly, you're traveling to a new region that uses a different time zone, or you purchased a device from another country preconfigured with different settings.

Whatever the reason, it may be preventing your computer from showing the correct local time, Windows 10 includes various options to change the time zone on your computer, including using the Settings app, Command Prompt, and PowerShell.

In this Windows 10 guide, we walk you through several methods to set the correct time zone on your device.

How to adjust time zone automatically using Settings

To allow Windows 10 to detect and set the correct time zone automatically, use these steps:

  1. Open Settings.
  2. Click on Time & Language.
  3. Click on Date & time.
  4. Turn on the Set time zone automatically toggle switch.

Once you complete these steps, the time zone will adjust according to your location automatically. However, it may take some time before you can see the correct time.

How to adjust time zone manually using Settings

To change the time zone settings manually on Windows 10, use these steps:

  1. Open Settings.
  2. Click on Time & Language.
  3. Click on Date & time.
  4. Turn off the Set time zone automatically toggle switch (if applicable).
  5. Use the "Time zone" drop-down menu and select the correct zone setting.Quick tip: If you live in a region that uses daylight saving, make sure to turn on the "Adjust for daylight saving time automatically" toggle switch.

After completing these steps, Windows 10 will update its settings with the time zone that you specified.

How to adjust time zone using Command Prompt

If you're looking to change the time zone using a command, or you're planning to create a batch file to update the settings on several computers, you can also use Command Prompt with these steps:

  1. Open Start.
  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.
  3. Type the following command to confirm the current time zone and press Enter:tzutil /g
  4. Type the following command and note the time zone that you want to use and press Enter:tzutil /l

  1. Type the following command to set the new time zone and press Enter:tzutil /s "Line Islands Standard Time"In the command, make sure to change "Line Islands Standard Time" with the correct time zone that you noted in step No. 4. Also, make sure to type the full name exactly as shown in Command Prompt.

  1. Type the following command to confirm the time zone was updated successfully and press Enter:tzutil /g

Once you complete the steps, your device time zone will change to the setting you specified in Command Prompt.

How to adjust time zone using PowerShell

Alternatively, you can also use PowerShell to change the time zone on your device with these steps:

  1. Open Start.
  2. Search for PowerShell, right-click the top result, and select the Run as administrator option.
  3. Type the following command to confirm the current time zone and press Enter:Get-TimeZone
  4. Type the following command and note the time zone that you want to use and press Enter:Get-TimeZone -ListAvailable

  1. Type the following command to set the new time zone and press Enter:Set-TimeZone -Name "Line Islands Standard Time"In the command, make sure to change "Line Islands Standard Time" with the correct time zone that you noted in step No. 4. Also, make sure to type the full name exactly as shown in PowerShell.

  1. Type the following command to confirm the time zone was updated successfully and press Enter:Get-TimeZone

After you complete the steps, Windows 10 will be updated with the new time zone that you indicated with the PowerShell command.

More Windows 10 resources

For more helpful articles, coverage, and answers to common questions about Windows 10, visit the following resources:

Mauro Huculak

Mauro Huculak is technical writer for WindowsCentral.com. His primary focus is to write comprehensive how-tos to help users get the most out of Windows 10 and its many related technologies. He has an IT background with professional certifications from Microsoft, Cisco, and CompTIA, and he's a recognized member of the Microsoft MVP community.