How to Change the Date Format in Windows 11
The date format in Windows 11 changes how days, months, and years appear on your taskbar , file explorer , and apps. You can switch between different regional layouts, such as switching from the United States standard Month/Day/Year to the Day/Month/Year format used in other countries.
Customizing this setting helps you avoid confusion and makes sorting files by name much easier when you use a standard year-first format like YYYY-MM-DD.
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)
The Settings app lets you change the windows 11 date format in just a few clicks by selecting a new style from the region options. You can pick from common presets to make sure the taskbar calendar shows days and months the way you want them to appear.
- Open Settings : Press the Win+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 gives you extra options to change the windows 11 date format if the standard settings do not offer the exact layout you need. You can type custom short and long date patterns using specific letter codes to build a completely unique calendar display.
- 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)
Registry Editor lets advanced users change the windows 11 date format directly inside the system database by modifying string values. This method requires careful manual typing to update key system keys without breaking how Windows displays your calendar.
Warning: If you are new to the Registry Editor, it is best to use the Settings or Control Panel methods. Changing values here without understanding their purpose can make your system unstable.
- 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.
💡TipYou 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.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
PowerShell lets administrators change the windows 11 date format across the operating system using quick command lines instead of clicking through menus. This command-line tool works best when you need to script changes or update multiple computers at the same time.
- 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 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!