How to Change the Date Format in Windows 11
Changing the date format in Windows 11 adjusts how the day, month, and year appear on your computer.
The Date and Time format setting allows you to choose how dates appear across your Windows 11 system, affecting everything from the clock displayed on your taskbar to the date shown when you save files.
For instance, the United States often uses Month/Day/Year (like 10/26/2023), while many other countries prefer Day/Month/Year (like 26/10/2023).
Using a consistent format like YYYY-MM-DD can also make sorting files much easier and prevent mix-ups.
Open Settings, go to Time & language, then Language & region, and click Change formats under Regional format to select your preferred short and long date styles.
Method 1Changing Date Format in Settings (The Simple Way)
You can easily change how dates appear in Windows 11 using the Settings app, which is the quickest method for most users. This lets you pick from common date formats to make sure the calendar looks right for you.
- Open Settings : Press the Windows key + I on your keyboard. Or, click the Start button and choose the ‘Settings’ gear icon.
- Go to Time & language: In the Settings window, click ‘Time & language’ on the left side.
- Find Regional format: Under ‘Time & language’, click ‘Language & region’. Look for ‘Regional format’ near the top.
- Change the formats: Click the ‘Change formats’ button under ‘Regional format’.
- Pick your date style: You will see options for ‘Short date’ and ‘Long date’. Click the dropdown menus for each and select the format you like. You will see examples of how they look.
Windows 11 provides 'Short date' and 'Long date' options for date formatting. You can select your preferred format by clicking the dropdown menus for each option. The system displays examples showing how each chosen format appears. The 'Short date' format, commonly seen on the Windows 11 taskbar and in File Explorer , is typically displayed as M/D/YYYY.
- See the changes: Windows applies your new formats right away. You should see the updated date on your taskbar immediately. Some apps might need to be restarted to show the new format.





Method 2Using Control Panel for More Choices
Control Panel offers more detailed ways to adjust your date and time settings in Windows 11, especially if you prefer a more traditional approach. This method gives you access to extra options for customizing how dates are shown on your computer.
- Open Control Panel: Click the Start button, type 'Control Panel', and select it from the search results.
- Go to Region settings: In Control Panel, find 'Clock and Region' and click it. Then, click 'Region'.
- Access extra settings: On the 'Region' screen, click the 'Additional settings...' button at the bottom.
- Customize the Date tab: A new window will appear. Go to the 'Date' tab. Here you can change 'Short date' and 'Long date' formats.💡TipYou can use codes like 'd' for day, 'dd' for a two-digit day, 'M' for month, 'MM' for a two-digit month, and 'yyyy' for the full year. For example, 'dd/MM/yyyy' would show the date as 26/10/2023.
- Apply your changes: After choosing your preferred formats, click 'Apply' and then 'OK' to save. You might need to click 'OK' on a few windows to close them all.

Method 3Editing the Registry Editor (For Advanced Users)
For advanced users who are comfortable making direct changes to Windows system settings, the Registry Editor allows for precise control over the date format. Be very careful when using this tool, as incorrect edits can cause problems with your system.
- Open Registry Editor: Press the Windows key + R to open the Run box. Type
regeditand press Enter or click OK. - Go to the right spot: In the Registry Editor's address bar, paste this path and press Enter:
HKEY_CURRENT_USER\Control Panel\InternationalThis tells Windows where to find the settings for international formats. - Find and change the values: In the right side of the window, you will see a list of 'String Values'. Look for these specific ones:
sShortDate: This controls your short date format.sLongDate: This controls your long date format.
To change a value:
- Double-click on the value name (like
sShortDate). - In the 'Value data' box, type your preferred format using the codes mentioned before (d, dd, M, MM, yyyy). For example, to set the short date to Year-Month-Day, you would type
yyyy-MM-dd.
Tip: You can also find values for time formats (
sTime,sLongTime), AM/PM symbols (sAMDesignator,sPMDesignator), and the first day of the week (iFirstDayOfWeek) in this same location if you want to change those too. - Close Registry Editor: When you are done, just close the Registry Editor window.
- Restart your computer: For changes made in the Registry Editor to work everywhere, it's usually best to restart your computer.
Method 4Using PowerShell for Command-Line Control
If you're comfortable with command-line tools, PowerShell in Windows 11 lets you view and change date formats using commands. This is very useful for automating tasks or managing date displays across multiple computers with scripts.
- Open PowerShell as Administrator: Click the Start button, type 'PowerShell', right-click on 'Windows PowerShell', and choose 'Run as administrator'.
- See current formats: To check your current date formats, type this command and press Enter:
Get-Culture | Select-Object -ExpandProperty DateTimeFormatThis will show you the current settings for short and long dates. - Set a custom short date format: To change your short date format, you can use the
Set-Culturecommand. For example, to set the short date to the ISO 8601 standard (yyyy-MM-dd), run this:Set-Culture -LCID (Get-Culture).LCID -InputObject (Get-Culture) -Replace @{'sShortDate'='yyyy-MM-dd'}Remember to replaceyyyy-MM-ddwith your preferred format codes.Tip: You can also change the
sLongDatevalue in a similar way. - Log off or restart: Some changes made with PowerShell might need you to log out of Windows and log back in, or even restart your computer, for them to be fully applied in all programs.
Summary
Windows 11 provides multiple ways to adjust your date display, from the simple Settings app and Control Panel to more advanced options like the Registry Editor and PowerShell. Choosing the method that best fits your technical comfort level will help you set your preferred date format.
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!