Skip to content
Follow
Windows 🟡 Intermediate

How to Change the Date Format in Windows 11

Richard
Written by
Richard
Jul 31, 2026 Updated Sep 15, 2026 5 min read
How to Change the Date Format in Windows 11
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.

Advertisement

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.

⚡ Quick Answer

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.

Advertisement

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.

  1. Open Settings : Press the Win+I on your keyboard. Or, click the Start button and choose the ‘Settings’ gear icon.
  2. Go to Time & language: In the Settings window, click ‘Time & language’ on the left side.
  3. Find Regional format: Under ‘Time & language’, click ‘Language & region’. Look for ‘Regional format’ near the top.
  4. Change the formats: Click the ‘Change formats’ button under ‘Regional format’.
  5. 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.

  6. 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.
Windows 11 Start menu with Settings gear icon highlighted.
Windows 11 Start menu with Settings gear icon highlighted.
Windows 11 Settings: Time, language, and region options for taskbar customization.
Windows 11 Settings: Time, language, and region options for taskbar customization.
Regional format settings tile in Windows 11 Settings app.
Regional format settings tile in Windows 11 Settings app.
Date and time format options in Windows 11 Settings.
Date and time format options in Windows 11 Settings.
Changing date and time format options in Windows 11.
Changing date and time format options in Windows 11.

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.

  1. Open Control Panel : Click the Start button , type ‘Control Panel ’, and select it from the search results.
  2. Go to Region settings: In Control Panel , find ‘Clock and Region’ and click it. Then, click ‘Region’.
  3. Access extra settings: On the ‘Region’ screen, click the ‘Additional settings…’ button at the bottom.
  4. 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.

    Advertisement
  5. 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.
Change data format settings in Windows 11 Control Panel.
Change data format settings in Windows 11 Control Panel.

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.

  1. Open Registry Editor: Press the Windows key + R to open the Run box. Type regedit and press Enter or click OK.
  2. Go to the right spot: In the Registry Editor's address bar, paste this path and press Enter: HKEY_CURRENT_USER\Control Panel\International This tells Windows where to find the settings for international formats.
  3. 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.

    Advertisement
  4. Close Registry Editor: When you are done, just close the Registry Editor window.
  5. 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.

  1. Open PowerShell as Administrator: Click the Start button, type 'PowerShell', right-click on 'Windows PowerShell', and choose 'Run as administrator'.
  2. See current formats: To check your current date formats, type this command and press Enter: Get-Culture | Select-Object -ExpandProperty DateTimeFormat This will show you the current settings for short and long dates.
  3. Set a custom short date format: To change your short date format, you can use the Set-Culture command. 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 replace yyyy-MM-dd with your preferred format codes.

    Tip: You can also change the sLongDate value in a similar way.

  4. 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?

Tags: #Windows 11
Was this helpful?
Richard

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.

Advertisement

📚 Related Tutorials

How to Enable or Disable Advanced Options in Indexing Options in Windows 11
Windows How to Enable or Disable Advanced Options in Indexing Options in Windows 11
How to Recover & Repair Windows 11 System Problems
Windows How to Recover & Repair Windows 11 System Problems
How to Format Drive in Windows 11
Windows How to Format Drive in Windows 11
How to Customize Quick Access in File Explorer on Windows 11
Windows How to Customize Quick Access in File Explorer on Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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