How to Change Date and Time in Windows 10 | Control Panel

By | June 27, 2022

If you have recently updated your Windows 10 or have just upgraded to Windows 10, you may experience that the time is slightly incorrect and you need to configure the date & time in Windows 10. But don’t worry, there are many ways to Change Date and Time in Windows 10 easily. You can configure the date and time via Control Panel or in Windows 10 Settings, but you must be signed in as Administrator to configure these settings. So without wasting any time, let’s see How to Change Date and Time in Windows 10 using the below-listed tutorial.

4 Ways to Change Date and Time in Windows 10

4 Ways to Change Date and Time in Windows 10

Make sure to create a restore point just in case something goes wrong.

Method 1: How to Change Date and Time in Windows 10 using Control Panel

1. Type control in Windows 10 Search then clicks on Control Panel from the search result.

Type Control Panel in the search bar and press enter

2. Now click on “Clock and Region” then click “Date and Time“.

Click Date and Time then Clock and Region | 4 Ways to Change Date and Time in Windows 10

3. Under Date and Time window, click “Change date and time“.

Click Change date and time

4. This will open the Date and Time Settings window, so configure the date and time accordingly and click OK.

Configure the date and time accordingly

Note: You could change the current hour, minute, seconds and AM/PM for time settings. And as far as the date is considered you could change the month, year, and current date.

5. Click Apply, followed by OK.

Method 2: How to Change Date and Time in Windows 10 Settings

1. Press Windows Key + I to open Settings then click Time & Language.

Click on Time & language | 4 Ways to Change Date and Time in Windows 10

Note: Or you could right-click on Date & Time on the taskbar then select Adjust date/time.

Right-click on Date & Time and then select Adjust date/timeRight-click on Date & Time and then select Adjust date/time

2. Make sure to select Date & time in the left-hand menu.

3. Now to change date & time, turn off the toggle which says “Set time automatically“.

Turn off the toggle which says Set time automatically

4. Then click on “Change” under Change date and time.

5. Next, change the date, month, and year to correct number. Similarly set the time to the correct, current hour, minute, and AM/PM then click Change.

Make the necessary changes in the Change date and time window and click Change

6. If you like Windows to automatically synchronize the system clock time with internet time servers, then again turn ON the “Set time automatically” toggle.

Turn ON the Set time automatically toggle | 4 Ways to Change Date and Time in Windows 10

Method 3: How to Change Date and Time in Windows 10 using Command Prompt

1. Open Command Prompt. The user can perform this step by searching for ‘cmd’ and then press Enter.

Open Command Prompt. The user can perform this step by searching for ‘cmd’ and then press Enter.

2. Type the following command into cmd and hit Enter:

To see the current date: date /t
To Change the current date: date MM/DD/YYYY

Change Date and Time in Windows 10 using Command Prompt

Note: MM is the month of the year, DD is the day of the month, and YYYY is the year. So if you want to change the date to 15th March 2018, then you need to enter: date 03/15/2018

3. Type the following command into cmd and hit Enter:

To see the current time: time /t
To Change the current date: time HH:MM

Change Date and Time in Windows 10 using cmd

Note: HH are the hours, and MM are the minutes. So if you want to change the time to 10:15 AM then you need to use the command: time 10:15, similarly if you want to change the time to 11:00 PM then enter: time 23:00

4. Close Command Prompt and reboot your PC to save changes.

Method 4: How to Change Date and Time in Windows 10 using PowerShell

1. Type PowerShell in Windows Search then right-click on PowerShell from the search result and select Run as Administrator.

Search for Windows Powershell in the search bar and click on Run as Administrator

2. Now type the following command and hit Enter:

To Change date and time using the 24-hour format: Set-Date -Date “MM/DD/YYYY HH:MM
To Change date and time in AM: Set-Date -Date “MM/DD/YYYY HH:MM AM
To Change date and time in PM: Set-Date -Date “MM/DD/YYYY HH:MM PM

How to Change Date and Time in Windows 10 using PowerShell | 4 Ways to Change Date and Time in Windows 10

Note: Replace MM with the actual month of the year, DD with the day of the month, and YYYY with the year. Similarly, replace HH with the hours and MM with the minutes. Let’s see an example of each one of the above command:

To Change date and time using the 24-hour format: Set-Date -Date “03/15/2018 21:00
To Change date and time in AM: Set-Date -Date “03/15/2018 06:31 AM
To Change date and time in PM: Set-Date -Date “03/15/2018 11:05 PM

3. Close PowerShell when finished and reboot your PC to save changes.

Leave a Reply

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