Sometimes, you may need to fix or change the time on your Windows 11 computer. This guide will show you easy ways to do that.
Note: You need to be signed in as an administrator to change the time on your PC.
Why is the Time Important?
The clock on your PC helps keep track of when you create or change files. It also helps your computer run tasks at the right time.
Option 1: Change Time in Windows Settings
- Press Win + I on your keyboard to open Settings.
- Click Time & language on the left side, then click Date & time on the right.
- Turn off Set time automatically if it is on. This will let you click the Change button below.
- Click the Change button under Set the date and time manually.
- Pick the correct date and time, then click Change to save.
- Close the Settings window when you are done.



Option 2: Change Time Using Control Panel
- Open the Control Panel. You can search for it in the Start menu.
- Make sure the view is set to Large icons or Small icons, then click Date and Time.
- In the Date and Time window, click the Change date and time… button.
- Select the correct date and time, then click OK.
- Click OK again to close the window.


Option 3: Change Time Using Command Prompt
This method uses text commands. Follow these steps carefully:
- Type the command below to set the time and press Enter:
time HH:MM
Replace HH with the hour and MM with the minutes you want to set. Use 24-hour format (for example, 14:30 for 2:30 PM).
Examples:
time 10:34– sets time to 10:34 AMtime 22:15– sets time to 10:15 PM
When done, you can close the terminal window.

Option 4: Change Time Using PowerShell
PowerShell is another way to set the time using commands:
- Open Windows Terminal (Admin) again.
- From the dropdown, select Windows PowerShell.
- Type the following command and press Enter:
Set-Date -Date "HH:MM"
Replace HH and MM with the hour and minutes you want. You can add AM or PM if you like.
Examples:
Set-Date -Date "10:34 AM"Set-Date -Date "3:45 PM"
Close the terminal when finished.
Things to Remember
- You need to be an administrator to change the time.
- Be careful when changing the time – wrong time settings can cause problems with your files and scheduled tasks.
- After changing the time, double-check it to make sure it’s correct.
If you want to learn more about what time is, check out this Wikipedia page.
That’s all! Now you know how to change the time on your Windows 11 PC.




Leave a Reply