How to Change Date in Windows 11
Changing the date in Windows 11 takes just a few clicks in your main system settings so your computer calendar always shows the right day. You need to sign in with an administrator account on your PC to make this change.
Accurate calendar settings keep your files, emails, and programs running on the correct schedule. Keeping your system clock right also stops weird errors from popping up when you visit websites.
Open Settings , go to Time & language, then Date & time. Turn off “Set time automatically” and click “Change” to manually set the date. Alternatively, use Control Panel or command-line tools like Command Prompt or PowerShell with administrator privileges.
What is a Calendar Date?
Windows displays the date in the traditional MM/DD/YYYY format, such as 06/19/2024 for June 19, 2024.
Option 1Change Date Using Windows Settings
- Press the Win+I keys on your keyboard to open Settings .
- On the left menu, click Time & language. Then click Date & time on the right side.
- Turn off Set time automatically by clicking the switch (so you can change the date manually).
- Click the Change button under Set the date and time manually.
- Pick the date you want and click Change to save it.
- You can close the Settings window now.
Built into Windows 11, the Settings app provides the fastest route for updating system clocks. Pressing the Win and I together opens Settings. Navigating to the Time & language section reveals the Date & time menu. Turning off automatic time setting permits picking any desired date manually.



Option 2Change Date Using Control Panel
- Open the Control Panel. You can do this by typing Control Panel in the search box on the taskbar, then clicking it.
- Make sure the view is set to Small icons or Large icons.
- Click on Date and Time.
- In the window that opens, click the Change date and time... button.
- Pick your new date and click OK.
- Click OK again to close the Date and Time window.
- You can now close the Control Panel.

The classic Control Panel offers an alternative method for modifying system dates. Searching for 'Control Panel' in the taskbar launches the application. Setting the view to 'Small icons' or 'Large icons' exposes the Date and Time option. Clicking 'Change date and time...' opens the configuration menu.

The classic Control Panel offers an alternative method for modifying system dates. Searching for 'Control Panel' in the taskbar launches the application. Setting the view to 'Small icons' or 'Large icons' exposes the Date and Time option. Clicking 'Change date and time...' opens the configuration menu.
Option 3Change Date Using Command Prompt
Command-line enthusiasts can utilize the Command Prompt for date adjustments. Administrative privileges remain mandatory for this approach. Launching Windows Terminal as an administrator provides access to Command Prompt. Entering the command 'date MM/DD/YYYY' with the target date updates the system clock upon pressing Enter.
- ⚠️ 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.
- Type the command below and press Enter:
date MM/DD/YYYY - Replace MM with the month number (like 06 for June), DD with the day number, and YYYY with the year.
- For example, to set the date to June 19, 2024, type:
date 06/19/2024 - Close the terminal when done.
Option 4Change Date Using PowerShell
PowerShell provides yet another administrative method well-suited for automation scripts. Opening Windows Terminal with elevated privileges grants access to PowerShell. Typing the command 'Set-Date -Date "MM/DD/YYYY"' with the appropriate date updates the system clock.
- ⚠️ 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.
- Type the command below and press Enter:
Set-Date -Date "MM/DD/YYYY" - Fill in MM, DD, and YYYY with the month, day, and year you want.
- Example for June 19, 2024:
Set-Date -Date "06/19/2024" - Close the terminal when finished.
Summary
Four distinct approaches now exist for modifying dates in Windows 11, ranging from graphical menus to command-line interfaces.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips 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.
No comments yet — be the first to share your thoughts!