How To Configure Custom Regional Date Formats In Windows 11
Custom regional date formats in Windows 11 let you change how your computer displays days, months, and years without moving to a new country. A regional format controls details like whether your week starts on Sunday or Monday, and if your clock runs on a 12-hour or 24-hour schedule.
Standard region templates in Windows 11 assign date styles based on your location, such as Month/Day/Year in the United States or Day/Month/Year in the United Kingdom. Windows 11 gives you the freedom to break away from the default regional templates and build your own custom date layout.
Open Settings Time & language Language & region, expand Region, and click Change format next to regional format. Choose your preferred layout from the Short date and Long date dropdown menus to change how dates appear across your entire Windows 11 system without switching your location.
How to Open the Regional Settings in 🪟 Windows 11
- Click the Start button on your taskbar .
- Click the Settings icon, which looks like a small gear. (You can also press the Win and the I key on your keyboard at the same time to open Settings quickly).
- In the Settings window, click on Time & language in the left-hand menu.
- Click on Language & region on the right side of the screen.
- Scroll down until you see the section labeled Region.
From this screen, you can see your current regional format. You can also click the drop-down menu to choose a completely different country template if you want a fast way to switch to a different standard layout.
Step-by-Step Guide: Changing Short and Long Date Formats
Changing short and long date formats in Windows 11 lets you control how dates appear across your computer. You can easily adjust short dates used in your taskbar and file lists, as well as long dates seen in calendar views, without needing to switch to an entirely different country template.
- Open the Settings app by pressing the Windows key and the I key.

Settings - Click on Time & language and then select Language & region.
- Scroll down to the Region section and click on the Regional format box to expand the options.

- Click the Change format button next to the regional format dropdown.
- Here, you will see several dropdown menus for different items, including Short date and Long date.
- Click the dropdown menu for Short date and choose one of the available options, such as changing from slashes to hyphens or dots.
- Click the dropdown menu for Long date to choose how full date names appear.
- Your changes save automatically. You can look at the bottom right corner of your screen to see your new date format in action right away.
Creating Your Own Custom Date Formats Using the Classic Control Panel
Creating your own custom date formats using the classic Control Panel gives you full control over your date layout when the modern settings menu is not enough. You can type specific formatting codes directly into the system settings by opening the Control Panel from your Start menu search bar.
- Click the Start button, type Control Panel into the search box, and click the matching result.

Control Panel - In the top right corner of the Control Panel window, set the "View by" option to Large icons or Small icons.
- Click on the Region icon.
- In the Region window, make sure you are on the Formats tab.
- Look for the section labeled Date and time formats.
- Find the dropdown box next to Short date. Instead of just clicking an option, you can click inside this box and type your own formatting letters.
- Use letters like d for day, M for month, and yyyy for a four-digit year. For example, typing yyyy-MM-dd creates a date format that sorts easily in computer files (like 2026-10-25).
- Click Apply at the bottom of the window, and then click OK to save your custom settings.
Understanding Date Formatting Codes
Understanding date formatting codes helps you build any custom date layout you want in the classic Control Panel. Windows uses specific letters like d and M to represent different parts of a date, letting you show days and months as single digits, double digits, or written words.
- d: Displays the day of the month as a single digit (1 through 31) if possible.
- dd: Displays the day of the month as a double digit with a leading zero if needed (01 through 31).
- ddd: Displays the abbreviated name of the day of the week (such as Mon, Tue, Wed).
- dddd: Displays the full name of the day of the week (such as Monday, Tuesday, Wednesday).
- M: Displays the month number as a single digit (1 through 12).
- MM: Displays the month number as a double digit (01 through 12).
- MMM: Displays the abbreviated name of the month (such as Jan, Feb, Mar).
- MMMM: Displays the full name of the month (such as January, February, March).
- yy: Displays a two-digit year (such as 26).
- yyyy: Displays a four-digit year (such as 2026).
By combining these letters with separators like hyphens (-), periods (.), or slashes (/), you can make your dates look completely unique.
Unique Angle: Fixing Date Format Conflicts in Third-Party Apps
Fixing date format conflicts in third-party apps is necessary because older desktop software, accounting programs, and specialized databases often ignore your personal Windows settings. These programs pull date formats directly from the core system account instead of your user profile, which can cause old or confusing dates to appear.
If you notice that your accounting software or data logs still show old or confusing date formats, you need to apply your regional settings to the entire system welcome screen and new user accounts. Here is how to make sure all applications respect your custom date choices:
- Open the Control Panel from the Start menu search bar.
- Change the view to Large icons and click on Region.
- In the Region window, click on the Administrative tab at the top.
- Click the button labeled Copy settings. (Note: Administrative privileges are required for this step, and you may need to enter an administrator password).
- A new small window will pop up showing your current user settings at the top and the welcome screen settings at the bottom.
- Check the box at the bottom that says Welcome screen and system accounts.
- Check the box that says New user accounts if you want future profiles on this computer to use your preferred format.
- Click OK to copy your settings, and then restart your computer.
This trick ensures that background services, login screens, and legacy desktop applications all speak the same date language as your main desktop environment.
Unique Angle: Automating and Checking Date Formats with PowerShell
Automating and checking date formats with PowerShell gives you a quick way to see how your computer interprets time settings. You can run a simple command in the PowerShell tool to view your current system culture and verify your regional settings without having to click through multiple menus.
You do not need to write complex code to benefit from PowerShell. You can run a simple command to see your active date formatting string:
- Right-click the Start button and select Terminal or PowerShell.
- Type the following command carefully and press Enter:
Get-Culture | Select-Object *Format*
PowerShell will display a list showing your current short date format, long date format, and time format.

Knowing your Windows 11 system's exact culture format string, which is the internal code defining how dates and times appear, prevents errors when you write documents or troubleshoot why a script fails to read a date properly. Knowing this culture format string prevents errors when you move files or process data spreadsheets.
Summary
Configuring custom regional date formats in Windows 11 helps you make your computer screen easier to read and tailored to your daily habits. You can use the modern Settings app for quick tweaks, the classic Control Panel for custom formatting codes, or PowerShell to verify your system settings.
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!