Windows

How to Change Date in Windows 11

Richard
Written by
Richard
Mar 8, 2026 Updated Mar 29, 2026 3 min read
How to Change Date in Windows 11

This simple guide will help you change the date on your Windows 11 computer. Changing the date can be useful if it’s showing the wrong day or you want to set it manually.

⚠️ Admin Required: You need to be signed in as an administrator (the person who can make big changes on the computer) to change the date.

What is a Calendar Date?

A calendar date means a specific day shown on a calendar, like today’s date. Windows usually shows the date in the format MM/DD/YYYY (for example, 06/19/2024 means June 19, 2024).

Option 1: Change Date Using Windows Settings

  1. Press the Win + I keys on your keyboard to open Settings.
  2. On the left menu, click Time & language. Then click Date & time on the right side.
  3. Turn off Set time automatically by clicking the switch (so you can change the date manually).
  4. Click the Change button under Set the date and time manually.
  5. Pick the date you want and click Change to save it.
  6. You can close the Settings window now.

Open Date & time settings directly

Date and time tile in Windows 11 Settings menu

Windows 11 change date and time dialog box

Change date manually Windows 11

Option 2: Change Date Using Control Panel

  1. Open the Control Panel. You can do this by typing Control Panel in the search box on the taskbar, then clicking it.
  2. Make sure the view is set to Small icons or Large icons.
  3. Click on Date and Time.
  4. In the window that opens, click the Change date and time… button.
  5. Pick your new date and click OK.
  6. Click OK again to close the Date and Time window.
  7. You can now close the Control Panel.
Control Panel date and time settings in Windows 11

Control Panel manual date change dialog Windows 11

Option 3: Change Date Using Command Prompt

This method is for users who like typing commands. It uses the Command Prompt tool.

  1. ⚠️ Admin Required: Right-click the Start button and choose Windows Terminal (Admin). If it opens PowerShell by default, click the dropdown arrow (next to the + tab) and select Command Prompt.
  2. Type the command below and press Enter:

    date MM/DD/YYYY
  3. Replace MM with the month number (like 06 for June), DD with the day number, and YYYY with the year.
  4. For example, to set the date to June 19, 2024, type:

    date 06/19/2024
  5. Close the terminal when done.

Option 4: Change Date Using PowerShell

If you prefer PowerShell, here is how to do it:

  1. ⚠️ Admin Required: Right-click the Start button and open Windows Terminal (Admin). If it opens Command Prompt by default, click the dropdown arrow and pick Windows PowerShell.
  2. Type the command below and press Enter:

    Set-Date -Date "MM/DD/YYYY"
  3. Fill in MM, DD, and YYYY with the month, day, and year you want.
  4. Example for June 19, 2024:

    Set-Date -Date "06/19/2024"
  5. Close the terminal when finished.

Summary

You now know four easy ways to change the date on your Windows 11 PC. The Windows Settings method is the simplest for most users. The Control Panel option works similarly. If you’re comfortable with typing commands, Command Prompt and PowerShell are faster alternatives. Remember that you need admin rights to make these changes. Why would you change your date? Common reasons include fixing a wrong system date, testing software, or syncing with specific time zones. Once changed, your computer will use the new date for all files and system records.

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2458 articles → Twitter

📚 Related Tutorials

How to Turn On or Off Set Time Automatically in Windows 11
Windows How to Turn On or Off Set Time Automatically in Windows 11
How to Enable or Disable Set Time Automatically in Windows 11
Windows How to Enable or Disable Set Time Automatically in Windows 11
How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically

Leave a Reply

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