Home » How To » How to Change Timezone in Windows 10 to Show Correct Time

How To Change Time Zone in Windows 10

On Windows 10, your time zone is automatically set based on the country selected during the setup process. Once the time zone is set, Windows 10 uses it to display the correct time and date. However, there might be situations where you need to change the time zone manually. For instance, the date or time may be incorrect due to a wrong initial country selection or because you recently moved to a different time zone. Whatever the reason, in this tutorial, I will show you four methods to change the time zone in Windows 10. Let’s get started.

Change Time Zone in Windows 10 Using Settings

  1. Press Windows key + I to open Settings.
  2. Click the Time & Language option.
  3. Go to the Date & time tab.
  4. Turn OFF the Set time zone automatically toggle.
  5. Select the time zone of your choice from the “Time zone” dropdown.
  6. You’ve changed the time zone in Windows 10.

Detailed Steps (With Screenshots)

First up, search for the Settings app in the Start menu and open it. You can also use the keyboard shortcut “Windows key + I” or click on the “All Settings” button in the notification center.

Settings app start menu search

Once the settings app opens, click the Time and Language option. This is where you can change the system time and date, time zone, language, region, and speech.

Change timezone windows 10 01

In the “Time and Language” page, navigate to the Date and Time tab on the sidebar. Next, turn OFF the Set time zone automatically toggle. When this option is turned on, you cannot manually change the time zone.

Change timezone windows 10 02

Next, select a new time zone from the “Time zone” dropdown menu. In my case, I’m selecting the “Osaka, Tokyo” time zone.

Change timezone windows 10 03

That’s it. You’ve changed the time zone in Windows 10.

Change Time Zone Using Control Panel

You can also use the control panel to change the timezone in Windows 10. Since we are using the good old control panel, this method works in Windows 7 and 8 too.

  1. Open the Start menu.
  2. Search and open the Control Panel.
Start menu control panel search item
  1. Select Large Icons from the “View by” dropdown.
  2. Click the Date and Time option.
Change timezone windows 10 04
  1. Click the Change time zone button under the Date and Time tab.
Change timezone windows 10 05
  1. Select the time zone from the dropdown menu.
  2. Click the OK button to save changes.
Change timezone windows 10 06
  1. Click OK in the main window.
Change timezone windows 10 07

Just like with the Settings app, the changes are instant and the time zone is changed.

Change Time Zone Using Command Prompt

If you which to change the time zone using Command Prompt, you can use the “tzutil” tool. Here’s how.

  1. Open the Start menu.
  2. Search and open Command Prompt.
Command prompt regular
  1. Run the following command to see your current time zone.
tzutil /g
Change timezone windows 10 08
  1. Next, run the following command to list all the available time zones and their respective IDs.
tzutil /l
Change timezone windows 10 09
  1. Find the time zone you want to set, select its ID, and copy it (right-clicking copies selected to the clipboard).
Change timezone windows 10 10
  1. Run the following command while replacing TimeZoneID with the actual time zone ID.
tzutil /s "TimeZoneID"
Change timezone windows 10 11

That’s it. It is that simple to change the time zone in Command Prompt. To verify, run the tzutil /g command to see your current time zone.

Change timezone windows 10 12

Change Time Zone Using PowerShell

If you are more of a PowerShell guy, you can change the Windows 10 time zone using PowerShell. Here’s how:

  1. Press Windows key + X to open the Power User menu
  2. Select the Windows PowerShell option.
Powershell in power user menu
  1. Run the following command and note down the ID of the time zone you want to set. tzutil /l
Change timezone windows 10 13
  1. Next, run the following command to set the time zone. Don’t forget to replace TimeZoneID with the actual time zone ID you got with the earlier command. tzutil /s "TimeZoneID"
Change timezone windows 10 14
  1. To verify the time zone, execute tzutil /g. You should see the changed time zone as the response.
Change timezone windows 10 15

Wrapping Up — Customizing Time Zone in Windows 10

No matter which method you follow—Settings, Control Panel, Command Prompt, or PowerShell—changing the time zone in Windows 10 is easier than you might think. Keep in mind that if you turn on the “Set time zone automatically” option in Settings, Windows 10 will automatically set the time zone based on your location data. If you want to use that option, make sure your country setting in Windows 10 is correct.

If you have any questions or need help, comment below. I’ll be happy to assist. Windows 11 users can follow this guide to change the time zone in Windows 11.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top